Bug 5241 - Please don't automatically add to my imports
Summary: Please don't automatically add to my imports
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-25 10:25 EDT by Steve Northover CLA
Modified: 2001-10-25 13:07 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Northover CLA 2001-10-25 10:25:55 EDT
Under some circumstances, I've had the following inserted
into my imports:  import org.omg.CORBA.OBJECT_NOT_EXIST;

I think this is a bug in code assist but I haven't been
able to replicate the steps yet.  I'll enter a new bug
report when I can.

In any case, some of us explicitly manage our imports.
For example, I beleive in using '*' instead of explictly
talking about a class because this allows the class to
move into a different package without me having to edit
the source.

I therefore NEVER want my imports changed automatically.
Comment 1 Martin Aeschlimann CLA 2001-10-25 13:07:16 EDT
There is no auto inserting of imports except for refactoring (move CU),
you always have to invoke 'organize import' manually.

The bug of imports like 'org.omg.CORBA.OBJECT_NOT_EXIST' has been fixed in 203.