Details
-
Bug
-
Resolution: Canceled
-
Minor
-
None
-
None
-
None
-
None
-
All
-
Small
Description
schema element can be compared and therefore need to be in the right order when you get the list of children.
We are using a simple java.util.List today that does not garantie the order of the children.
We must use java.util.AbstractSequentialList as an interface and java.util.LinkedList for the default implementation.