This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 146427 - Cast Object to int
Summary: Cast Object to int
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-07 08:47 UTC by Tim Lebedkov
Modified: 2013-09-02 14:19 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2008-09-07 08:47:50 UTC
Java editor does not show a suggestion for converting an Object to an int as it does for example for Frame and JFrame:

int a = jSpinnerDuration.getValue(); // no suggestion here to add (Integer)

It would be nice if it would ;-)