From 63d23a4aa0f3aeae9d6470b95dfa8f87b2d85aa8 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Mon, 12 Aug 2024 21:18:12 +0100 Subject: Fix sonar issues in common - SONAR Fix instanceOf issues - SONAR Remove public modifiers - SONAR Remove unused imports - SONAR Remove exceptions that can't be thrown from method body Issue-ID: POLICY-5106 Change-Id: I745d0101036d3421f02db22481514be0b79f5103 Signed-off-by: waynedunican --- .../java/org/onap/policy/common/logging/flexlogger/FlexLoggerTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'common-logging/src/test/java') diff --git a/common-logging/src/test/java/org/onap/policy/common/logging/flexlogger/FlexLoggerTest.java b/common-logging/src/test/java/org/onap/policy/common/logging/flexlogger/FlexLoggerTest.java index 547f0a4a..3c78785b 100644 --- a/common-logging/src/test/java/org/onap/policy/common/logging/flexlogger/FlexLoggerTest.java +++ b/common-logging/src/test/java/org/onap/policy/common/logging/flexlogger/FlexLoggerTest.java @@ -26,7 +26,6 @@ import static org.assertj.core.api.Assertions.assertThatCode; import static org.junit.jupiter.api.Assertions.assertNotEquals; import static org.junit.jupiter.api.Assertions.assertSame; -import java.io.IOException; import java.util.HashSet; import java.util.Set; import org.junit.jupiter.api.Test; -- cgit