Bug 30782

Summary: Can't rename a package to the same name with different case
Product: [Eclipse Project] JDT Reporter: Curtis d'Entremont <038535d>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0.2   
Target Milestone: 2.1 M5   
Hardware: Other   
OS: Windows XP   
Whiteboard:

Description Curtis d'Entremont CLA 2003-02-02 13:44:12 EST
Let's say you make a package called Assignment4, but then you realize you 
shouldn't use caps in the name, so you try to rename it to assignment4, it 
won't let you. It says there is a package with the same name (but different 
caps) that already exists. It doesn't realize that the offending package is 
the one you're trying to fix, and so should exclude itself from the checking.
Comment 1 Philipe Mulet CLA 2003-02-03 04:39:51 EST
This isn't JDT/Core. This limitation comes from Win32 OS. Try to do the same in 
file explorer.