0
Answered
Extract Superclass description
Extract Superclass
If inheritance is appropriate, get rid of unneeded fields and methods in the subclass. Extract all fields and methods needed by the subclass from the parent class, put them in a new subclass, and set both classes to inherit from it (Extract Superclass).
Shouldn't that be:
If inheritance is appropriate, get rid of unneeded fields and methods in the subclass. Extract all fields and methods needed by the subclass from the parent class, put them in a new superclass, and set both classes to inherit from it (Extract Superclass).
Customer support service by UserEcho
Hi!
Thanks a lot for taking the time to report this issue. I'll address it soon and upload the fix with the next update. Thanks again!