Versions Compared

Key

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

...

CXF makes use of both PMD and CheckStyle to enforce common coding conventions. However, not everything can be expressed in a rule in one of these systems. This page describes additional conventions and considerations.

Code Formatting

We use an indent of 4 characters with spaces not tabs. The line length is 110 characters.
For Eclipse there is a CXFCodeFormatter.xml you can use.

Projects and packages (proposal)

...