mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Fix naming
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
import java
|
||||
import ExternalAPI
|
||||
|
||||
from int Usages, string jarname
|
||||
from int usages, string jarname
|
||||
where
|
||||
Usages =
|
||||
usages =
|
||||
strictcount(Call c, ExternalAPI a |
|
||||
c.getCallee() = a and
|
||||
not c.getFile() instanceof GeneratedFile and
|
||||
a.jarContainer() = jarname and
|
||||
not a.isTestLibrary()
|
||||
)
|
||||
select jarname, Usages order by Usages desc
|
||||
select jarname, usages order by usages desc
|
||||
|
||||
Reference in New Issue
Block a user