-
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…
-
I have a Findbugs configuration in Maven which loads the include filters from the classpath. When running
```
mvn compile findbugs:findbugs
mvn findbugs:gui
```
on the command line the correc…
-
Using SpotBugs 4.5.0 and the Gradle plugin version 5.0.0. After updating to it, I started getting:
```
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang/IllegalCla…
-
I'm trying to install from Eclipse marketplace and getting this error:
```
Cannot complete the install because of a conflicting dependency.
Software being installed: edu.illinois.keshmesh 1.0.0.201…
ash2k updated
11 years ago
-
```
The code does not run cleanly though FindBugs because of some bugs:
In org/poly2tri/triangulation/delaunay/sweep/DTSweep.java at lines 634, 789,
the 'if(ot == null)' checks are made after 'ot' i…
-
```
The code does not run cleanly though FindBugs because of some bugs:
In org/poly2tri/triangulation/delaunay/sweep/DTSweep.java at lines 634, 789,
the 'if(ot == null)' checks are made after 'ot' i…
-
```
The code does not run cleanly though FindBugs because of some bugs:
In org/poly2tri/triangulation/delaunay/sweep/DTSweep.java at lines 634, 789,
the 'if(ot == null)' checks are made after 'ot' i…
-
```
The code does not run cleanly though FindBugs because of some bugs:
In org/poly2tri/triangulation/delaunay/sweep/DTSweep.java at lines 634, 789,
the 'if(ot == null)' checks are made after 'ot' i…
-
```
The code does not run cleanly though FindBugs because of some bugs:
In org/poly2tri/triangulation/delaunay/sweep/DTSweep.java at lines 634, 789,
the 'if(ot == null)' checks are made after 'ot' i…
-
@stevensouza, when I compiled the jamonapi with findbugs check, I found there're some built-in check errors found according to findbugs, so any idea on improve the source code quality as findbugs poi…