From c9392e1a126de54ae8a0e1f3316729e878115300 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 19 Jun 2019 17:31:24 -0400 Subject: Fix sonar issues in integrity audit Mostly used Eclipse Refactor->Extract Method to reduce cyclomatic complexity. Also combined a few "if" statements to reduce nesting levels. Also addressed some sonar issues in the tests (e.g., use "<>" where appropriate). Did not attempt to increase junit coverage. Change-Id: I9d6c1305ce455f0d64249b548d123bb9bf37292a Issue-ID: POLICY-1791 Signed-off-by: Jim Hahn --- integrity-audit/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'integrity-audit/pom.xml') diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 006687a3..b740d53d 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -67,6 +67,11 @@ ${project.version} test + + org.assertj + assertj-core + test + org.onap.policy.common ONAP-Logging -- cgit 1.2.3-korg