Merge pull request #18874 from github/alexet/simplify-interpretoutput

Java: Simplify interpretOutput
This commit is contained in:
Alexander Eyers-Taylor
2025-02-27 12:31:39 +00:00
committed by GitHub

View File

@@ -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