summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/NegatedIfElse.html
blob: 5029f07dcc690489f7c4fc7603dc914583383672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
Reports <b>if</b> statements
which contain <b>else</b> branches and whose conditions are negated.
Flipping the order of the <b>if</b> and <b>else</b>
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>