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
-
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue is duplicated by |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Andrew Eisenberg [ werdna ] | |
| Fix Version/s | 2.6.0.Release [ 17849 ] | |
| Resolution | Fixed [ 1 ] |
This is now fixed with regression tests.
I added a new rename participant that looks for synthetic getters, setters, and issers.