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

Summary: Import Management Tool doesn't remove FQN-s
Product: java Reporter: lkishalmi <lkishalmi>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: Other   
OS: Other   
Issue Type: DEFECT Exception Reporter:

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.