18 lines
800 B
XML
Vendored
18 lines
800 B
XML
Vendored
<problems>
|
|
<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="NOT_USED_ELEMENT_ATTRIBUTES">Replace '==' with 'Arrays.equals'</problem_class>
|
|
<description>Dangerous array comparison</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.kt</file>
|
|
<line>7</line>
|
|
<module>light_idea_test_case</module>
|
|
<entry_point TYPE="file" FQNAME="temp:///src/test.kt"/>
|
|
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Replace '!=' with 'Arrays.equals'</problem_class>
|
|
<description>Dangerous array comparison</description>
|
|
</problem>
|
|
</problems> |