changes.mady.by.user Tim Wilson
Saved on Mar 19, 2009
Saved on Mar 24, 2009
...
MET03-J. For methods that return an array or collection prefer returning an empty array or collection over a null value
MET04-J. When defining subclasses, explicitly call the superclass constructor first
MET30-J. Follow the general contract while overriding the equals method