mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Java: Merge packages that likely belong to the same framework.
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
* @name Framework coverage
|
||||
* @description The number of API endpoints covered by CSV models sorted by
|
||||
* package and source-, sink-, and summary-kind.
|
||||
* @kind metric
|
||||
* @kind table
|
||||
* @id java/meta/framework-coverage
|
||||
*/
|
||||
|
||||
import java
|
||||
import semmle.code.java.dataflow.ExternalFlow
|
||||
|
||||
from string package, string kind, string part, int n
|
||||
where modelCoverage(package, kind, part, n)
|
||||
select package, kind, part, n
|
||||
from string package, int pkgs, string kind, string part, int n
|
||||
where modelCoverage(package, pkgs, kind, part, n)
|
||||
select package, pkgs, kind, part, n
|
||||
|
||||
Reference in New Issue
Block a user