Changes Report

Release History

VersionDateDescription
2.0-SNAPSHOTin SVN
1.2.1-SNAPSHOTin SVN
1.2.02008-03-27Update for Findbugs 1.2.0
1.1.12007-07-09Update for Findbugs 1.1.1
1.12007-05-27Update for Findbugs 1.1
1.0.02006-12-26Initial Findbugs plugin release
1.0-beta-12006-08-28First beta release


Release 2.0-SNAPSHOT - in SVN

TypeChangesBy
updateupdate to gmaven-plugin version 1.0-rc-3gl
fixFail on project without any classes Fixes MFINDBUGS-61.gl
updateFindBugs report doens't show priority of bug Fixes MFINDBUGS-63.Rolf Kulemann
fixSite example for multiprojects doesn't work Fixes MFINDBUGS-62.gl
updateAdd the ability to launch the Findbugs GUI Fixes MFINDBUGS-60.gl
fixStackOverflow exception (Infinite Recursion?) Fixes MFINDBUGS-56.gl
fixWhen there are no class, findbugs crash Fixes MFINDBUGS-58.gl
updateFail build if findbugs detects bugs Fixes MFINDBUGS-26.gl
updateAdd Integration Tests using shitty plugingl
updateAdded support for Findbugs v1.3.2gl
fixUnable to provide references to "resources" in excludeFilterFile/includeFilterFile configuration parameters (multimodule setup) Fixes MFINDBUGS-55.gl
fixSpecifying a pluginList configuration value throws an exception Fixes MFINDBUGS-54.gl

Release 1.2.1-SNAPSHOT - in SVN

TypeChangesBy
fixSpecifying a pluginList configuration value throws an exception Fixes MFINDBUGS-54.gl

Release 1.2.0 - 2008-03-27

TypeChangesBy
fixFix file encoding used to generate xdoc report to use UTF-8 Fixes MFINDBUGS-50.gl
updateAdded support for Findbugs v1.2.1gl
fixwrong class in xml report Fixes MFINDBUGS-43.gl
fixmalformed AnalysisError element in XML report when reporting on generic class Fixes MFINDBUGS-44.gl
fixAdd groovy nature to pom.xml Fixes MFINDBUGS-38.gl
updateAdded the ability to run the FindBugs native xml reportergl
fixFix findbugs xdoc format associates some bug instances with the last file processed. Fixes MOJO-885.gl
fixAllow the use or URIs for includeFilter and excludeFilter. Fixes MOJO-894.gl
fixAdded Source Directory output to xml output. Fixes MOJO-882.gl
fixFixed invalid HTML issues. Fixes MOJO-851.gl

Release 1.1.1 - 2007-07-09

TypeChangesBy
fixFixed Duplicate XML entries. Fixes MOJO-823.gl
fixChanged XML encoding to ISO-8859-1. Fixes MOJO-807.gl
fixFix XML well-formed issues. Fixes MOJO-807.gl

Release 1.1 - 2007-05-27

TypeChangesBy
fixFix FAQ dcoumentation to correct aggregate explanation. Fixes MOJO-799.gl
fixFix JXR link reference for inner classes. Fixes MOJO-498.gl
updateAdd the ability to skip Findbugs report with the findbugs.skip property. Fixes MOJO-718.gl
updateAdded support for Findbugs v1.2.0gl
fixChanged from Findbug object to Findbug2 object to resolve missing classes message. Suggestion from Henri Tremblay Fixes MOJO-707.gl
fixFixed addition of compile artifacts to FindBug's AuxClasspath to resolve missing classes message.gl
updateAdded relaxed option.gl
updateAdded onlyAnalyze option.gl

Release 1.0.0 - 2006-12-26

TypeChangesBy
fixFixed escape characters output for message attribute in xml format. Fixes MOJO-563.gl
fixAdded the ability to select an output directory for the xml report output. Fixes MOJO-562.gl
updateUpdate maven-artifact dependency to version 2.0.4gl
updateUpdate maven-reporting dependency to version 2.0.4gl
updateFix documentation to pass docck:check testgl
updateAdded summary to HTML report for Classes scanned, errors, bugs and missing classesgl
updateAdded file bug subtotal to the File Section of the HTML reportgl
updateAdded support for Findbugs v1.1.1gl
updateAdd xml report output option. Fixes MOJO-511.gl
fixFix a typo on the usage page. Fixes MOJO-513.gl
fixchanged JXR dependencies to maven-jxr-plugin from jxr-maven-plugin. Fixes MOJO-499.gl

Release 1.0-beta-1 - 2006-08-28

TypeChangesBy
updateAdded support for using third-party pluginsgl
updateAdded support for specifying Visitors to include and excludegl
updateAdded Findbugs version to report headergl
fixFixed resolution of FindBugs coreplugin.dp
updateEnhanced JavaDoc.dp
updateUpgraded findbugs to version 1.0.0.dp
fixAdded suppression of FindBugs System.out output.dp
updateadds support for effort parameter (min,default,max) and showing it in the reportmt
updateadds support for specifying include and exclude filter filemt
updatechanges report name to "FindBugs Report", was previously "Maven FindBugs Report"mt
updatefixes line number column: "5-5" changed to "5". "-1" changed to "Not available"mt
updateadds a new details column with long description name that also links to findbugs official site for descriptionsmt
fixAdded a hyperlink in the report pointing to the source generated by the maven-jxr-plugin. The link to the javadoc was not implemented. Enable/Disable of the plugin was not implemented. Fixes MOJO-322.cr
fixAdded the auxiliary classpath from the pom to the findbugs configuration. Fixes MOJO-355.cr
updateUpgraded jaxen to version 1.0-FCS.cr
updateAdded dependency to saxpath - needed by jaxen.cr