...
Wiki Markup |
---|
\[[JLS 05|AA. Java References#JLS 05]\] [Chapter 8, Classes|http://java.sun.com/docs/books/jls/third_edition/html/classes.html], 12.5 "Creation of New Class Instances" \[[SCG 07|AA. Java References#SCG 07]\] Guideline 4-3 Prevent constructors from calling methods that can be overridden \[[ESA 05|AA. Java References#ESA 05]\] Rule 62: Do not call non-final methods from within a constructor. |
...
MET31MET13-J. Ensure that hashCode() is overridden when equals() is overridden 12. Methods (MET) MET05-J. Do not subject overloaded methods to polymorphic invocations