Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
12 0 0 389

Rules

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

Details

fr/paris/lutece/pligins/documentimport/service/DocumentimportService.java

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

fr/paris/lutece/plugin/documentimport/business/DocumentAttributDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error javadoc JavadocType Missing a Javadoc comment. 8
 Error blocks LeftCurly '{' at column 72 should be on a new line. 8
 Error whitespace ParenPad '(' is not followed by whitespace. 17
 Error whitespace ParenPad ')' is not preceded with whitespace. 18
 Error blocks LeftCurly '{' at column 29 should be on a new line. 18
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error whitespace ParenPad '(' is not followed by whitespace. 36
 Error whitespace ParenPad ')' is not preceded with whitespace. 36
 Error blocks LeftCurly '{' at column 65 should be on a new line. 36
 Error whitespace ParenPad '(' is not followed by whitespace. 45
 Error whitespace ParenPad ')' is not preceded with whitespace. 45

fr/paris/lutece/plugin/documentimport/business/DocumentAttributHome.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error javadoc JavadocType Missing a Javadoc comment. 7
 Error blocks LeftCurly '{' at column 41 should be on a new line. 7
 Error javadoc JavadocMethod Missing a Javadoc comment. 22
 Error whitespace ParenPad '(' is not followed by whitespace. 22
 Error whitespace ParenPad ')' is not preceded with whitespace. 22
 Error whitespace ParenPad '(' is not followed by whitespace. 24
 Error whitespace ParenPad ')' is not preceded with whitespace. 24
 Error javadoc JavadocMethod Missing a Javadoc comment. 28
 Error whitespace ParenPad '(' is not followed by whitespace. 28
 Error whitespace ParenPad ')' is not preceded with whitespace. 28
 Error whitespace ParenPad '(' is not followed by whitespace. 30
 Error whitespace ParenPad ')' is not preceded with whitespace. 30

fr/paris/lutece/plugin/documentimport/business/IDocumentAttributDAO.java

Severity Category Rule Message Line
 Error header Header Missing a header - not enough lines in file. 1
 Error javadoc JavadocType Missing a Javadoc comment. 5
 Error blocks LeftCurly '{' at column 39 should be on a new line. 5
 Error javadoc JavadocMethod Expected an @return tag. 13
 Error whitespace ParenPad '(' is not followed by whitespace. 13
 Error javadoc JavadocMethod Expected @param tag for 'documentTypeAttrName'. 13
 Error javadoc JavadocMethod Expected @param tag for 'codeDocumentType'. 13
 Error whitespace ParenPad ')' is not preceded with whitespace. 13
 Error javadoc JavadocMethod Expected an @return tag. 21
 Error whitespace ParenPad '(' is not followed by whitespace. 21
 Error javadoc JavadocMethod Expected @param tag for 'idDocumentAttribut'. 21
 Error whitespace ParenPad ')' is not preceded with whitespace. 21

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

Severity Category Rule Message Line
 Error misc Translation Key 'adminFeature.ManageDocumentimport.description' missing.
 Error misc Translation Key 'adminFeature.ManageDocumentimport.name' missing.
 Error misc Translation Key 'import_document.error.line' missing.
 Error misc Translation Key 'import_document.warning.line' missing.
 Error misc Translation Key 'import_documentimport.label.file' missing.
 Error misc Translation Key 'import_documentimport.label.nb.error' missing.
 Error misc Translation Key 'import_documentimport.label.nb.line.insert.bdd' missing.
 Error misc Translation Key 'import_documentimport.label.nb.line.not.insert.bdd' missing.
 Error misc Translation Key 'import_documentimport.label.nb.line.read' missing.
 Error misc Translation Key 'import_documentimport.label.nb.warning' missing.
 Error misc Translation Key 'import_documentimport.label.space' missing.
 Error misc Translation Key 'import_documentimport.label.title' missing.
 Error misc Translation Key 'import_documentimport.label.type' missing.
 Error misc Translation Key 'import_documentimport_record.label_file' missing.
 Error misc Translation Key 'invalid.date.before' missing.
 Error misc Translation Key 'invalid.date.begin' missing.
 Error misc Translation Key 'invalid.date.end' missing.
 Error misc Translation Key 'invalid.date.end.befor.begin' missing.
 Error misc Translation Key 'mandatory.field' missing.
 Error misc Translation Key 'message.duplicate.document' missing.
 Error misc Translation Key 'message.error.csv.head' missing.
 Error misc Translation Key 'message.error.number.separartor' missing.
 Error misc Translation Key 'message.error_csv_file_import' missing.
 Error misc Translation Key 'message.mandatory.field' missing.
 Error misc Translation Key 'message.mandatory.required' missing.
 Error misc Translation Key 'message.space.error' missing.
 Error misc Translation Key 'warning.illegal.char' missing.

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

Severity Category Rule Message Line
 Error misc Translation Key 'adminFeature.ManageDocumentimportexport.description' missing.
 Error misc Translation Key 'adminFeature.ManageDocumentimportexport.name' missing.

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

Severity Category Rule Message Line
 Error header Header Missing a header - not enough lines in file. 1
 Error javadoc JavadocType Missing a Javadoc comment. 5
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 5
 Error blocks LeftCurly '{' at column 29 should be on a new line. 5
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 9
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 10
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 11
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 12
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 13
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 14
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 14

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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error javadoc JavadocType Missing a Javadoc comment. 3
 Error blocks LeftCurly '{' at column 33 should be on a new line. 3
 Error javadoc JavadocMethod Unused @param tag for 'nCountLine'. 41
 Error javadoc JavadocMethod Expected @param tag for 'nCountWarning'. 43
 Error javadoc JavadocMethod Unused @param tag for 'strWarnong'. 94
 Error javadoc JavadocMethod Expected @param tag for 'strWarning'. 96

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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error blocks LeftCurly '{' at column 55 should be on a new line. 8
 Error design MutableException The field '_strTitleField' must be declared final. 11
 Error design MutableException The field '_strErrorMessage' must be declared final. 12
 Error design MutableException The field '_bMandatoryError' must be declared final. 13

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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error javadoc JavadocType Missing a Javadoc comment. 5
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 5
 Error blocks LeftCurly '{' at column 40 should be on a new line. 5

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

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

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

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