mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Use basename for jars
This commit is contained in:
@@ -18,4 +18,4 @@ where
|
||||
a.getCompilationUnit().getParentContainer*() = jar and
|
||||
not a.isTestLibrary()
|
||||
)
|
||||
select jar.getFile().getStem() + "." + jar.getFile().getExtension(), Usages order by Usages desc
|
||||
select jar.getFile().getBaseName(), Usages order by Usages desc
|
||||
|
||||
Reference in New Issue
Block a user