The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
39 | 0 | 1 | 40 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ArrayTrailingComma | 6 | Error |
DeclarationOrder | 2 | Error | |
ReturnCount
|
1 | Warning | |
header | Header
|
1 | Error |
imports | UnusedImports | 9 | Error |
javadoc | JavadocMethod | 22 | 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 |
Error | javadoc | JavadocMethod | Expected @return tag. | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'nKey'. | 114 |
Error | javadoc | JavadocMethod | Expected @param tag for 'listEntity'. | 153 |
Error | javadoc | JavadocMethod | Expected @param tag for 'searchValue'. | 175 |
Error | javadoc | JavadocMethod | Expected @param tag for 'listEntity'. | 175 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Unused @param tag for 'strEntityTitle'. | 228 |
Error | javadoc | JavadocMethod | Expected @param tag for 'listResponse'. | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Unused @param tag for 'stringBuffer'. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'model'. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'strBuilder'. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'bDisplayFront'. | 97 |
Error | javadoc | JavadocMethod | Unused @param tag for 'StringBuilder'. | 125 |
Error | javadoc | JavadocMethod | Expected @param tag for 'model'. | 130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'strBuilder'. | 130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'locale'. | 130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'bDisplayFront'. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Unused @param tag for 'strLangage'. | 178 |
Error | javadoc | JavadocMethod | Expected @param tag for 'strIdEntryType'. | 182 |
Error | javadoc | JavadocMethod | Expected @param tag for 'strIdDirectory'. | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 149 |
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 179 |
Error | javadoc | JavadocMethod | Invalid use of the {@inheritDoc} tag. | 270 |
Warning | coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 270 |
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 322 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.directories.util.DirectoriesConstants. | 36 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.business.GenericAttributeError. | 41 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.business.MandatoryError. | 42 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.util.GenericAttributesUtils. | 44 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.i18n.I18nService. | 45 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.message.AdminMessage. | 46 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.message.AdminMessageService. | 47 |
Error | imports | UnusedImports | Unused import - org.apache.commons.lang.StringUtils. | 49 |
Error | imports | UnusedImports | Unused import - java.util.List. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 417 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 306 |