You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2015/04/21 10:32:58 UTC

[jira] [Comment Edited] (DIRSERVER-1402) Many Comparators are missing

    [ https://issues.apache.org/jira/browse/DIRSERVER-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872270#comment-12872270 ] 

Emmanuel Lecharny edited comment on DIRSERVER-1402 at 4/21/15 8:32 AM:
-----------------------------------------------------------------------

The missing comparators are for the following MR :

* bigIntegerMatch (Uses a LongComparator, which is wrong)
* bitStringMatch (done)
* booleanMatch (done)
* caseExactOrderingMatch
* directoryStringFirstComponentMatch
* exactDnAsStringMatch
* integerMatch (done)
* integerFirstComponentMatch
* keywordMatch
* objectIdentifierFirstComponentMatch
* presentationAddressMatch
* protocolInformationMatch
* wordMatch (done)



was (Author: elecharny):
The missing comparators are for the following MR :

booleanMatch
integerMatch
bitStringMatch
presentationAddressMatch
protocolInformationMatch
integerFirstComponentMatch
objectIdentifierFirstComponentMatch
directoryStringFirstComponentMatch
wordMatch
keywordMatch
caseExactOrderingMatch
exactDnAsStringMatch
bigIntegerMatch (Uses a LongComparator, which is wrong)

> Many Comparators are missing
> ----------------------------
>
>                 Key: DIRSERVER-1402
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1402
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>            Reporter: Emmanuel Lecharny
>            Assignee: Emmanuel Lecharny
>            Priority: Critical
>             Fix For: 2.1.0
>
>
> Many comparators are missing. More specifically, we have only one comparator for Strings, when we should have some for case sensitive strings, case insensitive strings, IA5 strings, substrings, etc...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)