From 7eb34c175cf4a1e554ae2a72803bd95e21ae1505 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 9 Oct 2018 10:11:25 +0900 Subject: [PATCH 1/2] Replace FindBugs with SpotBugs SpotBugs [1] is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community. This is a backport of [1] which originally did the replacement on the master branch. This change updates to the current latest version, so that we can get the benefit of its checks when pushing changes to the stable branches. [1] https://spotbugs.github.io/ [2] https://git.eclipse.org/r/#/c/101312/ Change-Id: Ib73d56b5980b55f4d7e09d87abec3138cac3d3dc Signed-off-by: David Pursehouse --- pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 02e11c1e9..0afffc19c 100644 --- a/pom.xml +++ b/pom.xml @@ -210,6 +210,7 @@ 2.10.3 0.25.0 2.2.4 + 3.1.6 jacoco @@ -323,9 +324,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 3.0.3 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} true false @@ -528,9 +529,9 @@ 2.5 - org.codehaus.mojo - findbugs-maven-plugin - 3.0.3 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} org.apache.maven.plugins @@ -706,8 +707,8 @@ - org.codehaus.mojo - findbugs-maven-plugin + com.github.spotbugs + spotbugs-maven-plugin org.apache.maven.plugins From 2db49bc679b297028964fc65e66d33556570f544 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Sat, 13 Oct 2018 09:14:57 +0900 Subject: [PATCH 2/2] Replace Findbugs with Spotbugs in org.eclipse.jgit/pom.xml Change-Id: If9cb0de7a0e7bd95eac7daeee140a18385192a48 Signed-off-by: David Pursehouse --- org.eclipse.jgit/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 574a8313a..a55575fa5 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -211,8 +211,8 @@ - org.codehaus.mojo - findbugs-maven-plugin + com.github.spotbugs + spotbugs-maven-plugin findBugs/FindBugsExcludeFilter.xml