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-dependencies/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cps-dependencies/pom.xml') diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 69ea85917..68f36fb83 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -2,7 +2,7 @@