Skip to content

Commit f7d95e4

Browse files
authored
Merge pull request #18874 from github/alexet/simplify-interpretoutput
Java: Simplify interpretOutput
2 parents f095182 + 5e3ccc0 commit f7d95e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ module SourceSinkInterpretationInput implements
301301
ast = mid.asElement()
302302
|
303303
(c = "Parameter" or c = "") and
304-
node.asNode().asParameter() = mid.asElement()
304+
n.asParameter() = ast
305305
or
306306
c = "" and
307307
n.asExpr().(FieldRead).getField() = ast

0 commit comments

Comments
 (0)