Community
Participate
Working Groups
Created attachment 157313 [details] eclipse log. The issue can generally be replicated by the following: 1. Delete existing workspace and open eclipse (new workspace) 2. Create new Tigerstripe project (TestProjectOne) 3. Create new Tigerstripe project (TestProjectTwo) 4. Create a new package (at root level) in TestProjectOne named "root" 5. Create two new entities under "root" package in TestProjectOne 6. Refactor "root" to be renamed to "root1". Note that entities create created in 5 are now gone but no error messages are present in log. 7. Delete TestProjectOne and TestProjectTwo. 8. Create new Tigerstripe project (TestModelOne) 9. Create new Tigerstripe project (TestModelTwo) 10. Create a new package (at root level) in TestModelOne named "root" 11. Create two new entities under "root" package in TestModelOne (Named as above) 12. Refactor "root" to be renamed to "root1". Note that entities create created in 11 are now gone. 13. See attached log file. This was generated by step 12.
This has already been fixed with a bunch of refactoring fixes that were submitted between I32-I34.