blob: 3c9a518635fcdebff9161553d69f2ff9a4f5f223 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>MethodNamesDifferOnlyByCase.java</file>
<line>20</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Method names differing only by case</problem_class>
<description>Method name &lt;code&gt;hashcode&lt;/code&gt; and method name 'hashCode' differ only by case #loc</description>
</problem>
<problem>
<file>MethodNamesDifferOnlyByCase.java</file>
<line>30</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Method names differing only by case</problem_class>
<description>Method name &lt;code&gt;xX&lt;/code&gt; and method name 'xx' differ only by case #loc</description>
</problem>
<problem>
<file>MethodNamesDifferOnlyByCase.java</file>
<line>5</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Method names differing only by case</problem_class>
<description>Method name &lt;code&gt;fooBar&lt;/code&gt; and method name 'fooBAr' differ only by case #loc</description>
</problem>
<problem>
<file>MethodNamesDifferOnlyByCase.java</file>
<line>10</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Method names differing only by case</problem_class>
<description>Method name &lt;code&gt;fooBAr&lt;/code&gt; and method name 'fooBar' differ only by case #loc</description>
</problem>
<problem>
<file>MethodNamesDifferOnlyByCase.java</file>
<line>29</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Method names differing only by case</problem_class>
<description>Method name &lt;code&gt;xx&lt;/code&gt; and method name 'xX' differ only by case #loc</description>
</problem>
</problems>