File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
java/ql/src/utils/modeleditor Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
/**
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.
4
4
* @kind problem
5
5
* @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
8
8
*/
9
9
10
10
private import java
Original file line number Diff line number Diff line change 1
1
/**
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.
4
4
* @kind problem
5
5
* @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
8
8
*/
9
9
10
10
private import java
You can’t perform that action at this time.
0 commit comments