The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
6 | 0 | 0 | 19 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField | 7 | Error |
javadoc | JavadocMethod | 1 | Error |
JavadocStyle | 1 | Error | |
misc | FinalParameters | 1 | Error |
NewlineAtEndOfFile | 1 | Error | |
sizes | LineLength
|
6 | Error |
whitespace | OperatorWrap | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | HiddenField | 'template' hides a field. | 64 |
Error | coding | HiddenField | 'result' hides a field. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
Error | coding | HiddenField | 'work' hides a field. | 48 |
Error | coding | HiddenField | 'configuration' hides a field. | 48 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 65 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 66 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 86 |
Error | misc | FinalParameters | Parameter claim should be final. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | HiddenField | 'log' hides a field. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | HiddenField | 'writerFactory' hides a field. | 66 |
Error | coding | HiddenField | 'log' hides a field. | 66 |