In eclipse, is there a way to refactor the signature of the superclass constructor method, so that all subclass constructors with the same signature are also reorganized the same way?
double-click the signature with the left mouse button, then right-click → Refactor → Change method signature.