FindBugs
 
Docs and Info
Fact sheet
Manual (en)
Manual (ja)
FAQ
Bug descriptions
Mailing lists
Documents and Publications
Links
 
Downloads
 
FindBugs Swag
 
Development
Reporting bugs
Contributing
Dev team
Change log
SF project page
Browse source

FindBugs Links

This page contains links to related projects, including tools that are similar to FindBugs.

FindBugs Add-Ons

  • FindBugs Eclipse plugin.  This is now included as part of FindBugs.
  • Maven FindBugs plugin.  Maven is a Java project management and project comprehension tool.  The Maven FindBugs plugin allows FindBugs reports to be generated from within Maven.

Similar Tools

Open source tools

  • JLint.  A static analysis tool to find race conditions, locking errors, null pointer uses, and a number of other problems in Java programs.
  • PMD.  PMD scans Java source code for potential problems.
  • Checkstyle.  Checkstyle is a style checker for Java.

Commercial tools and services

  • lint4j: lint tool for Java programs
  • JTest: automatically generates JUnit tests for Java classes.  Also checks for many kinds of coding errors.
  • Flaw Detector.  Finds many runtime bugs in Java programs, such as null pointer and arithmetic exceptions.
  • JiveLint.  Another lint utility for Java programs.  Finds hashcode/equals problems, string reference comparisions, and more.  Free 15 day demo.
  • Reasoning.com: a service to analyze your code and report defects found by static analysis.  Detailed error reports for each bug found.
  • Klocwork.com: offers both tools and services to analyze code for errors.

Send comments to daveho@cs.umd.edu

SourceForge.net Logo