summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/bugs/string_equality/expected.xml
blob: 0eb665c7cff4f5ef0fc5d26001788df4f8ad9736 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>StringEquality.java</file>
    <line>7</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">String comparison using '==', instead of 'equals()'</problem_class>
    <description>String values are compared using &lt;code&gt;==&lt;/code&gt;, not '.equals()' #loc</description>
  </problem>
</problems>