<html> | |
<body> | |
Reports any unnecessary uses of the <b>super</b> | |
qualifier in method calls and fields references. A super qualifier is unnecessary | |
when the field or method of the super class is not overridden in the calling class. | |
<!-- tooltip end --> | |
<p> | |
</body> | |
</html> |