Fix few Major sonar issues
authorramu.n <ramu.n@huawei.com>
Fri, 15 Sep 2017 13:15:29 +0000 (18:45 +0530)
committerramu.n <ramu.n@huawei.com>
Fri, 15 Sep 2017 13:15:29 +0000 (18:45 +0530)
commit76552ce96eb7c17ce21cfc6da5f86a78ec01e565
tree5394ab879e0b77a055c148f9bbc549cd2457e63d
parent871e2b160680d521a6fc96abe745b96d91c9cee6
Fix few Major sonar issues

Fix few Major sonar issues in CCSDK SLI Core module
* Remove useless parentheses
* Either log or rethrow the exception
* Remove unused variables
* Add the "@Override" annotation
* Change "try" to a try-with-resources

Change-Id: I64c4bd3c746bb2f226f4f58c39f28a8b2d178953
Issue-Id: CCSDK-67
Signed-off-by: Ramu N <ramu.n@huawei.com>
sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicDblibStore.java