We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6483080 commit 79b3a8cCopy full SHA for 79b3a8c
csharp/ql/src/Complexity/ComplexCondition.ql
@@ -26,4 +26,4 @@ where
26
operators =
27
count(BinaryLogicalOperation op | logicalParent*(op, e) and nontrivialLogicalOperator(op)) and
28
operators > 3
29
-select e.getLocation(), "Complex condition: too many logical operations in this expression."
+select e, "Complex condition: too many logical operations in this expression."
0 commit comments