Bug 139807 - Compiling 1.5 sources leads to duplicates in code select
Summary: Compiling 1.5 sources leads to duplicates in code select
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-02 15:14 EDT by Olivier Thomann CLA
Modified: 2009-08-30 02:12 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 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.