From 5fbe334aeece3427a889329125cc6e169789fa2c Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 24 Dec 2023 13:30:41 -0700 Subject: [PATCH] Suppress new warnings for spotbugs 4.8.2 Prep for * https://github.com/jenkinsci/pom/pull/510 Part of the checklist in: * https://github.com/jenkinsci/jenkins/pull/8803 Needs to be merged on or before the update of the parent pom that updates to use spotbugs 4.8.2. --- pom.xml | 4 ++++ src/spotbugs/excludesFilter.xml | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4096793..5ef1e7f 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,10 @@ -SNAPSHOT jenkinsci/lib-${project.artifactId} 9.6 + + + 4.8.2.0 + FindReturnRef,ConstructorThrow diff --git a/src/spotbugs/excludesFilter.xml b/src/spotbugs/excludesFilter.xml index 552dabf..381ea9c 100644 --- a/src/spotbugs/excludesFilter.xml +++ b/src/spotbugs/excludesFilter.xml @@ -4,10 +4,14 @@ Exclusions in this section have been triaged and determined to be false positives. --> - - - - + + + + + + + +