Bug 26677 - Code Assist - expected type must be qualified.
Summary: Code Assist - expected type must be qualified.
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-19 11:42 EST by David Audel CLA
Modified: 2002-12-17 10:53 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 2002-11-19 11:42:42 EST
1) create class p1.Y.
2) create class p2.Y.
3) create class X.
import p1.Y;
public class X {
  p2.Y bar = new <cursor>
}
4) do ctrl+space at cursor location.

Completion is 'Y' but it must be 'p2.Y'.
Comment 1 David Audel CLA 2002-11-19 12:27:14 EST
Fixed.
Comment 2 David Audel CLA 2002-12-17 10:53:06 EST
Verified.