-
Once groovy 4.0.21 is released, I'll release maven plugin for spotbugs 4.8.4
-
When I ran SpotBugs (4.3.1/eclipse 2021-06) with JDK 16.0.1 there are two false positives
SA_LOCAL_SELF_COMPARISON
ES_COMPARING_STRINGS_WITH_EQ
```java
package de.sph.test;
public class Main…
-
The four classes for issue https://github.com/spotbugs/spotbugs/issues/574 appear to be in the wrong java package.
This makes it unnecessarily difficult to develop in IDEs like Eclipse (we can igno…
-
For about a month now, I have been completely unable to install the groovy-eclipse plugin. I've now tried two different versions, and two different versions of Eclipse. I've tried this both within ou…
-
Look at adding [Spotless](https://github.com/diffplug/spotless) as part of the normal build to add automated code formatting to build. Doing this will allow us to ensure Checkstyle and Spotbugs rules …
-
A simple non-serializable record as available here: https://github.com/opendaylight/yangtools/blob/2e257731e354e6cc2fd45a6f6eec79bd01490c07/parser/yang-parser-api/src/main/java/org/opendaylight/yangto…
-
it appears this is found in the findbugs jsr305 annotations my reason why is I want to enable `-Werror` and I'm using java modules `module-info.java` and it appears you can't use `jsr305` as the autom…
-
Hi, our tycho build runs great under windows and linux, but on Mac OSX certain tests fail.
In those tests we parse Java-Files with the eclipse emf plug-In.
The error messages in the log file (tar…
-
537 of 795 compilation attempts succeed in about 50 minutes:
```
wtwhite@wtwhite-vuw-vm:~/code/jcompile$ /usr/bin/time ./docker-build-all.sh
--snip--
-------------------------------------
2977.60…
-
**What version of protobuf and what language are you using?**
Version: v3.6.0
Language: Java
**What operating system (Linux, Windows, ...) and version?** Mac Mojave 10.14.2 (18C54)
**What runt…