Top "Spotbugs" questions

SpotBugs is a program which uses static analysis to look for bugs in Java code.

What to import to use @SuppressFBWarnings?

What to import to use SuppressFBWarnings? I installed the findbugs plugin via help / install new software When I type import …

java include findbugs spotbugs
Dealing with a Circular Dependency

I wonder if someone can advise on any good ways to break a circular dependency between 2 classes in Java.FindBugs …

java circular-dependency findbugs spotbugs
SpotBugs Maven Plugin exclude a directory

I use SpotBugs Maven Plugin for a static analysis and I would like to exclude a directory from the inspection. …

java maven spotbugs
Adding SpotBugs to my project

I've been working on adding SpotBugs to the android project I'm currently working on. I managed to get it working …

android gradle spotbugs
How to run Spotbugs via Maven?

This is my pom.xml: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" …

java maven continuous-integration static-analysis spotbugs