changes.mady.by.user Justin Pincar
Saved on Nov 19, 2008
changes.mady.by.user Dhruv Mohindra
Saved on Mar 11, 2009
...
MET02-J. Avoid ambiguous uses of overloading
MET03-J. Return zero-length arrays instead of null valuesFor methods that return an array or collection prefer returning an empty array or collection over a null value
MET30-J. Follow the general contract while overriding the equals method