spotbugs-maven-plugin icon indicating copy to clipboard operation
spotbugs-maven-plugin copied to clipboard

Maven Mojo Plug-In to generate reports based on the SpotBugs Analyzer

Results 33 spotbugs-maven-plugin issues
Sort by recently updated
recently updated
newest added

before https://github.com/spotbugs/spotbugs/issues/2759 and https://github.com/spotbugs/spotbugs/issues/2819 we did not notice problem that `mvn verify` and `mvn clean test-compile spotbugs:check` works differently. Due to issues above we disabled `mvn clean test-compile spotbugs:check` in...

I'm not sure since when this is broken: all descriptions on https://spotbugs.github.io/spotbugs-maven-plugin/plugin-info.html and all goals like https://spotbugs.github.io/spotbugs-maven-plugin/check-mojo.html are broken right now. I'm almost sure that there where descriptions in the...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. --- > [!WARNING] > Renovate failed to look up the following dependencies: `Failed to...

When I use spotbugs for the first time on an existing codebase I expect it to find bugs/errors/warnings. Is there a way to configure the maven plugin to accept a...

It would be really great, if the SpotBugs maven plugin could support the `chooseVisitors` option of SpotBugs (see the [official SpotBugs documentation](https://spotbugs.readthedocs.io/en/latest/running.html#detector-visitor-configuration-options)), so disabled detectors could be used through the...

We occasionally hit below error in our CI infrastructure, with an error internal to spotbugs. Restarting almost always succeeds. We scan a code base with 100+ artifacts. Occasionally one of...

https://maven.apache.org/docs/history.html Maven before 3.6.3 has now reached its end of life. New plugin releases will require Maven 3.6.3 or later.

With this configuration ``` com.github.spotbugs spotbugs-maven-plugin 4.8.3.0 check verify check com.h3xstream.findsecbugs findsecbugs-plugin ${dep.findsecbugs-plugin} com.mebigfatguy.sb-contrib sb-contrib ${dep.sb-contrib} less high false true false ${build.root}/spotbugs-exclusions.xml com.github.spotbugs spotbugs-maven-plugin 4.8.3.0 com.h3xstream.findsecbugs findsecbugs-plugin ${dep.findsecbugs-plugin} com.mebigfatguy.sb-contrib sb-contrib...

I was reading through https://spotbugs.github.io/spotbugs-maven-plugin/check-mojo.html and it lacks a lot of documentation. Most or all properties have `(no description)`. As a developer I want to know what all these properties...

enhancement

I need to bundle dependencies with a SpotBugs plugin. The easiest way to publish this plugin is releasing the normal jar and a jar with all the needed dependencies. My...