-
The error was copied to the clipboard. Press Ctrl+V
Product Infos
FindBugs: 3.0.1
FindBugs-IDEA: FindBugs-IDEA 1.0.1
IDEA: IntelliJ IDEA 2020.1 EAP
IDEA-Build: IU-201.5259.13, Feb…
-
Following the implementation of #8 it is necessary to clean up all of the CheckStyle violations and FindBugs warnings/errors throughout the build.
Once CheckStyle and FindBugs are implemented as pa…
-
Is this a known bug?
```
Error looking up nonnull parameters for invoked method
edu.umd.cs.findbugs.ba.DataflowAnalysisException: not enough values on stack: access=0, avail=0
At edu.umd…
-
Obligation detection doesn't detects same leak in all files:
![Screenshot from 2024-10-25 09-42-22](https://github.com/user-attachments/assets/3e00bf00-a04f-49c2-b352-20eb2381d6ec)
method `leak(…
illes updated
1 month ago
-
FindBugs had rules for checking the consistency of the arguments of the String.format() method (VA_FORMAT_STRING_BAD_ARGUMENT, VA_FORMAT_STRING_BAD_CONVERSION...)
These rules are no longer present …
-
## Issue Description
Question: Is there a way to send the results of findbugs from groovy to sonarqube?
In Jenkins, I'm using FindBugs against my compiled groovy and it outputs an xml file of its…
-
Building with a schema such as *iso19139.nl.geografie.2.0.0* and *iso19139.nl.services.2.0.0* results in a very odd build failure!
```
The following artifacts could not be resolved: maven-plugins…
-
Upgrading to 5.2.3 gives this result:
```
> Task :spotbugsMain
Exception in thread "main" java.lang.NoSuchMethodError: 'org.apache.commons.lang3.Range org.apache.commons.lang3.Range.of(java.lang.C…
-
## Describe the situation before applying the recipe
See https://rules.sonarsource.com/java/RSPEC-2864/
## Describe the situation after applying the recipe
## Have you considered any alternat…
-
Hi, I'm using Gradle 3.5 and FindBugs 3.0.1 with a couple of other plugins. This is my configuration:
```gradle
findbugs 'com.google.code.findbugs:findbugs:3.0.1'
findbugs configurations.findbugs…