-
I run spotbugs (4.2.3) on win10,and the comand below works well
spotbugs -textui -jvmArgs "-Xmx2000m" -xml -output d:\report\1.xml test.jar
but the comand with war,will fail, there is no respo…
-
Hi, I have a problem with the SuppressFBWarnings annotation. I have an interface that extends `org.slf4j.Logger`:
```
@SuppressFBWarnings({"CRLF_INJECTION_LOGS"})
public interface ExtendedLogger …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Ignored or Blocked
These are…
-
# Описание проблемы
В процессе проверки кода командой: "mvn clean compile spotbugs:check"
В IntelliJ IDEA появляется сообщение об ошибке.
# Шаги по воспроизведению
1. Открыть проект в IntelliJ I…
-
Now that we have formatting addressed, we should also introduce linting and enforce that the code is warning free. Gradle has a convenient plugin called [checkstyle](https://docs.gradle.org/current/us…
cmnrd updated
5 months ago
-
SpotBugs should warn about a potential file descriptor leak when invoking Files.list() without later closing the stream.
Please refer to the following gist: https://gist.github.com/jamesdaily/2f938…
-
The security and privacy aspects of this project could be improved in several fronts:
1) Enable optional resource limits intended for the processing of untrusted documents.
2) Identify potential…
-
SpotBugs is generating a bogus `RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE` warning in the example below.
`pom.xml`:
```xml
4.0.0
com.example
bug
Bug Example
1.0
…
-
### Environment
* Eclipse 2020-06 (4.16)
* Java 1.8.0_241
### Reproduce
1. Install SpotBugs from https://spotbugs.github.io/eclipse-stable-latest (currently provides 3.1.13)
2. Create a new pro…
eum2o updated
4 years ago
-
Hi, I have a question, with the SuppressFBWarnings annotation I want an interface that extends `org.slf4j.Logger` but which is not subject to CRLF_INJECTION_LOGS, it is sanitized:
```
@SuppressFBW…