binkley / modern-java-practices

Modern Java/JVM Build Practices
Other
949 stars 70 forks source link

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

Open binkley opened 7 months ago

binkley commented 7 months ago

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 commented 6 months ago

Latest pushed code is using: