mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[java-inspections] ExpressionComparedToItself.html: proof-reading
GitOrigin-RevId: 8cbc48895dd08004e9ebdca8c62aa0c59c85b9cc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7309a62c8c
commit
40e4a70ef4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user