Bug 138038

Summary: [type wizards] validate that name isn't same as superclass
Product: [Eclipse Project] JDT Reporter: John Kaplan <johnkaplantech>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description John Kaplan CLA 2006-04-21 15:41:13 EDT
This would be an easy validity check to add.

If you inadvertantly name a class the same as its parent, eclipse usually allows it, but many strange non-deterministic things can happen later that are hard to debug.

Some frameworks disambiguate the same class name with different package names, and so make mixups like this more likely.