Standardize and improve descriptions of intentions/inspections

This commit is contained in:
Alexey Belkov
2018-03-10 13:34:20 +03:00
committed by Mikhail Glukhikh
parent bc7ccbc39b
commit 3b2bbee595
276 changed files with 359 additions and 356 deletions
@@ -1,10 +1,8 @@
<html>
<body>
Reports recursive equals calls.
This inspection reports recursive <b>equals</b> calls. For example:
<br /><br />
<p>
For example:
<code>
<pre>
class X {
override fun equals(other: Any?): Boolean {
@@ -13,8 +11,5 @@ class X {
}
}
</pre>
</code>
</p>
</body>
</html>