Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Total Infos Warnings Errors
16 0 0 16

Checkstyle error summary

Error Count
Expected an @return tag. 7
Line contains a tab character. 4
'cast' is not followed by whitespace. 2
Line does not match expected header line of ' *'. 2
Missing a Javadoc comment. 12
Line has trailing spaces. 10
'/' is not followed by whitespace. 1
'/' is not preceded with whitespace. 1
'100d' is a magic number. 1
';' is preceded with whitespace. 1
'id' hides a field. 1
'static' modifier out of order with the JLS suggestions. 1
Expected @param tag for 'id'. 1
Expected @param tag for 'obj'. 1
File does not end with a newline. 1
Missing package documentation file. 1

Checkstyle warning summary

Error Count

Checkstyle info summary

Error Count