more consistent inspection display names; add missing inspection descriptions

#KT-10908 Fixed
This commit is contained in:
Dmitry Jemerov
2016-02-04 20:01:16 +01:00
parent bb2a5b00b7
commit daf26f4db3
8 changed files with 47 additions and 15 deletions
@@ -0,0 +1,4 @@
<html><body>
This inspection reports modifications of variables with a simple assignment (such as <code>y = y + x</code>)
that can be replaced with an operator assignment.
</body></html>