| Summary: | [model] Rename package is *NOT ALWAYS* case sensitive under windows. | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | spiker <spiker_h> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | dytyniak |
| Version: | 3.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | stalebug | ||
|
Description
spiker
Problem comes from CopyResourceElementsOperation.createNeededPackageFragments(...) method. At line 155 createFolder raises a JavaModelException which wrappes following CoreException (code 275): "A resource exists with a different case: /b93229/first/Second." To be investigated for 3.4 A much simpler example in Eclipse 3.2.2 in Win XP Pro (this was not a problem in Eclipse 3.0.x): Plain old java project named: lowerCaseJavaProject //lower case 1st letter "l" Do Refactor > Rename to: LowerCaseJavaProject //1st letter changed to Upper case "L" and you get the Dialog: Rename Java Project reporting the error: "A folder with that name already exists" We ran out of time for 3.4. Deferring This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |