Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 319426 - Original and copy share ValueHolder

https://bugs.eclipse.org/bugs/show_bug.cgi?id=319426
The fix is ready for review.

The shallow copy is working properly, the responsibility to clear the attributes woven into the class is on ObjectBuilder (instantiateClone method), to set a new ValueHolder - is on the corresponding mapping (ObjectReferenceMapping.getCopy).


Back to the top