Bug 6375

Summary: Organize imports asks to specify the same class
Product: [Eclipse Project] JDT Reporter: Paula Cox (WSAD) <paulacox>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 1.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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