From 59a34f5f9e1aaea13df8903ac30ee8cb5735f205 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Tue, 19 Mar 2024 10:42:07 +0000 Subject: Fix SonarQube warnings targetted: - Introduced CmResourceAddress (name agreed with Daniel and Priyank) - Extracted out private method in AltenateIdChecker to reduce complexity side effects: - use 'record' java feature as suggested by ItelliJ - had to uprade spotbugs version to avoid incorrect warning on 'record' equeals method - convention: added missing 'asserts' in affected testware - my preference: removed a lot of unnecessary linebreaks in affected testware - removed redunfant (variation) of a 'delegation' test Issue-ID: CPS-475 Signed-off-by: ToineSiebelink Change-Id: Ie0c9d5ebc33196ae14ed6c226843095a2a040d1d --- cps-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-parent') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 699bf3c9ac..b6e12c0082 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -159,7 +159,7 @@ com.github.spotbugs spotbugs - 4.2.0 + 4.2.3 ${project.groupId} -- cgit 1.2.3-korg