Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
26 0 0 913

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/identityexport/ExportService.java 0 0 68
fr/paris/lutece/plugins/identityexport/business/Attribute.java 0 0 102
fr/paris/lutece/plugins/identityexport/business/ElasticsearchResponseJSON.java 0 0 144
fr/paris/lutece/plugins/identityexport/business/ExportAttribute.java 0 0 5
fr/paris/lutece/plugins/identityexport/business/ExportAttributeHome.java 0 0 3
fr/paris/lutece/plugins/identityexport/business/ExportRequest.java 0 0 3
fr/paris/lutece/plugins/identityexport/business/ExtractRequestHome.java 0 0 5
fr/paris/lutece/plugins/identityexport/business/ExtractStoreDAO.java 0 0 132
fr/paris/lutece/plugins/identityexport/business/ExtractionDAO.java 0 0 4
fr/paris/lutece/plugins/identityexport/business/IExtractStoreDAO.java 0 0 4
fr/paris/lutece/plugins/identityexport/business/IExtractionDAO.java 0 0 10
fr/paris/lutece/plugins/identityexport/business/IProfilDAO.java 0 0 6
fr/paris/lutece/plugins/identityexport/business/ProfilDAO.java 0 0 4
fr/paris/lutece/plugins/identityexport/business/Profile.java 0 0 23
fr/paris/lutece/plugins/identityexport/business/ProfileHome.java 0 0 1
fr/paris/lutece/plugins/identityexport/daemon/ExtractAutoDaemon.java 0 0 5
fr/paris/lutece/plugins/identityexport/daemon/ExtractDaemon.java 0 0 12
fr/paris/lutece/plugins/identityexport/export/Constants.java 0 0 4
fr/paris/lutece/plugins/identityexport/export/ElasticService.java 0 0 73
fr/paris/lutece/plugins/identityexport/export/ProfileGenerator.java 0 0 18
fr/paris/lutece/plugins/identityexport/rbac/AccessExportProfileResource.java 0 0 3
fr/paris/lutece/plugins/identityexport/rbac/AccessExportProfileResourceIdService.java 0 0 18
fr/paris/lutece/plugins/identityexport/service/file/implementation/LocalFileSystemDirectoryFileService.java 0 0 39
fr/paris/lutece/plugins/identityexport/web/AbstractManageExtractionJspBean.java 0 0 7
fr/paris/lutece/plugins/identityexport/web/ExtractionJspBean.java 0 0 87
fr/paris/lutece/plugins/identityexport/web/ProfilJspBean.java 0 0 133

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
140
 Erreur
RightCurly
  • option: "alone"
10
 Erreur
coding HiddenField 26
 Erreur
design HideUtilityClassConstructor 3
 Erreur
VisibilityModifier 11
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
26
 Erreur
imports RedundantImport 5
 Erreur
UnusedImports 4
 Erreur
javadoc JavadocMethod 113
 Erreur
JavadocType 17
 Erreur
modifier RedundantModifier 2
 Erreur
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
24
 Erreur
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
10
 Erreur
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
10
 Erreur
regexp RegexpSinglelineJava
  • format: "System\.exit"
12
 Erreur
RegexpSinglelineJava
  • format: "System\.out\.println"
12
 Erreur
whitespace ParenPad
  • option: "space"
499
 Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
1
 Erreur

Détails

fr/paris/lutece/plugins/identityexport/ExportService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 40
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 40
 Erreur
blocks LeftCurly '{' at column 28 should be on a new line. 40
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 42
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 42
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdProfile'. 52
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 88
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 88
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 92
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 95
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 113
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 113
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 121
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 121
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 131
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 131
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 154
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 154
 Erreur
javadoc JavadocMethod Expected @return tag. 173
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 173
 Erreur
javadoc JavadocMethod Expected @param tag for 'lstFieldsGuidCuid'. 173
 Erreur
