Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Total Infos Warnings Errors
32 0 0 32

Checkstyle error summary

Error Count
Missing package documentation file. 4
Line is longer than 100 characters. 36
Unused import - org.apache.jdo.model.jdo.JDOField. 3
Using the '.*' form of import should be avoided - org.xml.sax.*. 3
Missing a Javadoc comment. 2
Name 'end_array' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'end_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'end_collection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'end_extension' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'end_field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'end_jdo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'end_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'end_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'start_array' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'start_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'start_collection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'start_extension' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'start_field' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'start_jdo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'start_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Name 'start_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2
Array brackets at illegal position. 1
Unused import - org.apache.jdo.impl.model.jdo.JDOClassImplDynamic. 1
Unused import - org.apache.jdo.model.ModelException. 1
Unused import - org.apache.jdo.model.ModelFatalException. 1
Unused import - org.apache.jdo.model.java.JavaField. 1
Unused import - org.apache.jdo.model.java.JavaModel. 1
Unused import - org.apache.jdo.model.java.JavaType. 1
Unused import - org.apache.jdo.model.jdo.JDOModel. 1
Unused import - org.apache.jdo.model.jdo.JDOModelFactory. 1
Using the '.*' form of import should be avoided - java.math.*. 1
Using the '.*' form of import should be avoided - org.xml.sax.helpers.*. 1

Checkstyle warning summary

Error Count

Checkstyle info summary

Error Count