From 6cb6b86771b569bdc26b203e38444dc252f19e66 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 7 Dec 2023 06:19:36 +0100 Subject: [PATCH] Disable SE_PREVENT_EXT_OBJ_OVERWRITE SE_PREVENT_EXT_OBJ_OVERWRITE reports a ton of warnings and its heuristic is quite feeble, forcing a very particular code pattern. Do not report this issue, as it cannot be fixed in a non-intrusive way. Change-Id: I3aa71831c3e4eee8bf06bca2ca4eb1ad4a141af9 Signed-off-by: Robert Varga --- spotbugs/src/main/resources/spotbugs-exclude.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spotbugs/src/main/resources/spotbugs-exclude.xml b/spotbugs/src/main/resources/spotbugs-exclude.xml index 836893c1c..a55185c8a 100644 --- a/spotbugs/src/main/resources/spotbugs-exclude.xml +++ b/spotbugs/src/main/resources/spotbugs-exclude.xml @@ -44,6 +44,13 @@ + + + -- 2.36.6