Adjust alert message

This commit is contained in:
Tamas Vajk
2025-03-07 11:03:53 +01:00
parent 7476f19b09
commit 6512ed9429
2 changed files with 2 additions and 2 deletions

View File

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

View File

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