Fix Blocker/Critical sonar issues 77/13377/2
authorshashikanth <shashikanth.vh@huawei.com>
Tue, 19 Sep 2017 09:27:58 +0000 (14:57 +0530)
committerShashikanth VH <shashikanth.vh@huawei.com>
Tue, 19 Sep 2017 10:15:41 +0000 (10:15 +0000)
commiteb04e2e81ae3402fe7ad899f34495469b4c7514e
tree875bbba818e4333f6d472d4b358edfe2ee938c41
parent5a2b4712b2e1d598950260087101be6fcf59f234
Fix Blocker/Critical sonar issues

Fix Blocker/Critical sonar issues in policy/drools-applications module
https://sonar.onap.org/component_issues?id=org.onap.policy.drools-applications%3Adrools-pdp-apps#resolved=false|severities=CRITICAL%2CMAJOR

Fixed 2 issues,
Used isEmpty() to check whether the collection is empty or not.
getActor returns a string, there's no need to call toString()

Issue-Id:POLICY-111
Change-Id: I645420ee370ceb5fca959f870e76db2390e19929
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/eventmanager/ControlLoopOperationManager.java
controlloop/common/model-impl/appclcm/src/main/java/org/onap/policy/appclcm/LCMResponseCode.java