fix wrong handling of checking null values 70/98170/1
authorLukasz Muszkieta <lukasz.muszkieta@nokia.com>
Fri, 8 Nov 2019 10:17:37 +0000 (11:17 +0100)
committerLukasz Muszkieta <lukasz.muszkieta@nokia.com>
Fri, 8 Nov 2019 10:17:37 +0000 (11:17 +0100)
commit6301770df5b399f7dd2b8cce9a0ad1051845765e
tree8294a13d7a4237754aa2b1029e121feae9ee97fc
parente141aad67e997015bbb6798c790e6702d1894115
fix wrong handling of checking null values

Checking null values is handled by catching null pointer exception, this is not acceptable.

Change-Id: I0c43bc8853b67579a50bc9e69c599b93b978f741
Issue-ID: SO-2187
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/bpmn/infrastructure/workflow/tasks/WorkflowAction.java