Top "Findbugs" questions

A program which uses static analysis to look for bugs in Java code.

Resolve findBugs issue in gradle

Overview: I am trying to upgrade Java and Gradle version in my project as follows: java from 8 to 11 Gradle from 5 …

java gradle findbugs
Findbugs issues with mutability of Date object in Java

This is more of a follow-up to questions 1 & 2. As told in the questions the below code public Date getSomeDate() { …

java coding-style findbugs
Could not find artifact com.sun:tools:jar:0

I'm trying to use checkstyle and findbugs by doing mvn checkstyle:checkstyle but I have this error This error [ERROR] …

java maven checkstyle findbugs maven-checkstyle-plugin
DLS_DEAD_LOCAL_STORE SuppressWarnings FindBugs false positive

I'm trying to eliminate a false positive for DLS_DEAD_LOCAL_STORE Here's what I have tried so far: @SuppressWarnings("…

java findbugs spring-annotations suppress-warnings
Findbugs vs Google CodePro AnalytiX (Eclipse plugins)

I already have used the Google CodePro AnalytiX but I never used Findbugs. My first impression with Findbugs is that …

java eclipse-plugin findbugs codepro
Findbugs warning: Equals method should not assume anything about the type of its argument

When running FindBugs on my project, I got a few instances of the error described above. Namely, my overriding versions …

java equals findbugs
Findbugs android gradle plugin

I have an android project. I want to introduce findbugs in my project as a gradle plugin. I tried to …

android android-gradle-plugin build.gradle findbugs gradlew
Have you ever compared the static analysis tools Klocwork and Findbugs?

We are using Klocwork as a static analysis tool. Klocwork is a commercial tool and has many advantages but also …

code-analysis static-analysis findbugs klocwork
Findbugs in Eclipse ArrayIndexOutOfBounds Exception when running

I just installed (and re-installed) Findbugs in Eclipse Juno and every time I try to run it in any of …

java findbugs java-8
Findbugs Maven plugin - findbugs-exclude with multiple projects

I've got a multiple project setup, using Maven and the Findbugs plugin. I need to exclude some files in one …

maven-2 findbugs