Fix unchecked cast sonar issue 50/72550/5
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 13 Nov 2018 15:19:07 +0000 (10:19 -0500)
committerRam Krishna Verma <ram.krishna.verma@ericsson.com>
Tue, 13 Nov 2018 17:17:51 +0000 (17:17 +0000)
commitbf30e81ea77ab361a25f0076c7f81c10ded9c53e
treeb81d5f6f52f8286bc2cabbd655cf574c77990af7
parent9b18d4f702586fd022fd142f0f23e5a0e3b24359
Fix unchecked cast sonar issue

Removed the unused variable. We are reasonably
sure that the cast is ok.

Fixed the JUnit tests, removed useless imports,
unused variables and raw types.

Issue-ID: POLICY-1256
Change-Id: Iad7dbbf02a4dd48648fc9d5c20595c9f0f8d7acb
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
plugins/reception-plugins/src/main/java/org/onap/policy/distribution/reception/handling/sdc/FileSystemReceptionHandler.java
plugins/reception-plugins/src/test/java/org/onap/policy/distribution/reception/handling/sdc/TestFileSystemReceptionHandler.java
plugins/reception-plugins/src/test/java/org/onap/policy/distribution/reception/handling/sdc/TestFileSystemReceptionHandlerConfigurationParameterGroup.java