Bug 26677

Summary: Code Assist - expected type must be qualified.
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 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.