The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | ReturnCount
|
1 | |
| design | HideUtilityClassConstructor | 1 | |
| MutableException | 3 | ||
| imports | UnusedImports | 1 | |
| javadoc | JavadocMethod | 6 | |
| whitespace | ParenPad
|
8 | |
WhitespaceAround
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'strCode'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | MutableException | The field '_strCode' must be declared final. | 42 | |
| design | MutableException | The field '_strException' must be declared final. | 43 | |
| design | MutableException | The field '_strUserMessage' must be declared final. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 104 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ScannerException'. | 122 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HttpAccessException'. | 122 | |
| coding | ReturnCount | Return count is 6 (max allowed is 5). | 177 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 179 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 183 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 189 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 200 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Locale. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |