Bug 72155

Summary: [1.5][assist] Missing member type completion inside parameterized type reference
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Audel CLA 2004-08-18 06:11:26 EDT
build I20040812
1) create X.java
public class X <T> {
  public class Y {
    public class Z {
    }
  }
}
2) create Test.java
public class Test {
  X<UnknownType>.Y.Z#cursor#
}

3) do ctrl + space at cursor location
No proposal
Comment 1 David Audel CLA 2005-05-18 13:07:35 EDT
The current behavior is the expected behavior.

No proposal and the status bar contains "UnknownType cannot be resolved to a type".