Fork me on GitHub

Résultats Checkstyle

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

Résumé

Fichiers  Infos  Avertissements  Erreurs
12 0 0 389

Règles

Catégorie Règle Violations Sévérité
blocks EmptyBlock 1  Erreur
LeftCurly
  • option: "nl"
38  Erreur
NeedBraces 4  Erreur
RightCurly
  • option: "alone"
4  Erreur
coding DeclarationOrder 25  Erreur
SimplifyBooleanReturn 1  Erreur
design FinalClass 1  Erreur
HideUtilityClassConstructor 2  Erreur
MutableException 3  Erreur
VisibilityModifier 7  Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/cms-module-document-import-doc-QA/workspace/target/checkstyle-header.txt"
10  Erreur
imports UnusedImports 12  Erreur
javadoc JavadocMethod 30  Erreur
JavadocType 7  Erreur
misc Translation 29  Erreur
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1  Erreur
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1  Erreur
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2  Erreur
regexp RegexpSinglelineJava
  • format: "System\.exit"
1  Erreur
RegexpSinglelineJava
  • format: "System\.out\.println"
1  Erreur
whitespace ParenPad
  • option: "space"
170  Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
40  Erreur

Détails

fr/paris/lutece/pligins/documentimport/service/DocumentimportService.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.plugins.document.business.DocumentHome. 16
 Erreur design FinalClass Class DocumentimportService should be declared as final. 41
 Erreur javadoc JavadocType Missing a Javadoc comment. 41
 Erreur blocks LeftCurly '{' at column 36 should be on a new line. 41
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 57
 Erreur whitespace ParenPad '(' is not followed by whitespace. 74
 Erreur javadoc JavadocMethod Expected @param tag for 'valueAttribute'. 74
 Erreur javadoc JavadocMethod Expected @param tag for '_docError'. 74
 Erreur naming ParameterName Name '_docError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
 Erreur javadoc JavadocMethod Expected @param tag for 'user'. 74
 Erreur whitespace ParenPad '(' is not followed by whitespace. 76
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 76
 Erreur whitespace ParenPad '(' is not followed by whitespace. 77
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 77
 Erreur whitespace ParenPad '(' is not followed by whitespace. 78
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 78
 Erreur whitespace ParenPad '(' is not followed by whitespace. 79
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 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. 81
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur whitespace ParenPad '(' is not followed by whitespace. 83
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 83
 Erreur whitespace ParenPad '(' is not followed by whitespace. 95
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 96
 Erreur whitespace ParenPad '(' is not followed by whitespace. 102
 Erreur whitespace ParenPad '(' is not followed by whitespace. 108
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 109
 Erreur whitespace ParenPad '(' is not followed by whitespace. 123
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 124
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 137
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 169
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 184
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 202
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 217
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 235
 Erreur blocks LeftCurly '{' at column 13 should be on a new line. 272
 Erreur whitespace ParenPad '(' is not followed by whitespace. 273
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 273
 Erreur blocks RightCurly '}' at column 3 should be alone on a line. 275
 Erreur whitespace ParenPad '(' is not followed by whitespace. 275
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 275
 Erreur blocks LeftCurly '{' at column 33 should be on a new line. 275
 Erreur regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 277
 Erreur javadoc JavadocMethod Unused @param tag for 'mRequest'. 288
 Erreur javadoc JavadocMethod Expected @param tag for 'valueAttribute'. 292
 Erreur javadoc JavadocMethod Expected @param tag for '_docError'. 292
 Erreur naming ParameterName Name '_docError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 292
 Erreur whitespace ParenPad '(' is not followed by whitespace. 295
 Erreur whitespace ParenPad '(' is not followed by whitespace. 295
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 295
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 295
 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. 302
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 302
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 313
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 313
 Erreur whitespace ParenPad '(' is not followed by whitespace. 315
 Erreur whitespace ParenPad '(' is not followed by whitespace. 321
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 321
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 323
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 451
 Erreur whitespace ParenPad '(' is not followed by whitespace. 454
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 454
 Erreur javadoc JavadocMethod Expected @param tag for 'user'. 477
 Erreur whitespace ParenPad '(' is not followed by whitespace. 492
 Erreur javadoc JavadocMethod Expected @param tag for 'nameSpaceParent'. 492
 Erreur javadoc JavadocMethod Expected @param tag for 'nameSpaceFils'. 492
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 492
 Erreur blocks LeftCurly '{' at column 72 should be on a new line. 492
 Erreur whitespace ParenPad '(' is not followed by whitespace. 495
 Erreur blocks LeftCurly '{' at column 58 should be on a new line. 495
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 496
 Erreur whitespace ParenPad '(' is not followed by whitespace. 496
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 496
 Erreur whitespace ParenPad '(' is not followed by whitespace. 497
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 497
 Erreur blocks LeftCurly '{' at column 24 should be on a new line. 497
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 500
 Erreur whitespace ParenPad '(' is not followed by whitespace. 500
 Erreur whitespace ParenPad '(' is not followed by whitespace. 500
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 500
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 500
 Erreur whitespace ParenPad '(' is not followed by whitespace. 502
 Erreur blocks LeftCurly '{' at column 41 should be on a new line. 502
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 504
 Erreur whitespace ParenPad '(' is not followed by whitespace. 504
 Erreur whitespace ParenPad '(' is not followed by whitespace. 504
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 504
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 504
 Erreur whitespace ParenPad '(' is not followed by whitespace. 515
 Erreur javadoc JavadocMethod Expected @param tag for 'nameSpace'. 515
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 515
 Erreur blocks LeftCurly '{' at column 54 should be on a new line. 515
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 517
 Erreur whitespace ParenPad '(' is not followed by whitespace. 519
 Erreur blocks LeftCurly '{' at column 41 should be on a new line. 519
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 521
 Erreur whitespace ParenPad '(' is not followed by whitespace. 521
 Erreur whitespace ParenPad '(' is not followed by whitespace. 521
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 521
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 521

