Skip to content

Commit 5e3ccc0

Browse files
committed
Java: Simplify interpretOutput
1 parent ff36d19 commit 5e3ccc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)