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 181497 - Change package import order
Summary: Change package import order
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 15:56 UTC by pjm344
Modified: 2010-03-03 15:57 UTC (History)
1 user (show)

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 pjm344 2010-03-03 15:56:54 UTC
It would be nice to be able to specify the order that certain classes with the same names are loaded in.  For example, I'd prefer to load java.sql.PreparedStatement before com.mysql.jdbc.PreparedStatement.

I'm using JDBC for the actual driver, but I'd prefer that for encapsulation's sake my classes use the java.sql version in case I ever need to swap out.  It would be nice if there were a dialog somewhere in the Libraries for changing the order of imports, particularly against the java packages.

I haven't been able to find any mention of this, but please forgive if this is a solved issue.

Thanks!