-
When using the Eclipse plug-in, on some projects, I get a warning like: "You are going to run SpotBugs analysis on a not compiled or partially compiled project".
Then I'm offered to continue noneth…
-
Spotbugs has a dependency on JDK 1.8. It's also not good to use JDK 1.8 as your primary JDK as it's showing it's age.
Fortunately, Maven has a plugin called the toolchains plugin which allows a dif…
-
## Eq: Covariant equals() method defined (EQ_SELF_NO_OBJECT)
This pattern may be partially implemented.
### Description
This class defines a covariant version of `equals()`. To correctly overri…
-
(I accidentally filed this in the [discuss subproject](https://github.com/spotbugs/discuss/issues/22) the first time.)
I'm converting from FindBugs to SpotBugs. I have an exclude list with this ent…
-
The following code fails using 3.1.1 although it's perfectly valid:
```
import javax.annotation.Nullable;
import java.util.function.Supplier;
public class SpotBugs {
public void wrapSup…
-
Originally reported on Google Code with ID 389
---
1. Check umple-generated code with findbugs (on command line and in Ecliipse) to see
if we are generating anything that would be considered a pro…
Nava2 updated
6 years ago
-
A roadmap for spotbugs should be posted to allow users, plugin developers, detector developers, and others to see where we are heading.
This will be useful for Findbugs users looking to plan and chan…
-
Request to update the website https://find-sec-bugs.github.io/ as it still displays the version `1.12.0` as latest version.
-
What's the new plugin's equivalent of:
```
spotbugs {
sourceSets = [sourceSets.main]
}
```
We have many source sets and only want a task for analyzing `main`.
-
### Expected Behavior
--write-locks should be idempotent, meaning the results shouldn't differ (unless a dynamic version changes)
### Current Behavior
```
find . -name 'gradle.lockfi…