Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 6.3
-
Fix Version/s: 6.4-milestone-1
-
Component/s: Velocity
-
Labels:None
-
Tests:Unit
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
It uses a HashMap internally. Should be a LinkedHashMap instead, because it preserves the insertion order (the iteration order needs to be predictable).