Files
kotlin-fork/idea/testData/inspections/replaceArrayEqualityOpWithArraysEquals/inspectionData/expected.xml
T
Mikhail Glukhikh 7b5842a088 Fix inspection test
2017-09-28 14:00:56 +03:00

18 lines
814 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>Replace '==' with 'contentEquals'</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>Replace '!=' with 'contentEquals'</description>
</problem>
</problems>