Polish KT-22011 inspection: message, level, group, range, etc.
This commit is contained in:
Vendored
+2
-2
@@ -4,7 +4,7 @@
|
||||
<line>5</line>
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="test.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Immutable Kotlin collection may be changed with Java Collections method</problem_class>
|
||||
<description>The 'immutableList' may be changed with Java Collections method 'reverse'</description>
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Call of Java mutator method on immutable Kotlin collection</problem_class>
|
||||
<description>Call of Java mutator 'reverse' on immutable Kotlin collection 'immutableList'</description>
|
||||
</problem>
|
||||
</problems>
|
||||
|
||||
Reference in New Issue
Block a user