mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Java: Update query id/tags and documentation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user