summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/AmbiguousMethodCall.html
blob: 47bb71c5aee4f3d6618732d7c77d2926dc26c703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>