mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Merge pull request #18874 from github/alexet/simplify-interpretoutput
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