Fix some Sonar issues in common util directory 75/11775/1
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Mon, 11 Sep 2017 23:07:56 +0000 (16:07 -0700)
committerShashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Mon, 11 Sep 2017 23:12:27 +0000 (16:12 -0700)
commitc5041675a30f1102daec55d08564b544b9a2071d
treef3305c621cd69793bbdbce2b891f2167cefaffe2
parent89b20536425441a464d4832667abae80a6cd818f
Fix some Sonar issues in common util directory

This patch fixes some Sonar issues in common/util directory.

Change-Id: I76ae980a3abb1d8a16d0197654cd9d759b13d597
Issue-Id: VFC-331
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/JsonUtil.java
ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/RestfulUtil.java
ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/StringUtil.java
ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/request/RequestUtil.java
ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/response/ResponseUtil.java
ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/response/RoaResponseUtil.java
ResmanagementService/service/src/test/java/org/onap/vfc/nfvo/resmanagement/common/util/JsonUtilTest.java
ResmanagementService/service/src/test/java/org/onap/vfc/nfvo/resmanagement/common/util/response/ResponseUtilTest.java