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 - [IMT] IMT shouldn't include FQN for classes which would be imported by a wildcard
Summary: [IMT] IMT shouldn't include FQN for classes which would be imported by a wild...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-02 22:04 UTC by zacjacobson
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.