Bug 139807

Summary: Compiling 1.5 sources leads to duplicates in code select
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Olivier Thomann CLA 2006-05-02 15:14:19 EDT
Using RC2 + JDT/Core HEAD,
1) I started a new workspace using a 1.5.0 VM.
2) Create a new Java project with a source folder src.
3) Select src and import the src.zip from a JDK 1.5
4) Build the project
5) Go to the problem view.
6) Look at the two errors for com.sun.org.apache.xalan.internal.xsltc.trax.SmartTransformerFactoryImpl.
7) Select the one that says "com.sun.org.apache.xml.internal.utils.ObjectFactory is not visible".
8) Double click on it.
9) Select ObjectFactory and press F3.
10) The dialog opens with two proposals that looks identical.
Selecting any of them leads to the same type.

I would expect to directly open to type com.sun.org.apache.xml.internal.utils.ObjectFactory without getting a dialog.
Comment 1 Philipe Mulet CLA 2006-05-02 16:50:15 EDT
Pls find out if this is a regression or not.
If not, then post 3.2.
If it is, and scenario is frequent and/or fix is trivial, then we may consider it for 3.2
Comment 2 Olivier Thomann CLA 2006-05-02 20:10:21 EDT
3.1.2 already has the same problem.
Comment 3 Jerome Lanneluc CLA 2006-05-03 04:31:03 EDT
From step 9, it is a code select problem (not an open type problem). Changing title accordingly.
Comment 4 Jerome Lanneluc CLA 2006-05-03 04:32:38 EDT
Post 3.2
Comment 5 Denis Roy CLA 2009-08-30 02:12:27 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.