Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2RC1
-
Fix Version/s: 2.6.0.Release
-
Component/s: Refactoring
-
Labels:None
-
Number of attachments :
Description
Given this code:
class Result {
def val = 9
}
new Result().getVal()
new Result().setVal(0)
It would be nice to have getVal and setVal properly renamed when val is renamed.
This will probably require a refactoring participant and this kind of rename will not show up in inline renaming.
Issue Links
- duplicates
-
GRECLIPSE-1205
Refactoring of synthetic getters and setters
-
GRECLIPSE-1205is now fixed and so is this issue.