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 41721 - Rules for FQN on Import Management Tool
Summary: Rules for FQN on Import Management Tool
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-05 19:09 UTC by jschek
Modified: 2013-09-02 14:19 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 jschek 2004-04-05 19:09:23 UTC
The Import Management Tool could benefit from 
some import "rules".

The particular use I had in mind for "rules" 
would be an "Always use FQN" list of classes and 
an "Always use import" list of clases.

In particular, the coding convention we have 
adopted encourages developers to use the FQN for 
certain types of classes (in particular 
Exceptions).

Currently, I have to manually set every 
exception back to Use FQN--unfortunately, the 
threshold limit doesn't really work here.
Comment 1 _ gtzabari 2004-09-10 18:35:12 UTC
Is this still an issue with the new fix import tool?
Comment 2 jschek 2004-09-10 23:36:00 UTC
Is this available in 3.6 or 4.0 beta?
Comment 3 Martin Matula 2004-11-12 23:41:59 UTC
IMT was replaced by FixAllImports (Alt+Shift+F), however this issue is
still valid - we could provide such option for FixAllImports.