| Checkstyle Home Page |
|
|
Checkstyle Documentation SourceForge Developers
|
OverviewCheckstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard. By default it supports the Sun Code Conventions. However, Checkstyle is highly configurable. My experience from using a similar proprietary tool at a previous employer was that it increased the productivity of code reviews. This is because it allowed the reviewers to get on with reviewing the code and not get into "style" debates. FeaturesThe things that checkstyle checks for are:
DownloadThe latest release of Checkstyle can be downloaded from the SourceForge download page. If you want to live on the bleeding edge, you can checkout the current development code from CVS and compile yourself. Related ToolsCheckstyle is most useful if you integrate it in your build process or your development environment. The distribution includes:
Additionally
If you have written a plugin for other IDEs, like Netbeans or Eclipse, please let us know, so we can provide a link here. |
Copyright © 2001 Oliver Burn. All rights Reserved.