Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
8 0 0 157

Files

File
 I
 W
 E
fr/paris/lutece/plugins/automaticroleprovider/service/AutomaticRoleConfiguration.java 0 0 40
fr/paris/lutece/plugins/automaticroleprovider/service/AutomaticRoleProvider.java 0 0 54
fr/paris/lutece/plugins/automaticroleprovider/service/AutomaticRoleProviderPlugin.java 0 0 20
fr/paris/lutece/plugins/automaticroleprovider/service/ConfigurationPredicate.java 0 0 5
fr/paris/lutece/plugins/automaticroleprovider/service/EqualsPredicate.java 0 0 21
fr/paris/lutece/plugins/automaticroleprovider/service/NotEmptyPredicate.java 0 0 17

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
27
 Error
coding DeclarationOrder 3
 Error
HiddenField 3
 Error
design VisibilityModifier 2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
6
 Error
javadoc JavadocMethod 5
 Error
JavadocType 3
 Error
modifier RedundantModifier 1
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
3
 Error
whitespace ParenPad
  • option: "space"
89
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
15
 Error

Details

fr/paris/lutece/plugins/automaticroleprovider/service/AutomaticRoleConfiguration.java

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
blocks LeftCurly '{' at column 41 should be on a new line. 41
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 77
 Error
blocks LeftCurly '{' at column 85 should be on a new line. 77
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 83
 Error
javadoc JavadocMethod Unused @param tag for 'bAutomatic'. 95
 Error
whitespace ParenPad '(' is not followed by whitespace. 97
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 100
 Error
whitespace ParenPad ')' is not preceded with whitespace. 101
 Error
whitespace ParenPad '(' is not followed by whitespace. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 112
 Error
blocks LeftCurly '{' at column 117 should be on a new line. 112
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 115
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 126
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
coding HiddenField '_strLuteceUserAttributeKey' hides a field. 135
 Error
naming ParameterName Name '_strLuteceUserAttributeKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 135
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 144
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 Error
coding HiddenField '_strLuteceUserAttributeValue' hides a field. 153
 Error
naming ParameterName Name '_strLuteceUserAttributeValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 153
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 171
 Error
coding HiddenField '_strRole' hides a field. 171
 Error
naming ParameterName Name '_strRole' must match pattern '^[a-z][a-zA-Z0-9]*$'. 171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 171
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 171
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 182
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 193

fr/paris/lutece/plugins/automaticroleprovider/service/AutomaticRoleProvider.java

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
coding DeclarationOrder Static variable definition in wrong order. 62
 Error
coding DeclarationOrder Static variable definition in wrong order. 63
 Error
coding DeclarationOrder Static variable definition in wrong order. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 75
 Error
whitespace ParenPad ')' is not preceded with whitespace. 75
 Error
blocks LeftCurly '{' at column 97 should be on a new line. 75
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 92
 Error
whitespace ParenPad '(' is not followed by whitespace. 94
 Error
whitespace ParenPad ')' is not preceded with whitespace. 94
 Error
whitespace ParenPad '(' is not followed by whitespace. 96
 Error
whitespace ParenPad '(' is not followed by whitespace. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
whitespace ParenPad '(' is not followed by whitespace. 96
 Error
whitespace ParenPad '(' is not followed by whitespace. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 113
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 114
 Error
whitespace ParenPad '(' is not followed by whitespace. 116
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 117
 Error
whitespace ParenPad ')' is not preceded with whitespace. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
blocks LeftCurly '{' at column 23 should be on a new line. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 131
 Error
whitespace ParenPad '(' is not followed by whitespace. 132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 138
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
javadoc JavadocMethod Missing a Javadoc comment. 157
 Error
blocks LeftCurly '{' at column 81 should be on a new line. 157

fr/paris/lutece/plugins/automaticroleprovider/service/AutomaticRoleProviderPlugin.java

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
whitespace WhitespaceAround '=' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Error
whitespace ParenPad '(' is not followed by whitespace. 60
 Error
whitespace ParenPad ')' is not preceded with whitespace. 60
 Error
whitespace ParenPad '(' is not followed by whitespace. 62
 Error
whitespace ParenPad ')' is not preceded with whitespace. 62
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 62
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68

fr/paris/lutece/plugins/automaticroleprovider/service/ConfigurationPredicate.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 7
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 7
 Error
javadoc JavadocMethod Missing a Javadoc comment. 10
 Error
modifier RedundantModifier Redundant 'public' modifier. 10

fr/paris/lutece/plugins/automaticroleprovider/service/EqualsPredicate.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 9
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 9
 Error
design VisibilityModifier Variable '_biPredicate' must be private and have accessor methods. 11
 Error
javadoc JavadocMethod Missing a Javadoc comment. 13
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 13
 Error
whitespace ParenPad '(' is not followed by whitespace. 15
 Error
whitespace ParenPad ')' is not preceded with whitespace. 15
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 15
 Error
whitespace ParenPad '(' is not followed by whitespace. 16
 Error
whitespace ParenPad ')' is not preceded with whitespace. 16
 Error
whitespace ParenPad '(' is not followed by whitespace. 16
 Error
whitespace ParenPad '(' is not followed by whitespace. 16
 Error
whitespace ParenPad ')' is not preceded with whitespace. 16
 Error
whitespace ParenPad ')' is not preceded with whitespace. 16
 Error
whitespace ParenPad '(' is not followed by whitespace. 18
 Error
whitespace ParenPad '(' is not followed by whitespace. 18
 Error
whitespace ParenPad ')' is not preceded with whitespace. 18
 Error
whitespace ParenPad ')' is not preceded with whitespace. 18
 Error
whitespace ParenPad ')' is not preceded with whitespace. 18
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 23

fr/paris/lutece/plugins/automaticroleprovider/service/NotEmptyPredicate.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 9
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 9
 Error
design VisibilityModifier Variable '_biPredicate' must be private and have accessor methods. 11
 Error
javadoc JavadocMethod Missing a Javadoc comment. 13
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 13
 Error
whitespace ParenPad '(' is not followed by whitespace. 15
 Error
whitespace ParenPad ')' is not preceded with whitespace. 15
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 15
 Error
whitespace ParenPad '(' is not followed by whitespace. 16
 Error
whitespace ParenPad ')' is not preceded with whitespace. 16
 Error
whitespace ParenPad '(' is not followed by whitespace. 16
 Error
whitespace ParenPad '(' is not followed by whitespace. 16
 Error
whitespace ParenPad ')' is not preceded with whitespace. 16
 Error
whitespace ParenPad ')' is not preceded with whitespace. 16
 Error
whitespace ParenPad ')' is not preceded with whitespace. 16
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 21