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

Matthew Swift
21.49.2012 c8b1165dbfbee716e8163f42301c650b370248af
refs
author Matthew Swift <matthew.swift@forgerock.com>
Tuesday, February 21, 2012 16:49 +0100
committer Matthew Swift <matthew.swift@forgerock.com>
Tuesday, February 21, 2012 16:49 +0100
commitc8b1165dbfbee716e8163f42301c650b370248af
tree 5820b300ca08df194e8a5f1addd2c079a202773a tree | zip | gz
parent 2708f704868538026c78ea7492a62abde8e71f9b view | diff
Initial cleanup work for OPENDJ-181: DirectoryException provided value has an invalid length for a UUID

Use consistent naming for methods and variables which refer to entryUUIDs.
25 files modified
535 ■■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java 28 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeAddOperation.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeDelOperation.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeModdnOperation.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeModifyOperation.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 137 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddContext.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddMsg.java 58 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DeleteContext.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java 26 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyContext.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java 76 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyDnContext.java 19 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyMsg.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/OperationContext.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationBackend.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalCsnOrderingTest.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 8 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ModifyConflictTest.java 16 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/ProtocolCompatibilityTest.java 26 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 6 ●●●● diff | view | raw | blame | history