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/release/web/ReleaseApp.java | 0 | 0 | 6 |
Catégorie | Règle | Violations | Sévérité |
---|---|---|---|
coding | DeclarationOrder | 1 | ![]() |
header | Header
|
1 | ![]() |
javadoc | JavadocMethod | 2 | ![]() |
whitespace | ParenPad
|
2 | ![]() |
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 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 80 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'ddd'. | 161 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SiteMessageException'. | 167 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 170 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 170 |