Java: Update query id/tags and documentation

This commit is contained in:
Koen Vlaswinkel
2023-09-20 13:54:35 +02:00
parent fe7ce0ae0b
commit fee9640077
2 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
/**
* @name Fetch model editor methods (application mode)
* @description A list of 3rd party APIs used in the codebase. Excludes test and generated code.
* @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
* @id java/utils/modeleditor/fetch-application-mode-methods
* @tags modeleditor fetch methods application-mode
* @id java/utils/modeleditor/application-mode-endpoints
* @tags modeleditor endpoints application-mode
*/
private import java

View File

@@ -1,10 +1,10 @@
/**
* @name Fetch model editor methods (framework mode)
* @description A list of APIs callable by consumers. Excludes test and generated code.
* @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
* @id java/utils/modeleditor/fetch-framework-mode-methods
* @tags modeleditor fetch methods framework-mode
* @id java/utils/modeleditor/framework-mode-endpoints
* @tags modeleditor endpoints framework-mode
*/
private import java