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,3 @@
<html><body>
This inspection reports unresolved references in KDoc comments.
</body></html>
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports unresolved references to .properties file keys and resource bundles in Kotlin files.
</body>
</html>
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports SAM constructor usages which can be replaced with lambdas.
</body>
</html>
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports visibility modifiers which match the default visibility of an element
(<code>public</code> for most elements, <code>protected</code> for members that override a protected member).
</body>
</html>
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports usages of curly braces in a string template around a simple identifier.
</body>
</html>
@@ -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>
@@ -0,0 +1,4 @@
<html>
<body>
This inspections reports boolean expressions that have parts which can be reduced to constants.
</body></html>