Community
Participate
Working Groups
Build Identifier: M20090917-0800 If you rename a project and then undo renaming, the settings associated with the project (such as resource encoding, or compiler settings for Java projects) will appear to be lost for the workbench session. Reproducible: Always Steps to Reproduce: 1. Create a simple project 'foo' 2. Set the resource encoding for the project to 'Other' (UTF-8) 3. Rename the project to 'bar' 4. Rename the project to 'foo' (or just undo renaming) 5. Notice that the encoding setting for the project is now 'Inherited from container' 6. Restart the workbench. The encoding setting for the project is 'Other' (UTF-8) once again. For Java projects, explicitly set compiler settings will be lost in the same way.
It works fine for me on 3.6. Can you see the issue on 3.6?
I could reproduce the issue on 3.6 with Java projects. The steps to reproduce are the same except step 1, which now is "Create a Java project 'foo'". (The issue as originally described can still be reproduced with simple projects on 3.5.x, but not 3.6)
Moving to LTK.
Sorry. Moved the bug eagerly to JDT. Taking it back.
I tested it again on one of 3.8 IBuilds and it works fine.