-
Hi,
why does this check exists at all?
https://github.com/spotbugs/spotbugs/blob/master/spotbugs/src/main/java/edu/umd/cs/findbugs/detect/DumbMethodInvocations.java#L145
The description doesn…
-
I created a minimum and complete .java file under the `spotbugsTestCases/src/java` but I couldn't figure out how to run the tests or get SpotBugs to compile the project, so I'm providing it here.
`…
-
[Guava is moving aways from the annotations in `javax.annotations` because of some problems with them.](https://github.com/google/guava/issues/2960#issuecomment-350721044) We should probably do the sa…
-
Ideally, this code should produce a warning:
```java
public class Issue1657 {
public @org.checkerframework.checker.nullness.qual.NonNull String testReturnNullFromListInNonNullMethod() {
…
-
hi I have raised a pull request to findbug maven plugin to add maxAllowedViolations configuration property - [pull-request-link-here](https://github.com/gleclaire/findbugs-maven-plugin/pull/95) . Sinc…
-
There are some legality issues with consuming jsr305 as it's in conflict with [Oracle java binary license](https://www.oracle.com/technetwork/java/javase/terms/license/index.html).
> F. JAVA TECHNO…
-
Hi,
I want to use '-choosePlugins' parameter to control whether used fb-contrib.jar or not.
I just copy fb-contrb.jar to plugin directory. The fb-contrib.jar plugin will enable by default.
…
-
Hi, I found a false negative about the rule FI_EXPLICIT_INVOCATION. In the following code example, SpotBugs should report a warning at line 4, but it does not.
```java
public class C {
public c…
-
I'm aware this is supposed to be fixed by #539, and I have also tried to create this as a failing test in spotbugs (without success). However, building the following code:
```
import com.google.co…
skitt updated
5 years ago
-
**Affects SpotBugs Version:**
spotbugs-4.0.0-RC2
**Rule:**
DMI_INVOKING_TOSTRING_ON_ARRAY
**Description:**
Unable to detect String automatic conversion when string concatenation, for example…