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 2538ba8 commit 30ff68dCopy full SHA for 30ff68d
java/ql/src/Language Abuse/EmptyMethod.md
@@ -33,3 +33,4 @@ The rule excludes reporting methods that are annotated.
33
## References
34
- Java SE Documentation: [java.util.Collection.add](https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/util/Collection.html#add(E))
35
- Wikipedia: [Template method pattern](https://en.wikipedia.org/wiki/Template_method_pattern)
36
+- Common Weakness Enumeration: [CWE-1071](https://cwe.mitre.org/data/definitions/1071.html)
0 commit comments