Java: use problem.severity in automodel extraction queries

This commit is contained in:
Stephan Brandauer
2023-06-07 13:44:52 +02:00
parent 5de56db3af
commit 1bfbfec1bc
6 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
* @name Automodel candidates (application mode)
* @description A query to extract automodel candidates in application mode.
* @kind problem
* @severity info
* @problem.severity recommendation
* @id java/ml/extract-automodel-application-candidates
* @tags internal extract automodel application-mode candidates
*/

View File

@@ -3,7 +3,7 @@
*
* @name Negative examples (application mode)
* @kind problem
* @severity info
* @problem.severity recommendation
* @id java/ml/extract-automodel-application-negative-examples
* @tags internal extract automodel application-mode negative examples
*/

View File

@@ -3,7 +3,7 @@
*
* @name Positive examples (application mode)
* @kind problem
* @severity info
* @problem.severity recommendation
* @id java/ml/extract-automodel-application-positive-examples
* @tags internal extract automodel application-mode positive examples
*/

View File

@@ -7,7 +7,7 @@
* @name Automodel candidates (framework mode)
* @description A query to extract automodel candidates in framework mode.
* @kind problem
* @severity info
* @problem.severity recommendation
* @id java/ml/extract-automodel-framework-candidates
* @tags internal extract automodel framework-mode candidates
*/

View File

@@ -3,7 +3,7 @@
*
* @name Negative examples (framework mode)
* @kind problem
* @severity info
* @problem.severity recommendation
* @id java/ml/extract-automodel-framework-negative-examples
* @tags internal extract automodel framework-mode negative examples
*/

View File

@@ -3,7 +3,7 @@
*
* @name Positive examples (framework mode)
* @kind problem
* @severity info
* @problem.severity recommendation
* @id java/ml/extract-automodel-framework-positive-examples
* @tags internal extract automodel framework-mode positive examples
*/