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

neil_a_wilson
12.27.2006 ed699902a89c7be9c46f3c9bb24c33fdee507879
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, October 12, 2006 07:27 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, October 12, 2006 07:27 +0200
commited699902a89c7be9c46f3c9bb24c33fdee507879
tree 55db08f4204d321648f56ef43bd9010ff5e5f038 tree | zip | gz
parent b42b1ea4276efc0861a0f6592649fe6b3e3365ca view | diff
Update code in the org.opends.server.util package to use the
Validator.ensureNotNull method for arguments that are not allowed to be null,
and also update the javadoc for the corresponding @param tags to indicate this.

Also, update the ModifyDNChangeRecordEntry class to rearrange the order of the
constructor arguments to be more consistent with the rest of the codebase, as
well as the standard definitions in LDAP and LDIF.

Reviewed by davidely.
15 files modified
281 ■■■■■ changed files
opends/src/server/org/opends/server/util/AddChangeRecordEntry.java 9 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/Base64.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ChangeRecordEntry.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/DeleteChangeRecordEntry.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/LDIFException.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/LDIFReader.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/LDIFWriter.java 54 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ModifyChangeRecordEntry.java 9 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ModifyDNChangeRecordEntry.java 19 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/TimeThread.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestAddChangeRecordEntry.java 25 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestChangeRecordEntry.java 16 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestDeleteChangeRecordEntry.java 17 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestModifyChangeRecordEntry.java 26 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestModifyDNChangeRecordEntry.java 51 ●●●● diff | view | raw | blame | history