Standardize and improve descriptions of intentions/inspections
This commit is contained in:
committed by
Mikhail Glukhikh
parent
bc7ccbc39b
commit
3b2bbee595
@@ -1,4 +1,6 @@
|
||||
<html><body>
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports function calls that can be replaced with binary operators, especially comparison-related.
|
||||
Example: <code>2.compareTo(1) > 0</code> can be replaced by <code>2 > 1</code>.
|
||||
</body></html>
|
||||
Example: <b>2.compareTo(1) > 0</b> can be replaced by <b>2 > 1</b>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user