Bug 3449

Summary: CodeAssist - two type with same name must be qualified (1GLDN3Z)
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: Windows NT   
Whiteboard:

Description David Audel CLA 2001-10-10 22:55:18 EDT
Step to reproduce :
	1) create a type X in package p1
	2) create a type Z in package p2
	3) create the following class A

	import p.X;
	import p2.*;

	public class A {
		public void foo(){
			X[cursor]
		}
	}

	4) do ctrl + space in cursor location
	5) choose p2.X

	X is not qualified.

NOTES:
Comment 1 David Audel CLA 2001-10-24 05:25:37 EDT
Test case steps are not correct.
Step 2 must be :
 2)create a type X in package p2
Comment 2 David Audel CLA 2001-10-24 05:29:41 EDT
Fixed
Comment 3 DJ Houghton CLA 2001-10-29 17:15:04 EST
PRODUCT VERSION:
build 202a +Jdtcore/Head