-
Setting an exclusion like:
quality {
strict = false;
checkstyle = false;
exclude '**/generated/**'
}
Will breake the caching and incremental build functionality of gradle.
Tas…
-
I am using spotbugs gradle plugin version 6.0.0-beta.3 with Spotbugs 4.7.3, Gradle 8.4-rc-2 and Java 21.
Trying to recompile an old project give some problems. It seems that the `effort` and `repor…
-
I encountered a weird effect: I have a bundle which uses spotbugs-annotations (or a similar optional dependency) via additional.bundles in the build.properties.
When I launch the eclipse product, i…
-
# Story
As a galasa code developer I want to run modern tools against my code to find bugs before I deliver changes, so my code is better quality than it would otherwise be.
# Background
Spotbugs and…
-
I am looking for a list of visitors/detectors that I can omit. Specifically, I am look for the allowed values for https://spotbugs.github.io/spotbugs-maven-plugin/spotbugs-mojo.html#omitVisitors.
Pr…
-
Hi there,
one of the projects I inherited is using `android-check`. I recently updated all outdated dependencies and found that Findbugs will not be supported in future Gradle versions
> Since F…
-
FindBugs looks totally dead from here. SpotBugs is the "spiritual successor".
-
-
-
We already use FindBugs/SpotBugs in our build process, however the results are seemingly ignored. There are hundreds of warnings and errors throughout the project, we might want to have a look at thos…