Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
6.3
-
None
-
Unit
-
N/A
-
N/A
-
Description
It uses a HashMap internally. Should be a LinkedHashMap instead, because it preserves the insertion order (the iteration order needs to be predictable).