-
The build.gradle file starts with a set of plugins to use, and those plugins include version numbers. It would be very useful to be able to display badges that contained the version numbers.
For e…
-
- [x] upgrading the XSDs
- [x] upgrading the pom.xml (also up the JDK version in the pom - `jdk.version`)
- [ ] upgrading maven dependencies that were rolled back because of JDK 6 like JMH (https://…
-
**Affects PMD Version:** 6.55.0
**Rule:** EmptyFinalizer
Please provide the rule name and a link to the rule documentation:
https://docs.pmd-code.org/latest/pmd_rules_java_errorprone.html#empt…
-
Spotbugs is reporting MSF_MUTABLE_SERVLET_FIELD in the following test case:
```java
import java.io.IOException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletReques…
-
When we Kotlin developers use Nothing as a return type, spot bugs quality check gives `Null pointer dereference`. It is really hard to understand/find(It took my 2 days at least to figure out what is …
-
## Environment
| Component | Version |
| ------------------ | ------- |
| Maven | 3.8.1 |
| Java | 1.8.0_241 |
| SpotBugs | 4.3.0 |
| Find…
-
## Issue Description
When analyzing Kotlin dataclasses, I get one "critical" error for each non-nullable constructor parameter without a default value with the following description:
"The field …
-
### Discussed in https://github.com/quarkusio/quarkus/discussions/23142
Originally posted by **atamanroman** January 24, 2022
Has anyone a working Quarkus Dev Mode and [ErrorProne](http://erro…
-
I'm not sure whether this is really a bug in spotbugs, or if my java 11 compiler just does some magic I can't figure out. Perhaps someone out here has some idea.
The following code produces the err…
-
> At least one static code analysis tool (beyond compiler warnings and "safe" language modes) MUST be applied to any proposed major production release of the software before its release, if there is a…