Fix incorrect JAR name being displayed in application mode

This commit is contained in:
Koen Vlaswinkel
2023-06-27 11:22:03 +02:00
parent 7e8578a22c
commit bd0e5604a8

View File

@@ -26,8 +26,7 @@ where
apiName = externalApi.getApiName() and
supported = isSupported(externalApi) and
usage = aUsage(externalApi)
select usage, apiName, supported.toString(), "supported",
externalApi.getCompilationUnit().getParentContainer().getBaseName(), "library"
select usage, apiName, supported.toString(), "supported", externalApi.jarContainer(), "library"
`,
frameworkModeQuery: `/**
* @name Public methods