modern-java-practices icon indicating copy to clipboard operation
modern-java-practices copied to clipboard

[Blocked] SpotBugs produce clean output for build in Gradle and Maven

Open binkley opened this issue 1 year ago • 1 comments

This issue needs to go into the backlog until the underly problem with Spotbugs/FindSecBugs is resolved: https://github.com/spotbugs/spotbugs/issues/527 Spotbugs works properly, however the build output is noisy from this issue.

Newer plugin versions require Gradle 8.2+ https://github.com/spotbugs/spotbugs-gradle-plugin

Resolve that both Gradle and Maven spit out stacktraces around methods internal to the JVM. It is unclear if Spotbugs is actually working even though the builds pass.

Run the Spotbugs plugins for Gradle and Maven, you'll see "internal" methods from the JVM being criticized.

binkley avatar Apr 19 '24 13:04 binkley

Latest pushed code is using:

  • Latest non-beta Gradle
  • Latest SpotBugs version

binkley avatar May 21 '24 19:05 binkley