|
I am trying to reproduce.
But the algorithms must not depend on the collection ordering. We have seen different JVM implementations behaving differently and the same JVMs behaving differently between different versions (IBM is famous for that). A workaround commonly used in the old annotation parser is to order properties alphabetically when ordering matters.
|