Bug 30947

Summary: CodeAssist - top level types are not proposed if type is qualified with package
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.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2003-02-05 06:36:13 EST
1) create X.java
package p;
public class X {
  p.X<cursor>
}
2) do ctrl+space at cursor location
the class X is not proposed.
Comment 1 David Audel CLA 2003-02-05 07:01:08 EST
Fixed.
Comment 2 David Audel CLA 2003-02-11 07:48:49 EST
Verified.