Bug 497312 - Refactor of fields
Summary: Refactor of fields
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.6   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-05 09:40 EDT by Santiago Ferreira CLA
Modified: 2016-07-06 03:51 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago Ferreira CLA 2016-07-05 09:40:06 EDT
When rename a field of a class with refactor option, the name of a variable in set method doesn't change.


-- Configuration Details --
Product: Eclipse 4.6.0.20160613-1800 (org.eclipse.epp.package.java.product)
Installed Features:
 org.eclipse.jdt 3.12.0.v20160606-1100
Comment 1 Stephan Herrmann CLA 2016-07-05 15:11:32 EDT
Do you mean, you already ticked

[ ] Rename getter: ...
[x] Rename setter: ...

but in addition to renaming the setter itself, you want the setter *argument* to be renamed, too? Is that it?
Comment 2 Santiago Ferreira CLA 2016-07-05 16:28:06 EDT
Yes