spotbugs-maven-plugin
spotbugs-maven-plugin copied to clipboard
Maven Mojo Plug-In to generate reports based on the SpotBugs Analyzer
I'm using SpotBugs 3.1.8 via the `spotbugs-maven-plugin` 3.1.8. I'm getting the following error. Unfortunately, this output is with maximum debug/traces turned on. There is no other information. Nothing at all...
The xdoc report currently only uses the class name to locate the bug instance. While it is possible to re-construct the source file in most cases, classes with inner classes...
``` true false ${spotbugs.excludeFilterFile} true true false false Max Default ``` The above is the configuration parameters for my Spotbugs plugin entry. How do I output the report in text...
Maven DTD for plugins supports configuration blocks at the "plugin", or within the nested "plugin/executions/execution" block. Typically, you can use either block - plugin configuration applies to all executions. Unfortunately,...
Hello, the spotbugs-maven-plugin is working, but adding the FindSecBugs plugin is having no effect. Here is my pom file `` com.github.spotbugs spotbugs-maven-plugin 3.1.12.2 spotbugs compile spotbugs 9 Low ${platform.root}/conf/StaticAnalysis/spotbugs-exclude.xml ${platform.root}/conf/StaticAnalysis/spotbugs-include.xml...
Hi! This states, that comma separation shoudl work in : https://github.com/spotbugs/discuss/issues/46 But it uses just the last file, not all defined files. spotbug maven plugin version : 3.1.12.2
Hi, I looked at all the documentation and I'm not able to generate the report xdoc by the maven plugin. Has anyone done this? I need to generate xdoc because...
This is more of a question than reporting a issue, does this support doing incremental analysis by adding `cache` property to plugin configuration ? Or something on the similar lines,...
When a report is generated, it will show a summary of all of the found spotbugs issues. Each spotbugs issue provides a link to the spotbugs pattern description site. This...
[outputDirectory](https://spotbugs.github.io/spotbugs-maven-plugin/spotbugs-mojo.html#outputDirectory) is not working pretty well when I try to run `mvn spotbugs:spotbugs` command. I think maybe the htmlTempFile should be use `outputDirectory`. Can you take a look of my...