Skip to content

Commit 7dc22e4

Browse files
committed
Java: Switch from problem to table query
1 parent 9e29847 commit 7dc22e4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* @name Fetch endpoints for use in the model editor (application mode)
33
* @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
65
* @id java/utils/modeleditor/application-mode-endpoints
76
* @tags modeleditor endpoints application-mode
87
*/

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* @name Fetch endpoints for use in the model editor (framework mode)
33
* @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
65
* @id java/utils/modeleditor/framework-mode-endpoints
76
* @tags modeleditor endpoints framework-mode
87
*/

0 commit comments

Comments
 (0)