From 4a370863d29aee3c5aa23b82ca5c38864af4dd21 Mon Sep 17 00:00:00 2001 From: J-N-K Date: Sat, 4 Feb 2023 08:26:48 +0100 Subject: [PATCH] Fix findbugs instanceof pattern matching (#14329) * Fix findbugs instanceof pattern matching Signed-off-by: Jan N. Klug --- pom.xml | 1 + .../spotbugs/suppressions.xml | 42 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 tools/static-code-analysis/spotbugs/suppressions.xml diff --git a/pom.xml b/pom.xml index dfb30941286..5bf839cfadf 100644 --- a/pom.xml +++ b/pom.xml @@ -466,6 +466,7 @@ Import-Package: \\ ${basedirRoot}/tools/static-code-analysis/checkstyle/ruleset.properties ${basedirRoot}/tools/static-code-analysis/checkstyle/suppressions.xml + ${basedirRoot}/tools/static-code-analysis/spotbugs/suppressions.xml diff --git a/tools/static-code-analysis/spotbugs/suppressions.xml b/tools/static-code-analysis/spotbugs/suppressions.xml new file mode 100644 index 00000000000..8502f7b364a --- /dev/null +++ b/tools/static-code-analysis/spotbugs/suppressions.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +