Java tools

Introduction

This document summarizes the toolset I think should be used when developing in Java. It covers how to use each tools, and why.

FindBugs

http://findbugs.sourceforge.net/ (LGPL)

Lint4J

http://www.jutils.com/ (PROPIETARY)

It detects interesting problems and gives some recommendations that could be easily overseen.

PMD