-
### Is your feature request related to a problem? Please describe.
Pull request #3409 added nullable annotations to generated Java POJOs. The annotations are provided by library `com.google.code.fi…
-
# 概要
SpotBugsを導入し、エラーが出ている場合はマージできないように設定する。
SpotBugsで出たエラーをPRに表示できるようにする。
# タスク
- [x] SpotBugsを導入する
- [x] エラー発生時マージできないように設定する
- [ ] エラー発生時PRにエラー発生個所を表示できるようにする
-
So I'm testing my PR[1] port from findbugs which allowed findbugs/spotbugs to handle arbitrarily large argument lists with ant/CLI against my application. I've been using this code with findbugs f…
-
e.g., can we help provide a schema-driven Java OM?
https://github.com/spotbugs/discuss/issues/95
-
```shell
export JAVA_HOME=path/to/graalvm-21.1.0
export JAVA8_HOME=path/to/jdk8
./gradlew assemble nativeImage
pushd build/distributions && unzip *.zip && popd
hyperfine --ignore-failure \
'…
-
I'm running the latest released version of Spotbugs on the latest released version of Eclipse. I'm doing this on my Windows 10 laptop and on the Ubuntu 18.04 VM running on the same laptop. I run the…
-
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'org.jetbrains.plugins.spotbugs.actions.AnalyzeSelectedFiles' must override `getAction…
-
I am trying to build (on a mac m2). When running maven, an error occurs:
environment info:
```
$ ./mvnw -X clean install
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven hom…
-
hi , there
I try to generate the spotbugs report in maven site, but I found in FAQ that spotbugs maven report plugin can not aggregate the report in multiple module repository.
https://spotbug…
-
Hi, i am using [gradle plugin](https://plugins.gradle.org/plugin/com.github.spotbugs) for the android project with below build.gradle.
```java
plugins {
id 'com.github.spotbugs' version '6.0.…