-
I'm trying to understand why SpotBugs doesn't report DLS_DEAD_LOCAL_STORE warnings for primitive types.
I've noticed that when I assign a value to a primitive type variable and then don't use it la…
-
## Environment
| Component | Version |
| ------------------ | ------- |
| Java | 1.8.0.72|
| SpotBugs | 4.1.2|
| FindSecBugs | 1.10.1|
| Eclipse| 4.16…
mhnot updated
2 weeks ago
-
```
What steps will reproduce the problem?
1) Download findbugs from http://findbugs.sourceforge.net
2) Extract to any folder you like
3) Add environmental variable FINDBUGS_HOME to point to the extr…
-
```
We added the FindBugs report recently to the maven-generated site. We
should be able to clear this list for all of our code.
http://architecturerules.googlecode.com/svn/docs/maven-generated-site…
-
Findbugs tool (running via "sbt findbugs") is finding a couple of high-priority warnings and a lot of medium-priority warnings. We need to fix them (most of claims are definitely reasonable). Good tas…
-
```
We added the FindBugs report recently to the maven-generated site. We
should be able to clear this list for all of our code.
http://architecturerules.googlecode.com/svn/docs/maven-generated-site…
-
FindBugs reports "inherits equals and uses Object.hashCode()" for Converter-subclasses.
http://findbugs.sourceforge.net/bugDescriptions.html#HE_INHERITS_EQUALS_USE_HASHCODE
@ test/Test.java @
packa…
-
While "dormant" some project do use the JSR-305 annotations, and one of them is https://www.javadoc.io/static/com.google.code.findbugs/jsr305/3.0.2/javax/annotation/Nonnull.html and `Nullable`
This…
-
Just an FYI, I did find a way to make a find bugs aggregate report.
https://github.com/spyhunter99/FindBugsAggregate
I just prints a table of the counts of all child modules and links to the actua…
-
For me the findbugs configuration specifically this line
classpath = files( project.configurations.compile.asPath )
is causing issues, I'm trying with android gradle plugin v0.8+ and gradle v1.10