Exception falls when try to rename file to the already existent one
different only with case
---------------------------------------------------------------------------------------------
Key: JBIDE-1980
URL:
https://issues.redhat.com/browse/JBIDE-1980
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: upstream
Affects Versions: 2.1.0.CR1
Environment: WinXP
Reporter: Anton Klimkovich
Assignee: Anton Klimkovich
Priority: Minor
Fix For: 2.1.0.CR1
Attachments: exception.txt
EXECUTE: Create JSFKickStart project.
EXECUTE: Rename "inputUserName.jsp" to "Hello.jsp".
ASSERT: Warning message about existent one with the same name
FAILURE: Java Model Exception: Core Exception [code 275] A resource exists with a
different case: '/JSFKickStart project./WebContent/pages/hello.jsp'.
at
org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:50)
Log attached.