Fix name of api filter predicate

This commit is contained in:
Benjamin Muskalla
2021-09-07 14:28:58 +02:00
parent 22df141761
commit f7ad894495
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import semmle.code.java.GeneratedFiles
from ExternalAPI api, int usages
where
api.isWorthSupporting() and
not api.isUninteresting() and
api.isSource() and
usages =
strictcount(Call c |