mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Java: deprecate queries that use VCS.qll
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
* @metricType file
|
||||
* @metricAggregate avg sum max
|
||||
* @id java/vcs/churn-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* @metricType file
|
||||
* @metricAggregate avg sum max
|
||||
* @id java/vcs/added-lines-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* @metricType file
|
||||
* @metricAggregate avg sum max
|
||||
* @id java/vcs/deleted-lines-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* @metricType file
|
||||
* @metricAggregate avg min max
|
||||
* @id java/vcs/authors-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* @metricType file
|
||||
* @metricAggregate avg min max sum
|
||||
* @id java/vcs/commits-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* @metricType file
|
||||
* @metricAggregate avg min max sum
|
||||
* @id java/vcs/recent-commits-per-file
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @description Filter a defect query to only include results in files that have been changed recently, and modify the message.
|
||||
* @kind problem
|
||||
* @id java/recently-changed-file-filter
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @description Filter a metric query to only include results in files that have been changed recently, and modify the message.
|
||||
* @kind treemap
|
||||
* @id java/recently-changed-file-metric-filter
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import java
|
||||
|
||||
Reference in New Issue
Block a user