-
Currently we have this line in the `pom.xml` for the Qulice plugin:
```
findbugs:.*
```
We should not exclude Findbugs analysis from the build per default.
Removing t…
-
**Travis**
- [x] Tests
- [ ] FindBugs
- [x] Checkstyle
-
-
Hi,
Our analysis is getting failed with below error. We face this issue before but it got rectified after resolving missing class dependencies. But now, though there is no error in debug logs, we s…
-
-
I'm trying to understand why SpotBugs doesn't report DLS_DEAD_LOCAL_STORE warnings for primitive types.
I've noticed that when I assign a value to a primitive type variable and then don't use it la…
-
### 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…
-
Support multiple "before" and "after" files. They will be read together and their `instanceHash`'s merged together into the internal map for diffing.
Perhaps implement as an additive CLI options:
``…
-
From the code we can see findbugs depends on assemble, but assemble execute both debug and release build.And if we have multi product flavors, this will go even worse. Especially in china, we have suc…
-
Since we use `guava` version 32.x.x.
Like here: https://github.com/playframework/playframework/commit/d6cccba611efb9c11414d30900eeecee59436cf9
cies updated
2 months ago