Bug 30947 - CodeAssist - top level types are not proposed if type is qualified with package
Summary: CodeAssist - top level types are not proposed if type is qualified with package
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-05 06:36 EST by David Audel CLA
Modified: 2003-02-11 07:48 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.