Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0
-
None
-
None
Description
Ctors should never call overrideable methods.
In this case, the called method only sets the context, so the code could be copied.
If it's essential to give overridable access to a method called by a ctor, create a private method to do the work and call it from ctor and the exported method.