Reduce Cyclomatic Complexity 04/105904/1
authorParshad Patel <pars.patel@samsung.com>
Tue, 14 Apr 2020 10:30:16 +0000 (19:30 +0900)
committerParshad Patel <pars.patel@samsung.com>
Tue, 14 Apr 2020 10:30:22 +0000 (19:30 +0900)
commit374a74ba1e16269ae0fd00dddc7075587b76bceb
treefab98de390b2c286912187d362c368cdad5a0286
parentf0a29a2f5633e347ff03380faf96b97f28a8c4f9
Reduce Cyclomatic Complexity

The Cyclomatic Complexity of this method "runAppCCommand" is 24 which is greater than 10 authorized
The type of the "payloadInfo" object should be an interface such as "Map" rather than the implementation "HashMap"
Either log or rethrow this exception

Issue-ID: SO-1841
Change-Id: I60a5fa3dea49c33e825cc36419d3b13509f36248
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
bpmn/MSOCommonBPMN/src/main/java/org/onap/so/client/appc/ApplicationControllerAction.java
bpmn/MSOCommonBPMN/src/main/java/org/onap/so/client/exception/ExceptionBuilder.java
bpmn/MSOCommonBPMN/src/main/java/org/onap/so/client/restproperties/AAIPropertiesImpl.java