The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
9 | 0 | 1 | 77 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
12 | Error |
coding | DeclarationOrder | 3 | Error |
ReturnCount
|
1 | Warning | |
design | VisibilityModifier | 1 | Error |
header | Header
|
7 | Error |
imports | UnusedImports | 13 | Error |
javadoc | JavadocMethod | 5 | Error |
JavadocType | 6 | Error | |
naming | StaticVariableName
|
1 | Error |
whitespace | ParenPad
|
29 | 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 | JavadocType | Missing a Javadoc comment. | 38 |
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 | Missing a Javadoc comment. | 135 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 135 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 135 |
Error | blocks | LeftCurly | '{' at column 67 should be on a new line. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of '/*'. | 1 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 23 |
Error | blocks | LeftCurly | '{' at column 50 should be on a new line. | 23 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 31 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 31 |
Error | blocks | LeftCurly | '{' at column 24 should be on a new line. | 36 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 49 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 49 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 56 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 56 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 56 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 56 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 57 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 57 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 57 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 57 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 59 |
Error | blocks | LeftCurly | '{' at column 39 should be on a new line. | 59 |
Error | blocks | LeftCurly | '{' at column 14 should be on a new line. | 62 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 63 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 63 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 76 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 76 |
Error | blocks | LeftCurly | '{' at column 43 should be on a new line. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Missing a header - not enough lines in file. | 1 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 5 |
Error | blocks | LeftCurly | '{' at column 64 should be on a new line. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of '/*'. | 1 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 13 |
Error | naming | StaticVariableName | Name 'contextValue' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 16 |
Warning | coding | ReturnCount | Return count is 2 (max allowed for void methods/constructors/lambdas is 1). | 17 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 24 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 24 |
Error | blocks | LeftCurly | '{' at column 14 should be on a new line. | 28 |
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 | imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. | 37 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 74 |
Error | javadoc | JavadocMethod | Unused @param tag for '<S>'. | 100 |
Error | javadoc | JavadocMethod | Unused @param tag for '<T>'. | 101 |
Error | javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 106 |
Error | blocks | LeftCurly | '{' at column 49 should be on a new line. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of '/*'. | 1 |
Error | imports | UnusedImports | Unused import - java.util.ArrayList. | 3 |
Error | imports | UnusedImports | Unused import - java.util.Collection. | 4 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.business.Entry. | 15 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryFilter. | 16 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryHome. | 17 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryType. | 18 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryTypeHome. | 19 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.genericattributes.service.GenericAttributesPlugin. | 20 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.workflowcore.business.config.ITaskConfig. | 23 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.rbac.ResourceType. | 27 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.rbac.ResourceTypeManager. | 28 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.rbac.ResourceTypeProvider. | 29 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 34 |
Error | blocks | LeftCurly | '{' at column 74 should be on a new line. | 34 |
Error | coding | DeclarationOrder | Static variable definition in wrong order. | 66 |
Error | coding | DeclarationOrder | Static variable definition in wrong order. | 67 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 69 |
Error | design | VisibilityModifier | Variable '_config' must be private and have accessor methods. | 69 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 72 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 72 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 83 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 83 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 176 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 176 |
Error | blocks | LeftCurly | '{' at column 116 should be on a new line. | 176 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 186 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 186 |
Error | blocks | LeftCurly | '{' at column 130 should be on a new line. | 186 |