You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2008/05/22 23:48:11 UTC

[Commons Wiki] Update of "CodeStyle" by DennisLundberg

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The following page has been changed by DennisLundberg:
http://wiki.apache.org/commons/CodeStyle

The comment on the change is:
Add a start for the code style page

New page:
= Code Style =

This page is the place where we collect and evaluate code style rules for Commons. The goal is to use this document as a base for a Commons wide Checkstyle configuration, and perhaps templates for IDE:s as well.

Feel free to add new rules to the table below. The rules will be tagged, now or later, on its severity. The proposed tags are:

 * ''info'' - Follow this if you like. If you don't it's no big deal

 * ''warning'' - You should consider following this rule

 * ''error'' - This must must be fixed before the next release

|| '''Rules''' || '''Severity''' ||
|| No tabs allowed in source files || error ||
|| Add your rule here || warning ||

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org