Java: Adapt ExternalApi to refactor.

This commit is contained in:
Michael Nebel
2022-05-19 11:30:36 +02:00
parent 94a72ec051
commit 22b9ef2e7b

View File

@@ -69,7 +69,7 @@ class ExternalApi extends Callable {
/** Holds if this API has a supported summary. */
predicate hasSummary() {
this = any(SummarizedCallable sc).asCallable() or
this instanceof SummarizedCallable or
TaintTracking::localAdditionalTaintStep(this.getAnInput(), _)
}