The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 5 | 0 | 1 | 25 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 1 | |
| coding | ParameterAssignment | 1 | |
ReturnCount
|
1 | ||
| header | Header
|
3 | |
| imports | UnusedImports | 1 | |
| javadoc | JavadocMethod | 17 | |
| JavadocType | 1 | ||
| naming | LocalVariableName
|
1 |
| 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.Hashtable. | 78 | |
| javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'terms'. | 223 | |
| javadoc | JavadocMethod | Expected @return tag. | 243 | |
| coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'terms'. | 243 | |
| javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 244 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SiteMessageException'. | 244 | |
| coding | ParameterAssignment | Assignment of parameter 'strPortletId' is not allowed. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SiteMessageException'. | 426 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 554 | |
| javadoc | JavadocMethod | Expected @param tag for 'strMailingListId'. | 554 | |
| javadoc | JavadocMethod | Expected @param tag for 'strXssError'. | 554 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCheckEmail'. | 555 | |
| javadoc | JavadocMethod | Expected @param tag for 'strMandatoryField'. | 555 |
| 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 'portlet'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIdDocument'. | 209 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 209 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 255 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 392 | |
| naming | LocalVariableName | Name '_factoryIndexer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 |
| 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 |