summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/style/unqualified_method_access/expected.xml
blob: a2183473e31a2c05e6553e3eca09013256f98ec4 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>UnqualifiedMethodAccess.java</file>
    <line>12</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Instance method call not qualified with 'this'</problem_class>
    <description>Instance method call &lt;code&gt;foo&lt;/code&gt; is not qualified with 'this' #loc</description>
  </problem>
</problems>