-
We are running _spotbugs_ using the _spotbugs-maven-plugin_ on OSGi bundles. Some of the bundles include .jar files in their `lib` directory. When the path to the Maven project contains folder with ge…
-
Started getting what I think is a false positive for `HCP_HTTP_REQUEST_RESOURCES_NOT_FREED_LOCAL` when compiling with java11(release target of 8).
spotsbugs plugin output
```xml
```
sample c…
-
The `@OverridingMethodsMustInvokeSuper` annotation hints that the code in a specific method must always run, even if the method is overriden. It would be nice if the plug-in would check at compile tim…
-
Many methods in jzy3d have unused parameters that could be removed and some methods use implementations of Collections like `ArrayList` instead of the corresponding interface like `List`. While the f…
-
Hi,
I found a possible false positive on SA_FIELD_SELF_COMPARISON when using SpotBugs to analyze a project.
A enum is sent as argument for a [Scala function](https://github.com/apache/kafka/blob…
-
Hi there,
I found a false negative for the rule [NP_GUARANTEED_DEREF](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#np-null-value-is-guaranteed-to-be-dereferenced-np-guaranteed-der…
RuS2m updated
11 months ago
-
## Issue Description
When running sonar rules on java code that has the following construct:
https://docs.oracle.com/en/java/javase/17/language/pattern-matching-instanceof-operator.html#GUID-843…
mpet updated
9 months ago
-
I just upgraded mvnd to 1.0-m6-m39 via Snap from 0.9.0 (using Java 11) and ran a build of my reactor with 27 modules as usual (max parallelism 11). It spat out some errors such as
```
Could not ac…
-
Remove from the list of Spotbugs the following detectors:
- BenchmarkMethodDetector
- UnsinkedVariableBenchmarkDetector*
These detectors were used simply as a verification that the plugin was wor…
-
Version: 4.7.3
I found a false negative about the rule [NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#np-method-tightens-nullness-annotatio…