[java-inspections] ExpressionComparedToItself.html: proof-reading

GitOrigin-RevId: 8cbc48895dd08004e9ebdca8c62aa0c59c85b9cc
This commit is contained in:
Tagir Valeev
2024-07-03 13:46:56 +02:00
committed by intellij-monorepo-bot
parent 7309a62c8c
commit 40e4a70ef4

View File

@@ -1,7 +1,7 @@
<html>
<body>
Reports comparisons where left and right operand represent the identical expression.
While sometimes comparison of an expression with itself could be intended, in most cases they are the result of an oversight.
While sometimes comparing an expression with itself could be intended, in most cases they are the result of an oversight.
<p>Example:</p>
<pre><code>
// Probably left.getLength() == right.getLength() was intended