CDV ❯ Clone for Hashmap and Hashtable might produce an unresolved map with ObjectIDs
-
Bug
-
Status: Resolved
-
2 Major
-
Resolution: Won't Fix
-
-
-
teck
-
Reporter: ssubbiah
-
May 22, 2007
-
0
-
Watchers: 1
-
September 06, 2013
-
September 06, 2013
Description
HashMapTC and HashtableTC calls fixTCObjectReferenceOfClonedObject() but doesnt call resolveAllReferencesBeforeClone() before cloning. This might cause it to create a partially resolved clone.
PS : calling resolveAllReferencesBeforeClone() for a huge map is a big overhead.
PSS: just calling resolveAllReferencesBeforeClone() will not work for Map as resolveAllReference is not implemented for TCLogicalObjects.