Revert message

This commit is contained in:
Tamas Vajk
2025-03-13 10:10:41 +01:00
parent 050ef405c1
commit 2538ba82cc
2 changed files with 3 additions and 3 deletions

View File

@@ -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."

View File

@@ -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. |