Community
Participate
Working Groups
Tested with 8.0.1 and master 2012-12-21 1. Put a breakpoint in the constructor RefactoringWizardDialog2.RefactoringWizardDialog2(...) and a breakpoint in RefactoringWizardDialog2.close() 2. Rename something without using the dialog (Alt+shift+R), press enter. 3. The constructor is called but RefactoringWizardDialog2.close() is never called, leaking the wizard and a lot of things with it.
Fixed in cdt_8_0 and master.