Skip to main content

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

Backported to 2.1.1.

On 13/07/2010 11:06 AM, Andrei Ilitchev wrote:
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