Coding Style Check Results

Summary
Total files checked1
Files with errors1
Total errors17
Errors per file17

The following are violations of the Sun Coding-Style Standards:

File: D:\democheckstyle\src\com\objis\democheckstyle\Main.java
Line Number Error Message
0Missing package-info.java file.
3Commentaire javadoc manquant.
3Les classes utilitaires ne doivent pas avoir de constructeur par défaut ou public.
4Line has trailing spaces.
5Commentaire javadoc manquant.
5Le paramètre args devrait être final.
5Les crochets du tableau ne sont pas placés au bon endroit.
6La ligne excède 80 caractères.
6File contains tab characters (this is the first instance).
7Il manque une espace après 'for'.
7Il manque une espace avant '='.
7Il manque une espace après '='.
7Il manque une espace après ';'.
7Il manque une espace avant '<'.
7Il manque une espace après '<'.
7Il manque une espace après ';'.
12Line has trailing spaces.