-
Rationale:
```java
javax.annotation.concurrent.Immutable
```
as it comes from:
```xml
com.google.code.findbugs
jsr305
3.0.2
```
or
```xml
net.jcip
jcip-annotations
…
-
We're seeing problems using "Redo Analysis" on a large Java project (2200+ classes) up to and including spotbugs version 4.4.2 (the latest version at the time of this post). The scenario...
1. We r…
-
Hi
I'm using this cli inside GitHub actions
but I found out that this content in `.codacy.yaml` file is not working for me (That's not removing my problems related to `md` files)
```yaml
exclude…
-
Hi, all
- Java version:
java 11.0.5 2019-10-15 LTS
- Eclipse version:
2020-09 (4.17.0)
- SpotBugs:
Pull the latest code
The process is attached as below:
Open Eclipse Application (Fol…
-
Proposal for a new check which flags this up as wrong:
```
} catch (SomeException e) {
LOG.error("...");
}
```
but this is, typically, what you want people to do instead of course:
``…
-
I am currently getting this error:
[` must be non-null but is marked as nullable`](https://travis-ci.org/commercetools/commercetools-sync-java/builds/329381009#L556)
Because of the `handleResour…
-
### GitHub Repository
pablocollazoc/spring-boot-microservices-series
### Java version used in the project
jdk-8
### Deploy the project
- [X] yes
ghost updated
2 years ago
-
Fix Findbugs rule violations
-
This would be helpful to Kotlin consumers of Ratpack to get better tooling assistance for when values may be null.
https://github.com/ratpack/ratpack/blob/master/ratpack-base/src/main/java/ratpack/…
-
**Is your feature request related to a problem? Please describe.**
A static code analyser can find probable bugs in the code based on common patterns.
**Describe the solution you'd like**
Some st…