This project has retired. For details please refer to its Attic page.
Archiva Base :: Storage Filesystem Based – Checkstyle Results Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
5 0 2 258

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
32  Error
RightCurly
  • option: "alone"
15  Error
imports AvoidStarImport 1  Error
javadoc JavadocMethod
  • scope: "protected"
2  Warning
naming ConstantName 1  Error
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
15  Error
whitespace ParenPad
  • option: "space"
167  Error
WhitespaceAround 23  Error

Details

org/apache/archiva/repository/storage/FilesystemAsset.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found '}' 271

org/apache/archiva/repository/storage/FilesystemAssetTest.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'Assert' 103

org/apache/archiva/repository/storage/FilesystemStorage.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.nio.file.*. 39
 Error blocks LeftCurly '{' should be on a new line. 48
 Error naming ConstantName Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
 Error whitespace ParenPad '(' is not followed by whitespace. 50
 Error whitespace ParenPad ')' is not preceded with whitespace. 50
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Error whitespace ParenPad '(' is not followed by whitespace. 55
 Error whitespace ParenPad ')' is not preceded with whitespace. 55
 Error blocks LeftCurly '{' should be on a new line. 55
 Error whitespace ParenPad '(' is not followed by whitespace. 56
 Error whitespace ParenPad '(' is not followed by whitespace. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error blocks LeftCurly '{' should be on a new line. 56
 Error whitespace ParenPad '(' is not followed by whitespace. 57
 Error whitespace ParenPad ')' is not preceded with whitespace. 57
 Error whitespace ParenPad '(' is not followed by whitespace. 63
 Error whitespace ParenPad ')' is not preceded with whitespace. 63
 Error blocks LeftCurly '{' should be on a new line. 63
 Error whitespace ParenPad '(' is not followed by whitespace. 65
 Error whitespace ParenPad '(' is not followed by whitespace. 65
 Error whitespace ParenPad ')' is not preceded with whitespace. 65
 Error whitespace ParenPad ')' is not preceded with whitespace. 65
 Error blocks LeftCurly '{' should be on a new line. 65
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Error whitespace ParenPad '(' is not followed by whitespace. 71
 Error whitespace ParenPad ')' is not preceded with whitespace. 71
 Error blocks LeftCurly '{' should be on a new line. 71
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error whitespace ParenPad '(' is not followed by whitespace. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 75
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error sizes LineLength Line is longer than 120 characters (found 125). 81
 Error whitespace ParenPad '(' is not followed by whitespace. 81
 Error blocks LeftCurly '{' should be on a new line. 84
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error blocks LeftCurly '{' should be on a new line. 85
 Error blocks RightCurly '}' should be alone on a line. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error blocks RightCurly '}' should be alone on a line. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error sizes LineLength Line is longer than 120 characters (found 145). 108
 Error blocks LeftCurly '{' should be on a new line. 111
 Error whitespace ParenPad '(' is not followed by whitespace. 112
 Error whitespace ParenPad ')' is not preceded with whitespace. 112
 Error blocks LeftCurly '{' should be on a new line. 112
 Error blocks RightCurly '}' should be alone on a line. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 122
 Error whitespace ParenPad ')' is not preceded with whitespace. 122
 Error blocks RightCurly '}' should be alone on a line. 126
 Error whitespace ParenPad '(' is not followed by whitespace. 126
 Error whitespace ParenPad ')' is not preceded with whitespace. 126
 Error sizes LineLength Line is longer than 120 characters (found 126). 134
 Error blocks LeftCurly '{' should be on a new line. 137
 Error whitespace ParenPad '(' is not followed by whitespace. 138
 Error whitespace ParenPad ')' is not preceded with whitespace. 138
 Error blocks LeftCurly '{' should be on a new line. 138
 Error blocks RightCurly '}' should be alone on a line. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 148
 Error whitespace ParenPad ')' is not preceded with whitespace. 148
 Error blocks RightCurly '}' should be alone on a line. 152
 Error whitespace ParenPad '(' is not followed by whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error sizes LineLength Line is longer than 120 characters (found 142). 161
 Error blocks LeftCurly '{' should be on a new line. 164
 Error whitespace ParenPad '(' is not followed by whitespace. 165
 Error whitespace ParenPad ')' is not preceded with whitespace. 165
 Error blocks LeftCurly '{' should be on a new line. 165
 Error blocks RightCurly '}' should be alone on a line. 167
 Error sizes LineLength Line is longer than 120 characters (found 155). 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error whitespace ParenPad '(' is not followed by whitespace. 175
 Error whitespace ParenPad ')' is not preceded with whitespace. 175
 Error blocks RightCurly '}' should be alone on a line. 179
 Error whitespace ParenPad '(' is not followed by whitespace. 179
 Error whitespace ParenPad ')' is not preceded with whitespace. 179
 Error whitespace ParenPad ')' is not preceded with whitespace. 186
 Error whitespace ParenPad ')' is not preceded with whitespace. 193
 Error whitespace ParenPad ')' is not preceded with whitespace. 193
 Error whitespace ParenPad '(' is not followed by whitespace. 199
 Error whitespace ParenPad ')' is not preceded with whitespace. 199
 Error blocks RightCurly '}' should be alone on a line. 201
 Error whitespace ParenPad ')' is not preceded with whitespace. 206
 Error whitespace ParenPad '(' is not followed by whitespace. 208
 Error whitespace ParenPad ')' is not preceded with whitespace. 208
 Error whitespace ParenPad '(' is not followed by whitespace. 209
 Error whitespace ParenPad ')' is not preceded with whitespace. 209
 Error sizes LineLength Line is longer than 120 characters (found 124). 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 220
 Error whitespace ParenPad '(' is not followed by whitespace. 226
 Error whitespace ParenPad ')' is not preceded with whitespace. 226
 Error blocks RightCurly '}' should be alone on a line. 228
 Error whitespace ParenPad ')' is not preceded with whitespace. 233
 Error whitespace ParenPad '(' is not followed by whitespace. 235
 Error whitespace ParenPad ')' is not preceded with whitespace. 235
 Error whitespace ParenPad '(' is not followed by whitespace. 236
 Error whitespace ParenPad ')' is not preceded with whitespace. 236
 Error whitespace ParenPad ')' is not preceded with whitespace. 241
 Error whitespace ParenPad ')' is not preceded with whitespace. 248
 Error whitespace ParenPad ')' is not preceded with whitespace. 248
 Error whitespace ParenPad '(' is not followed by whitespace. 254
 Error whitespace ParenPad ')' is not preceded with whitespace. 254
 Error blocks RightCurly '}' should be alone on a line. 256
 Error whitespace ParenPad ')' is not preceded with whitespace. 261
 Error whitespace ParenPad '(' is not followed by whitespace. 263
 Error whitespace ParenPad ')' is not preceded with whitespace. 263
 Error whitespace ParenPad '(' is not followed by whitespace. 264
 Error whitespace ParenPad ')' is not preceded with whitespace. 264
 Error whitespace ParenPad ')' is not preceded with whitespace. 268
 Error sizes LineLength Line is longer than 120 characters (found 162). 275
 Error whitespace ParenPad ')' is not preceded with whitespace. 275
 Error whitespace ParenPad '(' is not followed by whitespace. 281
 Error whitespace ParenPad ')' is not preceded with whitespace. 281
 Error blocks RightCurly '}' should be alone on a line. 283
 Error whitespace ParenPad ')' is not preceded with whitespace. 288
 Error whitespace ParenPad '(' is not followed by whitespace. 290
 Error whitespace ParenPad ')' is not preceded with whitespace. 290
 Error whitespace ParenPad '(' is not followed by whitespace. 291
 Error whitespace ParenPad ')' is not preceded with whitespace. 291
 Error blocks LeftCurly '{' should be on a new line. 296
 Error whitespace ParenPad '(' is not followed by whitespace. 308
 Error whitespace ParenPad ')' is not preceded with whitespace. 308
 Error blocks LeftCurly '{' should be on a new line. 308
 Error whitespace ParenPad '(' is not followed by whitespace. 309
 Error whitespace ParenPad ')' is not preceded with whitespace. 309
 Error whitespace ParenPad '(' is not followed by whitespace. 310
 Error whitespace ParenPad '(' is not followed by whitespace. 310
 Error whitespace ParenPad ')' is not preceded with whitespace. 310
 Error whitespace ParenPad ')' is not preceded with whitespace. 310
 Error blocks LeftCurly '{' should be on a new line. 310
 Error whitespace ParenPad '(' is not followed by whitespace. 311
 Error whitespace ParenPad ')' is not preceded with whitespace. 311
 Error whitespace ParenPad '(' is not followed by whitespace. 314
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 314
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 314
 Error whitespace ParenPad ')' is not preceded with whitespace. 314
 Error blocks LeftCurly '{' should be on a new line. 314
 Error blocks LeftCurly '{' should be on a new line. 322
 Error whitespace ParenPad '(' is not followed by whitespace. 323
 Error whitespace ParenPad '(' is not followed by whitespace. 323
 Error whitespace ParenPad ')' is not preceded with whitespace. 323
 Error whitespace ParenPad ')' is not preceded with whitespace. 323
 Error blocks RightCurly '}' should be alone on a line. 324
 Error whitespace ParenPad '(' is not followed by whitespace. 324
 Error whitespace ParenPad ')' is not preceded with whitespace. 324
 Error blocks LeftCurly '{' should be on a new line. 324
 Error whitespace ParenPad '(' is not followed by whitespace. 325
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 325
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 325
 Error whitespace ParenPad ')' is not preceded with whitespace. 325
 Error blocks LeftCurly '{' should be on a new line. 332
 Error whitespace ParenPad '(' is not followed by whitespace. 333
 Error whitespace ParenPad '(' is not followed by whitespace. 333
 Error whitespace ParenPad ')' is not preceded with whitespace. 333
 Error whitespace ParenPad ')' is not preceded with whitespace. 333
 Error blocks RightCurly '}' should be alone on a line. 334
 Error whitespace ParenPad '(' is not followed by whitespace. 334
 Error whitespace ParenPad ')' is not preceded with whitespace. 334
 Error blocks LeftCurly '{' should be on a new line. 334
 Error whitespace ParenPad '(' is not followed by whitespace. 335
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 335
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 335
 Error whitespace ParenPad ')' is not preceded with whitespace. 335
 Error whitespace ParenPad '(' is not followed by whitespace. 342
 Error whitespace ParenPad ')' is not preceded with whitespace. 342
 Error sizes LineLength Line is longer than 120 characters (found 122). 346
 Error sizes LineLength Line is longer than 120 characters (found 123). 349
 Error whitespace ParenPad '(' is not followed by whitespace. 349
 Error whitespace ParenPad '(' is not followed by whitespace. 349
 Error whitespace ParenPad ')' is not preceded with whitespace. 349
 Error whitespace ParenPad '(' is not followed by whitespace. 357
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 357
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 357
 Error whitespace ParenPad ')' is not preceded with whitespace. 357
 Error blocks LeftCurly '{' should be on a new line. 357
 Error sizes LineLength Line is longer than 120 characters (found 145). 358
 Error whitespace ParenPad '(' is not followed by whitespace. 358
 Error whitespace ParenPad ')' is not preceded with whitespace. 358
 Error whitespace ParenPad '(' is not followed by whitespace. 360
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 360
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 360
 Error whitespace ParenPad ')' is not preceded with whitespace. 360
 Error blocks LeftCurly '{' should be on a new line. 360
 Error sizes LineLength Line is longer than 120 characters (found 150). 361
 Error whitespace ParenPad '(' is not followed by whitespace. 361
 Error whitespace ParenPad ')' is not preceded with whitespace. 361
 Error whitespace ParenPad '(' is not followed by whitespace. 363
 Error whitespace ParenPad ')' is not preceded with whitespace. 363
 Error sizes LineLength Line is longer than 120 characters (found 122). 367
 Error sizes LineLength Line is longer than 120 characters (found 123). 370
 Error whitespace ParenPad '(' is not followed by whitespace. 370
 Error whitespace ParenPad '(' is not followed by whitespace. 370
 Error whitespace ParenPad ')' is not preceded with whitespace. 370
 Error whitespace ParenPad '(' is not followed by whitespace. 378
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 378
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 378
 Error whitespace ParenPad ')' is not preceded with whitespace. 378
 Error blocks LeftCurly '{' should be on a new line. 378
 Error sizes LineLength Line is longer than 120 characters (found 145). 379
 Error whitespace ParenPad '(' is not followed by whitespace. 379
 Error whitespace ParenPad ')' is not preceded with whitespace. 379
 Error whitespace ParenPad '(' is not followed by whitespace. 381
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 381
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 381
 Error whitespace ParenPad ')' is not preceded with whitespace. 381
 Error blocks LeftCurly '{' should be on a new line. 381
 Error sizes LineLength Line is longer than 120 characters (found 150). 382
 Error whitespace ParenPad '(' is not followed by whitespace. 382
 Error whitespace ParenPad ')' is not preceded with whitespace. 382
 Error whitespace ParenPad '(' is not followed by whitespace. 386
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 386
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 386
 Error whitespace WhitespaceAround '<' is not preceded with whitespace. 386
 Error whitespace WhitespaceAround '<' is not followed by whitespace. 386
 Error whitespace ParenPad ')' is not preceded with whitespace. 386
 Error blocks LeftCurly '{' should be on a new line. 386
 Error whitespace ParenPad '(' is not followed by whitespace. 387
 Error whitespace ParenPad ')' is not preceded with whitespace. 387
 Error blocks LeftCurly '{' should be on a new line. 387
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 388
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 388
 Error whitespace ParenPad '(' is not followed by whitespace. 391
 Error whitespace ParenPad '(' is not followed by whitespace. 391
 Error whitespace ParenPad ')' is not preceded with whitespace. 391
 Error whitespace ParenPad ')' is not preceded with whitespace. 391
 Error blocks LeftCurly '{' should be on a new line. 391
 Error whitespace ParenPad '(' is not followed by whitespace. 392
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 392
 Error whitespace ParenPad ')' is not preceded with whitespace. 392
 Error whitespace ParenPad '(' is not followed by whitespace. 394
 Error whitespace ParenPad ')' is not preceded with whitespace. 394
 Error whitespace ParenPad '(' is not followed by whitespace. 396
 Error blocks RightCurly '}' should be alone on a line. 397
 Error whitespace ParenPad '(' is not followed by whitespace. 397
 Error whitespace ParenPad ')' is not preceded with whitespace. 397
 Error blocks LeftCurly '{' should be on a new line. 397
 Error whitespace ParenPad '(' is not followed by whitespace. 398
 Error whitespace ParenPad ')' is not preceded with whitespace. 398
 Error blocks LeftCurly '{' should be on a new line. 398
 Warning javadoc JavadocMethod Missing a Javadoc comment. 405
 Error blocks LeftCurly '{' should be on a new line. 405

org/apache/archiva/repository/storage/FilesystemStorageTest.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found 'Assert' 96

org/apache/archiva/repository/storage/StorageUtil.java

Severity Category Rule Message Line
 Error extension TreeWalker Got an exception - expecting EOF, found '}' 115