mirror of
https://github.com/github/codeql.git
synced 2025-12-16 00:33: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()
|
||||
|
|
||||
(c = "Parameter" or c = "") and
|
||||
node.asNode().asParameter() = mid.asElement()
|
||||
n.asParameter() = ast
|
||||
or
|
||||
c = "" and
|
||||
n.asExpr().(FieldRead).getField() = ast
|
||||
|
||||
Reference in New Issue
Block a user