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

Jean-Noël Rouvignac
16.44.2015 e1404672e50c8f6b3c80b522a1988c9827c251e8
refs
author Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Wednesday, September 16, 2015 12:44 +0200
committer Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Tuesday, September 22, 2015 13:50 +0200
commite1404672e50c8f6b3c80b522a1988c9827c251e8
tree 231dac6a139b6a9378d15495a8c450854d5b222a tree | zip | gz
parent f05415834a643dd0c065a1865808ae4df45d5952 view | diff
Improve AttributeDescription: now implements Comparable, align with SDK

AttributeDescription.java:
Now implements Comparable.
Aligned methods with SDK.
Removed toOptionsString(), used toString() instead.

EntryHistorical.java, HistoricalAttributeValue.java:
Consequence of the changes to AttributeDescription

Attribute.java:
Changed hasAllOptions() parameter from Collection<String> to Set<String>.

AbstractAttribute.java:
Used static methods from AttributeDescription.
Consequence of the changes to Attribute.

VirtualAttribute.java, AttributeBuilder.java, AttributeBuilderTest.java:
Consequence of the changes to Attribute.
6 files modified
456 ■■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/EntryHistorical.java 32 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/HistoricalAttributeValue.java 22 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/types/AbstractAttribute.java 62 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/types/Attribute.java 72 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/types/AttributeDescription.java 259 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/types/AttributeBuilderTest.java 9 ●●●●● diff | view | raw | blame | history