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 146305

Summary: Rename of action handler method does not work.
Product: guibuilder Reporter: Jan Jancura <jjancura>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Jancura 2008-09-05 11:44:16 UTC
1) Create some form (JFrame).
2) add JButton there
3) Generate actionPerformed (...) handler (popup menu on JButton > Events > Actions > ...)
4) switch to text editor put cursor on xxxactionPerformed method name
5) try to rename method (Ctrl+R)
>
It looks like that rename feature is supported, but new name is not used. We should fix rename action, or it should be
disabled in this case, or some message should inform user, that rename is not supported in this case.
Comment 1 Jan Stola 2008-09-08 13:48:16 UTC
This is one of known limitations of refactoring support in GUI builder. See issue 106831 and section 'Rename event 
handler method in the form class' in http://wiki.netbeans.org/GUIBuilderRefactoring

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