summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/visibility/ambiguous/expected.xml
blob: a0ee7b7d278931810e59bafd791331f127f9f81b (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>AmbiguousMethodCall.java</file>
    <line>11</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Inherited method called which hides method in outer class</problem_class>
    <description>Method &lt;code&gt;m()&lt;/code&gt; from super class 'Y' called, when method from class 'X' might have been expected #loc</description>
  </problem>

</problems>