Reports any methods which override concrete methods,
but which do not call that method as super. Such methods
may represent a failure of abstraction, and can lead to hard-to-trace bugs. Methods overridden
from java.lang.Object are not reported by this inspection.
Use the first checkbox below to only warn when the super method is annotated by an annotation specified in the table below.
Use the second checkbox below to ignore super methods when they are empty. Enabling this option can be processor intensive.