The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 3 | 0 | 0 | 21 |
| File | |||
|---|---|---|---|
| fr/paris/lutece/plugins/identitystoremyluteceprovider/service/IdentityStoreProviderService.java | 0 | 0 | 21 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| header | Header
|
1 | |
| imports | UnusedImports | 1 | |
| naming | LocalVariableName
|
1 | |
| whitespace | ParenPad
|
14 | |
WhitespaceAround
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.web.exception.IdentityNotFoundException. | 44 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 | |
| naming | LocalVariableName | Name 'UserInformations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 |