Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

This guideline appears in the Java Secure Coding Standard as 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 08|java:AA. Bibliography#Bloch 08]\] Item 43: return empty arrays or collections, not nulls

...