Import checkstyle.xml und formatter.xml in eclipse:


Checkstyle:
-----------
Installation:
Help => Software Updates... =>
(Eclipse ab 3.3/Ganymede: Available Software => Add Site... => "http://eclipse-cs.sourceforge.net/update" => Install......#

Configuration:
Window => Preferences => Checkstyle => New
(Type: Internal configuration)
(Name: CRM Simulator Checkstyle)
=> Import (Path:) .../dev/tools/checkstyle.xml
=> Open
=> OK
=> Set default (to CRM Simulator Checkstyle)
=> OK
(if necessary, clean, refresh and build projects)

Select Project
=> (right click): Checkstyle -> Activate Checkstyle

Formatter:
----------
Window => Preferences => Java => CodeStyle => Formatter
=> Import: (Path:) ../tools/formatter.xml
 -> OK


Format Code (in the corresponding file):
=> (right click): Source -> Format