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
@@ -1,5 +1,6 @@
<html>
<body>
This inspection reports immutable Kotlin collection may be changed with Java Collections method.
This inspection report calls of Java mutator methods (like fill, reverse, shuffle, sort) on immutable Kotlin collection.
This will likely produce UnsupportedOperationException at runtime.
</body>
</html>