fr/paris/lutece/plugin/documentimport/business/DocumentAttributDAO.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. 8
 Erreur blocks LeftCurly '{' at column 72 should be on a new line. 8
 Erreur whitespace ParenPad '(' is not followed by whitespace. 17
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 18
 Erreur blocks LeftCurly '{' at column 29 should be on a new line. 18
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Erreur whitespace ParenPad '(' is not followed by whitespace. 36
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 36
 Erreur blocks LeftCurly '{' at column 65 should be on a new line. 36
 Erreur whitespace ParenPad '(' is not followed by whitespace. 45
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 45

fr/paris/lutece/plugin/documentimport/business/DocumentAttributHome.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. 7
 Erreur blocks LeftCurly '{' at column 41 should be on a new line. 7
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 22
 Erreur whitespace ParenPad '(' is not followed by whitespace. 22
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 22
 Erreur whitespace ParenPad '(' is not followed by whitespace. 24
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 24
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 28
 Erreur whitespace ParenPad '(' is not followed by whitespace. 28
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 28
 Erreur whitespace ParenPad '(' is not followed by whitespace. 30
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 30

fr/paris/lutece/plugin/documentimport/business/IDocumentAttributDAO.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 39 should be on a new line. 5
 Erreur javadoc JavadocMethod Expected an @return tag. 13
 Erreur whitespace ParenPad '(' is not followed by whitespace. 13
 Erreur javadoc JavadocMethod Expected @param tag for 'documentTypeAttrName'. 13
 Erreur javadoc JavadocMethod Expected @param tag for 'codeDocumentType'. 13
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 13
 Erreur javadoc JavadocMethod Expected an @return tag. 21
 Erreur whitespace ParenPad '(' is not followed by whitespace. 21
 Erreur javadoc JavadocMethod Expected @param tag for 'idDocumentAttribut'. 21
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 21

