blob: 43811337b726a57eca8bad7b6f9a2e68a404204d [file] [log] [blame]
<html>
<body>
This inspection highlights expressions where a reference is compared to a different value
on either side of an or-expression. For example: <code>x != a || x != b</code>.
Such expressions are always true, and a quickfix is available to change them to the correct
<code>x != a && x != b</code>
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>