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 - Import Manager does not handle 0 value for Fully Qualified Name Threshold
Summary: Import Manager does not handle 0 value for Fully Qualified Name Threshold
Status: CLOSED DUPLICATE of bug 29317
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-13 19:17 UTC by Michael Kraizman
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 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 ***