This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 70465

Summary: Refactoring: "Rename" messes up source code.
Product: guibuilder Reporter: paddington02 <paddington02>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description paddington02 2005-12-15 14:07:42 UTC
I have created a standard Main class and a Matisse form with a centered JLabel 
and two buttons on the bottom of the form. Once I rename the form class the 
variable declaration for the JLabel in the form source code is messed up with 
vestiges of the former class name of the form.
Comment 1 Jan Becicka 2005-12-15 14:22:35 UTC
Form should handle this.
Comment 2 Jan Stola 2005-12-15 14:31:35 UTC
Caused by a missing integration of form module with refactoring.

*** This issue has been marked as a duplicate of 48288 ***