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 33513 - Import Management Tool doesn't remove FQN-s
Summary: Import Management Tool doesn't remove FQN-s
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Other Other
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-09 11:16 UTC by lkishalmi
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lkishalmi 2003-05-09 11:16:34 UTC
I've generated several getter/setter methods for
private variables with types from java.lang and
the current package (the package in wich my class
is defined).

The generator inserted FQN types to the
setters/getters, so I wanted them removed by the
Import management. But as the java.lang and the
default package seems somewhere out of the scope
of the Import Management (the wizard displays the
FQN numbers properly), so it doesn't remove them.
Comment 1 Tomas Hurka 2003-08-18 14:39:00 UTC
The default action for java.lang package is "No change". You can change it to "Create 
Import Statement".  See Import Management Tool help for more details.