Community
Participate
Working Groups
1. Create a Java class with a typo (e.g. 'HelloWordl') 2. Rename the class via rename refactor in the editor 3. Close the workbench 4. Restart the workbench; result: e4 opens an editor with the message 'Resource <old name> does not exist.' instead of the refactored/renamed file.
This is because we only persist the editor input on editor creation (in EditorReference's constructor).
Fixed in CVS HEAD.
Verified with I20100913-2011 on Windows XP.