fr/paris/lutece/plugins/documentimport/resources/documentimport_messages_en.properties

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'adminFeature.ManageDocumentimport.description' missing.
 Erreur misc Translation Key 'adminFeature.ManageDocumentimport.name' missing.
 Erreur misc Translation Key 'import_document.error.line' missing.
 Erreur misc Translation Key 'import_document.warning.line' missing.
 Erreur misc Translation Key 'import_documentimport.label.file' missing.
 Erreur misc Translation Key 'import_documentimport.label.nb.error' missing.
 Erreur misc Translation Key 'import_documentimport.label.nb.line.insert.bdd' missing.
 Erreur misc Translation Key 'import_documentimport.label.nb.line.not.insert.bdd' missing.
 Erreur misc Translation Key 'import_documentimport.label.nb.line.read' missing.
 Erreur misc Translation Key 'import_documentimport.label.nb.warning' missing.
 Erreur misc Translation Key 'import_documentimport.label.space' missing.
 Erreur misc Translation Key 'import_documentimport.label.title' missing.
 Erreur misc Translation Key 'import_documentimport.label.type' missing.
 Erreur misc Translation Key 'import_documentimport_record.label_file' missing.
 Erreur misc Translation Key 'invalid.date.before' missing.
 Erreur misc Translation Key 'invalid.date.begin' missing.
 Erreur misc Translation Key 'invalid.date.end' missing.
 Erreur misc Translation Key 'invalid.date.end.befor.begin' missing.
 Erreur misc Translation Key 'mandatory.field' missing.
 Erreur misc Translation Key 'message.duplicate.document' missing.
 Erreur misc Translation Key 'message.error.csv.head' missing.
 Erreur misc Translation Key 'message.error.number.separartor' missing.
 Erreur misc Translation Key 'message.error_csv_file_import' missing.
 Erreur misc Translation Key 'message.mandatory.field' missing.
 Erreur misc Translation Key 'message.mandatory.required' missing.
 Erreur misc Translation Key 'message.space.error' missing.
 Erreur misc Translation Key 'warning.illegal.char' missing.

fr/paris/lutece/plugins/documentimport/resources/documentimport_messages_fr.properties

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'adminFeature.ManageDocumentimportexport.description' missing.
 Erreur misc Translation Key 'adminFeature.ManageDocumentimportexport.name' missing.

fr/paris/lutece/plugins/documentimport/util/DocumentImport.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 design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 5
 Erreur blocks LeftCurly '{' at column 29 should be on a new line. 5
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 9
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 10
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 11
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 12
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 13
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 14
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 14

fr/paris/lutece/plugins/documentimport/util/DocumentimporError.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 33 should be on a new line. 3
 Erreur javadoc JavadocMethod Unused @param tag for 'nCountLine'. 41
 Erreur javadoc JavadocMethod Expected @param tag for 'nCountWarning'. 43
 Erreur javadoc JavadocMethod Unused @param tag for 'strWarnong'. 94
 Erreur javadoc JavadocMethod Expected @param tag for 'strWarning'. 96

fr/paris/lutece/plugins/documentimport/util/DocumentimportException.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of '/*'. 1
 Erreur blocks LeftCurly '{' at column 55 should be on a new line. 8
 Erreur design MutableException The field '_strTitleField' must be declared final. 11
 Erreur design MutableException The field '_strErrorMessage' must be declared final. 12
 Erreur design MutableException The field '_bMandatoryError' must be declared final. 13

fr/paris/lutece/plugins/documentimport/util/DocumentimportUtils.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 design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 5
 Erreur blocks LeftCurly '{' at column 40 should be on a new line. 5

