mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Turn external API query into diagnostics query
* Expose (partial) CSV model for the API * Rework and simplify predicates
This commit is contained in:
@@ -16,6 +16,6 @@ where
|
||||
c.getCallee() = a and
|
||||
not c.getFile() instanceof GeneratedFile and
|
||||
a.getCompilationUnit().getParentContainer*() = jar and
|
||||
not a.getDeclaringType() instanceof TestLibrary
|
||||
not a.isTestLibrary()
|
||||
)
|
||||
select jar.getFile().getStem() + "." + jar.getFile().getExtension(), Usages order by Usages desc
|
||||
|
||||
Reference in New Issue
Block a user