Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The interface IBinaryComparatorFactoryProvider has 2 methods getBinaryComparatorFactory, one with the parameters
(Object type, boolean ascending)
and one with the parameters
(Object type, boolean ascending, boolean ignoreCase)
The 2nd signature seems problematic, as it is not clear what ignoreCase should mean for a non-string datatype.