Inspectopedia
 
2024.3

Abstract method with missing implementations

Warning
New
Last modified: 03 December 2024

Reports abstract methods that are not implemented in every concrete subclass.

This results in a compile-time error on the subclasses; the inspection reports the problem at the point of the abstract method, allowing faster detection of the problem.