Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 424452

Summary: Renaming a Java project outside the workspace does not update its folder name
Product: [Eclipse Project] JDT Reporter: Michael Becker <mb6502>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: manju656
Version: 4.3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Becker CLA 2013-12-19 09:57:56 EST
Renaming a Java project that is outside the workspace does not update its folder name. However, the folder names of projects inside the workspace get updated. This is quite inconsistent and looks like a bug to me.

Steps to reproduce:

The bug:
- create a new Java project that is located _outside_ the workspace, name it 'test1'
- right-click on project -> Refactor -> Rename...
- enter new name e.g. 'test1new'
- click OK
-> project folder is still 'test1'

In comparison to expected behavior:
- create a new Java project _inside_ the workspace, name it 'test2'
- right-click on project -> Refactor -> Rename...
- enter new name, e.g. 'test2new'
- click OK
-> folder is also renamed to 'test2new'
Comment 1 Martin Mathew CLA 2013-12-20 00:25:48 EST
See bug 39453, comment 1.

*** This bug has been marked as a duplicate of bug 39453 ***