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 31986

Summary: Import Manager does not handle 0 value for Fully Qualified Name Threshold
Product: java Reporter: Michael Kraizman <chimera8>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:

Description Michael Kraizman 2003-03-13 19:17:07 UTC
When I set the FQNT to 0 and restart my Netbeans, the manager still created FQNs for single 
instances of imported classes when I run the tool. What I want it to do is to always create 
import statements (unless there is a conflict, ie. java.util.List and java.awt.List, in which case it 
should ask which one I mean).

In either case, if in the same session I open up options again, set the value to 0 again and 
rerun the  import manager tool on my code it works correctly, ie. it always creates import 
statements. Maybe you're not picking up the 0 on startup?
Comment 1 Jan Becicka 2003-03-14 08:25:19 UTC
Tomasi, this one is probably fixed, isn't it? I cannot reproduce it in
NB 3.5.
BTW FQNT is now set to 0 by default, see issue 23889.
Comment 2 Tomas Hurka 2003-03-14 10:38:17 UTC
It seems to me like duplicate of issue #29317

*** This issue has been marked as a duplicate of 29317 ***