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