Wiki Markup |
---|
According to the Java Language Specification \[[JLS 2005|AA. Java References#JLSBibliography#JLS 05]\], section 12.5 "Creation of New Class Instances": |
...
Wiki Markup |
---|
\[[JLS 2005|AA. Java References#JLSBibliography#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 2007|AA. Java References#SCGBibliography#SCG 07]\] Guideline 4-3 Prevent constructors from calling methods that can be overridden \[[ESA 2005|AA. Java References#ESABibliography#ESA 05]\] Rule 62: Do not call non-final methods from within a constructor. |
...