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

Jean-Noel Rouvignac
17.54.2014 094f3cede311d8554aff0d4ce0a9c2bdaca49535
opendj3-server-dev/src/server/org/opends/server/backends/jeb/VerifyJob.java
@@ -995,8 +995,8 @@
          {
            // If this is the last one in a bounded set, make sure it is the
            // same as the database key.
            byte[] encodedKey = vlvIndex.encodeKey(values.getEntryID(),
                                                   values.getValues());
            byte[] encodedKey = vlvIndex.encodeKey(
                values.getEntryID(), values.getValues(), values.getTypes());
            if(!Arrays.equals(key.getData(), encodedKey))
            {
              if(logger.isTraceEnabled())
@@ -1548,8 +1548,8 @@
      {
        if(vlvIndex.shouldInclude(entry))
        {
          if(!vlvIndex.containsValues(null, entryID.longValue(),
                                  vlvIndex.getSortValues(entry)))
          if (!vlvIndex.containsValues(null, entryID.longValue(),
              vlvIndex.getSortValues(entry), vlvIndex.getSortTypes()))
          {
            if(logger.isTraceEnabled())
            {