-
```
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.3…
-
While #1575 fixed some false positive redundant null checks (#600), there are still a few unhandled patterns.
Test.java:
```
import java.io.*;
import java.nio.file.*;
public class Test {
p…
-
maven spotbugs plugin is being trigereed
```
[INFO] --- spotbugs-maven-plugin:4.0.0:check (default) @ my-api ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[ERROR]…
-
In findbugs there used to be a feature to also generate html reports.
Is this still possible?
Where are the xsl file for the transformation hosted?
I would love to be able to visualize the xml repo…
-
Many plugins that integrate 3rd party tools like the SpotBugs plugin, or the codenarc plugin or the pmd plugin have some default version of these tools.
They add a configuration with default depend…
-
I'm trying to use SpotBug CLI on a **jar** file (it uses SpringBoot), but I'm facing some problems.
The main problem is that the output and behavior seems to be different from the GUI to the CLI. Whe…
-
```
public class TestClass {
public void sampleMethod() throws Exception {
// some random last index.
int lastIndex_o1_n1 = 5;
// start index is always higher than…
-
given the [documentation for the application plugin](https://docs.gradle.org/current/userguide/application_plugin.html), it's really hard to use. Here's my default results.
my configuration, as des…
-
Hi,
Looking at the examples, I saw that the bug contains a type / name that looks similar:
```
CNT: Rough value of known constant found (CNT_ROUGH_CONSTANT_VALUE)
```
When we implemented the …
-
- [John Carmack on static analyzer](https://www.viva64.com/en/a/0087/)
- PVS Studio detected errors of IDEA communicate and other projects/libraries of high quality
- Featuring on [IDEA issues](http…