You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2016/05/14 11:39:12 UTC

[jira] [Created] (CODEC-215) Constructors must not call overrideable methods

Sebb created CODEC-215:
--------------------------

             Summary: Constructors must not call overrideable methods
                 Key: CODEC-215
                 URL: https://issues.apache.org/jira/browse/CODEC-215
             Project: Commons Codec
          Issue Type: New Feature
            Reporter: Sebb


Constructors must not call overrideable methods.

An object is not guaranteed fully constructed until the constructor exits, so the subclass override may not see the correct parent object.

This applies to:

PureJavaCrc32



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)