The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
70 | 0 | 0 | 245 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ArrayTrailingComma | 12 | ![]() |
DeclarationOrder | 40 | ![]() | |
ExplicitInitialization | 1 | ![]() | |
HiddenField | 3 | ![]() | |
design | HideUtilityClassConstructor | 1 | ![]() |
VisibilityModifier | 12 | ![]() | |
header | Header
|
67 | ![]() |
imports | AvoidStarImport | 1 | ![]() |
UnusedImports | 6 | ![]() | |
javadoc | JavadocMethod | 75 | ![]() |
JavadocType | 1 | ![]() | |
misc | ArrayTypeStyle
|
1 | ![]() |
modifier | ModifierOrder | 1 | ![]() |
RedundantModifier | 2 | ![]() | |
naming | LocalVariableName
|
4 | ![]() |
MethodName
|
1 | ![]() | |
ParameterName
|
4 | ![]() | |
StaticVariableName
|
12 | ![]() | |
whitespace | WhitespaceAround
|
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 |
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 |
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 |
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 | JavadocMethod | Missing a Javadoc comment. | 621 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 626 |
![]() |
naming | MethodName | Name 'BusinessClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 626 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'The'. | 644 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strType'. | 647 |
![]() |
javadoc | JavadocMethod | Unused @param tag for '_bIsModule'. | 676 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bIsModule'. | 679 |
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 |
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 'locale'. | 75 |
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 | Unused @param tag for '_strName'. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strName'. | 87 |
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 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 60 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 155 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 638 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nPluginId'. | 1141 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'locale'. | 1158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1243 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1258 |
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 | 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 | JavadocMethod | Missing a Javadoc comment. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 |
![]() |
naming | StaticVariableName | Name 'bValidUniqueBusinessClassName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
![]() |
design | VisibilityModifier | Variable 'bValidUniqueBusinessClassName' must be private and have accessor methods. | 53 |
![]() |
naming | StaticVariableName | Name 'bValidUniquePluralBusinessClassName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
![]() |
design | VisibilityModifier | Variable 'bValidUniquePluralBusinessClassName' must be private and have accessor methods. | 54 |
![]() |
naming | StaticVariableName | Name 'bValidUniqueTableName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
![]() |
design | VisibilityModifier | Variable 'bValidUniqueTableName' must be private and have accessor methods. | 55 |
![]() |
naming | StaticVariableName | Name 'bValidUniqueAttributeName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 58 |
![]() |
design | VisibilityModifier | Variable 'bValidUniqueAttributeName' must be private and have accessor methods. | 58 |
![]() |
naming | StaticVariableName | Name 'bValideUniqueFeatureRight' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 |
![]() |
design | VisibilityModifier | Variable 'bValideUniqueFeatureRight' must be private and have accessor methods. | 61 |
![]() |
naming | StaticVariableName | Name 'bValideUniqueFeatureTitle' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 62 |
![]() |
design | VisibilityModifier | Variable 'bValideUniqueFeatureTitle' must be private and have accessor methods. | 62 |
![]() |
naming | StaticVariableName | Name 'bValideUniqueFeatureTechName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 63 |
![]() |
design | VisibilityModifier | Variable 'bValideUniqueFeatureTechName' must be private and have accessor methods. | 63 |
![]() |
naming | StaticVariableName | Name 'bValideUniqueAdministrationName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 66 |
![]() |
design | VisibilityModifier | Variable 'bValideUniqueAdministrationName' must be private and have accessor methods. | 66 |
![]() |
naming | StaticVariableName | Name 'bValideUniqueAdministrationClass' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 67 |
![]() |
design | VisibilityModifier | Variable 'bValideUniqueAdministrationClass' must be private and have accessor methods. | 67 |
![]() |
naming | StaticVariableName | Name 'bValideUniquePortletClassName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 70 |
![]() |
design | VisibilityModifier | Variable 'bValideUniquePortletClassName' must be private and have accessor methods. | 70 |
![]() |
naming | StaticVariableName | Name 'bValideUniquePortletType' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 71 |
![]() |
design | VisibilityModifier | Variable 'bValideUniquePortletType' must be private and have accessor methods. | 71 |
![]() |
naming | StaticVariableName | Name 'bValideUniquePortletJspName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 72 |
![]() |
design | VisibilityModifier | Variable 'bValideUniquePortletJspName' must be private and have accessor methods. | 72 |
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 'generationSchemeName'. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'generationSchemeName'. | 120 |
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 @param tag for 'strAbstractParentBeanTemplate'. | 136 |
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 | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strTemplate'. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strRadicalPackage'. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strBeanName'. | 151 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'business'. | 174 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strTemplate'. | 178 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strRadicalPackage'. | 178 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strBeanName'. | 179 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'strFeatureName'. | 197 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'strFeatureRight'. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strRadicalPackage'. | 203 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strBeanName'. | 203 |
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 - fr.paris.lutece.plugins.pluginwizard.util.Utils. | 40 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'nJspType'. | 116 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bIsModule'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bIsModule'. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strFeatureName'. | 146 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strFeatureName'. | 171 |
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 - fr.paris.lutece.plugins.pluginwizard.util.Utils. | 40 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 59 |
![]() |
naming | LocalVariableName | Name 'admin_feature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'admin_feature'. | 130 |
![]() |
naming | ParameterName | Name 'admin_feature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nTemplateType'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strPluginName'. | 167 |
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 'strRadicalPackage'. | 139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strBeanName'. | 139 |
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 @param tag for 'strRadicalPackage'. | 116 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strBeanName'. | 116 |
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 '_bIsDefault' explicitly initialized to 'false' (default value for its type). | 47 |
![]() |
coding | HiddenField | '_bIsDefault' hides a field. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_bIsDefault'. | 129 |
![]() |
naming | ParameterName | Name '_bIsDefault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
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 'generationSchemeName'. | 54 |
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 | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
naming | LocalVariableName | Name 'BusinessNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
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 - fr.paris.lutece.portal.service.datastore.DatastoreService. | 39 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.util.ReferenceList. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strModelVersion'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strVersion'. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strDependencyCoreVersion'. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strDependencyRestVersion'. | 190 |
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 | Unused @param tag for 'strPortletName'. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strRadicalPackage'. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
naming | LocalVariableName | Name '_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isModule'. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 53 |
![]() |
naming | LocalVariableName | Name '_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bIsModule'. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - fr.paris.lutece.plugins.pluginwizard.service.generator.Markers.*. | 38 |
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 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 61 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 64 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 67 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strLanguage'. | 320 |
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 | JavadocMethod | Unused @param tag for 'businessClasses'. | 81 |
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 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 49 |
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 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 51 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 54 |
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 @param tag for 'strRadicalPackage'. | 146 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strTemplate'. | 146 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strRadicalPackage'. | 172 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strTemplate'. | 173 |
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 - fr.paris.lutece.plugins.pluginwizard.util.Utils. | 40 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 59 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 41 |
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 |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 231 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 232 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 233 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 234 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 235 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 236 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 237 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 238 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 239 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 240 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 241 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 242 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 243 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 244 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 245 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 246 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 247 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 248 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 249 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 250 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 251 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 254 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 255 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 256 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 257 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 258 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 259 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 260 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 261 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 262 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 263 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 264 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 265 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 266 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 267 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 268 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 269 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 270 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'FileUploadException'. | 415 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 436 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1177 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'request'. | 1624 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'strUrlCancel'. | 1630 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 1634 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strUrlBack'. | 1634 |
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. | 73 |
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 |
![]() |
coding | HiddenField | '_strType' hides a field. | 304 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_strType'. | 304 |
![]() |
naming | ParameterName | Name '_strType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'bIsModule'. | 332 |
![]() |
coding | HiddenField | '_bIsModule' hides a field. | 335 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_bIsModule'. | 335 |
![]() |
naming | ParameterName | Name '_bIsModule' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Missing a header - not enough lines in file. | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 8 |
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 |