Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
2 0 0 36

Files

File
 I
 W
 E
org/apache/maven/logwrapper/LogLevelRecorder.java 0 0 32
org/apache/maven/logwrapper/MavenSlf4jWrapperFactory.java 0 0 4

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
9
 Error
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
2
 Error
whitespace ParenPad
  • option: "space"
25
 Error

Details

org/apache/maven/logwrapper/LogLevelRecorder.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 28
 Error
blocks LeftCurly '{' at column 12 should be on a new line. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 34
 Error
whitespace ParenPad ')' is not preceded with whitespace. 34
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 44
 Error
whitespace ParenPad '(' is not followed by whitespace. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
whitespace ParenPad '(' is not followed by whitespace. 46
 Error
whitespace ParenPad ')' is not preceded with whitespace. 46
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 46
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 55
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 60

org/apache/maven/logwrapper/MavenSlf4jWrapperFactory.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 27
 Error
whitespace ParenPad '(' is not followed by whitespace. 28
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28