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 f095182 + 5e3ccc0 commit f7d95e4Copy full SHA for f7d95e4
java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll
@@ -301,7 +301,7 @@ module SourceSinkInterpretationInput implements
301
ast = mid.asElement()
302
|
303
(c = "Parameter" or c = "") and
304
- node.asNode().asParameter() = mid.asElement()
+ n.asParameter() = ast
305
or
306
c = "" and
307
n.asExpr().(FieldRead).getField() = ast
0 commit comments