Bug 497312

Summary: Refactor of fields
Product: [Eclipse Project] JDT Reporter: Santiago Ferreira <sferreira94>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: gautier.desaintmartinlacaze, stephan.herrmann
Version: 4.6   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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