Checkstyle |
|||||||||||||||||||||||||
Checkstyle is an open-source development tool to help programmers write Java code that
adheres to a coding standard. It automates the process of checking Java code.
It is ideal for projects that want to enforce a coding standard.
Checkstyle is a code checker and not a code fixer. If you need a code fixer
you could use Jalopy.
Checkstyle is highly configurable and can be made to support almost any coding standard. Configuration files are supplied to support well known coding standards such as the Sun Code Conventions for the Java Programming Language. Checkstyle is released under the GNU Lesser General Public License (LGPL). Checkstyle can check for:
http://checkstyle.sourceforge.net/ Plug-ins are written to integrate Checkstyle with an IDE, such as Eclipse / WebSphere Studio Application Developer (WSAD). The latest Eclipse Checkstyle plug-in version can be downloaded from: http://sourceforge.net/projects/eclipse-cs/
|