summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/DuplicateCondition.html
blob: 242fdae238975cd6b1dece0b48558cb97cf5a218 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
Reports on any duplicate conditions among different branches of an
<b>if</b> statement. While it may rarely be the
desired semantics, duplicate conditions usually represent programmer oversight.
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>