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 - Refactoring: "Rename" messes up source code.
Summary: Refactoring: "Rename" messes up source code.
Status: RESOLVED DUPLICATE of bug 48288
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-15 14:07 UTC by paddington02
Modified: 2005-12-15 14:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***