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 75187 - Changing "Variable Name" should trigger rename refactoring
Summary: Changing "Variable Name" should trigger rename refactoring
Status: RESOLVED DUPLICATE of bug 48288
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 20:25 UTC by Pavel Buzek
Modified: 2006-08-09 14:19 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 Pavel Buzek 2006-04-18 20:25:10 UTC
I wanted to change a variable name of a UI component (JTextField, JButton,..)
that is also used in my hand written code (e.g. event handlers). I have to
change it in the property sheet and then do find/replace. When I tried
refactoring on the field (in guarded block) the refactoring was enabled and
changed all the references to the variable but not the variable declaration
itself. IMO the property change should automatically start a refactoring.
Refactoring in the code should change the property on the form.
Comment 1 Tomas Pavek 2006-08-09 14:19:24 UTC

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