mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
07.23.2014 7de8bea3dd0f43507546127467e12ab6266cf4dc
refs
author Nicolas Capponi <nicolas.capponi@forgerock.com>
Tuesday, October 7, 2014 12:23 +0200
committer Nicolas Capponi <nicolas.capponi@forgerock.com>
Tuesday, October 7, 2014 12:23 +0200
commit7de8bea3dd0f43507546127467e12ab6266cf4dc
tree a29e6b2069f54095867512b07c9a3e1af8d3c5f5 tree | zip | gz
parent 74aa14e7fa57f3b873eb12a15b087fe4549f8cb0 view | diff
OPENDJ-1590 Migrate collation matching rules

Add collation matching rules implementations in the SDK

Add support for custom naming of indexes in
AbstractOrderingMatchingRuleImpl and
AbstractSubstringMatchingRuleImpl classes

Add unit tests for collation matching rules implementations
7 files added
5 files modified
1299 ■■■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/AbstractEqualityMatchingRuleImpl.java 3 ●●●● diff | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/AbstractMatchingRuleImpl.java 10 ●●●● diff | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/AbstractOrderingMatchingRuleImpl.java 52 ●●●● diff | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/AbstractSubstringMatchingRuleImpl.java 57 ●●●●● diff | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/CollationMatchingRulesImpl.java 365 ●●●●● diff | view | raw | blame | history
opendj-core/src/test/java/org/forgerock/opendj/ldap/schema/AbstractSubstringMatchingRuleImplTest.java 29 ●●●● diff | view | raw | blame | history
opendj-core/src/test/java/org/forgerock/opendj/ldap/schema/CollationEqualityMatchingRuleTest.java 120 ●●●●● diff | view | raw | blame | history
opendj-core/src/test/java/org/forgerock/opendj/ldap/schema/CollationGreaterThanMatchingRuleTest.java 119 ●●●●● diff | view | raw | blame | history
opendj-core/src/test/java/org/forgerock/opendj/ldap/schema/CollationGreaterThanOrEqualMatchingRuleTest.java 119 ●●●●● diff | view | raw | blame | history
opendj-core/src/test/java/org/forgerock/opendj/ldap/schema/CollationLessThanMatchingRuleTest.java 119 ●●●●● diff | view | raw | blame | history
opendj-core/src/test/java/org/forgerock/opendj/ldap/schema/CollationLessThanOrEqualMatchingRuleTest.java 119 ●●●●● diff | view | raw | blame | history
opendj-core/src/test/java/org/forgerock/opendj/ldap/schema/CollationSubstringMatchingRuleTest.java 187 ●●●●● diff | view | raw | blame | history