mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Java: Simplify interpretOutput
This commit is contained in:
@@ -301,7 +301,7 @@ module SourceSinkInterpretationInput implements
|
|||||||
ast = mid.asElement()
|
ast = mid.asElement()
|
||||||
|
|
|
|
||||||
(c = "Parameter" or c = "") and
|
(c = "Parameter" or c = "") and
|
||||||
node.asNode().asParameter() = mid.asElement()
|
n.asParameter() = ast
|
||||||
or
|
or
|
||||||
c = "" and
|
c = "" and
|
||||||
n.asExpr().(FieldRead).getField() = ast
|
n.asExpr().(FieldRead).getField() = ast
|
||||||
|
|||||||
Reference in New Issue
Block a user