The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ParameterAssignment | 6 | Error |
design | HideUtilityClassConstructor | 2 | Error |
javadoc | JavadocMethod | 23 | Error |
sizes | ParameterNumber | 1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Warning | sizes | ParameterNumber | More than 7 parameters (found 10). | 185 |
Error | coding | ParameterAssignment | Assignment of parameter 'strDescription' is not allowed. | 213 |
Error | coding | ParameterAssignment | Assignment of parameter 'strRole' is not allowed. | 214 |
Error | coding | ParameterAssignment | Assignment of parameter 'strMetaKeywords' is not allowed. | 215 |
Error | coding | ParameterAssignment | Assignment of parameter 'strMetaDescription' is not allowed. | 216 |
Error | coding | ParameterAssignment | Assignment of parameter 'strOrder' is not allowed. | 217 |
Error | coding | ParameterAssignment | Assignment of parameter 'strTheme' is not allowed. | 218 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 |