Back to Intellij Community

AbstractMethodWithMissingImplementations

java/java-impl/resources/inspectionDescriptions/AbstractMethodWithMissingImplementations.html

2025.3-rc-2250 B
Original Source

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.