Add quickfixes for unnecessary casts and nullability operations to cleanup inspection. Rewrite two quickfixes from Java to Kotlin. Add inspection description. Use marker interface for identifying quickfixes applicable for code cleanup.

This commit is contained in:
Dmitry Jemerov
2015-05-21 17:06:59 +02:00
parent e2dbfebf32
commit 58e4ff0502
22 changed files with 285 additions and 333 deletions
@@ -0,0 +1,7 @@
<html>
<body>
This inspection is used during the code cleanup operation (Analyze | Code Cleanup) to automatically
replace usages of obsolete language features or unnecessarily verbose code constructs with
compact and up-to-date syntax.
</body>
</html>