From aab888643e093a3c7c31543e3fe4943ff1d4d1ac Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Wed, 6 May 2020 13:48:25 +0000 Subject: [PATCH] Update FindBugs to SpotBugs - it seems the jenkins findbugs plugin could process the output (findbugs.xml) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877436 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 129 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 97 insertions(+), 32 deletions(-) diff --git a/build.xml b/build.xml index e534e7d71d..24ef08ee13 100644 --- a/build.xml +++ b/build.xml @@ -182,6 +182,7 @@ under the License. + - + @@ -246,9 +248,9 @@ under the License. - - - + + + @@ -309,8 +311,7 @@ under the License. - + @@ -359,7 +360,7 @@ under the License. - + @@ -603,6 +604,9 @@ under the License. + + + @@ -623,15 +627,15 @@ under the License. - - + + - + @@ -662,8 +666,8 @@ under the License. - - + + @@ -679,7 +683,7 @@ under the License. - + @@ -2167,22 +2171,79 @@ under the License. see https://stackoverflow.com/a/48561534/2066598 this should be replaced by spotbugs when available in the jenkins warnings plugin --> - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + + + + ]]> + + - + @@ -2218,20 +2279,24 @@ under the License. - + - + + + + + + -- 2.39.5