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.
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.
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.