testdriven.com Wrangling quality out of chaos

Checkstyle: Java coding standards formatting tool

01.24.2007 · Posted in Links

Checkstyle 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.

Plug-ins available for major IDEs. Includes an ant task to integrate reformatting into the build process.
link

  • del.icio.us
  • Digg
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati
  • Twitter

Comments are closed