javadoc JavadocMethod Expected @param tag for 'lstFields'. 173
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 173
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 179
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 179
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 183
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 183
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 189
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 189
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 201
 Erreur
javadoc JavadocMethod Expected @param tag for 'hit'. 201
 Erreur
javadoc JavadocMethod Expected @param tag for 'listAttributesKeys'. 201
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 210
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 210
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 231
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 231
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 233
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 233
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 233
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 233
 Erreur
blocks LeftCurly '{' at column 50 should be on a new line. 233
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 236
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 236
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 236
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 236
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 248
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 248
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 248
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 248
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 248
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 248
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 251
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 251
 Erreur
javadoc JavadocMethod Expected @param tag for 'certifierCode'. 276
 Erreur
blocks LeftCurly '{' at column 7 should be on a new line. 281
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 287
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 295
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 295
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 303
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 303
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 310
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 310
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 310
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 310
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 311
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 311

fr/paris/lutece/plugins/identityexport/business/Attribute.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 3
 Erreur
blocks LeftCurly '{' at column 24 should be on a new line. 3
 Erreur
naming MemberName Name 'certificateDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 4
 Erreur
design VisibilityModifier Variable 'certificateDate' must be private and have accessor methods. 4
 Erreur
naming MemberName Name 'lastUpdateClientCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 5
 Erreur
design VisibilityModifier Variable 'lastUpdateClientCode' must be private and have accessor methods. 5
 Erreur
naming MemberName Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 6
 Erreur
design VisibilityModifier Variable 'name' must be private and have accessor methods. 6
 Erreur
naming MemberName Name 'description' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 7
 Erreur
design VisibilityModifier Variable 'description' must be private and have accessor methods. 7
 Erreur
naming MemberName Name 'pivot' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 8
 Erreur
design VisibilityModifier Variable 'pivot' must be private and have accessor methods. 8
 Erreur
naming MemberName Name 'certifierCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 9
 Erreur
design VisibilityModifier Variable 'certifierCode' must be private and have accessor methods. 9
 Erreur
naming MemberName Name 'certificateExpirationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 10
 Erreur
design VisibilityModifier Variable 'certificateExpirationDate' must be private and have accessor methods. 10
 Erreur
naming MemberName Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 11
 Erreur
design VisibilityModifier Variable 'type' must be private and have accessor methods. 11
 Erreur
naming MemberName Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 12
 Erreur
design VisibilityModifier Variable 'value' must be private and have accessor methods. 12
 Erreur
naming MemberName Name 'certifierName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 13
 Erreur
design VisibilityModifier Variable 'certifierName' must be private and have accessor methods. 13
 Erreur
naming MemberName Name 'key' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 14
 Erreur
design VisibilityModifier Variable 'key' must be private and have accessor methods. 14
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 17
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 17
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 20
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 20
 Erreur
coding HiddenField 'certificateDate' hides a field. 20
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 20
 Erreur
blocks LeftCurly '{' at column 55 should be on a new line. 20
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 23
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 23
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 26
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 26
 Erreur
coding HiddenField 'lastUpdateClientCode' hides a field. 26
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 26
 Erreur
blocks LeftCurly '{' at column 67 should be on a new line. 26
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 29
 Erreur
blocks LeftCurly '{' at column 26 should be on a new line. 29
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 32
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 32
 Erreur
coding HiddenField 'name' hides a field. 32
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 32
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 32
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 35
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 35
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 38
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 38
 Erreur
coding HiddenField 'description' hides a field. 38
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 38
 Erreur
blocks LeftCurly '{' at column 49 should be on a new line. 38
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 41
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 41
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 44
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 44
 Erreur
coding HiddenField 'pivot' hides a field. 44
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 44
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 44
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 47
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 47
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 50
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 50
 Erreur
coding HiddenField 'certifierCode' hides a field. 50
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 50
 Erreur
blocks LeftCurly '{' at column 53 should be on a new line. 50
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 53
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 53
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 56
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 56
 Erreur
