Fix Sonar Issues in sli/core module
authorBharat saraswal <bharat.saraswal@huawei.com>
Thu, 21 Sep 2017 05:47:57 +0000 (11:17 +0530)
committerBharat saraswal <bharat.saraswal@huawei.com>
Thu, 21 Sep 2017 05:52:02 +0000 (05:52 +0000)
commited6aaf35dabae4070dba5c41798e351c25e8ce4d
treedfae2d5855be345aa5279997ab0f35e87a1d96fe
parent630809c9b6b8f9ed1ff3f875d3c9849db52139e0
Fix Sonar Issues in sli/core module

Few major issues
*Remove unused variables
To increase code readability
*Replace the type specification with the diamond operator
*Add the "@Override" annotation above this method signature
To increase code readability"

Issue-Id: CCSDK-87
Change-Id: I2f0c16a83ab10a0a3e39a2a1d4db3c195ec2bba8
Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
dblib/provider/src/main/java/org/onap/ccsdk/sli/core/dblib/CachedDataSource.java
dblib/provider/src/main/java/org/onap/ccsdk/sli/core/dblib/DBResourceManager.java
dblib/provider/src/main/java/org/onap/ccsdk/sli/core/dblib/factory/DBConfigFactory.java
dblib/provider/src/main/java/org/onap/ccsdk/sli/core/dblib/pm/SQLExecutionMonitor.java