Fix some major sonar issues 45/15545/2
authorsurya-huawei <a.u.surya@huawei.com>
Tue, 26 Sep 2017 13:04:28 +0000 (18:34 +0530)
committerSURYA A U <a.u.surya@huawei.com>
Wed, 27 Sep 2017 03:11:28 +0000 (03:11 +0000)
commit12a133db6d235b015d3c5cdd2f61952501b36597
tree3997628284a29e9e35d394a85573999a5fc1992b
parent3065620fde4e78b2c2003ef1d912c36af0b0b61a
Fix some major sonar issues

*Use collection.isEmpty() instead of collection.size
*Remove unnecessary commented line
 This is done for increasing code readability
*Pass the string object directly
 Instead of wrapping the returned object and
 creating a new object, passing the object itself will save
 memory

Issue-Id: SO-118
Change-Id: I24c15e9270ec3422d35d3910a8aff9fcf8d632d9
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
adapters/mso-network-adapter/src/main/java/org/openecomp/mso/adapters/network/BpelRestClient.java
adapters/mso-vnf-adapter/src/main/java/org/openecomp/mso/adapters/vnf/BpelRestClient.java
mso-api-handlers/mso-api-handler-common/src/main/java/org/openecomp/mso/apihandler/common/BPELRestClient.java