Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE, 7.0.0 CE RC1
-
6.2.x
-
Committed
-
1
-
3
-
Regression Bug
Description
Collator.getInstance is not exactly a singleton, every time it gets called performs, at least, a clone, besides it is a synchronized static method so it has an impact on the performance if called inside a Comparator.compare method because it can get called up to NlogN needless times.