summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/NegatedConditional.html
blob: 30cb00ed132633f10d226ca523cfb9ab5a93c8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
Reports conditional expressions whose conditions are negated.
Flipping the order of the conditional expression branches will usually increase the clarity of such statements.
<!-- tooltip end -->
<p>
Use the check box below to have comparisons of the form <b>!= null</b>
ignored by this inspection
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>