blob: 47bb71c5aee4f3d6618732d7c77d2926dc26c703 [file] [log] [blame]
<html>
<body>
Reports any method calls to super methods where a method
with the same name is available in the surrounding class. In this case a cursory
reader of the code may think that a method in the surrounding class is
called, when in fact a method from the super class is called. To make the
intent of the code more clear it is recommended to add a
<b>super</b> qualifier to the method call.
<!-- tooltip end -->
<p>
</body>
</html>