09 Jul, 2013

3 commits

  • Updated copyright because of commit r9200 .
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9201 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • Extracted methods handlePreParseException(), handlePreParseResult(), handlePreOperationException(), handlePreOperationResult() to remove duplication.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9200 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • Code cleanup: removed useless try / catch.
    Used interfaces instead of concrete collection classes.
    Extracted methods toAttributesMap(), toAttributesList() and addRDNAttributesIfNecessary() to remove duplicated code.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9199 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

08 Jul, 2013

1 commit


05 Jul, 2013

3 commits


04 Jul, 2013

3 commits


03 Jul, 2013

8 commits

  • Replaced the pattern "iterate on keys then get the values" by just "iterate on values".
    In getBytes(), replaced 2 loops by just one.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9169 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • In encodeAndPurge(), made the code more readable by extracting methods needsPurge() and encode().
    
    HistoricalTest.java:
    Cleaned up the test a bit.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9168 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@9165 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@9164 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • Added javadocs explaining the use of collection classes.
    Increased encapsulation a bit.
    
    EntryHistorical.java:
    Extracted method encodeHistorical() from the now removed methods encodeADDHistorical() and encodeMODDNHistorical().
    Added javadocs and @see notes.
    Code cleanups: removed useless variables, reduced variables scopes
    
    HistoricalAttributeValue.java:
    Added javadocs and @see notes.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9163 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • Modified the code after feedback from Ludo.
    
    EnumRight.java:
    In getEnumRight(), changed the order of the tests to cater for the new info + added comments.
    Removed DELWRITE and ADDWRITE supposedly mirroring the effective rights seflwrite_del and seflwrite_add, but never used in the code.
    javadocs: added @see tags.
    
    EnumRightTest.java: ADDED
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9162 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • Used javadocs.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9158 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • 
    AciBodyTest.java: ADDED
    
    KeywordBindRule.java:
    Added toString(StringBuilder).
    
    *.java:
    Fixed a lot of javadocs and made a lot of instance members private.
    Added toString() and toString(StringBuilder) to most classes, with AciBody, BindRule, PermBindRulePair, Permission, UserDN having a proper implementation.
    
    EnumBindRuleType.java:
    Added getType().
    
    EnumRight.java:
    Added getRight(), getEnumRight() and hasRights()
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9155 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

02 Jul, 2013

8 commits


01 Jul, 2013

1 commit


28 Jun, 2013

6 commits


27 Jun, 2013

6 commits


26 Jun, 2013

1 commit