|
CheckStyle
Here be CheckStyle
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 fileThe 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. |