No-op method in 'abstract' class

Last modified: 03 December 2024

Reports no-op (for "no operation") methods in abstract classes.

It is usually a better design to make such methods abstract themselves so that classes inheriting these methods provide their implementations.

Example: