The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
6 | 0 | 0 | 18 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | RightCurly
|
6 | Error |
coding | DeclarationOrder | 1 | Error |
ExplicitInitialization | 1 | Error | |
header | Header
|
4 | Error |
javadoc | JavadocMethod | 5 | Error |
naming | MemberName
|
1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | naming | MemberName | Name 'nIdActionRelance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 101 |
Error | coding | DeclarationOrder | Static variable definition in wrong order. | 103 |
Error | coding | ExplicitInitialization | Variable '_bTicketingUnitChanged' explicitly initialized to 'false' (default value for its type). | 107 |
Error | javadoc | JavadocMethod | Expected @param tag for 'request'. | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'categorie'. | 324 |
Error | javadoc | JavadocMethod | Expected @param tag for 'categorie'. | 354 |
Error | javadoc | JavadocMethod | Expected @param tag for 'categorie'. | 372 |
Error | blocks | RightCurly | '}' at column 9 should be alone on a line. | 378 |
Error | blocks | RightCurly | '}' at column 13 should be alone on a line. | 384 |
Error | blocks | RightCurly | '}' at column 13 should be alone on a line. | 390 |
Error | javadoc | JavadocMethod | Expected @param tag for 'categorie'. | 405 |
Error | blocks | RightCurly | '}' at column 9 should be alone on a line. | 411 |
Error | blocks | RightCurly | '}' at column 13 should be alone on a line. | 417 |
Error | blocks | RightCurly | '}' at column 13 should be alone on a line. | 423 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |