From 03351a5582a069fb2597bd7168a0aa5ec10f3abf Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 17 Dec 2023 00:16:01 -0500 Subject: [PATCH] [cleanup] Remove deprecated 'spotbugsXmlOutput' as it is not used anywhere --- src/it/MFINDBUGS-178/pom.xml | 1 - src/it/basic-1/pom.xml | 1 - src/it/change-xml-filename/pom.xml | 1 - src/it/effort-default/pom.xml | 1 - src/it/effort-max/pom.xml | 1 - src/it/effort-min/pom.xml | 1 - src/it/empty/pom.xml | 1 - src/it/encoding-utf8/pom.xml | 1 - src/it/exclude-multi-list/pom.xml | 1 - src/it/exclude-multi/pom.xml | 1 - src/it/exclude/pom.xml | 1 - src/it/experimental/pom.xml | 1 - src/it/include-multi-list/pom.xml | 1 - src/it/include-multi/pom.xml | 1 - src/it/include/pom.xml | 1 - src/it/multi-build/pom.xml | 1 - src/it/multi/modules/pom.xml | 1 - src/it/nested/pom.xml | 1 - src/it/omitVisitors/pom.xml | 1 - src/it/onlyAnalyze/pom.xml | 1 - src/it/onlyAnalyzeFileSource/pom.xml | 1 - src/it/pluginList-repo/pom.xml | 1 - src/it/pluginList/pom.xml | 1 - src/it/relaxed/pom.xml | 1 - src/it/site-brazil/pom.xml | 1 - src/it/site-default/pom.xml | 1 - src/it/site-french/pom.xml | 1 - src/it/site-spanish/pom.xml | 1 - src/it/skip/pom.xml | 1 - src/it/skipEmpty/pom.xml | 1 - src/it/systemPropertyVariables/pom.xml | 1 - src/it/threaded/pom.xml | 1 - src/it/threshold-experimental/pom.xml | 1 - src/it/threshold-high/pom.xml | 1 - src/it/threshold-low/pom.xml | 1 - src/it/trace/pom.xml | 1 - src/it/userPrefs-override/pom.xml | 1 - src/it/userPrefs/pom.xml | 1 - .../mojo/spotbugs/BaseViolationCheckMojo.groovy | 10 ---------- .../org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy | 10 ---------- 40 files changed, 58 deletions(-) diff --git a/src/it/MFINDBUGS-178/pom.xml b/src/it/MFINDBUGS-178/pom.xml index 77f96a69..743e8478 100644 --- a/src/it/MFINDBUGS-178/pom.xml +++ b/src/it/MFINDBUGS-178/pom.xml @@ -62,7 +62,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true diff --git a/src/it/basic-1/pom.xml b/src/it/basic-1/pom.xml index 2144424f..c61bda69 100644 --- a/src/it/basic-1/pom.xml +++ b/src/it/basic-1/pom.xml @@ -41,7 +41,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true true diff --git a/src/it/change-xml-filename/pom.xml b/src/it/change-xml-filename/pom.xml index 6e4bafab..c02d8ab6 100644 --- a/src/it/change-xml-filename/pom.xml +++ b/src/it/change-xml-filename/pom.xml @@ -36,7 +36,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true true findbugsXml.xml diff --git a/src/it/effort-default/pom.xml b/src/it/effort-default/pom.xml index 06542ad6..b6b2f00d 100644 --- a/src/it/effort-default/pom.xml +++ b/src/it/effort-default/pom.xml @@ -37,7 +37,6 @@ spotbugs-maven-plugin Default - true true true diff --git a/src/it/effort-max/pom.xml b/src/it/effort-max/pom.xml index 1f58adff..4f2a5e87 100644 --- a/src/it/effort-max/pom.xml +++ b/src/it/effort-max/pom.xml @@ -37,7 +37,6 @@ spotbugs-maven-plugin Max - true true true diff --git a/src/it/effort-min/pom.xml b/src/it/effort-min/pom.xml index f2c3fe34..b72c8df1 100644 --- a/src/it/effort-min/pom.xml +++ b/src/it/effort-min/pom.xml @@ -37,7 +37,6 @@ spotbugs-maven-plugin Min - true true true diff --git a/src/it/empty/pom.xml b/src/it/empty/pom.xml index fad4e9a3..ff6c160e 100644 --- a/src/it/empty/pom.xml +++ b/src/it/empty/pom.xml @@ -56,7 +56,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true diff --git a/src/it/encoding-utf8/pom.xml b/src/it/encoding-utf8/pom.xml index 0b2dfa14..65192496 100644 --- a/src/it/encoding-utf8/pom.xml +++ b/src/it/encoding-utf8/pom.xml @@ -44,7 +44,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true diff --git a/src/it/exclude-multi-list/pom.xml b/src/it/exclude-multi-list/pom.xml index 77c04f87..d93a3c2f 100644 --- a/src/it/exclude-multi-list/pom.xml +++ b/src/it/exclude-multi-list/pom.xml @@ -50,7 +50,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true whizbang/lib-filter.xml diff --git a/src/it/exclude-multi/pom.xml b/src/it/exclude-multi/pom.xml index 0ab497fe..9483050e 100644 --- a/src/it/exclude-multi/pom.xml +++ b/src/it/exclude-multi/pom.xml @@ -50,7 +50,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true whizbang/lib-filter.xml,filters/lib-filter2.xml diff --git a/src/it/exclude/pom.xml b/src/it/exclude/pom.xml index afb77c6f..c574084a 100644 --- a/src/it/exclude/pom.xml +++ b/src/it/exclude/pom.xml @@ -50,7 +50,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true filters/lib-filter2.xml diff --git a/src/it/experimental/pom.xml b/src/it/experimental/pom.xml index 111a7cca..fdef7f25 100644 --- a/src/it/experimental/pom.xml +++ b/src/it/experimental/pom.xml @@ -40,7 +40,6 @@ com.github.spotbugs spotbugs-maven-plugin - true Exp true diff --git a/src/it/include-multi-list/pom.xml b/src/it/include-multi-list/pom.xml index b2e4c923..2f2a45e7 100644 --- a/src/it/include-multi-list/pom.xml +++ b/src/it/include-multi-list/pom.xml @@ -50,7 +50,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true whizbang/lib-filter.xml diff --git a/src/it/include-multi/pom.xml b/src/it/include-multi/pom.xml index 71e0c8ff..7a3d47a9 100644 --- a/src/it/include-multi/pom.xml +++ b/src/it/include-multi/pom.xml @@ -50,7 +50,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true whizbang/lib-filter.xml,filters/lib-filter2.xml diff --git a/src/it/include/pom.xml b/src/it/include/pom.xml index 57a1596d..b1b7c43f 100644 --- a/src/it/include/pom.xml +++ b/src/it/include/pom.xml @@ -50,7 +50,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true whizbang/lib-filter.xml diff --git a/src/it/multi-build/pom.xml b/src/it/multi-build/pom.xml index b13df60d..bff6e8d7 100644 --- a/src/it/multi-build/pom.xml +++ b/src/it/multi-build/pom.xml @@ -53,7 +53,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true whizbang/lib-filter.xml diff --git a/src/it/multi/modules/pom.xml b/src/it/multi/modules/pom.xml index 14ca0b81..e69a3bce 100644 --- a/src/it/multi/modules/pom.xml +++ b/src/it/multi/modules/pom.xml @@ -50,7 +50,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true whizbang/lib-filter.xml diff --git a/src/it/nested/pom.xml b/src/it/nested/pom.xml index 11e31ed1..ffb6c946 100644 --- a/src/it/nested/pom.xml +++ b/src/it/nested/pom.xml @@ -41,7 +41,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true true diff --git a/src/it/omitVisitors/pom.xml b/src/it/omitVisitors/pom.xml index 82cab7e1..42fa0a69 100644 --- a/src/it/omitVisitors/pom.xml +++ b/src/it/omitVisitors/pom.xml @@ -41,7 +41,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true FindDeadLocalStores,UnreadFields diff --git a/src/it/onlyAnalyze/pom.xml b/src/it/onlyAnalyze/pom.xml index 64654d15..2e3ff97f 100644 --- a/src/it/onlyAnalyze/pom.xml +++ b/src/it/onlyAnalyze/pom.xml @@ -41,7 +41,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true BC_Unconfirmed_Cast diff --git a/src/it/onlyAnalyzeFileSource/pom.xml b/src/it/onlyAnalyzeFileSource/pom.xml index f9acaa5c..c68d803d 100644 --- a/src/it/onlyAnalyzeFileSource/pom.xml +++ b/src/it/onlyAnalyzeFileSource/pom.xml @@ -41,7 +41,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true file:only-analyze.txt diff --git a/src/it/pluginList-repo/pom.xml b/src/it/pluginList-repo/pom.xml index cf181dd4..d357b370 100644 --- a/src/it/pluginList-repo/pom.xml +++ b/src/it/pluginList-repo/pom.xml @@ -35,7 +35,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true diff --git a/src/it/pluginList/pom.xml b/src/it/pluginList/pom.xml index 2c565dc2..9a2f65fc 100644 --- a/src/it/pluginList/pom.xml +++ b/src/it/pluginList/pom.xml @@ -36,7 +36,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true https://repo1.maven.org/maven2/com/mebigfatguy/sb-contrib/sb-contrib/@sb-contribVersion@/sb-contrib-@sb-contribVersion@.jar, diff --git a/src/it/relaxed/pom.xml b/src/it/relaxed/pom.xml index f6fb7c51..bc3c6e5e 100644 --- a/src/it/relaxed/pom.xml +++ b/src/it/relaxed/pom.xml @@ -35,7 +35,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true true diff --git a/src/it/site-brazil/pom.xml b/src/it/site-brazil/pom.xml index 4d017b96..ea07656c 100644 --- a/src/it/site-brazil/pom.xml +++ b/src/it/site-brazil/pom.xml @@ -49,7 +49,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true diff --git a/src/it/site-default/pom.xml b/src/it/site-default/pom.xml index 316d65f3..1bc6a9a8 100644 --- a/src/it/site-default/pom.xml +++ b/src/it/site-default/pom.xml @@ -47,7 +47,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true diff --git a/src/it/site-french/pom.xml b/src/it/site-french/pom.xml index c6ae0170..f006bae2 100644 --- a/src/it/site-french/pom.xml +++ b/src/it/site-french/pom.xml @@ -47,7 +47,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true diff --git a/src/it/site-spanish/pom.xml b/src/it/site-spanish/pom.xml index 8ba36ae8..988a00bd 100644 --- a/src/it/site-spanish/pom.xml +++ b/src/it/site-spanish/pom.xml @@ -47,7 +47,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true diff --git a/src/it/skip/pom.xml b/src/it/skip/pom.xml index 7d796b48..6f64db88 100644 --- a/src/it/skip/pom.xml +++ b/src/it/skip/pom.xml @@ -42,7 +42,6 @@ spotbugs-maven-plugin true - true true true diff --git a/src/it/skipEmpty/pom.xml b/src/it/skipEmpty/pom.xml index 117a0414..2af9408f 100644 --- a/src/it/skipEmpty/pom.xml +++ b/src/it/skipEmpty/pom.xml @@ -62,7 +62,6 @@ spotbugs-maven-plugin @pom.version@ - true true true diff --git a/src/it/systemPropertyVariables/pom.xml b/src/it/systemPropertyVariables/pom.xml index 9485c981..b07b3270 100644 --- a/src/it/systemPropertyVariables/pom.xml +++ b/src/it/systemPropertyVariables/pom.xml @@ -38,7 +38,6 @@ true - true true diff --git a/src/it/threaded/pom.xml b/src/it/threaded/pom.xml index 531023fb..40172085 100644 --- a/src/it/threaded/pom.xml +++ b/src/it/threaded/pom.xml @@ -41,7 +41,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true diff --git a/src/it/threshold-experimental/pom.xml b/src/it/threshold-experimental/pom.xml index 0a612419..f109bacf 100644 --- a/src/it/threshold-experimental/pom.xml +++ b/src/it/threshold-experimental/pom.xml @@ -37,7 +37,6 @@ spotbugs-maven-plugin Exp - true true true diff --git a/src/it/threshold-high/pom.xml b/src/it/threshold-high/pom.xml index 921ca4ed..10862a74 100644 --- a/src/it/threshold-high/pom.xml +++ b/src/it/threshold-high/pom.xml @@ -37,7 +37,6 @@ spotbugs-maven-plugin High - true true true diff --git a/src/it/threshold-low/pom.xml b/src/it/threshold-low/pom.xml index 7b3d6701..b7b78bf3 100644 --- a/src/it/threshold-low/pom.xml +++ b/src/it/threshold-low/pom.xml @@ -37,7 +37,6 @@ spotbugs-maven-plugin Low - true true true diff --git a/src/it/trace/pom.xml b/src/it/trace/pom.xml index f34305ad..59f541a3 100644 --- a/src/it/trace/pom.xml +++ b/src/it/trace/pom.xml @@ -41,7 +41,6 @@ com.github.spotbugs spotbugs-maven-plugin - true true true diff --git a/src/it/userPrefs-override/pom.xml b/src/it/userPrefs-override/pom.xml index 6509b8e3..c991a305 100644 --- a/src/it/userPrefs-override/pom.xml +++ b/src/it/userPrefs-override/pom.xml @@ -37,7 +37,6 @@ spotbugs-maven-plugin ${project.basedir}/edu.umd.cs.findbugs.core.prefs - true true Max true diff --git a/src/it/userPrefs/pom.xml b/src/it/userPrefs/pom.xml index 08f4f0ad..0df4b3bf 100644 --- a/src/it/userPrefs/pom.xml +++ b/src/it/userPrefs/pom.xml @@ -37,7 +37,6 @@ spotbugs-maven-plugin ${project.basedir}/edu.umd.cs.findbugs.core.prefs - true true