fr/paris/lutece/plugins/documentimport/web/DocumentimportJspBean.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 - java.util.Arrays. 6
 Erreur imports UnusedImports Unused import - fr.paris.lutece.plugins.document.business.spaces.DocumentSpaceHome. 22
 Erreur imports UnusedImports Unused import - fr.paris.lutece.plugins.document.utils.IntegerUtils. 23
 Erreur imports UnusedImports Unused import - fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean. 36
 Erreur imports UnusedImports Unused import - fr.paris.lutece.portal.util.mvc.admin.annotations.Controller. 37
 Erreur imports UnusedImports Unused import - fr.paris.lutece.portal.util.mvc.commons.annotations.Action. 38
 Erreur imports UnusedImports Unused import - fr.paris.lutece.portal.util.mvc.commons.annotations.View. 39
 Erreur imports UnusedImports Unused import - fr.paris.lutece.util.ReferenceItem. 42
 Erreur imports UnusedImports Unused import - fr.paris.lutece.util.ReferenceList. 43
 Erreur blocks LeftCurly '{' at column 66 should be on a new line. 51
 Erreur coding DeclarationOrder Variable access definition in wrong order. 57
 Erreur coding DeclarationOrder Variable access definition in wrong order. 58
 Erreur coding DeclarationOrder Variable access definition in wrong order. 59
 Erreur coding DeclarationOrder Variable access definition in wrong order. 60
 Erreur design VisibilityModifier Variable '_nDefaultItemsPerPage' must be private and have accessor methods. 68
 Erreur design VisibilityModifier Variable '_strCurrentPageIndex' must be private and have accessor methods. 69
 Erreur design VisibilityModifier Variable '_nItemsPerPage' must be private and have accessor methods. 70
 Erreur coding DeclarationOrder Static variable definition in wrong order. 73
 Erreur coding DeclarationOrder Static variable definition in wrong order. 74
 Erreur coding DeclarationOrder Static variable definition in wrong order. 75
 Erreur coding DeclarationOrder Static variable definition in wrong order. 76
 Erreur coding DeclarationOrder Static variable definition in wrong order. 78
 Erreur coding DeclarationOrder Static variable definition in wrong order. 81
 Erreur coding DeclarationOrder Static variable definition in wrong order. 82
 Erreur coding DeclarationOrder Static variable definition in wrong order. 83
 Erreur coding DeclarationOrder Static variable definition in wrong order. 84
 Erreur coding DeclarationOrder Static variable definition in wrong order. 85
 Erreur coding DeclarationOrder Static variable definition in wrong order. 86
 Erreur coding DeclarationOrder Static variable definition in wrong order. 88
 Erreur coding DeclarationOrder Static variable definition in wrong order. 89
 Erreur coding DeclarationOrder Static variable definition in wrong order. 92
 Erreur coding DeclarationOrder Static variable definition in wrong order. 93
 Erreur coding DeclarationOrder Static variable definition in wrong order. 94
 Erreur coding DeclarationOrder Static variable definition in wrong order. 95
 Erreur coding DeclarationOrder Static variable definition in wrong order. 98
 Erreur coding DeclarationOrder Static variable definition in wrong order. 99
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 99
 Erreur coding DeclarationOrder Variable access definition in wrong order. 102
 Erreur naming MemberName Name 'documentError' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 102
 Erreur design VisibilityModifier Variable 'documentError' must be private and have accessor methods. 102
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Erreur javadoc JavadocMethod Expected @param tag for 'request'. 111
 Erreur whitespace ParenPad '(' is not followed by whitespace. 115
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 115
 Erreur blocks LeftCurly '{' at column 79 should be on a new line. 115
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 120
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 140
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 141
 Erreur naming LocalVariableName Name '_strSpaceId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 144
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 173
 Erreur whitespace ParenPad '(' is not followed by whitespace. 173
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 173
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 174
 Erreur whitespace ParenPad '(' is not followed by whitespace. 174
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 174
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 187
 Erreur whitespace ParenPad '(' is not followed by whitespace. 187
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 187
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 192
 Erreur whitespace ParenPad '(' is not followed by whitespace. 212
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 212
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 217
 Erreur blocks LeftCurly '{' at column 33 should be on a new line. 217
 Erreur whitespace ParenPad '(' is not followed by whitespace. 219
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 219
 Erreur blocks LeftCurly '{' at column 50 should be on a new line. 219
 Erreur whitespace ParenPad '(' is not followed by whitespace. 221
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 221
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 223
 Erreur whitespace ParenPad '(' is not followed by whitespace. 224
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 224
 Erreur blocks LeftCurly '{' at column 44 should be on a new line. 224
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 239
 Erreur blocks RightCurly '}' at column 19 should be alone on a line. 241
 Erreur blocks LeftCurly '{' at column 69 should be on a new line. 241
 Erreur blocks LeftCurly '{' at column 23 should be on a new line. 256
 Erreur whitespace ParenPad '(' is not followed by whitespace. 263
 Erreur whitespace ParenPad '(' is not followed by whitespace. 263
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 263
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 263
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 267
 Erreur whitespace ParenPad '(' is not followed by whitespace. 267
 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. 267
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 267
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 267
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 271
 Erreur blocks LeftCurly '{' at column 44 should be on a new line. 271
 Erreur whitespace ParenPad '(' is not followed by whitespace. 276
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 276
 Erreur blocks RightCurly '}' at column 26 should be alone on a line. 280
 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 preceded with whitespace. 280
 Erreur blocks LeftCurly '{' at column 115 should be on a new line. 280
 Erreur whitespace ParenPad '(' is not followed by whitespace. 285
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 285
 Erreur blocks RightCurly '}' at column 20 should be alone on a line. 289
 Erreur blocks LeftCurly '{' at column 25 should be on a new line. 289
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 291
 Erreur whitespace ParenPad '(' is not followed by whitespace. 291
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 291
 Erreur whitespace ParenPad '(' is not followed by whitespace. 293
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 293
 Erreur blocks LeftCurly '{' at column 45 should be on a new line. 293
 Erreur whitespace ParenPad '(' is not followed by whitespace. 294
 Erreur whitespace ParenPad '(' is not followed by whitespace. 294
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 294
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 294
 Erreur whitespace ParenPad '(' is not followed by whitespace. 338
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 338
 Erreur whitespace ParenPad '(' is not followed by whitespace. 348
 Erreur javadoc JavadocMethod Expected @param tag for 'codeDocumentType'. 348
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 348
 Erreur blocks LeftCurly '{' at column 68 should be on a new line. 348
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 353
 Erreur whitespace ParenPad '(' is not followed by whitespace. 356
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 356
 Erreur whitespace ParenPad '(' is not followed by whitespace. 357
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 357
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 362
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 364
 Erreur whitespace ParenPad '(' is not followed by whitespace. 365
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 365
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 370
 Erreur whitespace ParenPad '(' is not followed by whitespace. 371
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 371
 Erreur blocks LeftCurly '{' at column 47 should be on a new line. 371
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 372
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 372
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 373
 Erreur javadoc JavadocMethod Expected an @return tag. 387
 Erreur whitespace ParenPad '(' is not followed by whitespace. 387
 Erreur javadoc JavadocMethod Expected @param tag for 'requiredAttributs'. 387
 Erreur javadoc JavadocMethod Expected @param tag for 'head'. 387
 Erreur javadoc JavadocMethod Expected @param tag for 'request'. 387
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 387
 Erreur blocks LeftCurly '{' at column 106 should be on a new line. 387
 Erreur whitespace ParenPad '(' is not followed by whitespace. 390
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 390
 Erreur blocks LeftCurly '{' at column 47 should be on a new line. 390
 Erreur whitespace ParenPad '(' is not followed by whitespace. 392
 Erreur whitespace ParenPad '(' is not followed by whitespace. 392
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 392
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 392
 Erreur blocks LeftCurly '{' at column 38 should be on a new line. 392
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 407
 Erreur whitespace ParenPad '(' is not followed by whitespace. 420
 Erreur javadoc JavadocMethod Expected @param tag for 'attributValue'. 420
 Erreur javadoc JavadocMethod Expected @param tag for 'valueAttribut'. 420
 Erreur blocks LeftCurly '{' at column 90 should be on a new line. 420
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 422
 Erreur coding SimplifyBooleanReturn Conditional logic can be removed. 422
 Erreur whitespace ParenPad '(' is not followed by whitespace. 422
 Erreur whitespace ParenPad '(' is not followed by whitespace. 422
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 422
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 422
 Erreur blocks NeedBraces 'else' construct must use '{}'s. 423

