Top "Findbugs" questions

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

How to run findbugs automatically in maven on install

It's easy to add the findbugs plugin to maven so that it will run if I do mvn site However, …

java maven-2 findbugs
FindBugs Does Not Show Up in Project Properties

I had just installed FindBugs plugin for Eclipse. My Eclipse is Juno. I am using Windows 7. It shows up at …

eclipse plugins findbugs
@Nullable/@NotNull with IntelliJ IDEA, Maven & JSR 305

I really like the code inspection functionalities which are now able with either JSR 305 or Jetbrains' proprietary annotations for IntelliJ. …

java maven intellij-idea findbugs jsr305
Findbugs warning: Integer shift by 32 -- what does it mean?

I was scanning a third party source code using Findbugs (just to be cautious before integrating into it mine), and …

java findbugs bit
Code analyzers: PMD & FindBugs

1. Regarding PMD: 1.1 How do I set the PMD checks, to ignore some of them, like "Variable name is too short, …

java eclipse eclipse-plugin findbugs pmd
Do I need to @Nonnull again at the implementation?

While I think there should be a general rule for inheriting annotations or not, I'm specifically interested in making FindBugs …

java annotations javadoc findbugs
How to suppress FindBugs warning (hard coded reference to an absolute pathname)?

i am just testing some things for the opensource software Geonetwork and now I want to export a shape file …

java findbugs absolute-path suppress-warnings hardcoded
FindBugs for .NET

In Java is this nice tool called FindBugs. Is there something similar in .Net?

.net static-analysis findbugs