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 38369

Summary: [IMT] IMT shouldn't include FQN for classes which would be imported by a wildcard
Product: java Reporter: zacjacobson <zacjacobson>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

Description zacjacobson 2004-01-02 22:04:31 UTC
If there are enough classes from a package for the
[Wildcard Import Statement (WIS) Threshold] to be
met, the IMT still uses Fully Qualified Name (FQN)
in the code for classes that are in that
wildcard-imported package but used less than [FQN
Threshold].

It would be nice if the IMT understood that those
classes would be picked up by the wildcard import.

Corollary to this is: perhaps classes that don't
meet the FQN threshold should still be used toward
meeting the WIS threshold.
Comment 1 Martin Matula 2004-11-12 23:23:27 UTC
IMT was replacet by FixAllImports (Alt+Shift+F). This request is no
longer applicable.