Polish KT-22011 inspection: message, level, group, range, etc.

This commit is contained in:
Mikhail Glukhikh
2018-02-28 12:10:24 +03:00
parent 7d6cb7805c
commit 664a25ce81
4 changed files with 10 additions and 8 deletions
@@ -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>