Remove dead code from VESCollector 79/55179/5
authorPawelSzalapski <pawel.szalapski@nokia.com>
Thu, 21 Jun 2018 10:12:30 +0000 (12:12 +0200)
committerPawelSzalapski <pawel.szalapski@nokia.com>
Sun, 24 Jun 2018 12:18:02 +0000 (14:18 +0200)
commit943a47187dbb1393d720b2fdf0019d48270edb4d
treefef76ed7b3034597853ab9735f5052cab2f0d6d5
parentb4d5236a7164b166d49cf8c0a5c15bb848e04cd6
Remove dead code from VESCollector

Many things there are unused or have inproper modifiers,
spelling etc. I run static analysis tool (Intellij code inspect)
and clear those things up. It will be easier to maintain now.
No actual behavior changes were done.

Issue-ID: DCAEGEN2-526
Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com>
Change-Id: I1a4ad0c896bd32165cba654344ffc5245648c615
26 files changed:
src/main/java/org/onap/dcae/commonFunction/AnyNode.java
src/main/java/org/onap/dcae/commonFunction/CambriaPublisherFactory.java
src/main/java/org/onap/dcae/commonFunction/CommonStartup.java
src/main/java/org/onap/dcae/commonFunction/ConfigProcessors.java
src/main/java/org/onap/dcae/commonFunction/DmaapPropertyReader.java
src/main/java/org/onap/dcae/commonFunction/DmaapPublishers.java
src/main/java/org/onap/dcae/commonFunction/EventProcessor.java
src/main/java/org/onap/dcae/commonFunction/EventPublisherHash.java
src/main/java/org/onap/dcae/controller/FetchDynamicConfig.java
src/main/java/org/onap/dcae/controller/LoadDynamicConfig.java
src/main/java/org/onap/dcae/restapi/ApiException.java
src/main/java/org/onap/dcae/restapi/RestfulCollectorServlet.java
src/main/java/org/onap/dcae/restapi/endpoints/EventReceipt.java
src/test/java/org/onap/dcae/commonFunction/ApiExceptionTest.java
src/test/java/org/onap/dcae/commonFunction/ConfigProcessorAdapterTest.java
src/test/java/org/onap/dcae/commonFunction/DmaapPublishersTest.java
src/test/java/org/onap/dcae/commonFunction/EventProcessorTest.java
src/test/java/org/onap/dcae/commonFunction/TestCommonStartup.java
src/test/java/org/onap/dcae/vestest/AnyNodeTest.java
src/test/java/org/onap/dcae/vestest/DmaapPropertyReaderTest.java
src/test/java/org/onap/dcae/vestest/TestConfigProcessor.java
src/test/java/org/onap/dcae/vestest/TestJsonSchemaValidation.java
src/test/java/org/onap/dcae/vestest/TestLoadDynamicConfig.java
src/test/java/org/onap/dcae/vestest/TestingUtilities.java
src/test/resources/test_collector_ip_op.properties
src/test/resources/testcollector.properties