Findbugs
========

Build.xml has a new target "findbugs", which can be used to run the FindBugs
bug pattern detector for Java - see http://www.cs.umd.edu/~pugh/java/bugs/
for details and downloads.

This is entirely optional; there's no need to download anything if you don't
use the target.

Findbugs looks for bug patterns - it may flag items as bugs which are not
bugs - but there don't seem to be all that many false positives. It picks up
more issues than Eclipse does at present (partly because it can analyze the
application as a whole).

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to