coding HiddenField 'certificateExpirationDate' hides a field. 56
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 56
 Erreur
blocks LeftCurly '{' at column 77 should be on a new line. 56
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 59
 Erreur
blocks LeftCurly '{' at column 26 should be on a new line. 59
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 62
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 62
 Erreur
coding HiddenField 'type' hides a field. 62
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 62
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 62
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 65
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 65
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 68
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 68
 Erreur
coding HiddenField 'value' hides a field. 68
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 68
 Erreur
blocks LeftCurly '{' at column 37 should be on a new line. 68
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 71
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 71
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 74
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 74
 Erreur
coding HiddenField 'certifierName' hides a field. 74
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 74
 Erreur
blocks LeftCurly '{' at column 53 should be on a new line. 74
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 77
 Erreur
blocks LeftCurly '{' at column 25 should be on a new line. 77
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 80
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 80
 Erreur
coding HiddenField 'key' hides a field. 80
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 80
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 80

fr/paris/lutece/plugins/identityexport/business/ElasticsearchResponseJSON.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 5
 Erreur
naming MemberName Name 'took' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 6
 Erreur
naming MemberName Name 'timedOut' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 7
 Erreur
naming MemberName Name 'shards' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 8
 Erreur
naming MemberName Name 'hits' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 9
 Erreur
naming MemberName Name 'pit_id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 11
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 13
 Erreur
naming MethodName Name 'get_scroll_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 13
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 17
 Erreur
naming MethodName Name 'set_scroll_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 17
 Erreur
coding HiddenField '_scroll_id' hides a field. 17
 Erreur
naming ParameterName Name '_scroll_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 17
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 17
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 21
 Erreur
blocks LeftCurly '{' at column 23 should be on a new line. 21
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 25
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 25
 Erreur
coding HiddenField 'took' hides a field. 25
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 25
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 25
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 29
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 29
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 33
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 33
 Erreur
coding HiddenField 'timedOut' hides a field. 33
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 33
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 33
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 37
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 37
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 41
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 41
 Erreur
coding HiddenField 'shards' hides a field. 41
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 41
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 41
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 45
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 45
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 49
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 49
 Erreur
coding HiddenField 'hits' hides a field. 49
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 49
 Erreur
blocks LeftCurly '{' at column 36 should be on a new line. 49
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 53
 Erreur
naming MethodName Name 'getPit_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 53
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 57
 Erreur
naming MethodName Name 'setPit_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 57
 Erreur
coding HiddenField 'pit_id' hides a field. 57
 Erreur
naming ParameterName Name 'pit_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 57
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 57
 Erreur
javadoc JavadocType Missing a Javadoc comment. 61
 Erreur
blocks LeftCurly '{' at column 29 should be on a new line. 61
 Erreur
javadoc JavadocType Missing a Javadoc comment. 65
 Erreur
blocks LeftCurly '{' at column 30 should be on a new line. 65
 Erreur
naming MemberName Name 'total' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 66
 Erreur
naming MemberName Name 'hits' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 67
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 69
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 69
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 73
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 73
 Erreur
coding HiddenField 'total' hides a field. 73
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 73
 Erreur
blocks LeftCurly '{' at column 43 should be on a new line. 73
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 77
 Erreur
blocks LeftCurly '{' at column 36 should be on a new line. 77
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 81
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 81
 Erreur
coding HiddenField 'hits' hides a field. 81
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 81
 Erreur
javadoc JavadocType Missing a Javadoc comment. 86
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 86
 Erreur
naming MemberName Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 87
 Erreur
naming MemberName Name 'relation' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 88
 Erreur
javadoc JavadocType Missing a Javadoc comment. 92
 Erreur
blocks LeftCurly '{' at column 29 should be on a new line. 92
 Erreur
naming MemberName Name 'sort' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 98
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 100
 Erreur
naming MethodName Name 'get_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
 Erreur
blocks LeftCurly '{' at column 30 should be on a new line. 100
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 103
 Erreur
