-
The error was copied to the clipboard. Press Ctrl+V
-
SpotBugs is generating a bogus `RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE` warning in the example below.
`pom.xml`:
```xml
4.0.0
com.example
bug
Bug Example
1.0
…
-
The error was copied to the clipboard. Press Ctrl+V
-
When I use Spotbugs to scan a minimal Spring Boot application containing an endpoint with a `@SneakyThrows` Lombok annotation, Spotbugs will report a finding where the start line is greater than the e…
-
It would be great if findbugs could provide a way to fail the build only if there are high priority bugs, but want all bug instances (high, medium, low) to be listed in the xml report generated by fin…
-
I'm now trying to introduce https://travis-ci.com/spotbugs/spotbugs instead of travis-ci.org.
reference:
* https://blog.travis-ci.com/2018-05-07-announcing-support-for-github-checks-api-on-trav…
-
This code using Lombok annotations causes what I think is a false positive EI_EXPOSE_REP:
```
import java.util.Map;
import lombok.Builder;
import lombok.Singular;
import lombok.Value;
@Value…
mmy97 updated
2 months ago
-
**Affects SpotBugs Version:**
spotbugs-4.0.0-RC2
**Rule:**
QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT
**Description:**
Unable to detect some complex case like: if(foo = bar()) and if (foo = bar == …
-
The [Spotbugs Ant task](https://spotbugs.readthedocs.io/en/stable/ant.html) does not allow for specifying plugin jars to be enabled as in the command line version.
The [command line version](http…
-
**Affects SpotBugs Version:**
spotbugs-4.0.0-RC2
**Rule:**
HE_EQUALS_USE_HASHCODE
**Description:**
Unable to detect equals method overide in method
This rule is implemented in SpotBugs.jar\…