mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Adjust query name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @id java/empty-method
|
||||
* @name J-D-002: An empty method serves no purpose and may indicate programmer error
|
||||
* @name Empty method
|
||||
* @description An empty method serves no purpose and makes code less readable. An empty method may
|
||||
* indicate an error on the part of the developer.
|
||||
* @kind problem
|
||||
|
||||
Reference in New Issue
Block a user