summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/AmbiguousMethodCall.html
blob: e1384463c5e15c1a69fcd53954a0a1e36a4120a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
Reports ambiguous method calls to a super method from an inner or anonymous class, where a method
with identical name is available in the surrounding class. In this situation a cursory
examination of the code may suggest a method in the surrounding class is
called, when in actual fact a method from the super class is called. To clarify the
intent of the code it is recommended to add a
<b>super</b> qualifier to the method call.
<!-- tooltip end -->
<p>
</body>
</html>