naming MethodName Name 'set_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 103
 Erreur
coding HiddenField '_source' hides a field. 103
 Erreur
naming ParameterName Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 103
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 103
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 106
 Erreur
naming MethodName Name 'get_score' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
 Erreur
blocks LeftCurly '{' at column 29 should be on a new line. 106
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 109
 Erreur
naming MethodName Name 'set_score' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 109
 Erreur
coding HiddenField '_score' hides a field. 109
 Erreur
naming ParameterName Name '_score' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 109
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 109
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 112
 Erreur
naming MethodName Name 'get_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
 Erreur
blocks LeftCurly '{' at column 26 should be on a new line. 112
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 115
 Erreur
naming MethodName Name 'set_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 115
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 115
 Erreur
coding HiddenField '_id' hides a field. 115
 Erreur
naming ParameterName Name '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 115
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 115
 Erreur
blocks LeftCurly '{' at column 34 should be on a new line. 115
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 118
 Erreur
blocks LeftCurly '{' at column 29 should be on a new line. 118
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 121
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 121
 Erreur
coding HiddenField 'sort' hides a field. 121
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 121
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 121
 Erreur
javadoc JavadocType Missing a Javadoc comment. 127
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 127
 Erreur
naming MemberName Name 'customerId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 128
 Erreur
naming MemberName Name 'connectionId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 129
 Erreur
naming MemberName Name 'attributes' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 130
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 133
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 133
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 136
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 136
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 136
 Erreur
blocks LeftCurly '{' at column 41 should be on a new line. 136
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 139
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 139
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 142
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 142
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 142
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 142
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 145
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 145
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 148
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 148
 Erreur
coding HiddenField 'connectionId' hides a field. 148
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 148
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 148

fr/paris/lutece/plugins/identityexport/business/ExportAttribute.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 96
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 104
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 104
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 104

fr/paris/lutece/plugins/identityexport/business/ExportAttributeHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdProfil'. 148
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdProfil'. 157

fr/paris/lutece/plugins/identityexport/business/ExportRequest.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'The'. 58
 Erreur
javadoc JavadocMethod Expected @param tag for 'strToken'. 60

fr/paris/lutece/plugins/identityexport/business/ExtractRequestHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'extractDaemon'. 65
 Erreur
javadoc JavadocMethod Expected @param tag for 'extractRequest'. 68
 Erreur
javadoc JavadocMethod Unused @param tag for 'extractDaemon'. 77
 Erreur
javadoc JavadocMethod Expected @param tag for 'extractRequest'. 80

fr/paris/lutece/plugins/identityexport/business/ExtractStoreDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 64 should be on a new line. 49
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 63
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 63
 Erreur
blocks LeftCurly '{' at column 65 should be on a new line. 63
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 64
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 64
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 64
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 64
 Erreur
blocks LeftCurly '{' at column 98 should be on a new line. 64
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 66
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 66
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 78
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 78
 Erreur
blocks LeftCurly '{' at column 63 should be on a new line. 78
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 79
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 79
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 79
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 79
 Erreur
blocks LeftCurly '{' at column 65 should be on a new line. 79
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 80
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 80
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 84
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 84
 Erreur
blocks LeftCurly '{' at column 24 should be on a new line. 84
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 88
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 88
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 88
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 88
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 91
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 91
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 99
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 99
 Erreur
blocks LeftCurly '{' at column 46 should be on a new line. 99
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 100
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 100
 Erreur
blocks LeftCurly '{' at column 65 should be on a new line. 100
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 101
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 101
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 110
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 110
 Erreur
blocks LeftCurly '{' at column 64 should be on a new line. 110
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 111
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 111
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 111
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 111
 Erreur
blocks LeftCurly '{' at column 65 should be on a new line. 111
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 114
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 114
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 124
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 124
 Erreur
blocks LeftCurly '{' at column 69 should be on a new line. 124
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 126
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 126
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 126
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 126
 Erreur
