Skip to content

Commit a8063e1

Browse files
committed
Adjust query name
1 parent f7f8b47 commit a8063e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id java/empty-method
3-
* @name J-D-002: An empty method serves no purpose and may indicate programmer error
3+
* @name Empty method
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

0 commit comments

Comments
 (0)