Community
Participate
Working Groups
Cloned from: 363287: CDODeltaNotification.getOldValue() returns a CDOIDObjectLongImpl on remotely detached CDOObject https://bugs.eclipse.org/bugs/show_bug.cgi?id=363287 Build Identifier: CDO 4.0 In CDODeltaNotification.adapt() method, we see that with a CDOIDObjectLong of a remotely detached CDOObject, the CDOView.getObject(id, true) throws a ObjectNotFoundException, but this exception is ignored silently. In the case we should returns null. Reproducible: Always
commit 608953befb65a7ed4d64be924ff891719c8e365b Author: Eike Stepper <stepper@esc-net.de> 2011-11-10 13:14:05 Committer: Eike Stepper <stepper@esc-net.de> 2011-11-11 08:31:46 Parent: 96f376f301a6576afd95c6fd2adb014f11b2f19e (fix for org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_359992_Test.testDeltaNotification() in 4.0) Branches: origin/streams/4.0-maintenance, streams/4.0-maintenance 363460: CDODeltaNotification.getOldValue() returns a CDOIDObjectLongImpl on remotely detached CDOObject https://bugs.eclipse.org/bugs/show_bug.cgi?id=363460
Closing.