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 Errors

The following document contains the results of Checkstyle for severity error.

Summary

Files Errors
5 3

Files

Files Errors
org/apache/maven/announcement/Formatter.java 1
org/apache/maven/announcement/MailUtils.java 2

org/apache/maven/announcement/Formatter.java

Error Line
Error Line does not match expected header line of ' *'. 5

org/apache/maven/announcement/MailUtils.java

Error Line
Error Line does not match expected header line of ' *'. 5
Error Utility classes should not have a public or default constructor. 34