Bug 25815

Summary: Code Assist does not propose member type.
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2002-11-07 08:03:58 EST
1) create the class X.
public class X {
   public class Y {
      void foo() {
         Y var = new <cursor>
      }
   }
}
2) do ctrl + space at cursor location.
the class Y is not proposed.
Comment 1 David Audel CLA 2002-11-07 10:34:01 EST
Fixed.
Comment 2 David Audel CLA 2002-11-13 05:32:42 EST
Verified.