Development documentation
Coding conventions
- We are using SUN like styled code conventions
- Working ourself within Eclipse, we are using the default
Java conventions [built-in]
code formatter
settings of Eclipse 3.0, using automatic code formatting.
- For specific checks of coding conventions, CheckStyle as an
Eclispe plugin will be used.
The used CheckStyle checks
are stored within project at
./src/config/checkstyle/lejos_checks.xml
. Some
checks from the "SUN Checks" have been set from
warning
to ignore
level.