Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11
-
None
Description
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