Java: Simplify interpretOutput

This commit is contained in:
Alex Eyers-Taylor
2025-02-26 18:20:46 +00:00
parent ff36d1916f
commit 5e3ccc0cca

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