The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
fr/paris/lutece/plugins/myapps/modules/wsso/service/MyAppsWSSOProvider.java | 0 | 0 | 8 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
2 | Error |
javadoc | JavadocMethod | 2 | Error |
whitespace | ParenPad
|
4 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 175 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 176 |
Error | blocks | LeftCurly | '{' at column 24 should be on a new line. | 176 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 180 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 181 |
Error | blocks | LeftCurly | '{' at column 48 should be on a new line. | 181 |