Community
Participate
Working Groups
Cloned from: 318844: CDONotificationBuilder cannot handle mixed OID's/CDOObjects when processing CDOClearFeatureDelta https://bugs.eclipse.org/bugs/show_bug.cgi?id=318844 Code assumes that list consists either of CDOID's only, or of CDOObjects only. But the list content can in fact be mixed. When it is, a ClassCastException gets thrown because the subsequent iteration over the list's contents assumes all elements are CDOID's. Offending code is in CDONotificationBuilder.java, lines 180 ff.
Committed to HEAD
Available in R20110608-1407