-
Bug
-
Resolution: Done
-
Minor
-
25.0.0.Final
-
None
Assignment of lazy-initialized members should be the last step with double-checked locking:
Fix: Use temporary object to create object and assign as last step.
Assignment of lazy-initialized members should be the last step with double-checked locking:
Fix: Use temporary object to create object and assign as last step.