Fixing sonar issues 77/69677/4
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 2 Oct 2018 13:50:57 +0000 (09:50 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 2 Oct 2018 23:35:18 +0000 (19:35 -0400)
commit8c87163466a4eb5a010a9977adf8a365faec8631
treea8c8da5e692c78e90862fcabdf805aa4aac36231
parent1b34e893a66f6a7887d095b563ea17f97ab487a0
Fixing sonar issues

Some trivial functional interface and ordering.

Added some missing JUnit tests.

Issue-ID: POLICY-1129
Change-Id: Iad6fe757a40819ca39e007b41dae1bf4b3f6cc0c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
14 files changed:
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/ControlLoopPublisher.java
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/ControlLoopEventStatusTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/ControlLoopEventTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/ControlLoopNotificationTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/ControlLoopNotificationTypeTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/ControlLoopOperationTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/ControlLoopOperationWrapperTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/ControlLoopTargetTypeTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/PhysicalControlLoopEventTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/PhysicalControlLoopNotificationTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/VirtualControlLoopEventTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/VirtualControlLoopNotificationTest.java [new file with mode: 0644]
controlloop/common/model-impl/events/src/test/java/org/onap/policy/controlloop/params/ControlLoopParamsTest.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/ControlLoop.java