Should renaming an overriden method also rename other overrides of the base method?
When i go to rename a method in a derived class, I get the dialog that asks if I want to refactor from the base method, which I do.
However, only methods and usages in the super hierarchy of the method I'm renaming get refactored. Other "sibling" classes that have overrides of the base method don't get renamed. It seems like they should, but maybe there is something I'm missing?
Please sign in to leave a comment.
Hi David.
Please add your comments or upvote the issue: https://youtrack.jetbrains.com/issue/OC-11598.
thank you! I suppose i should have found that in my search :). The existing comment does says that it is a swift bug, but i see it in objc.
Here are my comments: