-
**Describe the bug**
When building app with
```
isMinifyEnabled = true
proguardFiles("proguard-android-optimize.txt", "proguard-rules.pro")
```
and
```
dependencies {
implementat…
-
### Relevant template
_No response_
### Problem description (optional)
The Spotbugs [`EI_EXPOSE_REP`](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#ei-may-expose-internal-represent…
-
```
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…
-
## Environment
| Component | Version |
| ------------------ | ------- |
| Java | 1.8.0.72|
| SpotBugs | 4.1.2|
| FindSecBugs | 1.10.1|
| Eclipse| 4.16…
mhnot updated
1 month ago
-
```
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…
-
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