Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
13 0 0 406

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Error
LeftCurly
  • option: "nl"
32  Error
RightCurly
  • option: "alone"
4  Error
coding DeclarationOrder 4  Error
HiddenField 8  Error
design HideUtilityClassConstructor 2  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/hackathon-franceconnect-poc-quotientfamille-doc-QA/workspace/target/checkstyle-header.txt"
11  Error
imports UnusedImports 5  Error
javadoc JavadocMethod 33  Error
JavadocType 3  Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
15  Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
8  Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
4  Error
RegexpSinglelineJava
  • format: "System\.out\.println"
4  Error
whitespace ParenPad
  • option: "space"
202  Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
74  Error

Details

fr/paris/lutece/plugins/quotientfamille/business/FormData.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error javadoc JavadocType Missing a Javadoc comment. 45

fr/paris/lutece/plugins/quotientfamille/business/QuotientFamilial.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.quotientfamille.service.TranchesService. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 98

fr/paris/lutece/plugins/quotientfamille/dataclient/RevenuDataClient.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Error coding DeclarationOrder Static variable definition in wrong order. 81
 Error coding DeclarationOrder Variable access definition in wrong order. 81
 Error coding DeclarationOrder Static variable definition in wrong order. 82
 Error coding DeclarationOrder Variable access definition in wrong order. 82
 Error blocks LeftCurly '{' at column 51 should be on a new line. 93
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error blocks LeftCurly '{' at column 51 should be on a new line. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 101

fr/paris/lutece/plugins/quotientfamille/dataclient/UserAddresseFiscale.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error blocks LeftCurly '{' at column 28 should be on a new line. 59
 Error javadoc JavadocMethod Unused @param tag for 'addresse'. 64
 Error whitespace ParenPad '(' is not followed by whitespace. 67
 Error javadoc JavadocMethod Expected @param tag for 'aft'. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 67
 Error blocks LeftCurly '{' at column 36 should be on a new line. 67

fr/paris/lutece/plugins/quotientfamille/dataclient/UserDataClient.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/quotientfamille/dataclient/UserRevenu.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - java.util.Map. 43
 Error javadoc JavadocMethod Unused @param tag for 'records'. 60
 Error javadoc JavadocMethod Expected @param tag for 'nbPart'. 63
 Error javadoc JavadocMethod Unused @param tag for 'records'. 70
 Error javadoc JavadocMethod Expected @param tag for 'rfr'. 73

