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 45461

Summary: Refactor - > Rename doesn't rename form file
Product: java Reporter: Jaromir Uhrik <juhrik>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 45474    
Bug Blocks:    
Attachments: Screenshot attached

Description Jaromir Uhrik 2004-06-23 13:46:11 UTC
[200406230100; j2sdk1.4.2_04]
1.Create JFrame form "f1"
2.Add code "new f1().show()" to Main.main method
3.Call Refactor -> Rename on "f1" (rename to "rr")
4.The occurence of the "f1" is substituted except 
for form file name (it remains as f1) and the 
code is not compilable - there is no way to 
correct this.
Comment 1 Jaromir Uhrik 2004-06-23 13:46:56 UTC
Created attachment 15948 [details]
Screenshot attached
Comment 2 Jan Becicka 2004-06-24 17:11:28 UTC
Bug is no more reproducible after fix of issue 45474.

*** This issue has been marked as a duplicate of 45474 ***
Comment 3 Jaromir Uhrik 2004-06-25 14:04:19 UTC
Verified - duplicate.
Comment 4 Quality Engineering 2007-09-20 12:09:36 UTC
Reorganization of java component