The following document contains the results of Checkstyle 5.7.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
3 | Error |
RightCurly
|
1 | Error | |
header | RegexpHeader
|
3 | Error |
javadoc | JavadocMethod
|
2 | Warning |
naming | StaticVariableName | 1 | Error |
sizes | LineLength
|
1 | Error |
whitespace | ParenPad
|
14 | Error |
WhitespaceAround | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
Error | sizes | LineLength | Line is longer than 120 characters (found 142). | 37 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 37 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 37 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 37 |
Error | whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 37 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 37 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 37 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
Error | blocks | LeftCurly | '{' should be on a new line. | 37 |
Error | blocks | LeftCurly | '{' should be on a new line. | 38 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 39 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 39 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 40 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 40 |
Error | blocks | RightCurly | '}' should be alone on a line. | 41 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 41 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 41 |
Error | blocks | LeftCurly | '{' should be on a new line. | 41 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
Error | naming | StaticVariableName | Name 'MAXROUND' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |