Bug 7485

Summary: IType resolve fails
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: akiezun, eduardo_pereira, fraenkel, srich
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Martin Aeschlimann CLA 2002-01-11 08:30:52 EST
20108
1. create (A.java)
 import java.util.Vector;
 public class A {
   public A(Vector v) {
   }
 }
(B.java)
 public class B extends A {
 }

2. in the outliner on B, choose 'Add constructors from superclass'
  Constructor is added but no import for Vector.

3. Dio it again but set a breakpoint in JavaModelUtil.getResolvedTypeName. 
   It is called to resolve type name 'Vector' in A.
   No results.
Comment 1 Philipe Mulet CLA 2002-01-16 09:55:36 EST
please investigate
Comment 2 Martin Aeschlimann CLA 2002-01-18 05:26:37 EST
*** Bug 7842 has been marked as a duplicate of this bug. ***
Comment 3 Martin Aeschlimann CLA 2002-02-07 12:12:04 EST
*** Bug 7927 has been marked as a duplicate of this bug. ***
Comment 4 David Audel CLA 2002-02-13 04:38:28 EST
if type name is unqualified then qualifiedSelection field must be null in 
SelectionEngine#selectType.

Fixed.
Comment 5 Martin Aeschlimann CLA 2002-02-13 05:36:01 EST
is this already in 20020212?
Comment 6 David Audel CLA 2002-02-13 06:17:55 EST
It's not in 20020212, but it should be in the next build.
Comment 7 David Audel CLA 2002-02-14 05:38:08 EST
*** Bug 9785 has been marked as a duplicate of this bug. ***
Comment 8 Martin Aeschlimann CLA 2002-03-29 12:23:21 EST
*** Bug 9192 has been marked as a duplicate of this bug. ***