Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently a hashmap is used for artifact metadata which results in an arbitrary order of metadata properties. It could happen that reading and writing the same feature model results in a different order of metadata properties.
To reduce differences, we should use an ordered map instead.