Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SVN guidelines

Code style

See http://www.apache.org/dev/styleguide.htmlImage Removed for the Apache-Wide Coding Style Guide. Everything that is not documented there should be written according to Suns Java Code Conventions at http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.htmlImage Removed

Here is a formatter profile for eclipse 3.1: [codeconventions4eclipseapache-codeconv.xml] . Import it through Window->Preferences->Java->Code Style->Formatter

Wiki Markup
Here is a formatter profile for IntelliJ IDEA 7.0 (7718): \[[attachment:MyFacesIdeaSettings.jar]\]. Import it through File->Import Settings ... This should add a new profile called "MyFaces"

Error and exception handling

...

Code Block
java
java
/**
 * Very detailed description goes here... ;-)
 *
 * @author Bug Rogers
 */
SVN Settings

Wiki Markup
Developers should be setting their autoprops so that files have an svn:eol-style of 'native'. Developers working on \*nix systems are "lucky" because native on \*nix is what SVN calls native, but the autoprops should still be set so that keywords are replaced as well.   This is described on the \[[http://wiki.apache.org/struts/StrutsMaintenanceSvn|Struts SVN wiki page]\].

Issue Tracker guidelines

Closing issues

...