0
Отвечено

Extract Superclass description

Dieter Kindt 2 года назад обновлен Alexander Shvets 2 года назад 1

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).

Отвечено

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!

Сервис поддержки клиентов работает на платформе UserEcho