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 48373 - [40cat] Fix Imports enhancements
Summary: [40cat] Fix Imports enhancements
Status: RESOLVED DUPLICATE of bug 47599
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 13:49 UTC by rcasha
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 rcasha 2004-09-02 13:49:12 UTC
[ JDK VERSION : J2SE 1.5.0 ]

1. Configure the "most likely" packages ordering. Some class names are found both in standard java.xx packages and in some obscure com.sun or org.apache packages - there should be a simple way to place certain packages before others.

2. Replace fully-qualified names in the code with an import statement and a simple name.

3. Configure the number of classes before replacing with a package.* syntax.
Comment 1 Martin Matula 2004-11-13 00:05:39 UTC

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