filmov
tv
Eclipse Refactoring Tip: Using Extract Superclass to extract a class with fields *and* methods

Показать описание
Extract Class in Eclipse for Java only allows us to extract fields to new classes, so we're forced to go around the houses a bit to do a proper Extract Class refactoring. Here's a quick demonstration of using Extract Superclass as a stepping stone.