Saturday, February 7, 2009

Verifying Compliance to Coding Standards with Checkstyle

CheckStyle is an open source tool that helps in verifying compliance to a coding standard. The rules of the coding standard can be configured in an XML file. This makes it ideal for projects that want to enforce a coding standard.

CheckStyle increases code comprehension and makes code review less taxing. It is most useful when integrated into a build process or development environment.

http://checkstyle.sourceforge.net/

No comments:

Post a Comment