The following document contains the results of Checkstyle 6.2 with config/maven_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
8 | Error |
coding | MagicNumber
|
1 | Error |
design | VisibilityModifier
|
3 | Error |
header | RegexpHeader
|
9 | Error |
javadoc | JavadocMethod
|
1 | Warning |
sizes | LineLength
|
2 | Error |
whitespace | ParenPad
|
7 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |
Error | blocks | LeftCurly | '{' should be on a new line. | 442 |
Error | coding | MagicNumber | '8191' is a magic number. | 473 |
Error | blocks | LeftCurly | '{' should be on a new line. | 509 |
Error | blocks | LeftCurly | '{' should be on a new line. | 567 |
Error | blocks | LeftCurly | '{' should be on a new line. | 580 |
Error | blocks | LeftCurly | '{' should be on a new line. | 581 |
Error | design | VisibilityModifier | Variable 'ecp' must be private and have accessor methods. | 602 |
Error | design | VisibilityModifier | Variable 'cp' must be private and have accessor methods. | 604 |
Error | design | VisibilityModifier | Variable 'invokerPath' must be private and have accessor methods. | 606 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 646 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 646 |
Error | blocks | LeftCurly | '{' should be on a new line. | 646 |
Error | sizes | LineLength | Line is longer than 120 characters (found 128). | 663 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 666 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 666 |
Error | blocks | LeftCurly | '{' should be on a new line. | 666 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |
Error | sizes | LineLength | Line is longer than 120 characters (found 126). | 285 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | blocks | LeftCurly | '{' should be on a new line. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 110 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |