...
Search for vulnerabilities resulting from the violation of this guideline on the CERT website.
Related Guidelines
The CERT Oracle Secure Coding Standard for Java: MET10-J. For methods that return an array or collection prefer returning an empty array or collection over a null value
Bibliography
Wiki Markup |
---|
\[[Bloch 2008|java:AA. Bibliography#Bloch 08]\] Item 43: return empty arrays or collections, not nulls |
...