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
39 0 0 39

Checkstyle error summary

Error Count
'catch' is not followed by whitespace. 6
Line contains a tab character. 6
'{' should be on a new line. 4
'name' hides a field. 3
Inner assignments should be avoided. 3
Line is longer than 132 characters. 25
'*' is not followed by whitespace. 2
'*' is not preceded with whitespace. 2
'+' is not preceded with whitespace. 2
Must have at least one statement. 2
Utility classes should not have a public or default constructor. 2
';' is followed by whitespace. 15
Line has trailing spaces. 12
Missing a Javadoc comment. 103
'+' is not followed by whitespace. 1
'100d' is a magic number. 1
'122' is a magic number. 1
'34' is a magic number. 1
'65' is a magic number. 1
'90' is a magic number. 1
'92' is a magic number. 1
'97' is a magic number. 1
'branchRate' hides a field. 1
'classes' hides a field. 1
'coverage' hides a field. 1
'dataFile' hides a field. 1
'directory' hides a field. 1
'file' hides a field. 1
'lineRate' hides a field. 1
'lines' hides a field. 1
'packageName' hides a field. 1
'srcDirectory' hides a field. 1
'}' should be alone on a line. 1
Conditional logic can be removed. 1
File does not end with a newline. 1
Line does not match expected header line of '/* ===================================================================='. 1
Missing package documentation file. 1
'<' is not followed by whitespace. 0
'<' is not preceded with whitespace. 0

Checkstyle warning summary

Error Count

Checkstyle info summary

Error Count