Hello all,
AFAIC the relation between objects is not copied correctly
by copyObject() (i.e the same pointers to an object are copied
to different pointers by copyObject()).
I think it makes copyObject() unreliable.
I have some bug-reports due to this cause.(see attached file)
We should patch one by one ?
There is a way to maintain the list of (old,new) pairs during
copyObject() operations.
We could copyObject() correctly with this mechanism,though
there may be the problem of performance.
Comment ?
Hiroshi Inoue
Inoue@tpf.co.jp