Skip to content

Commit 05502bc

Browse files
committed
Change severity and precision
1 parent 30ff68d commit 05502bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Language Abuse/EmptyMethod.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* @description An empty method serves no purpose and makes code less readable. An empty method may
55
* indicate an error on the part of the developer.
66
* @kind problem
7-
* @precision very-high
8-
* @problem.severity warning
7+
* @precision medium
8+
* @problem.severity recommendation
99
* @tags correctness
1010
* maintainability
1111
* readability

0 commit comments

Comments
 (0)