mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Revert message
This commit is contained in:
@@ -90,4 +90,4 @@ where
|
||||
not exists(m.getAnAnnotation()) and
|
||||
//native methods have no body
|
||||
not m.isNative()
|
||||
select m, "This empty method should be completed."
|
||||
select m, "Empty method found."
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| Test.java:16:15:16:16 | f2 | This empty method should be completed. |
|
||||
| Test.java:43:18:43:23 | method | This empty method should be completed. |
|
||||
| Test.java:16:15:16:16 | f2 | Empty method found. |
|
||||
| Test.java:43:18:43:23 | method | Empty method found. |
|
||||
|
||||
Reference in New Issue
Block a user