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

jdemendi
17.21.2007 c429ea0c780d83a49531de1f7d42e9f802ce8fe8
refs
author jdemendi <jdemendi@localhost>
Tuesday, July 17, 2007 17:21 +0200
committer jdemendi <jdemendi@localhost>
Tuesday, July 17, 2007 17:21 +0200
commitc429ea0c780d83a49531de1f7d42e9f802ce8fe8
tree 591bbf0db6a1aae1a8b1268f9b4339f745c54622 tree | zip | gz
parent 16781afd94b0ad1014b8394f524ffcc5bd89255b view | diff

In most cases, we should never expose the XxxOperationBasis
class in method signatures. Exposing XxxOperationBasis is
not clean because the XxxOperationBasis is a big container
implementing various interfaces. We should always use interfaces
instead, and if one interface is not enough then use two or three
of them as formal parameters.

This set of changes is removing all the un-necessary use of
XxxOperationBasis in the code, including unit-tests.

17 files modified
125 ■■■■ changed files
opends/src/server/org/opends/server/api/AccessLogPublisher.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PluginConfigManager.java 25 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/AccessLogger.java 8 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAuditLogPublisher.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 5 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/AddOperationTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/GroupManagerTestCase.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/SearchOperationTestCase.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/TestModifyDNOperation.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/UnbindOperationTestCase.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/LastModPluginTestCase.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/InternalClientConnectionTestCase.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java 3 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/PrivilegeTestCase.java 3 ●●●● diff | view | raw | blame | history