...
[ESA 2005] | Rule 62: Do not call nonfinal methods from within a constructor |
[JLS 2005] | Chapter 8, Classes, §12.5 Creation of New Class Instances |
Rule 81. Do not call non-final methods from within a constructor | |
Secure Coding Guidelines for the Java Programming Language, Version 3.0 | Guideline 4-4. Prevent constructors from calling methods that can be overridden |
...