Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
50038

Files

FilesIWE
org/apache/maven/changes/IssueFinder.java 001
org/apache/maven/changes/IssueFinder.java 0018
org/apache/maven/changes/ReleaseVersion.java 0018
org/apache/maven/changes/package.html 001

org/apache/maven/changes/IssueFinder.java

ErrorLine
Error File does not end with a newline. 0

org/apache/maven/changes/IssueFinder.java

ErrorLine
Error Utility classes should not have a public or default constructor. 25
Error Line has trailing spaces. 28
Error Unused @param tag for 'isue'. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 33
Error Expected an @return tag. 37
Error Line has trailing spaces. 37
Error Expected @param tag for 'issue'. 37
Error '{' should be on a new line. 43
Error '}' should be alone on a line. 45
Error '{' should be on a new line. 45
Error Line has trailing spaces. 55
Error Line has trailing spaces. 68
Error 'if' is not followed by whitespace. 69
Error '{' should be on a new line. 69
Error 'while' is not followed by whitespace. 71
Error '{' should be on a new line. 71

org/apache/maven/changes/ReleaseVersion.java

ErrorLine
Error Using the '.*' form of import should be avoided - java.io.*. 20
Error Using the '.*' form of import should be avoided - java.text.*. 21
Error Using the '.*' form of import should be avoided - java.util.*. 22
Error Using the '.*' form of import should be avoided - org.dom4j.*. 25
Error Using the '.*' form of import should be avoided - org.dom4j.io.*. 26
Error Utility classes should not have a public or default constructor. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 42
Error Line has trailing spaces. 46
Error Line has trailing spaces. 48
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error ';' is followed by whitespace. 53
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Must have at least one statement. 78
Error Missing a Javadoc comment. 104
Error Line has trailing spaces. 129

org/apache/maven/changes/package.html

ErrorLine
Error Missing package documentation file.0