From: J-N-K Date: Sat, 4 Feb 2023 07:26:48 +0000 (+0100) Subject: Fix findbugs instanceof pattern matching (#14329) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=4a370863d29aee3c5aa23b82ca5c38864af4dd21;p=openhab-addons.git Fix findbugs instanceof pattern matching (#14329) * Fix findbugs instanceof pattern matching Signed-off-by: Jan N. Klug --- diff --git a/pom.xml b/pom.xml index dfb3094128..5bf839cfad 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 0000000000..8502f7b364 --- /dev/null +++ b/tools/static-code-analysis/spotbugs/suppressions.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +