korpling / pepperModules-MergingModule

This project provides a Pepper module for the merging of data on several possible levels.
Other
2 stars 2 forks source link

Deterministic import order #6

Closed thomaskrause closed 8 years ago

thomaskrause commented 8 years ago

I changed the createMapping() function to use a LinkedHashMap instead of a HashMap as delegate in "Multimap". Thus instead of having a more or less random order the order is now deterministic.

The test case needed to be updated. But I'm not sure if there was in implicit semantic assumed in the test case (that was randomly working with the old implementation).