The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
6 | 0 | 0 | 6 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 1 | Error |
design | VisibilityModifier | 3 | Error |
javadoc | JavadocMethod | 1 | Error |
whitespace | WhitespaceAround
|
1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable '_strCurrentPageIndex' must be private and have accessor methods. | 96 |
Error | design | VisibilityModifier | Variable '_nItemsPerPage' must be private and have accessor methods. | 97 |
Error | design | VisibilityModifier | Variable '_nDefaultItemsPerPage' must be private and have accessor methods. | 98 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 215 |