Skip to content

Commit 6512ed9

Browse files
committed
Adjust alert message
1 parent 7476f19 commit 6512ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/ql/src/Language Abuse/EmptyMethod.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ where
9090
not m.isDefault() and
9191
//native methods have no body
9292
not m.isNative()
93-
select m, "Empty method found."
93+
select m, "This empty method should be completed."
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| Test.java:13:15:13:16 | f2 | Empty method found. |
1+
| Test.java:13:15:13:16 | f2 | This empty method should be completed. |

0 commit comments

Comments
 (0)