Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.1Release
-
Fix Version/s: 2.6.0.Release
-
Component/s: Refactoring, Search
-
Labels:None
-
Number of attachments :
Description
Related to GRECLIPSE-1204, it should be possible to refactoring synthetic getters and setters:
class First {
def field
}
getField()
setField(new Object())
Renaming field should also appropriately renamed getField and setField.
Issue Links
- is duplicated by
-
GRECLIPSE-1010
Ability to rename refactor getter and setter variants of property references
-
This is now fixed with regression tests.
I added a new rename participant that looks for synthetic getters, setters, and issers.