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

Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
Tamás Vajk
2025-03-14 09:46:18 +01:00
committed by Tamas Vajk
parent 2538ba82cc
commit 30ff68dc71

View File

@@ -33,3 +33,4 @@ The rule excludes reporting methods that are annotated.
## References
- 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))
- Wikipedia: [Template method pattern](https://en.wikipedia.org/wiki/Template_method_pattern)
- Common Weakness Enumeration: [CWE-1071](https://cwe.mitre.org/data/definitions/1071.html)