Skip to content

Commit fee9640

Browse files
committed
Java: Update query id/tags and documentation
1 parent fe7ce0a commit fee9640

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

java/ql/src/utils/modeleditor/ApplicationModeEndpoints.ql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* @name Fetch model editor methods (application mode)
3-
* @description A list of 3rd party APIs used in the codebase. Excludes test and generated code.
2+
* @name Fetch endpoints for use in the model editor (application mode)
3+
* @description A list of 3rd party endpoints (methods) used in the codebase. Excludes test and generated code.
44
* @kind problem
55
* @problem.severity recommendation
6-
* @id java/utils/modeleditor/fetch-application-mode-methods
7-
* @tags modeleditor fetch methods application-mode
6+
* @id java/utils/modeleditor/application-mode-endpoints
7+
* @tags modeleditor endpoints application-mode
88
*/
99

1010
private import java

java/ql/src/utils/modeleditor/FrameworkModeEndpoints.ql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* @name Fetch model editor methods (framework mode)
3-
* @description A list of APIs callable by consumers. Excludes test and generated code.
2+
* @name Fetch endpoints for use in the model editor (framework mode)
3+
* @description A list of endpoints accessible (methods) for consumers of the library. Excludes test and generated code.
44
* @kind problem
55
* @problem.severity recommendation
6-
* @id java/utils/modeleditor/fetch-framework-mode-methods
7-
* @tags modeleditor fetch methods framework-mode
6+
* @id java/utils/modeleditor/framework-mode-endpoints
7+
* @tags modeleditor endpoints framework-mode
88
*/
99

1010
private import java

0 commit comments

Comments
 (0)