-
Hi,
There are many external tools to read and parse Androidmanifest.xml. How can I way to read and parse Androidmanifest.xml file from Find-sec-bugs? or How can I validate that current file is mani…
-
consider this class using google guava:
```java
package bugs;
import com.google.common.base.Strings;
public final class BugTest {
String test = "Hello, World";
public boolean i…
-
## Environment
Gradle: 5.2.1
Spotbugs: 2.0.0
FindSecBugs: 1.10.1
## Problem
Error thrown during analysis:
java.lang.NullPointerException
At com.h3xstream.findsecbugs.spring.Co…
-
This is the same issue as reported here:
https://sourceforge.net/p/findbugs/bugs/1460/
Eclipse version: Neon through to Oxygen.
Eclipse log:
!ENTRY com.github.spotbugs.plugin.eclipse 4 4 201…
-
so... spotbugs for gradle is lovely... it gives me a `file://` link to the report. I'd like this to open in my browser, which I believe is the default configured behavior... at least that's what termi…
-
After uplifting to compile using Java 9 the following code is being flagged for an OBL_UNSATISFIED_OBLIGATION. The same code passed inspection using Java 8. This may be related to #293.
```java
im…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
Renovate…
-
## Version
4.7.4
## Rule
NP_ALWAYS_NULL: Null pointer dereference
## Description
The code contains instances where a null pointer is being accessed, which can potentially result in a NullPoin…
-
It would be nice if cpdcheck would generate a html report like when running `./gradlew.bat test` and put it in `$buildDir/reports/cpd`:
![image](https://github.com/aaschmid/gradle-cpd-plugin/assets/7…
-
As far as I could determine, using the `PatternFilterable` methods like `exclude` and `include` has no effect at all.
I also see nowhere documented how to include or exclude files from analysis.
I f…