43 lines
2.0 KiB
XML
Vendored
43 lines
2.0 KiB
XML
Vendored
<problems>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>1</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">equals() and hashCode() not paired</problem_class>
|
|
<description>Class has <code>equals()</code> defined but does not define <code>hashCode()</code></description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>5</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">equals() and hashCode() not paired</problem_class>
|
|
<description>Class has <code>hashCode()</code> defined but does not define <code>equals()</code></description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>14</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">equals() and hashCode() not paired</problem_class>
|
|
<description>equals()/hashCode() in object declaration</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>18</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">equals() and hashCode() not paired</problem_class>
|
|
<description>equals()/hashCode() in object declaration</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>22</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
|
|
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">equals() and hashCode() not paired</problem_class>
|
|
<description>equals()/hashCode() in object declaration</description>
|
|
</problem>
|
|
</problems>
|