fr/paris/lutece/plugins/documentimport/web/ManageDocumentimportJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - fr.paris.lutece.pligins.documentimport.service.DocumentimportService. 42
 Erreur imports UnusedImports Unused import - fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean. 48
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 65
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Erreur design VisibilityModifier Variable '_nDefaultItemsPerPage' must be private and have accessor methods. 69
 Erreur design VisibilityModifier Variable '_strCurrentPageIndex' must be private and have accessor methods. 70
 Erreur design VisibilityModifier Variable '_nItemsPerPage' must be private and have accessor methods. 71
 Erreur coding DeclarationOrder Static variable definition in wrong order. 72
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 72
 Erreur javadoc JavadocMethod Expected @param tag for 'request'. 79
 Erreur blocks LeftCurly '{' at column 83 should be on a new line. 79
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 83
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 83
 Erreur whitespace ParenPad '(' is not followed by whitespace. 84
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 84
 Erreur blocks LeftCurly '{' at column 39 should be on a new line. 84
 Erreur whitespace ParenPad '(' is not followed by whitespace. 86
 Erreur whitespace ParenPad '(' is not followed by whitespace. 86
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 86
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 86
 Erreur blocks LeftCurly '{' at column 50 should be on a new line. 86
 Erreur blocks EmptyBlock Must have at least one statement. 86
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 92
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 94
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 97