[commons-csv] branch master updated: Replace FindBugs with SpotBugs #56.

2020-02-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
 new 493616e  Replace FindBugs with SpotBugs #56.
493616e is described below

commit 493616e35cab307ec9b56d5138483e81e0354ddf
Author: Gary Gregory 
AuthorDate: Wed Feb 12 16:16:20 2020 -0500

Replace FindBugs with SpotBugs #56.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 688f4c9..638d893 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,7 @@
   
 
   Add 
testcases for CSVRecord with get(Enum) and toString. #54.
+  Replace FindBugs with SpotBugs #56.
 
 

[commons-csv] branch master updated: replace findbugs with spotbugs (#56)

2020-02-12 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
 new d83dab4  replace findbugs with spotbugs (#56)
d83dab4 is described below

commit d83dab4b0950e1cd8b13d29c470714e816c992a4
Author: Amey Jadiye 
AuthorDate: Thu Feb 13 02:44:28 2020 +0530

replace findbugs with spotbugs (#56)
---
 pom.xml| 31 +-
 .../spotbugs/spotbugs-exclude-filter.xml}  | 22 +++
 2 files changed, 22 insertions(+), 31 deletions(-)

diff --git a/pom.xml b/pom.xml
index 870eda2..01959d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
   
 
   
-clean verify apache-rat:check clirr:check 
javadoc:javadoc
+clean verify apache-rat:check clirr:check checkstyle:check 
spotbugs:check javadoc:javadoc
 
   
 maven-compiler-plugin
@@ -208,15 +208,12 @@
   
${basedir}/src/main/resources/checkstyle/checkstyle-suppressions.xml
 
   
-  
   
-org.codehaus.mojo
-findbugs-maven-plugin
-${commons.findbugs.version}
+com.github.spotbugs
+spotbugs-maven-plugin
+${commons.spotbugs.version}
 
-  Normal
-  Default
-  
${basedir}/src/main/resources/findbugs/findbugs-exclude-filter.xml
+  
${basedir}/src/site/resources/spotbugs/spotbugs-exclude-filter.xml
 
   
   
@@ -288,6 +285,14 @@
 
   
   
+com.github.spotbugs
+spotbugs-maven-plugin
+${commons.spotbugs.version}
+
+  
${basedir}/src/site/resources/spotbugs/spotbugs-exclude-filter.xml
+
+  
+  
 org.apache.maven.plugins
 maven-pmd-plugin
 ${pmd.version}
@@ -302,16 +307,6 @@
   
   
 org.codehaus.mojo
-findbugs-maven-plugin
-${commons.findbugs.version}
-
-  Normal
-  Default
-  
${basedir}/src/main/resources/findbugs/findbugs-exclude-filter.xml
-
-  
-  
-org.codehaus.mojo
 taglist-maven-plugin
 2.4
 
diff --git a/src/main/resources/findbugs/findbugs-exclude-filter.xml 
b/src/site/resources/spotbugs/spotbugs-exclude-filter.xml
similarity index 57%
rename from src/main/resources/findbugs/findbugs-exclude-filter.xml
rename to src/site/resources/spotbugs/spotbugs-exclude-filter.xml
index da2896a..4af22bc 100644
--- a/src/main/resources/findbugs/findbugs-exclude-filter.xml
+++ b/src/site/resources/spotbugs/spotbugs-exclude-filter.xml
@@ -1,4 +1,3 @@
-
 
-
-
 https://github.com/spotbugs/filter/3.0.0;
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
-xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 
https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd;>
+xmlns="https://github.com/spotbugs/filter/3.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 
https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd;>
+
 
   
-
-
-
+
+  
+  
+  
+