Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] Bug in AbstractContentPart#reorderContentChild

I believe there is a bug in AbstractContentPart#reorderContentChild

I believe this check should be NOT contains:
if (oldContentChildren.contains(contentChild)) {
throw new IllegalArgumentException("Cannot reorder " + contentChild
+ " because its not a content child.");
}

Thanks!
David

Back to the top