Java: add application-mode and framework-mode tags to extraction queries

This commit is contained in:
Stephan Brandauer
2023-05-23 10:34:01 +02:00
parent 9b30f9a476
commit 185ad101b3
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
* @kind problem
* @severity info
* @id java/ml/extract-automodel-application-candidates
* @tags internal automodel extract candidates
* @tags internal automodel extract candidates application-mode
*/
private import AutomodelApplicationModeCharacteristics

View File

@@ -9,7 +9,7 @@
* @kind problem
* @severity info
* @id java/ml/extract-automodel-framework-candidates
* @tags internal automodel extract candidates
* @tags internal automodel extract candidates framework-mode
*/
private import AutomodelFrameworkModeCharacteristics

View File

@@ -5,7 +5,7 @@
* @kind problem
* @severity info
* @id java/ml/non-sink
* @tags internal automodel extract examples negative
* @tags internal automodel extract examples negative framework-mode
*/
private import AutomodelFrameworkModeCharacteristics

View File

@@ -5,7 +5,7 @@
* @kind problem
* @severity info
* @id java/ml/known-sink
* @tags internal automodel extract examples positive
* @tags internal automodel extract examples positive framework-mode
*/
private import AutomodelFrameworkModeCharacteristics