The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 33 | 0 | 0 | 155 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | DeclarationOrder | 1 | |
| ExplicitInitialization | 5 | ||
| HiddenField | 8 | ||
| ParameterAssignment | 10 | ||
| design | FinalClass | 1 | |
| HideUtilityClassConstructor | 2 | ||
| VisibilityModifier | 3 | ||
| header | Header
|
20 | |
| imports | UnusedImports | 1 | |
| javadoc | JavadocMethod | 80 | |
| JavadocType | 6 | ||
| modifier | RedundantModifier | 4 | |
| naming | MemberName
|
4 | |
ParameterName
|
8 | ||
| regexp | RegexpSinglelineJava
|
1 | |
RegexpSinglelineJava
|
1 | ||
| whitespace | ParenPad
|
1 |
| 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 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 205 |
| 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 'dashboard'. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdKibana'. | 160 |
| 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. | 38 | |
| design | VisibilityModifier | Variable '_id' must be private and have accessor methods. | 40 | |
| design | VisibilityModifier | Variable '_name' must be private and have accessor methods. | 41 | |
| design | VisibilityModifier | Variable '_type' must be private and have accessor methods. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| 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 | |
| naming | MemberName | Name 'X' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 38 | |
| naming | MemberName | Name 'Y' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 39 | |
| naming | MemberName | Name 'W' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 | |
| naming | MemberName | Name 'H' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | HiddenField | 'X' hides a field. | 48 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| coding | HiddenField | 'Y' hides a field. | 48 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| coding | HiddenField | 'W' hides a field. | 48 | |
| naming | ParameterName | Name 'W' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| coding | HiddenField | 'H' hides a field. | 48 | |
| naming | ParameterName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | HiddenField | 'X' hides a field. | 76 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | HiddenField | 'Y' hides a field. | 81 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | HiddenField | 'W' hides a field. | 86 | |
| naming | ParameterName | Name 'W' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | HiddenField | 'H' hides a field. | 91 | |
| naming | ParameterName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | ExplicitInitialization | Variable '_x' explicitly initialized to '0' (default value for its type). | 45 | |
| coding | ExplicitInitialization | Variable '_y' explicitly initialized to '0' (default value for its type). | 46 | |
| coding | ExplicitInitialization | Variable '_preX' explicitly initialized to '0' (default value for its type). | 47 | |
| coding | ExplicitInitialization | Variable '_preY' explicitly initialized to '0' (default value for its type). | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 55 |
| 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 'plugin'. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'dashboard'. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 138 |
| 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. | 47 |
| 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 DashboardService should be declared as final. | 61 | |
| coding | ExplicitInitialization | Variable '_instance' explicitly initialized to 'null' (default value for its type). | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'dashboard'. | 296 | |
| javadoc | JavadocMethod | Expected @param tag for 'listDashboard'. | 308 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 308 | |
| javadoc | JavadocMethod | Expected @param tag for 'nIdDashboard'. | 328 |
| 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 'dataSource'. | 50 | |
| javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 57 | |
| javadoc | JavadocMethod | Expected @return tag. | 60 |
| 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 |
| 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 | JavadocType | Missing a Javadoc comment. | 61 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| javadoc | JavadocMethod | Unused @param tag for 'strIdIndexPattern'. | 94 | |
| javadoc | JavadocMethod | Expected @return tag. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdDashboard'. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Expected @return tag. | 185 | |
| javadoc | JavadocMethod | Unused @param tag for 'strSpaceId'. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'strLogin'. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'strPassword'. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'listTargetIndexName'. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'dataSource'. | 380 | |
| javadoc | JavadocMethod | Unused @param tag for 'strIdVisualisation'. | 415 | |
| javadoc | JavadocMethod | Expected @param tag for 'panelId'. | 421 | |
| javadoc | JavadocMethod | Unused @param tag for 'savedObject'. | 442 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 445 | |
| javadoc | JavadocMethod | Expected @param tag for 'strType'. | 445 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdObject'. | 445 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 531 | |
| coding | ParameterAssignment | Assignment of parameter 'jsString' is not allowed. | 581 | |
| coding | ParameterAssignment | Assignment of parameter 'jsString' is not allowed. | 594 | |
| coding | ParameterAssignment | Assignment of parameter 'jsString' is not allowed. | 595 | |
| coding | ParameterAssignment | Assignment of parameter 'jsString' is not allowed. | 596 | |
| coding | ParameterAssignment | Assignment of parameter 'jsString' is not allowed. | 597 | |
| coding | ParameterAssignment | Assignment of parameter 'jsString' is not allowed. | 598 | |
| coding | ParameterAssignment | Assignment of parameter 'jsString' is not allowed. | 599 | |
| coding | ParameterAssignment | Assignment of parameter 'jsString' is not allowed. | 600 | |
| coding | ParameterAssignment | Assignment of parameter 'jsString' is not allowed. | 601 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 611 | |
| javadoc | JavadocMethod | Expected @param tag for 'apiUrl'. | 611 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 634 | |
| javadoc | JavadocMethod | Unused @param tag for 'savedObject'. | 660 | |
| javadoc | JavadocMethod | Expected @param tag for 'savedObjectList'. | 663 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 695 | |
| coding | ParameterAssignment | Assignment of parameter 'strObject' is not allowed. | 700 |
| 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. | 40 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| javadoc | JavadocMethod | Unused @param tag for 'visualization'. | 45 | |
| javadoc | JavadocMethod | Expected @return tag. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'strTitle'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdVisualization'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdIndexPattern'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'queryFilter'. | 48 | |
| javadoc | JavadocMethod | Unused @param tag for 'visualization'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'strTitle'. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'strFieldName'. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdVisualization'. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdIndexPattern'. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'queryFilter'. | 85 | |
| javadoc | JavadocMethod | Unused @param tag for 'visualization'. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'strTitle'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'strFieldName'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdVisualization'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdIndexPattern'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'queryFilter'. | 105 | |
| javadoc | JavadocMethod | Unused @param tag for 'visualization'. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'strTitle'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'strFieldName'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdVisualization'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdIndexPattern'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'queryFilter'. | 134 |
| 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. | 45 | |
| javadoc | JavadocMethod | Expected @return tag. | 101 |
| 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 @return tag. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 106 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 138 |
| 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.stream.Collectors. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 55 |