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

neil_a_wilson
06.08.2006 cc9db00b66ccb71927ca7ef74f1b91f8b333bb85
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, November 6, 2006 21:08 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, November 6, 2006 21:08 +0100
commitcc9db00b66ccb71927ca7ef74f1b91f8b333bb85
tree 5cd37ce7316265a23b5bb0a9bfc4de6994764086 tree | zip | gz
parent 59685c84348f8d71dc3bbd3513c5eb10cc738a8e view | diff
Update the AttributeValue constructors to ensure that they do not accept any
null arguments. This also requires making changes to other areas of the server
code to eliminate cases in which it was possible that at least one of the
arguments was null.

Reviewed by: Matthew Swift
OpenDS Issue Number: 703
13 files modified
144 ■■■■ changed files
opends/src/server/org/opends/server/controls/LDAPAssertionRequestControl.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/AddOperation.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/CompareOperation.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DeleteOperation.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/ModifyDNOperation.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/ModifyOperation.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SearchOperation.java 21 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ProtocolMessages.java 27 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPFilter.java 44 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AttributeValue.java 23 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestLDAPFilter.java 9 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/AttrInfoTest.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ValueInfoTest.java 3 ●●●● diff | view | raw | blame | history