-
If you change the stylesheet of an html reporting task, it is neither considered out of date, nor do you get a cache miss.
I added the SpotBugs plugin to a build and played with it.
I changed the st…
-
In my [repo](https://github.com/xenoterracide/ai-wh40k/blob/71d80c5da6f36f9794ab2058424c25908f25f252/spotbugs/exclude.xml) I'm trying to exclude for false positive #2552 . If I exclude based on `
-
## Environment
| Component | Version |
| ------------------ | ------- |
| Maven | 3.8.8 |
| Java | 21 |
| SpotBugs | 4.8.5.0 |
| FindSe…
-
When analyzing the following sample code, SpotBugs detect a BugInstance that has only **one** occurrence, even if I expected that SpotBugs detects a BugInstance that has **two** occurrences.
```j…
-
Building the project created by the multi-module archetype results in this warning:
> WARNING: An illegal reflective access operation has occurred
>WARNING: Illegal reflective access by org.dom4j.…
-
Trying to build a gradle project that uses the spotbugs plugin in Netbeans makes Netbeans fail the build with an empty message error and mark the project as unloadable and fallbacking to Java 5 (yikes…
-
Whenever I try running SpotBugs on a sourceset that has no (Java) classes, it fails with:
```
No classes configured for SpotBugs analysis.
```
I don't see a reason for that to be an error. Thi…
-
>//apply plugin: 'findbugs'
>//task customFindbugs(type: FindBugs) {
>// ignoreFailures = true
>// effort = "max"
>// reportLevel = "low"
>// classes = files("$project.buildDir/interm…
-
Hello,
I am trying out SpotBugs on open-source projects. The actual goal is to test my modifications in the locally SpotBugs, but I am already stuck at running release SpotBugs.
I read several, …
-
This is caused by 4.5.0 release.
The build of the Gradle plugin is failing in the following PR:
https://github.com/spotbugs/spotbugs-gradle-plugin/pull/607
Command-line arguments are as follows…