My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
CheckStyle  
Here be CheckStyle
Updated Mar 18, 2011 by Skud...@googlemail.com

Checkstyle is a code analysis tool that reveals spots where your code does not adhere to Java code standards. It is best installed as an Eclipse plugin, as you can have it run the checks before each commit, e. g.

XML file

The XML file we use is kind of a subset of the default rule set. It however is strict enough to pretty much enforce the same code layout standards for the whole project.

Manually setting up should not be necessary if you download the source code from our SVN repository and use Eclipse, because we have both the XML file and the Checkstyle configuration file for the project in there.

Powered by Google Project Hosting