Fix inspection test
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e7e28419e4
commit
7b5842a088
Vendored
+2
-2
@@ -5,7 +5,7 @@
|
||||
<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 'Arrays.equals'</description>
|
||||
<description>Replace '==' with 'contentEquals'</description>
|
||||
</problem>
|
||||
<problem>
|
||||
<file>test.kt</file>
|
||||
@@ -13,6 +13,6 @@
|
||||
<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 'Arrays.equals'</description>
|
||||
<description>Replace '!=' with 'contentEquals'</description>
|
||||
</problem>
|
||||
</problems>
|
||||
Reference in New Issue
Block a user