Object itemIdOver = getItemIdOver();
Object itemIdInto2 = getItemIdInto();
if (itemIdOver.equals(itemIdInto2)) {
return null;
}
VerticalDropLocation dropLocation = getDropLocation();
if (VerticalDropLocation.TOP == dropLocation) {
// if on top of the caption area, add before
Collection<?> children;
Object itemIdInto = getItemIdInto();
if (itemIdInto != null) {