modern-java-practices
modern-java-practices copied to clipboard
[Blocked] SpotBugs produce clean output for build in Gradle and Maven
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.
Latest pushed code is using:
- Latest non-beta Gradle
- Latest SpotBugs version