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.
Apache
>
Maven
>
Maven 1.x
>
Plugins
>
Bundled
>
Maven Announcement plugin
>
Checkstyle errors in severity error
Overview
Goals
Properties
Project Documentation
About
Downloads
Project Info
Project Reports
Development Process
Legend
External Link
Opens in a new window
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
Line does not match expected header line of ' *'.
5
org/apache/maven/announcement/MailUtils.java
Error
Line
Line does not match expected header line of ' *'.
5
Utility classes should not have a public or default constructor.
34