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,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>