summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/OverlyComplexBooleanExpression.html
blob: fc6f4a1314a0001c8bab88ceafabaa519b9fc57c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
Reports boolean expressions with too many terms. Such expressions may be confusing and bug-prone.
<!-- tooltip end -->
<p>
Use the field below to specify the maximum number of terms allowed in a boolean expression.
<p>
Use the checkbox below to ignore boolean expressions which use only a single boolean operator repeatedly.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>