Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[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

[Rogue 2000]

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

...

      05. Rule 06: Methods (MET)