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.
2 parents 71e4646 + 5602570 commit a311294Copy full SHA for a311294
java/ql/lib/semmle/code/java/dataflow/TypeFlow.qll
@@ -127,6 +127,8 @@ private module Input implements TypeFlowInput<Location> {
127
n2.asSsa().(BaseSsaUpdate).getDefiningExpr().(VariableAssign).getSource() = n1.asExpr()
128
or
129
n2.asSsa().(BaseSsaImplicitInit).captures(n1.asSsa())
130
+ or
131
+ n2.asExpr().(NotNullExpr).getExpr() = n1.asExpr()
132
}
133
134
/**
0 commit comments