Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml.
Fichier | ![]() |
![]() |
![]() |
---|---|---|---|
fr/paris/lutece/plugins/seo/modules/wiki/service/WikiFriendlyUrlGenerator.java | 0 | 0 | 14 |
Catégorie | Règle | Violations | Sévérité |
---|---|---|---|
blocks | LeftCurly
|
2 | ![]() |
NeedBraces | 1 | ![]() | |
header | Header
|
1 | ![]() |
imports | UnusedImports | 1 | ![]() |
whitespace | ParenPad
|
9 | ![]() |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - java.util.ArrayList. | 52 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 98 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 98 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 102 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 119 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 119 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 119 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 125 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 143 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 143 |
![]() |
blocks | LeftCurly | '{' at column 57 should be on a new line. | 143 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 150 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |