The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 8 | 0 | 0 | 41 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 1 | |
| coding | DeclarationOrder | 2 | |
| ExplicitInitialization | 1 | ||
| design | FinalClass | 1 | |
| HideUtilityClassConstructor | 2 | ||
| VisibilityModifier | 2 | ||
| header | Header
|
6 | |
| imports | UnusedImports | 5 | |
| javadoc | JavadocMethod | 10 | |
| JavadocType | 5 | ||
| misc | ArrayTypeStyle
|
1 | |
| modifier | RedundantModifier | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHtml'. | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'mapOptions'. | 79 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 87 | |
| javadoc | JavadocMethod | Expected @throws tag for 'PdfConverterServiceException'. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | FinalClass | Class PdfConverterService should be declared as final. | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 |
| 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 - java.util.HashMap. | 38 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable '_isEditable' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable '_strHtml' must be private and have accessor methods. | 58 | |
| coding | ExplicitInitialization | Variable '_doc' explicitly initialized to 'null' (default value for its type). | 59 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'pathFont'. | 52 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'builder'. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'pathFont'. | 74 |
| 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 - java.awt.image.BufferedImage. | 36 | |
| imports | UnusedImports | Unused import - java.nio.charset.StandardCharsets. | 38 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 39 | |
| imports | UnusedImports | Unused import - java.util.Map. | 40 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 49 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'builder'. | 59 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'document'. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |