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 3d4fcef commit 3be7044Copy full SHA for 3be7044
java/ql/src/Language Abuse/EmptyMethod.md
@@ -31,5 +31,5 @@ public class Test {
31
The rule excludes reporting methods that are annotated.
32
33
## References
34
-- [java.util.Collections.add](https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/util/Collection.html#add(E))
35
-- [Template pattern is a valid empty method use](https://en.wikipedia.org/wiki/Template_method_pattern)
+- Java SE Documentation: [java.util.Collections.add](https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/util/Collection.html#add(E))
+- Wikipedia: [Template pattern is a valid empty method use](https://en.wikipedia.org/wiki/Template_method_pattern)
0 commit comments