blocks LeftCurly '{' at column 68 should be on a new line. 126
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 129
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 129
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 129
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 133
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 133
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 133
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 133
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 135
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 135
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 146
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 146
 Erreur
blocks LeftCurly '{' at column 65 should be on a new line. 146
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 148
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 148
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 148
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 148
 Erreur
blocks LeftCurly '{' at column 71 should be on a new line. 148
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 151
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 151
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 151
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 152
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 152
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 152
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 152
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 163
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 163
 Erreur
blocks LeftCurly '{' at column 72 should be on a new line. 163
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 165
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 165
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 165
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 165
 Erreur
blocks LeftCurly '{' at column 68 should be on a new line. 165
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 168
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 168
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 168
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 169
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 169
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 169
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 169
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 169
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 169
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 180
 Erreur
blocks LeftCurly '{' at column 97 should be on a new line. 180
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 185
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 185
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 185
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 186
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 186
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 186
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 187
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 187
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 190
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 190
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 193
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 193
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 193
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 193
 Erreur
blocks LeftCurly '{' at column 54 should be on a new line. 193
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 195
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 195
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 195
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 196
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 196
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 200
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 200
 Erreur
blocks LeftCurly '{' at column 28 should be on a new line. 200
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 204
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 204
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 204
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 204
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 206
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 206

fr/paris/lutece/plugins/identityexport/business/ExtractionDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 98 should be on a new line. 226
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 233
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 244

fr/paris/lutece/plugins/identityexport/business/IExtractStoreDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 102
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 106
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106

fr/paris/lutece/plugins/identityexport/business/IExtractionDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 102
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 106
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 114
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 114
 Erreur
modifier RedundantModifier Redundant 'final' modifier. 122
 Erreur
modifier RedundantModifier Redundant 'final' modifier. 122
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 129
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 129

fr/paris/lutece/plugins/identityexport/business/IProfilDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 102
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 106
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 113
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 113

fr/paris/lutece/plugins/identityexport/business/ProfilDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 86 should be on a new line. 227
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 234
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 245

fr/paris/lutece/plugins/identityexport/business/Profile.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 140
 Erreur
blocks LeftCurly '{' at column 30 should be on a new line. 140
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 144
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 144
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 144
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 144
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 148
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 148
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 152
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 152
 Erreur
coding HiddenField '_bAutoExtract' hides a field. 152
 Erreur
naming ParameterName Name '_bAutoExtract' must match pattern '^[a-z][a-zA-Z0-9]*$'. 152
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 152
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 152
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 156
 Erreur
blocks LeftCurly '{' at column 30 should be on a new line. 156
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 160
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 160
 Erreur
coding HiddenField '_strPassword' hides a field. 160
 Erreur
naming ParameterName Name '_strPassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 160
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 160

fr/paris/lutece/plugins/identityexport/business/ProfileHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/identityexport/daemon/ExtractAutoDaemon.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 11
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 11
 Erreur
blocks LeftCurly '{' at column 20 should be on a new line. 14
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 17

fr/paris/lutece/plugins/identityexport/daemon/ExtractDaemon.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 11
 Erreur
blocks LeftCurly '{' at column 43 should be on a new line. 11
 Erreur
blocks LeftCurly '{' at column 20 should be on a new line. 14
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 21
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 25
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 28
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 33
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 35
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 35
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 37
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 38

fr/paris/lutece/plugins/identityexport/export/Constants.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 3
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 3
 Erreur
blocks LeftCurly '{' at column 24 should be on a new line. 3

fr/paris/lutece/plugins/identityexport/export/ElasticService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
imports RedundantImport Duplicate import to line 6 - com.fasterxml.jackson.core.JsonProcessingException. 12
 Erreur
imports RedundantImport Duplicate import to line 7 - com.fasterxml.jackson.databind.DeserializationFeature. 13
 Erreur
