Community
Participate
Working Groups
Build Identifier: M20110909-1335 I have a huge probject. When I try to rename it, the progress rapidly goes up to about 75%, then stays there. I can wait for hours, but it does not go further. The project is a dynamic web project, with some links in it created using PROJECT_LOC variable. In the file system, this project has some folders containing other projects. PHYSICAL LAYOUT: - MAIN_PROJECT - SUBPRJ1 - SUBPRJ2 These (sub)-projects are "mounted" in the Eclipse workspace as individual projects. Some resource filters are set in the main project to hide those sub-project folders from the main project. So, the workspace layout is flat: WORKSPACE LAYOUT: - MAIN_PROJECT - SUBPRJ1 - SUBPRJ2 I'm going to attach some thread dumps I made. Reproducible: Always Steps to Reproduce: 1. press F2 on the project name 2. change the project name
Created attachment 205378 [details] Dump 1 See the ModalContext thread of these dumps. These dumps have been taken after waiting some hours and after trying to push the cancel button (red square on the right of the progress bar of the "Rename resource" dialog).
Created attachment 205379 [details] Dump 2
Created attachment 205380 [details] Dump 3
Created attachment 205381 [details] Dump 4
Created attachment 205382 [details] Dump 5
Can you provide a list of the path variables in your project? Or attach the .project file? Thanks,
Created attachment 205403 [details] .project of the project I try to rename Here it is the .project file of the project I try to rename (which is the main project in the structure I mentioned).
Created attachment 205701 [details] Patch Fix for this bug.
Adding a milestone so this patch doesn't get lost. Serge is this patch ready to go or just a work in progress?
setting target to 3.8M5
Created attachment 209800 [details] Git Patch, including junit test New git patch
Now fixed on git's repository, on the master branch.