Bug 6375 - Organize imports asks to specify the same class
Summary: Organize imports asks to specify the same class
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-28 01:20 EST by Paula Cox (WSAD) CLA
Modified: 2001-11-28 12:59 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paula Cox (WSAD) CLA 2001-11-28 01:20:17 EST
Perform 'organize imports' against a class that has 
    import javax.naming.* 
in it, and has 2 jars on the classpath that both contain  
javax.naming.InitialContext. 
You will get a dialog asking which type to import.  In the list, 
you will see 'javax.naming.InitialContext' twice in the list.

Can change 'Organize imports' so that it recognizes that these are the 
same package/class and does NOT prompt the user to choose between the same 
class?
Comment 1 Martin Aeschlimann CLA 2001-11-28 12:59:04 EST
fixed > 11127