Java: Switch from problem to table query

This commit is contained in:
Koen Vlaswinkel
2023-09-22 16:08:20 +02:00
parent 9e2984770f
commit 7dc22e47d6
2 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
/**
* @name Fetch endpoints for use in the model editor (application mode)
* @description A list of 3rd party endpoints (methods) used in the codebase. Excludes test and generated code.
* @kind problem
* @problem.severity recommendation
* @kind table
* @id java/utils/modeleditor/application-mode-endpoints
* @tags modeleditor endpoints application-mode
*/

View File

@@ -1,8 +1,7 @@
/**
* @name Fetch endpoints for use in the model editor (framework mode)
* @description A list of endpoints accessible (methods) for consumers of the library. Excludes test and generated code.
* @kind problem
* @problem.severity recommendation
* @kind table
* @id java/utils/modeleditor/framework-mode-endpoints
* @tags modeleditor endpoints framework-mode
*/