-
I see in the changelog for spotbugs v3.1.0 it says that **WebCloud and other plugins** were **removed**.
I realize that plugins are now "on their own" as far as being separate projects. However, o…
-
Hi @Zetten
I am testing this plugin on a Java codebase against a SonarQube server with the FindBugs sensor enabled in its Quality Profile. When I run the scanner in my project I end up seeing this…
-
hi, i'm [porting](https://github.com/umjammer/vavi-nio-file-discutils) DiscUtils to Java.
when i used [SpotBugs](https://spotbugs.github.io/), it pointed out 3 suspicious bugs.
### 1. RpC: Repeate…
-
**Describe the bug**
When annotating a field with `@NonNull`, this is not taken into account in generated equals/hashCode.
This generates errors for tools like Spotbugs and we cannot really annota…
-
Hi, thanks again for a nice plugin. :smile:
The `README.md` for this repo states that you can set the `maxReporterColumnWidth` to 0 to "disable" it. I got the impression from this that you could d…
-
Hello everybody,
first of all: thank you for your great work!
We are trying to use an -include filter file containing a "Rank" Match. But the RankMatcher matches not exactly the rank (like the doc…
-
I'm getting a
Nullcheck of parser at line 45 of value previously dereferenced in SourceHandler.readMetaData(InputStream) [SourceHandler, SourceHandler] At SourceHandler.java:[line 45]Redundant null …
-
The user documentation on jenkins.io exclusively outlines the user experience of working with Maven. For the Jenkins project to support building with gradle-jpi-plugin, user docs must be available on …
-
How can I make the joysticks move to their centers when I release them? Like the sticks on every gamepad?
-
It's issuing for cases where the method isn't even an override. Yes, it shares a name with a method in the superclass, but it's not an override. Try something like
```
class Base {
void foo(@Ch…