findbugs-maven-plugin
findbugs-maven-plugin copied to clipboard
Maven Mojo Plug-In to generate reports based on the FindBugs Analyzer
see https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration for detail.
reactor: Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value '$æplugin.artifactså' of type java.util.Collections.UnmodifiableRandomAccessList to property of type java.util.ArrayList
Hi, I didn't find a way to select in which the report is generated. Is there one ? Basically, my PC is in French, but I'd like the report to...
Where do I find the change log for this project? The releases don't seem to have them, and there doesn't seem to be a CHANGELOG file in the repo.
My project has 1000+ classes and it takes FindBugs about 5 minutes to check it. How can I improve the performance and make it run faster? Thanks.
Just an FYI, I did find a way to make a find bugs aggregate report. https://github.com/spyhunter99/FindBugsAggregate I just prints a table of the counts of all child modules and links...
Hello, I'm using the plugin to generate with ```mvn site``` a bug report of my project. But how can I get on the HTML report output the bug density which...
Currently in the Findbugs report, all reported bugs link to the findbugs descriptions page[1]. This also includes bugs that are the results of plugins. This causes some frustration when trying...
The `findbugs-maven-plugin` puts **itself** and its transitive dependencies on the classpath of the (forked) FindBugs execution. This prevents any FindBugs plugin from using, say, `commons-collection:commons-collection` in a version incompatible with...
The following is my project structure: ```txt |-- etc | `-- excludeFilter.xml |-- pom.xml |-- src | |-- main | | |-- java | | | `-- org | |...