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