Bug 3448 - No error for package and type collision in default package (1GLDM89)
Summary: No error for package and type collision in default package (1GLDM89)
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 M3   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:55 EDT by David Audel CLA
Modified: 2002-02-04 12:58 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:17 EDT
Step to reproduce :
	1) create a class ZZ in default package with a ZZZ member type
	2) create a ZZ package
	3) create ZZZ type in ZZ package
	
	no error in task list.

	/* ZZ.java file */
	public class ZZ {
		public class ZZZ {}
	}
	

	/* ZZZ.java file */
	package ZZ;
	
	public class ZZZ {
	
	}

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 17:14:58 EST
PRODUCT VERSION:
build 202a + Jdtcore/Head

Comment 2 Philipe Mulet CLA 2002-02-02 07:26:43 EST
This should now work ?
Comment 3 Kent Johnson CLA 2002-02-04 12:58:40 EST
Fixed. Needed additional reference info.