-
The spotbugs maven plugin reports the `NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE` bug in a couple of places in my code. However, when I analyze the same project Intellij, the plugin is not catching those…
-
Please use this package instead [sb-contrib-7.6.4.jar](https://mvnrepository.com/artifact/com.mebigfatguy.sb-contrib/sb-contrib/7.6.4), it's the one for spotbugs and fixes a lot of problems, like this…
-
### Expected behavior
Given `Foo1`/`Foo2` as simple beans
```java
@Mapper
public interface FooMapper {
void updateFoo(Foo1 input, @MappingTarget Foo2 toUpdate);
}
```
properly generate…
-
zymap updated
3 years ago
-
SpotBugs is successor of FindBugs https://spotbugs.github.io/
* integrate project with spotbugs-gradle-plugin https://github.com/spotbugs/spotbugs-gradle-plugin
* enable *find-sec-bugs* with spotbug…
-
zymap updated
3 years ago
-
It seems that all the MacOs builds fail ater 360 minutes, the last step is:
```
> Task :eclipsePlugin:generateCandidateP2Metadata
signing eclipsePlugin/build/site/eclipse-candidate/plugins/com.gith…
-
Is it possible to export a spotbug configuration
![dffmj](https://user-images.githubusercontent.com/10480293/32950299-257139de-cba6-11e7-843f-42614c01b8e1.png)
to an xml-file which you can use f…
-
Hi there,
Upfront apologies if raising issue is not right way to raise this.
I am looking for drop-in bazel rule for integrating spotbugs into build system, would be super helpful if anyone…
-
### Is your feature request related to a problem? Please describe.
Pull request #3409 added nullable annotations to generated Java POJOs. The annotations are provided by library `com.google.code.fi…