imports RedundantImport Duplicate import to line 8 - com.fasterxml.jackson.databind.JsonMappingException. 14
 Erreur
imports RedundantImport Duplicate import to line 9 - com.fasterxml.jackson.databind.JsonNode. 15
 Erreur
imports RedundantImport Duplicate import to line 10 - com.fasterxml.jackson.databind.ObjectMapper. 16
 Erreur
javadoc JavadocType Missing a Javadoc comment. 23
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Erreur
blocks LeftCurly '{' at column 29 should be on a new line. 23
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 25
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 25
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 26
 Erreur
javadoc JavadocMethod Expected @return tag. 38
 Erreur
javadoc JavadocMethod Expected @param tag for 'lstFields'. 38
 Erreur
javadoc JavadocMethod Expected @param tag for 'lstCertifLevel'. 38
 Erreur
javadoc JavadocMethod Expected @param tag for 'isMonParis'. 38
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 41
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 41
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 44
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 44
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 47
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 47
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 50
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 50
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 81
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 82
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 82
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 85
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 85
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 87
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 87
 Erreur
javadoc JavadocMethod Expected @return tag. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdSort'. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'lstFields'. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'lstCertifLevel'. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'isMonParis'. 101
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 103
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 103
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 106
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 106
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 109
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 109
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 112
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 112
 Erreur
blocks LeftCurly '{' at column 7 should be on a new line. 116
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 150
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 150
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 151
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 151
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 153
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 153
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 153
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 153
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 154
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 154
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 169
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 169
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 173
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 173
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 174
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 174
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 174
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 174
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 177
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 177
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 182
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 186
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 188
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 188
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 190

fr/paris/lutece/plugins/identityexport/export/ProfileGenerator.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppLogService. 11
 Erreur
javadoc JavadocType Missing a Javadoc comment. 17
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 17
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 20
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 20
 Erreur
javadoc JavadocMethod Expected @param tag for 'profile'. 28
 Erreur
javadoc JavadocMethod Expected @param tag for 'strContent'. 48
 Erreur
javadoc JavadocMethod Expected @return tag. 66
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 71
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 71
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 72
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 73
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 73
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 78
 Erreur
javadoc JavadocMethod Expected @param tag for 'resource'. 98
 Erreur
javadoc JavadocMethod Expected @return tag. 163
 Erreur
javadoc JavadocMethod Expected @return tag. 171

fr/paris/lutece/plugins/identityexport/rbac/AccessExportProfileResource.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 66 should be on a new line. 5

fr/paris/lutece/plugins/identityexport/rbac/AccessExportProfileResourceIdService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 14
 Erreur
blocks LeftCurly '{' at column 77 should be on a new line. 14
 Erreur
blocks LeftCurly '{' at column 28 should be on a new line. 23
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 45
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 45
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 49
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 49
 Erreur
blocks LeftCurly '{' at column 65 should be on a new line. 49
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 54
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 54
 Erreur
blocks LeftCurly '{' at column 69 should be on a new line. 54
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 55
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 55
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 55
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 55
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 55
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 55

fr/paris/lutece/plugins/identityexport/service/file/implementation/LocalFileSystemDirectoryFileService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocMethod Expected @param tag for 'fileDownloadUrlService'. 56
 Erreur
javadoc JavadocMethod Expected @param tag for 'fileRBACService'. 56
 Erreur
javadoc JavadocMethod Expected @param tag for 'fileRBACService'. 78
 Erreur
javadoc JavadocMethod Expected @param tag for 'strKey'. 156
 Erreur
javadoc JavadocMethod Expected @param tag for 'withPhysicalFile'. 156
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 158
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 158
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 158
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 158
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 158
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 158
 Erreur
blocks LeftCurly '{' at column 12 should be on a new line. 178
 Erreur
blocks RightCurly '}' at column 8 should be alone on a line. 180
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 180
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 181
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 193
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 193
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 195
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 195
 Erreur
