Announcing release of 1.4 of checkstyle is available at:

        http://checkstyle.sourceforge.net/

What is it?
===========

Checkstyle is a development tool to help programmers write Java code that
adheres to a coding standard. Its purpose is to automate the process of
checking Java code, and to spare humans of this boring (but important)
task.

Checkstyle can be run via an ANT task (recommended) or a command line
utility.


What Changed?
=============

The detailed release notes can be see at
http://sourceforge.net/project/shownotes.php?release_id=71711.

Checkstyle now defaults to supporting the Sun coding standard "out of the
box", but it is still highly configurable. Many new checks have been added
or improved, and the performance has been improved by ~50%.

It is now possible to configure Checkstyle to just check for unused import
statements.

Regards,
Oliver


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

Reply via email to