...
This guideline appears in the Java Secure Coding Standard as MET03MET10-J. For methods that return an array or collection prefer returning an empty array or collection over a null value.
...
...
This guideline appears in the Java Secure Coding Standard as MET03MET10-J. For methods that return an array or collection prefer returning an empty array or collection over a null value.
...