The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 11 | 0 | 0 | 44 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | HideUtilityClassConstructor | 1 | |
| header | Header
|
9 | |
| imports | UnusedImports | 4 | |
| javadoc | JavadocMethod | 19 | |
| JavadocType | 3 | ||
| naming | LocalVariableName
|
1 | |
ParameterName
|
3 | ||
| whitespace | ParenPad
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for '_plugin'. | 127 | |
| naming | ParameterName | Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 132 | |
| javadoc | JavadocMethod | Expected @param tag for '_plugin'. | 136 | |
| naming | ParameterName | Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for '_plugin'. | 143 | |
| naming | ParameterName | Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'zone'. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Unused @param tag for 'nOrder'. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'nPosition'. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'zone'. | 184 | |
| javadoc | JavadocMethod | Expected @param tag for 'lstPublicDashboard'. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Expected @param tag for 'userid'. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'userid'. | 67 |
| 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. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 101 | |
| javadoc | JavadocMethod | Expected @return tag. | 146 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 146 |
| 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 | Type Javadoc comment is missing @param <S> tag. | 50 | |
| javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 82 |
| 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.util.html.AbstractPaginator. | 52 | |
| imports | UnusedImports | Unused import - java.util.Comparator. | 54 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 56 | |
| imports | UnusedImports | Unused import - java.util.stream.Collectors. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| naming | LocalVariableName | Name 'opt_public_dashboard' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 275 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 290 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 290 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 378 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |