File tree Expand file tree Collapse file tree
java/ql/src/utils/modeleditor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1010private import java
Original file line number Diff line number Diff line change 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
1010private import java
You can’t perform that action at this time.
0 commit comments