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

Nicolas Capponi
05.02.2016 d3b71ff22857d1cd3d1e1283565fabc7857acfad
refs
author Nicolas Capponi <nicolas.capponi@forgerock.com>
Friday, August 5, 2016 17:02 +0200
committer Nicolas Capponi <nicolas.capponi@forgerock.com>
Friday, September 9, 2016 11:45 +0200
commitd3b71ff22857d1cd3d1e1283565fabc7857acfad
tree db2b7ee2c36d1aa1cb84e1edf649b711c0f991c0 tree | zip | gz
parent 5c9fb43a3f4f03726fc732812244755b96ace134 view | diff
OPENDJ-3089 Remove checks on names in all addXXXX methods in SchemaBackend

- Note that behavior is changed for cases where only a name is used to
identify a schema element. With the new implementation, only OID is used
to identify a schema element, names are ignored
- Fix related unit tests
5 files modified
272 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/backends/SchemaBackend.java 224 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/core/SchemaHandler.java 16 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/types/Schema.java 26 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/backends/SchemaBackendTestCase.java 2 ●●● diff | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/schema/LDAPSyntaxTest.java 4 ●●●● diff | view | raw | blame | history