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 96104 - Refactoring (at least instant rename) a field does not rename corresponding getter and setter
Summary: Refactoring (at least instant rename) a field does not rename corresponding g...
Status: RESOLVED DUPLICATE of bug 47625
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 118235 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-21 08:49 UTC by thulin
Modified: 2008-10-20 10:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thulin 2007-02-21 08:49:02 UTC
Refactoring a field (with at least instant rename (CTRL + R) does not rename the
corresponding getter and setter. 

int foo;

public void setFoo(int i) { }
public int getFoo() { }

Renaming the field foo should also rename the getter and setter.
Comment 1 Daniel Prusa 2008-02-07 14:46:50 UTC
*** Issue 118235 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Prox 2008-10-20 10:44:14 UTC

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