Skip to content
Success

#19 (Aug 26, 2015, 5:35:11 AM)

Started 9 yr 10 mo ago
Took 5 min 14 sec
Build Artifacts
opendj-ldap-toolkit-3.0.0-SNAPSHOT.zip4.02 MiB view
opendj-rest2ldap-servlet-3.0.0-SNAPSHOT-servlet.war3.09 MiB view
opendj-server-example-plugin-3.0.0-SNAPSHOT.zip33.34 KiB view
experimental/example-plugin.zip10.00 KiB view
src.zip304.99 KiB view
target/example-plugin.zip87.93 KiB view
opendj/example-plugin.zip87.93 KiB view
OpenDJ-3.0.0-DSML.war17.21 MiB view
OpenDJ-3.0.0.zip30.64 MiB view

Started by an SCM change

Test Result (no failures)
    Revision: 12788
    Changes
    1. Fix checkstyle (detail)
      by fabiop
    2. SearchFilter.java:
      Used Collection.contains().

      LDAPURL.java:
      Simplified equals(). (detail)
      by JnRouvignac
    3. Use Collection.contains()
      Used early exits
      Removed duplicated code (detail)
      by JnRouvignac
    4. CommonSchemaElements.java:
      Changed getNormalizedNames() to return a Set instead of Iterable.

      *.java:
      Consequence of the change to CommonSchemaElements.getNormalizedNames().
      Used early exits.
      Extracted method SchemaElementPanel.getAliases(). (detail)
      by JnRouvignac
    5. VerifyIndex.java:
      In mainVerifyIndex():
      - use Collection.contains()
      - release the shared lock in a finally clause (detail)
      by JnRouvignac
    6. Remove duplicated code (detail)
      by JnRouvignac
    7. Fix build (Eclipse did not give me any errors :( ) (detail)
      by JnRouvignac
    8. Use Collection.contains() (detail)
      by JnRouvignac
    9. Use Collection.contains() (detail)
      by JnRouvignac
    10. Code cleanup


      Entry.java:
      In applyModification(), extracted methods applyModificationToObjectclass() and applyModificationToNonObjectclass().
      In hasUserAttribute() and hasOperationalAttribute(), extracted method hasAttribute()
      Used Attribute.isReal() to explicit code + merged if statements.


      Attribute.java:
      Added isReal() -> !isVirtual().

      AbstractAttribute.java:
      Implemented isReal().
      In equals() extracted method valuesEqual().
      In hasAllOptions() and optionsEqual(), extracted method hasAllOptions0(). (detail)
      by JnRouvignac
    11. OPENDJ-1666 Code cleanup

      * org.opends.server.protocols.http.HttpConnectionHandler
      ** Fix copyright section
      ** Make code more readable
      *** Reformat
      *** Inline some local variables

      * org.opends.server.protocols.http.HTTPClientConnection
      ** Fix copyright section
      ** Reformat

      * org.opends.server.protocols.http.CollectClientConnectionsFilter
      ** Fix copyright

      * org.opends.server.protocols.http.CollectClientConnectionsFilterTest
      ** Reformat (detail)
      by gaetan
    12. AutoRefactor'ed Modification.java (detail)
      by JnRouvignac