Remove model-impl/vfc checkstyle suppressions 33/75633/1
authorJim Hahn <jrh3@att.com>
Thu, 10 Jan 2019 14:57:51 +0000 (09:57 -0500)
committerJim Hahn <jrh3@att.com>
Thu, 10 Jan 2019 16:12:49 +0000 (11:12 -0500)
commit485559b57a49a449c6fc3baeda1b0ffd8b05cf6b
tree22dfb08b040c8485f589c59d9260597f773616ab
parentbdc051bb70262daca12cd0c2e5fcc6bcf795996c
Remove model-impl/vfc checkstyle suppressions

Entails renaming VFCxxx classes and updated drl files, as well.

Change-Id: Ib31c61a35536df22772de6090761b22beb1b561b
Issue-ID: POLICY-1145
Signed-off-by: Jim Hahn <jrh3@att.com>
26 files changed:
controlloop/common/actors/actor.vfc/src/main/java/org/onap/policy/controlloop/actor/vfc/VfcActorServiceProvider.java
controlloop/common/actors/actor.vfc/src/test/java/org/onap/policy/controlloop/actor/vfc/VfcActorServiceProviderTest.java
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/eventmanager/ControlLoopOperationManager.java
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/eventmanager/ControlLoopOperationManagerTest.java
controlloop/common/model-impl/vfc/checkstyle-suppressions.xml [deleted file]
controlloop/common/model-impl/vfc/pom.xml
controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VfcHealActionVmInfo.java [moved from controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VFCHealActionVmInfo.java with 86% similarity]
controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VfcHealAdditionalParams.java [moved from controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VFCHealAdditionalParams.java with 77% similarity]
controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VfcHealRequest.java [moved from controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VFCHealRequest.java with 81% similarity]
controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VfcManager.java [moved from controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VFCManager.java with 87% similarity]
controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VfcRequest.java [moved from controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VFCRequest.java with 78% similarity]
controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VfcResponse.java [moved from controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VFCResponse.java with 81% similarity]
controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VfcResponseDescriptor.java [moved from controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VFCResponseDescriptor.java with 85% similarity]
controlloop/common/model-impl/vfc/src/test/java/org/onap/policy/vfc/DemoTest.java
controlloop/common/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcHealActionVmInfoTest.java
controlloop/common/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcHealAdditionalParamsTest.java
controlloop/common/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcHealRequestTest.java
controlloop/common/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcManagerTest.java
controlloop/common/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcRequestTest.java
controlloop/common/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcResponseDescriptorTest.java
controlloop/common/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcResponseTest.java
controlloop/common/simulators/src/test/java/org/onap/policy/simulators/VfcSimulatorTest.java
controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
controlloop/templates/archetype-cl-casablanca/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
controlloop/templates/template.demo.clc/src/main/resources/__closedLoopControlName__.drl
controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/VfcControlLoopTest.java