-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: tools
-
b09
The methods in the Comparators class are all of the form `make---Comparator`.
The `make` prefix is somewhat misleading since each comparator is lazy-initialized just once and a singleton instance returned.
The methods should be renamed, perhaps by removing the initial `make` word.
The `make` prefix is somewhat misleading since each comparator is lazy-initialized just once and a singleton instance returned.
The methods should be renamed, perhaps by removing the initial `make` word.