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

@@ -16,6 +16,6 @@ where
c.getCallee() = a and
not c.getFile() instanceof GeneratedFile and
a.jarContainer() = jarname and
a.isWorthSupporting()
not a.isUninteresting()
)
select jarname, usages order by usages desc