fr/paris/lutece/plugins/quotientfamille/service/DirectoryData.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error javadoc JavadocType Missing a Javadoc comment. 3
 Error blocks LeftCurly '{' at column 28 should be on a new line. 3
 Error javadoc JavadocMethod Missing a Javadoc comment. 15
 Error blocks LeftCurly '{' at column 28 should be on a new line. 15
 Error javadoc JavadocMethod Missing a Javadoc comment. 18
 Error whitespace ParenPad '(' is not followed by whitespace. 18
 Error coding HiddenField '_strNumero' hides a field. 18
 Error naming ParameterName Name '_strNumero' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
 Error whitespace ParenPad ')' is not preceded with whitespace. 18
 Error blocks LeftCurly '{' at column 43 should be on a new line. 18
 Error javadoc JavadocMethod Missing a Javadoc comment. 21
 Error blocks LeftCurly '{' at column 30 should be on a new line. 21
 Error javadoc JavadocMethod Missing a Javadoc comment. 24
 Error whitespace ParenPad '(' is not followed by whitespace. 24
 Error coding HiddenField '_strCivilite' hides a field. 24
 Error naming ParameterName Name '_strCivilite' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
 Error whitespace ParenPad ')' is not preceded with whitespace. 24
 Error blocks LeftCurly '{' at column 47 should be on a new line. 24
 Error javadoc JavadocMethod Missing a Javadoc comment. 27
 Error blocks LeftCurly '{' at column 32 should be on a new line. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 30
 Error whitespace ParenPad '(' is not followed by whitespace. 30
 Error coding HiddenField '_strNomFamille' hides a field. 30
 Error naming ParameterName Name '_strNomFamille' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
 Error whitespace ParenPad ')' is not preceded with whitespace. 30
 Error blocks LeftCurly '{' at column 51 should be on a new line. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Error blocks LeftCurly '{' at column 27 should be on a new line. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error whitespace ParenPad '(' is not followed by whitespace. 36
 Error coding HiddenField '_strUsage' hides a field. 36
 Error naming ParameterName Name '_strUsage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Error whitespace ParenPad ')' is not preceded with whitespace. 36
 Error blocks LeftCurly '{' at column 41 should be on a new line. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error blocks LeftCurly '{' at column 28 should be on a new line. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error whitespace ParenPad '(' is not followed by whitespace. 42
 Error coding HiddenField '_strPrenom' hides a field. 42
 Error naming ParameterName Name '_strPrenom' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
 Error whitespace ParenPad ')' is not preceded with whitespace. 42
 Error blocks LeftCurly '{' at column 43 should be on a new line. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error blocks LeftCurly '{' at column 27 should be on a new line. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error whitespace ParenPad '(' is not followed by whitespace. 48
 Error coding HiddenField '_strEmail' hides a field. 48
 Error naming ParameterName Name '_strEmail' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
 Error whitespace ParenPad ')' is not preceded with whitespace. 48
 Error blocks LeftCurly '{' at column 40 should be on a new line. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error blocks LeftCurly '{' at column 34 should be on a new line. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error whitespace ParenPad '(' is not followed by whitespace. 54
 Error coding HiddenField '_strRevenuFiscal' hides a field. 54
 Error naming ParameterName Name '_strRevenuFiscal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
 Error whitespace ParenPad ')' is not preceded with whitespace. 54
 Error blocks LeftCurly '{' at column 55 should be on a new line. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error blocks LeftCurly '{' at column 32 should be on a new line. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Error whitespace ParenPad '(' is not followed by whitespace. 60
 Error coding HiddenField '_strNombrePart' hides a field. 60
 Error naming ParameterName Name '_strNombrePart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
 Error whitespace ParenPad ')' is not preceded with whitespace. 60
 Error blocks LeftCurly '{' at column 51 should be on a new line. 60

