Reports "no-op" methods in
abstract
classes. It is usually a better design to make such methods
abstract
themselves, so that classes which inherit the methods will not forget to provide their own implementations.