blocks LeftCurly '{' at column 12 should be on a new line. 214
 Erreur
blocks RightCurly '}' at column 8 should be alone on a line. 216
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 216
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 216
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 216
 Erreur
blocks LeftCurly '{' at column 12 should be on a new line. 250
 Erreur
blocks RightCurly '}' at column 8 should be alone on a line. 252
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 252
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 252
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 252
 Erreur
blocks LeftCurly '{' at column 12 should be on a new line. 269
 Erreur
blocks RightCurly '}' at column 8 should be alone on a line. 271
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 271
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 271
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 271
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 278
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 283

fr/paris/lutece/plugins/identityexport/web/AbstractManageExtractionJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <S> tag. 50
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 77
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 103
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 104
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 109

fr/paris/lutece/plugins/identityexport/web/ExtractionJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - org.apache.commons.lang3.StringUtils. 75
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 139
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 142
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 142
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 142
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 142
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
blocks LeftCurly '{' at column 173 should be on a new line. 143
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 144
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 144
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 147
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 149
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 149
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 155
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 155
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 155
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 155
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 155
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 156
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 156
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 173
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 173
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 173
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 173
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 174
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 174
 Erreur
blocks LeftCurly '{' at column 10 should be on a new line. 200
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 205
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 208
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 208
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 210
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 210
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 211
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 215
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 217
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 217
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 219
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 219
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 219
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 222
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 222
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 222
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 222
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 224
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 229
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 230
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 231
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 231
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 231
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 231
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 232
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 233
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 233
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 233
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 233
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 233
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 247
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 267
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 267
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 324
 Erreur
blocks LeftCurly '{' at column 10 should be on a new line. 330
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 335
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 338
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 338
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 340
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 344
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 346
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 346
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 350
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 350
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 350
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 350
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 352
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 357
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 358
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 359
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 359
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 359
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 359
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 359
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 374

fr/paris/lutece/plugins/identityexport/web/ProfilJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - java.util.Collections. 76
 Erreur
imports UnusedImports Unused import - java.util.Iterator. 79
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 152
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 155
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 155
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 155
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 155
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 155
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 155
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 156
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 156
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 159
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 159
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 162
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 162
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 162
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 162
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 163
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 163
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 184
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 184
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 184
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 184
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 185
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 185
 Erreur
blocks LeftCurly '{' at column 10 should be on a new line. 209
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 215
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 219
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 219
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 223
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 223
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 228
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 228
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 228
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 228
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 230
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 235
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 249
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 268
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 268
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 269
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 269
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 271
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 271
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 273
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 273
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 273
 Erreur
blocks LeftCurly '{' at column 92 should be on a new line. 273
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 275
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 275
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 275
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 275
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 276
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 276
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 276
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 276
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 277
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 277
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 278
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 278
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 280
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 280
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 280
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 280
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 280
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 280
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 280
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 280
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 280
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 280
 Erreur
blocks LeftCurly '{' at column 204 should be on a new line. 280
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 282
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 282
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 283
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 283
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 283
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 283
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 284
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 284
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 285
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 285
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 288
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 289
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 302
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 305
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 305
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 305
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 305
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 305
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 305
 Erreur
blocks LeftCurly '{' at column 168 should be on a new line. 305
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 306
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 306
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 344
 Erreur
blocks LeftCurly '{' at column 94 should be on a new line. 344
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 349
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 351
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 351
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 351
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 351
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 351
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 351
 Erreur
blocks LeftCurly '{' at column 168 should be on a new line. 351
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 352
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 352
 Erreur
blocks LeftCurly '{' at column 10 should be on a new line. 357
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 363
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 367
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 367
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 371
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 371
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 371
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 371
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 373
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 378
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 392
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 395
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 395
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 395
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 395
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 395
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 395
 Erreur
blocks LeftCurly '{' at column 180 should be on a new line. 395
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 396
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 396
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 418
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 427
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 432
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 456
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 457
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 459
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 544