Fix few Major sonar issues 15/13015/1
authorramu.n <ramu.n@huawei.com>
Mon, 18 Sep 2017 07:12:25 +0000 (12:42 +0530)
committerramu.n <ramu.n@huawei.com>
Mon, 18 Sep 2017 07:12:25 +0000 (12:42 +0530)
commit53ab0a5cb73d3ebe5d6142cda1052abac30fb906
treec59c9a26a27474ef145c01e7283558c76f57d12a
parent148c15b82dfc2025dc1c4a19b55293cdf3e9db2f
Fix few Major sonar issues

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

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