We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b304d commit 3976c8bCopy full SHA for 3976c8b
java/ql/src/Language Abuse/EmptyMethod.ql
@@ -90,4 +90,4 @@ where
90
not m.isDefault() and
91
//native methods have no body
92
not m.isNative()
93
-select m, "Empty method found."
+select m, "This empty method should be completed."
java/ql/test/query-tests/EmptyMethod/EmptyMethod.expected
@@ -1 +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. |
0 commit comments