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 0f02e9a commit 2b9c306Copy full SHA for 2b9c306
java/ql/lib/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll
@@ -694,8 +694,10 @@ abstract class ListOfConstantsComparison extends Guard {
694
outcome = [true, false]
695
}
696
697
+ /** Gets the expression that is compared to a list of constants. */
698
Expr getExpr() { result = e }
699
700
+ /** Gets the value of `this` when `e` is in the list of constants. */
701
boolean getOutcome() { result = outcome }
702
703
0 commit comments