opendj3-server-dev/src/server/org/opends/server/api/AbstractMatchingRule.java
@@ -183,13 +183,22 @@ throws DecodeException { final ByteString assertionValue = normalizeAssertionValue(value); return new NotImplementedAssertion() return new Assertion() { /** {@inheritDoc} */ @Override public ConditionResult matches(ByteSequence attributeValue) { return valuesMatch(attributeValue, assertionValue); } /** {@inheritDoc} */ @Override public <T> T createIndexQuery(IndexQueryFactory<T> factory) throws DecodeException { throw new RuntimeException("Not implemented"); } }; }