The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
1 | Error |
RightCurly
|
1 | Error | |
coding | ReturnCount
|
2 | Warning |
design | FinalClass | 3 | Error |
javadoc | JavadocMethod | 14 | Error |
whitespace | ParenPad
|
8 | Error |
WhitespaceAround
|
1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class EntryConfigurationHome should be declared as final. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Unused @param tag for 'strQuerySelect'. | 283 |
Error | javadoc | JavadocMethod | Unused @param tag for 'filter'. | 284 |
Error | javadoc | JavadocMethod | Expected @param tag for 'strTableName'. | 288 |
Error | javadoc | JavadocMethod | Expected @param tag for 'listItems'. | 288 |
Error | javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 288 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ExportdatabaseHome should be declared as final. | 67 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 175 |
Error | blocks | RightCurly | '}' at column 17 should be alone on a line. | 202 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 202 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 205 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 205 |
Error | javadoc | JavadocMethod | Unused @param tag for 'listResponse'. | 307 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 310 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 316 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 316 |
Error | blocks | LeftCurly | '{' at column 26 should be on a new line. | 316 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 317 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 317 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 317 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class FormConfigurationHome should be declared as final. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Unused @param tag for 'file'. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | ReturnCount | Return count is 8 (max allowed is 5). | 179 |
Warning | coding | ReturnCount | Return count is 7 (max allowed is 5). | 263 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pluginExportdatabase'. | 264 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pluginExportdatabase'. | 378 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pluginExportdatabase'. | 397 |
Error | javadoc | JavadocMethod | Expected @param tag for 'pluginExportdatabase'. | 414 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 426 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 439 |