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 125146 - When using Refactor/Rename on a property field, ask whether getters/setters should also be changed
Summary: When using Refactor/Rename on a property field, ask whether getters/setters s...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-11 23:43 UTC by cayhorstmann
Modified: 2017-11-08 11:56 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 cayhorstmann 2008-01-11 23:43:12 UTC
I have a property "foo" that I want to change to "bar", including "getFoo" -> "getBar" and "setFoo" -> "setBar". Right
now, I have to three renames. In Eclipse, when I rename the field, it asks me whether I want to rename the getter/setter
as well. NetBeans should do this.
Comment 1 Rastislav Komara 2009-02-03 10:54:56 UTC
Overtake.
Comment 2 _ gtzabari 2013-10-03 17:28:27 UTC
This is already implemented in 7.4. Please review.
Comment 3 hans_adler 2017-11-08 11:56:46 UTC
Shouldn't this issue be closed? If I understand the issue correctly, I have been using this functionality in NetBeans for years.