Restrict to Methods

This commit is contained in:
Owen Mansel-Chan
2024-10-30 14:48:45 +00:00
parent 57192e8154
commit b6a31b1def

View File

@@ -243,6 +243,7 @@ module SourceSinkInterpretationInput implements
(
not callTarget instanceof Method
or
callTarget instanceof Method and
elementAppliesToQualifier(result, cn.getReceiver())
)
)