Opened 6 years ago

Last modified 6 years ago

#244 new defect

Refactoring of instance variables does not work correctly with accessors

Reported by: patrik.svestka@… Owned by:
Priority: major Milestone:
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): no

Description (last modified by patrik.svestka@…)

I had a instance variable userList and I wanted it to rename (clicking on the instance variable list, left click on userList variable and pressing F2 shortcut) to windowsUserList.

Nearly everything got renamed correctly but the accessors did not:

userList
    ^ windowsUserList    


userList: users

    windowsUserList := users 


Change History (1)

comment:1 by patrik.svestka@…, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.