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
6 31

Files

Files Errors
org/apache/maven/dashboard/aggregator/clover/CloverTPC.java 16
org/apache/maven/dashboard/aggregator/clover/package.html 1
org/apache/maven/dashboard/aggregator/clover/CloverTPCTest.java 13
org/apache/maven/dashboard/aggregator/clover/package.html 1

org/apache/maven/dashboard/aggregator/clover/CloverTPC.java

Error Line
Error Utility classes should not have a public or default constructor. 28
Error '{' should be on the previous line. 29
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error Parameter elements should be final. 30
Error Parameter coveredElements should be final. 30
Error ')' is preceded with whitespace. 30
Error '{' should be on the previous line. 31
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36

org/apache/maven/dashboard/aggregator/clover/package.html

Error Line
Error Missing package documentation file. 0

org/apache/maven/dashboard/aggregator/clover/CloverTPCTest.java

Error Line
Error '{' should be on the previous line. 27
Error '(' is followed by whitespace. 32
Error Parameter name should be final. 32
Error ')' is preceded with whitespace. 32
Error '{' should be on the previous line. 33
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Method 'testcomputeTPC' is not designed for extension - needs to be abstract, final or empty. 39
Error Expected @throws tag for 'Exception'. 39
Error '{' should be on the previous line. 40
Error '(' is followed by whitespace. 43
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44

org/apache/maven/dashboard/aggregator/clover/package.html

Error Line
Error Missing package documentation file. 0