The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 23 | 0 | 0 | 146 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
20 | |
| coding | DeclarationOrder | 29 | |
| HiddenField | 4 | ||
| design | FinalClass | 4 | |
| header | Header
|
21 | |
| imports | UnusedImports | 4 | |
| javadoc | JavadocMethod | 29 | |
| JavadocType | 3 | ||
| modifier | RedundantModifier | 3 | |
| naming | MemberName
|
4 | |
| whitespace | ParenPad
|
25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
| 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. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 159 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 169 |
| 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 followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 45 | |
| naming | MemberName | Name 'success' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| coding | HiddenField | 'success' hides a field. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 45 | |
| naming | MemberName | Name 'rowcount' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| coding | HiddenField | 'rowcount' hides a field. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 45 | |
| naming | MemberName | Name 'status' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| naming | MemberName | Name 'appointments' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | HiddenField | 'status' hides a field. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | HiddenField | 'appointments' hides a field. | 74 |
| 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 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
| 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.ArrayList. | 36 | |
| imports | UnusedImports | Unused import - java.util.List. | 37 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.appointment.service.AppointmentResponseService. | 45 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.business.Response. | 46 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 96 |
| 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 TaskAntsAppointmentService should be declared as final. | 85 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 85 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 96 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 98 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 104 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 106 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 108 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 110 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 112 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 114 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 126 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 132 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 135 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 141 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 142 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 143 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 197 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 200 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 204 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 205 | |
| blocks | LeftCurly | '{' at column 9 should be on a new line. | 212 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 286 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 288 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 292 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 293 | |
| blocks | LeftCurly | '{' at column 9 should be on a new line. | 299 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 369 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 370 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 371 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 372 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 373 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HttpAccessException'. | 388 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 388 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 419 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 420 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 421 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 422 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HttpAccessException'. | 437 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 437 | |
| javadoc | JavadocMethod | Unused @param tag for 'isDeletingAntsAppointment'. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'isDeletingAppointment'. | 457 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 488 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HttpAccessException'. | 557 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 575 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 731 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 767 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 784 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 806 |
| 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 | Static variable definition in wrong order. | 92 |
| 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. | 39 |
| 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 TaskAntsAppointmentHistoryService should be declared as final. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 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 | FinalClass | Class TaskAntsAppointmentRest should be declared as final. | 48 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HttpAccessException'. | 67 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HttpAccessException'. | 90 | |
| javadoc | JavadocMethod | Expected @throws tag for 'HttpAccessException'. | 113 |
| 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 TaskAntsAppointmentRestConstants should be declared as final. | 43 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
| 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. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 65 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 76 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 290 |
| 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 | Static variable definition in wrong order. | 77 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 82 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 83 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 84 |
| 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 | Static variable definition in wrong order. | 77 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 82 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 83 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 84 |