Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2
-
None
-
None
-
all
Description
In line 359 and 582 of the current 3.2 release you should replace
map = new TreeMap()
with
map = new TreeMap(map.comparator());
Otherwise the underlaying TreeMap looses ist comparator.