-
SpotBugs focus on bytecode at the moment.
It would be nice to add the support for detector to read static file and to be able to report issue.
This would allow extension and core rule to report po…
-
I am using spotbugs gradle plugin for multi module project. This is how i use spotbugs in my project
```
buildscript{
repositories{
maven {
url "https://plugins.gradle.or…
-
I'm migrating our ant build from findbugs to spotbugs and there's a change that is confusing me. We exclude a lot of classes from the analysis and have always gotten a list of "missing classes", but …
-
A parallel build invoking spotbugs-maven-plugin without forking ends up hanging build sometimes. A thread dump shows two build tasks attempting to lock a monitor:
```
"BuilderThread 3" #52 [174264…
-
Build fails when I use :
```
mvn archetype:generate \
-DarchetypeArtifactId=spotbugs-archetype \
-DarchetypeGroupId=com.github.spotbugs \
-DarchetypeVersion=0.2.4
```
You can see …
-
## Issue Description
When using Sonarqube 7.9.5 (LTS) or 8.8.0 joing the latest configured findbug 4.0.3 plugin we get the following messages in the log output:
The following classes needed for an…
-
1. 我们特有的 False Positive (如 regex的不准确而造成的、无法获取上下文信息造成的等等)
2. spotbugs 和我们都有的 False Positive
3. spotbugs 特有的 False Negative (我们没有)
4. 我们特有的 False Negative (spotbugs 没有)
5. spotbugs 特有的 FPs (如由于 rep…
-
For most standard Gradle plugins, the `Main` is left out for the `main` source set in task names, like `compileJava` vs. `compileTestJava` or `compileOtherSourceSetJava` and so on.
Maybe it would mak…
-
Hello! I'd like to request adding a feature to print the absolute path to a .java file of interest in the text UI. Right now, in the normal text UI only the name of the .java file is printed, and if I…
-
I used spotbugs-githuib-action in udig-platform project worklow right after the maven build:
```
- name: Run uDig product & sdk build (parallel)
run: mvn install -B -Pproduct,sdk,test -…