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 146255 - fix imports - do not fully qualify classes option
Summary: fix imports - do not fully qualify classes option
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-04 22:59 UTC by shche123
Modified: 2009-02-03 10:53 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 shche123 2008-09-04 22:59:02 UTC
fix imports - do not fully qualify classes option
-------------------------------------------------

add a check box just like the 'remove unused imports' option
Comment 1 Peter Pis 2008-09-05 07:06:07 UTC
Reassigning to editor.
Comment 2 Jiri Prox 2008-09-05 09:57:25 UTC
If I get it correctly  you're asking for ability to add start import by fix import action. Am I right?
Now you can do this only in fast fix import (put cursor on type identifier and press alt-shift-I)
Comment 3 shche123 2008-09-05 16:35:52 UTC
I mean, instead of 20 import statements at the top of the file, have only a few using wild cards:

ex:
import java.util.*;

Comment 4 Rastislav Komara 2009-02-03 10:53:51 UTC
Overtake.