Bug 3449 - CodeAssist - two type with same name must be qualified (1GLDN3Z)
Summary: CodeAssist - two type with same name must be qualified (1GLDN3Z)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:55 EDT by David Audel CLA
Modified: 2002-01-11 09:08 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 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