File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
java/ql/src/utils/modeleditor Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Fetch endpoints for use in the model editor (application mode)
3
3
* @description A list of 3rd party endpoints (methods) used in the codebase. Excludes test and generated code.
4
- * @kind problem
5
- * @problem.severity recommendation
4
+ * @kind table
6
5
* @id java/utils/modeleditor/application-mode-endpoints
7
6
* @tags modeleditor endpoints application-mode
8
7
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Fetch endpoints for use in the model editor (framework mode)
3
3
* @description A list of endpoints accessible (methods) for consumers of the library. Excludes test and generated code.
4
- * @kind problem
5
- * @problem.severity recommendation
4
+ * @kind table
6
5
* @id java/utils/modeleditor/framework-mode-endpoints
7
6
* @tags modeleditor endpoints framework-mode
8
7
*/
You can’t perform that action at this time.
0 commit comments