fr/paris/lutece/plugins/quotientfamille/service/DirectoryDataService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error imports UnusedImports Unused import - org.springframework.http.HttpRequest. 8
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.security.UserNotSignedException. 23
 Error javadoc JavadocType Missing a Javadoc comment. 29
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Error blocks LeftCurly '{' at column 41 should be on a new line. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Error whitespace ParenPad '(' is not followed by whitespace. 31
 Error whitespace ParenPad ')' is not preceded with whitespace. 31
 Error whitespace ParenPad '(' is not followed by whitespace. 32
 Error whitespace ParenPad ')' is not preceded with whitespace. 32
 Error blocks LeftCurly '{' at column 9 should be on a new line. 35
 Error whitespace ParenPad '(' is not followed by whitespace. 36
 Error whitespace ParenPad ')' is not preceded with whitespace. 36
 Error blocks RightCurly '}' at column 5 should be alone on a line. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37
 Error blocks LeftCurly '{' at column 27 should be on a new line. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 39
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 40
 Error whitespace ParenPad '(' is not followed by whitespace. 42
 Error whitespace ParenPad ')' is not preceded with whitespace. 42
 Error blocks LeftCurly '{' at column 23 should be on a new line. 42
 Error naming LocalVariableName Name '_recordService' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
 Error naming LocalVariableName Name '_nDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 49
 Error whitespace ParenPad '(' is not followed by whitespace. 49
 Error whitespace ParenPad ')' is not preceded with whitespace. 49
 Error naming LocalVariableName Name '_nWorkflow' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 50
 Error whitespace ParenPad '(' is not followed by whitespace. 50
 Error whitespace ParenPad ')' is not preceded with whitespace. 50
 Error naming LocalVariableName Name '_strNumero' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 51
 Error whitespace ParenPad '(' is not followed by whitespace. 51
 Error whitespace ParenPad ')' is not preceded with whitespace. 51
 Error naming LocalVariableName Name '_strCivilite' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error whitespace ParenPad '(' is not followed by whitespace. 52
 Error whitespace ParenPad ')' is not preceded with whitespace. 52
 Error naming LocalVariableName Name '_strNomFamille' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error whitespace ParenPad '(' is not followed by whitespace. 53
 Error whitespace ParenPad ')' is not preceded with whitespace. 53
 Error naming LocalVariableName Name '_strUsage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error whitespace ParenPad '(' is not followed by whitespace. 54
 Error whitespace ParenPad ')' is not preceded with whitespace. 54
 Error naming LocalVariableName Name '_strPrenom' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error whitespace ParenPad '(' is not followed by whitespace. 55
 Error whitespace ParenPad ')' is not preceded with whitespace. 55
 Error naming LocalVariableName Name '_strEmail' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 56
 Error whitespace WhitespaceAround '=' 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 naming LocalVariableName Name '_strRevenuFiscal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 57
 Error whitespace WhitespaceAround '=' 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 naming LocalVariableName Name '_strNombrePart' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 58
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 58
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 Error naming LocalVariableName Name '_strCrmDemande' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 59
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 59
 Error whitespace ParenPad '(' is not followed by whitespace. 59
 Error whitespace ParenPad ')' is not preceded with whitespace. 59
 Error naming LocalVariableName Name '_strCrmUser' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error whitespace ParenPad '(' is not followed by whitespace. 60
 Error whitespace ParenPad ')' is not preceded with whitespace. 60
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 65
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 65
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error whitespace ParenPad '(' is not followed by whitespace. 69
 Error whitespace ParenPad ')' is not preceded with whitespace. 69
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 72
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 72
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 74
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 76
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 76
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 78
 Error whitespace ParenPad ')' is not preceded with whitespace. 78
 Error whitespace ParenPad '(' is not followed by whitespace. 79
 Error whitespace ParenPad ')' is not preceded with whitespace. 79
 Error whitespace ParenPad '(' is not followed by whitespace. 80
 Error whitespace ParenPad ')' is not preceded with whitespace. 80
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 82
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 82
 Error whitespace ParenPad '(' is not followed by whitespace. 83
 Error whitespace ParenPad ')' is not preceded with whitespace. 83
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 84
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 84
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 90
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 91
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 92
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 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. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 98
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 98
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 100
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error whitespace ParenPad '(' is not followed by whitespace. 102
 Error whitespace ParenPad ')' is not preceded with whitespace. 102
 Error whitespace ParenPad '(' is not followed by whitespace. 103
 Error whitespace ParenPad ')' is not preceded with whitespace. 103
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error whitespace ParenPad '(' is not followed by whitespace. 107
 Error whitespace ParenPad ')' is not preceded with whitespace. 107
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 108
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 108
 Error whitespace ParenPad '(' is not followed by whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 110
 Error whitespace ParenPad '(' is not followed by whitespace. 111
 Error whitespace ParenPad ')' is not preceded with whitespace. 111
 Error whitespace ParenPad '(' is not followed by whitespace. 112
 Error whitespace ParenPad ')' is not preceded with whitespace. 112
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 114
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 116
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 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 whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 122
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 122
 Error whitespace ParenPad '(' is not followed by whitespace. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 123
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 124
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 124
 Error whitespace ParenPad '(' is not followed by whitespace. 125
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error whitespace ParenPad '(' is not followed by whitespace. 126
 Error whitespace ParenPad ')' is not preceded with whitespace. 126
 Error whitespace ParenPad '(' is not followed by whitespace. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 127
 Error whitespace ParenPad '(' is not followed by whitespace. 128
 Error whitespace ParenPad ')' is not preceded with whitespace. 128
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 131
 Error whitespace WhitespaceAround '=' 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 WhitespaceAround '=' is not preceded with whitespace. 133
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 133
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134
 Error whitespace ParenPad '(' is not followed by whitespace. 135
 Error whitespace ParenPad ')' is not preceded with whitespace. 135
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 Error naming LocalVariableName Name '_crmClientService' must match pattern '^[a-z][a-zA-Z0-9]*$'. 139
 Error naming LocalVariableName Name '_strIdDemandeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 140
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error blocks LeftCurly '{' at column 9 should be on a new line. 142
 Error whitespace ParenPad ')' is not preceded with whitespace. 145
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 146
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 147
 Error whitespace ParenPad ')' is not preceded with whitespace. 147
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 148
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 148
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error whitespace ParenPad '(' is not followed by whitespace. 150
 Error whitespace ParenPad ')' is not preceded with whitespace. 150
 Error whitespace ParenPad '(' is not followed by whitespace. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error blocks RightCurly '}' at column 5 should be alone on a line. 153
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 153
 Error blocks LeftCurly '{' at column 30 should be on a new line. 153
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 155
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 158
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 158
 Error whitespace ParenPad '(' is not followed by whitespace. 159
 Error whitespace ParenPad ')' is not preceded with whitespace. 159
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 160
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 160
 Error whitespace ParenPad '(' is not followed by whitespace. 161
 Error whitespace ParenPad ')' is not preceded with whitespace. 161
 Error whitespace ParenPad '(' is not followed by whitespace. 162
 Error whitespace ParenPad ')' is not preceded with whitespace. 162
 Error whitespace ParenPad '(' is not followed by whitespace. 163
 Error whitespace ParenPad ')' is not preceded with whitespace. 163
 Error whitespace ParenPad '(' is not followed by whitespace. 164
 Error whitespace ParenPad ')' is not preceded with whitespace. 164
 Error whitespace ParenPad '(' is not followed by whitespace. 168
 Error whitespace ParenPad '(' is not followed by whitespace. 168
 Error whitespace ParenPad ')' is not preceded with whitespace. 168
 Error whitespace ParenPad ')' is not preceded with whitespace. 168

fr/paris/lutece/plugins/quotientfamille/service/RedirectUtils.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 66

fr/paris/lutece/plugins/quotientfamille/service/TranchesService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 81
 Error whitespace ParenPad ')' is not preceded with whitespace. 81
 Error whitespace ParenPad ')' is not preceded with whitespace. 81

fr/paris/lutece/plugins/quotientfamille/web/FranceConnectSampleApp.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.security.UserNotSignedException. 47
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 92
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 144
 Error whitespace ParenPad ')' is not preceded with whitespace. 144
 Error whitespace ParenPad '(' is not followed by whitespace. 145
 Error whitespace ParenPad ')' is not preceded with whitespace. 145
 Error blocks EmptyBlock Must have at least one statement. 161
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 165
 Error whitespace ParenPad '(' is not followed by whitespace. 185
 Error whitespace ParenPad ')' is not preceded with whitespace. 185
 Error whitespace ParenPad '(' is not followed by whitespace. 186
 Error blocks LeftCurly '{' at column 42 should be on a new line. 187
 Error whitespace ParenPad '(' is not followed by whitespace. 191
 Error whitespace ParenPad ')' is not preceded with whitespace. 191
 Error blocks LeftCurly '{' at column 17 should be on a new line. 193
 Error whitespace ParenPad '(' is not followed by whitespace. 194
 Error whitespace ParenPad ')' is not preceded with whitespace. 194
 Error whitespace ParenPad '(' is not followed by whitespace. 195
 Error whitespace ParenPad ')' is not preceded with whitespace. 195
 Error blocks LeftCurly '{' at column 33 should be on a new line. 195
 Error whitespace ParenPad '(' is not followed by whitespace. 196
 Error whitespace ParenPad ')' is not preceded with whitespace. 196
 Error blocks RightCurly '}' at column 15 should be alone on a line. 197
 Error blocks LeftCurly '{' at column 22 should be on a new line. 197
 Error whitespace ParenPad '(' is not followed by whitespace. 198
 Error whitespace ParenPad ')' is not preceded with whitespace. 198
 Error blocks RightCurly '}' at column 13 should be alone on a line. 200
 Error whitespace ParenPad '(' is not followed by whitespace. 200
 Error whitespace ParenPad ')' is not preceded with whitespace. 200
 Error blocks LeftCurly '{' at column 35 should be on a new line. 200
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 201
 Error whitespace ParenPad '(' is not followed by whitespace. 202
 Error whitespace ParenPad ')' is not preceded with whitespace. 202
 Error whitespace ParenPad '(' is not followed by whitespace. 204
 Error whitespace ParenPad '(' is not followed by whitespace. 204
 Error whitespace ParenPad '(' is not followed by whitespace. 204
 Error whitespace ParenPad ')' is not preceded with whitespace. 204
 Error whitespace ParenPad ')' is not preceded with whitespace. 204
 Error whitespace ParenPad ')' is not preceded with whitespace. 204
 Error whitespace ParenPad '(' is not followed by whitespace. 205
 Error whitespace ParenPad ')' is not preceded with whitespace. 205
 Error whitespace ParenPad '(' is not followed by whitespace. 207
 Error whitespace ParenPad ')' is not preceded with whitespace. 207