Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
75002780

Files

FilesIWE
org/apache/excalibur/source/ModifiableSource.java 0015
org/apache/excalibur/source/ModifiableTraversableSource.java 0010
org/apache/excalibur/source/MoveableSource.java 007
org/apache/excalibur/source/Source.java 0026
org/apache/excalibur/source/SourceException.java 0015
org/apache/excalibur/source/SourceFactory.java 0020
org/apache/excalibur/source/SourceNotFoundException.java 0015
org/apache/excalibur/source/SourceParameters.java 00418
org/apache/excalibur/source/SourceResolver.java 0029
org/apache/excalibur/source/SourceUtil.java 00566
org/apache/excalibur/source/SourceValidity.java 0026
org/apache/excalibur/source/TraversableSource.java 0019
org/apache/excalibur/source/URIAbsolutizer.java 008
org/apache/excalibur/source/impl/AbstractSource.java 0041
org/apache/excalibur/source/impl/CommonsVFSSource.java 0076
org/apache/excalibur/source/impl/CommonsVFSSourceFactory.java 0029
org/apache/excalibur/source/impl/FTPSource.java 00248
org/apache/excalibur/source/impl/FTPSourceFactory.java 0023
org/apache/excalibur/source/impl/FileSource.java 00108
org/apache/excalibur/source/impl/FileSourceFactory.java 0025
org/apache/excalibur/source/impl/HTTPClientSource.java 00270
org/apache/excalibur/source/impl/HTTPClientSourceFactory.java 0043
org/apache/excalibur/source/impl/HTTPSClientSourceFactory.java 0046
org/apache/excalibur/source/impl/ResourceSource.java 0042
org/apache/excalibur/source/impl/ResourceSourceFactory.java 0041
org/apache/excalibur/source/impl/SourceResolverImpl.java 00225
org/apache/excalibur/source/impl/URLSource.java 0080
org/apache/excalibur/source/impl/URLSourceFactory.java 0037
org/apache/excalibur/source/impl/package.html 001
org/apache/excalibur/source/impl/validity/AbstractAggregatedValidity.java 0038
org/apache/excalibur/source/impl/validity/AggregatedValidity.java 0039
org/apache/excalibur/source/impl/validity/DeferredAggregatedValidity.java 0079
org/apache/excalibur/source/impl/validity/DeferredValidity.java 0010
org/apache/excalibur/source/impl/validity/ExpiresValidity.java 0025
org/apache/excalibur/source/impl/validity/FileTimeStampValidity.java 0042
org/apache/excalibur/source/impl/validity/NOPValidity.java 0012
org/apache/excalibur/source/impl/validity/TimeStampValidity.java 0024
org/apache/excalibur/source/impl/validity/package.html 001
org/apache/excalibur/source/package.html 001

org/apache/excalibur/source/ModifiableSource.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Expected an @return tag. 44
Error Expected @throws tag for 'IOException'. 44
Error Line has trailing spaces. 45
Error Line has trailing spaces. 47
Error Expected @throws tag for 'SourceException'. 49
Error Expected @param tag for 'stream'. 57
Error Expected @param tag for 'stream'. 65
Error Expected @throws tag for 'IOException'. 65
Error Line has trailing spaces. 66

org/apache/excalibur/source/ModifiableTraversableSource.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 26
Error Redundant 'public' modifier. 35
Error Expected @throws tag for 'SourceException'. 35

org/apache/excalibur/source/MoveableSource.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 27

org/apache/excalibur/source/Source.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 32
Error Line has trailing spaces. 67
Error Line has trailing spaces. 71
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 80
Error Redundant throws: 'SourceNotFoundException' is subclass of 'IOException'. 85
Error Line has trailing spaces. 89
Error Line is longer than 80 characters. 95
Error Line is longer than 80 characters. 98
Error Line has trailing spaces. 99
Error Line has trailing spaces. 103
Error Line is longer than 80 characters. 105
Error Line is longer than 80 characters. 106
Error Line has trailing spaces. 110
Error Line is longer than 80 characters. 116
Error Line is longer than 80 characters. 118
Error Line has trailing spaces. 127
Error Line has trailing spaces. 135
Error Line has trailing spaces. 144
Error Line has trailing spaces. 148

org/apache/excalibur/source/SourceException.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line has trailing spaces. 59

org/apache/excalibur/source/SourceFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 40
Error Line is longer than 80 characters. 47
Error Line has trailing spaces. 49
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 52
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Expected @throws tag for 'MalformedURLException'. 59
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 63
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66

org/apache/excalibur/source/SourceNotFoundException.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Line is longer than 80 characters. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46

org/apache/excalibur/source/SourceParameters.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Name 'names' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 49
Error '(' is followed by whitespace. 49
Error '5' is a magic number. 49
Error ')' is preceded with whitespace. 49
Error Expected an @return tag. 54
Error '(' is followed by whitespace. 54
Error Parameter s should be final. 54
Error Expected @param tag for 's'. 54
Error ')' is preceded with whitespace. 54
Error 'for' is not followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line is longer than 80 characters. 68
Error '(' is followed by whitespace. 68
Error 'cast' is not followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error '3' is a magic number. 68
Error ')' is preceded with whitespace. 68
Error '16' is a magic number. 69
Error ')' is preceded with whitespace. 69
Error ')' is preceded with whitespace. 69
Error 'catch' is not followed by whitespace. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error 'catch' is not followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error 'if' construct must use '{}'s. 80
Error 'if' is not followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Expected an @return tag. 99
Error '(' is followed by whitespace. 99
Error Parameter conf should be final. 99
Error Expected @param tag for 'conf'. 99
Error ')' is preceded with whitespace. 99
Error 'if' is not followed by whitespace. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error 'for' is not followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error 'catch' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 135
Error Parameter queryString should be final. 135
Error Expected @param tag for 'queryString'. 135
Error ')' is preceded with whitespace. 135
Error 'if' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error 'while' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error 'if' is not followed by whitespace. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '(' is followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line is longer than 80 characters. 147
Error '(' is followed by whitespace. 147
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error ')' is preceded with whitespace. 147
Error ')' is preceded with whitespace. 147
Error '(' is followed by whitespace. 159
Error Parameter name should be final. 159
Error Parameter value should be final. 159
Error ')' is preceded with whitespace. 159
Error 'if' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error Expression can be simplified. 162
Error ')' is preceded with whitespace. 162
Error 'cast' is not followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error '(' is followed by whitespace. 168
Error '3' is a magic number. 168
Error ')' is preceded with whitespace. 168
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '(' is followed by whitespace. 180
Error Parameter name should be final. 180
Error ')' is preceded with whitespace. 180
Error 'if' is not followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Expression can be simplified. 182
Error ')' is preceded with whitespace. 182
Error 'cast' is not followed by whitespace. 184
Error '(' is followed by whitespace. 184
Error 'cast' is not followed by whitespace. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error ')' is preceded with whitespace. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '(' is followed by whitespace. 196
Error Parameter name should be final. 196
Error Parameter defaultValue should be final. 196
Error ')' is preceded with whitespace. 196
Error 'if' is not followed by whitespace. 198
Error '(' is followed by whitespace. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Expression can be simplified. 198
Error ')' is preceded with whitespace. 198
Error 'cast' is not followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error 'cast' is not followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error ')' is preceded with whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '(' is followed by whitespace. 212
Error Parameter name should be final. 212
Error Parameter defaultValue should be final. 212
Error ')' is preceded with whitespace. 212
Error 'if' is not followed by whitespace. 214
Error '(' is followed by whitespace. 214
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error Expression can be simplified. 214
Error ')' is preceded with whitespace. 214
Error Line is longer than 80 characters. 216
Error '(' is followed by whitespace. 216
Error 'cast' is not followed by whitespace. 216
Error '(' is followed by whitespace. 216
Error 'cast' is not followed by whitespace. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error ')' is preceded with whitespace. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error ')' is preceded with whitespace. 216
Error '(' is followed by whitespace. 228
Error Parameter name should be final. 228
Error Parameter defaultValue should be final. 228
Error ')' is preceded with whitespace. 228
Error 'if' is not followed by whitespace. 230
Error '(' is followed by whitespace. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Expression can be simplified. 230
Error ')' is preceded with whitespace. 230
Error Line is longer than 80 characters. 232
Error '(' is followed by whitespace. 232
Error 'cast' is not followed by whitespace. 232
Error '(' is followed by whitespace. 232
Error 'cast' is not followed by whitespace. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error ')' is preceded with whitespace. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error ')' is preceded with whitespace. 232
Error Line is longer than 80 characters. 240
Error '(' is followed by whitespace. 242
Error Parameter name should be final. 242
Error ')' is preceded with whitespace. 242
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error '(' is followed by whitespace. 253
Error Parameter name should be final. 253
Error ')' is preceded with whitespace. 253
Error 'if' is not followed by whitespace. 255
Error '(' is followed by whitespace. 255
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error Expression can be simplified. 255
Error ')' is preceded with whitespace. 255
Error 'cast' is not followed by whitespace. 257
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error '(' is followed by whitespace. 268
Error Parameter name should be final. 268
Error ')' is preceded with whitespace. 268
Error 'if' is not followed by whitespace. 270
Error '(' is followed by whitespace. 270
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error Expression can be simplified. 270
Error ')' is preceded with whitespace. 270
Error 'cast' is not followed by whitespace. 272
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error 'for' is not followed by whitespace. 274
Error '=' is not preceded with whitespace. 274
Error '=' is not followed by whitespace. 274
Error ';' is not followed by whitespace. 274
Error '<' is not preceded with whitespace. 274
Error '<' is not followed by whitespace. 274
Error ';' is not followed by whitespace. 274
Error 'cast' is not followed by whitespace. 276
Error 'while' is not followed by whitespace. 303
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error 'cast' is not followed by whitespace. 305
Error '(' is followed by whitespace. 306
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error ')' is preceded with whitespace. 306
Error 'while' is not followed by whitespace. 326
Error '(' is followed by whitespace. 326
Error Expression can be simplified. 326
Error ')' is preceded with whitespace. 326
Error 'cast' is not followed by whitespace. 328
Error '(' is followed by whitespace. 329
Error 'cast' is not followed by whitespace. 329
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error ')' is preceded with whitespace. 329
Error 'while' is not followed by whitespace. 330
Error '(' is followed by whitespace. 330
Error Expression can be simplified. 330
Error ')' is preceded with whitespace. 330
Error 'if' construct must use '{}'s. 332
Error 'if' is not followed by whitespace. 332
Error '(' is followed by whitespace. 332
Error Expression can be simplified. 332
Error ')' is preceded with whitespace. 332
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error 'cast' is not followed by whitespace. 333
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
Error '(' is followed by whitespace. 338
Error Avoid inline conditionals. 338
Error ')' is preceded with whitespace. 338
Error 'while' is not followed by whitespace. 356
Error '(' is followed by whitespace. 356
Error Expression can be simplified. 356
Error ')' is preceded with whitespace. 356
Error 'cast' is not followed by whitespace. 358
Error '(' is followed by whitespace. 359
Error 'cast' is not followed by whitespace. 359
Error '(' is followed by whitespace. 359
Error ')' is preceded with whitespace. 359
Error ')' is preceded with whitespace. 359
Error 'while' is not followed by whitespace. 360
Error '(' is followed by whitespace. 360
Error Expression can be simplified. 360
Error ')' is preceded with whitespace. 360
Error 'if' construct must use '{}'s. 362
Error 'if' is not followed by whitespace. 362
Error '(' is followed by whitespace. 362
Error Expression can be simplified. 362
Error ')' is preceded with whitespace. 362
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error 'cast' is not followed by whitespace. 363
Error Line is longer than 80 characters. 364
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error '(' is followed by whitespace. 364
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error ')' is preceded with whitespace. 364
Error '(' is followed by whitespace. 368
Error Avoid inline conditionals. 368
Error ')' is preceded with whitespace. 368
Error '(' is followed by whitespace. 374
Error Parameter parameters should be final. 374
Error Expected @param tag for 'parameters'. 374
Error ')' is preceded with whitespace. 374
Error 'if' is not followed by whitespace. 376
Error '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 376
Error 'names' hides a field. 378
Error 'while' is not followed by whitespace. 382
Error '(' is followed by whitespace. 382
Error Expression can be simplified. 382
Error ')' is preceded with whitespace. 382
Error 'cast' is not followed by whitespace. 384
Error '(' is followed by whitespace. 385
Error ')' is preceded with whitespace. 385
Error 'while' is not followed by whitespace. 386
Error '(' is followed by whitespace. 386
Error Expression can be simplified. 386
Error ')' is preceded with whitespace. 386
Error 'cast' is not followed by whitespace. 388
Error '(' is followed by whitespace. 389
Error ')' is preceded with whitespace. 389
Error Expected an @return tag. 398
Error '(' is followed by whitespace. 400
Error ')' is preceded with whitespace. 400
Error 'names' hides a field. 401
Error 'while' is not followed by whitespace. 407
Error '(' is followed by whitespace. 407
Error Expression can be simplified. 407
Error ')' is preceded with whitespace. 407
Error 'cast' is not followed by whitespace. 409
Error 'if' is not followed by whitespace. 410
Error '(' is followed by whitespace. 410
Error Expression can be simplified. 410
Error ')' is preceded with whitespace. 410
Error '(' is followed by whitespace. 412
Error ')' is preceded with whitespace. 412
Error '(' is followed by whitespace. 418
Error ')' is preceded with whitespace. 418
Error '(' is followed by whitespace. 418
Error ')' is preceded with whitespace. 418
Error '(' is followed by whitespace. 419
Error ')' is preceded with whitespace. 419
Error 'while' is not followed by whitespace. 421
Error '(' is followed by whitespace. 421
Error Expression can be simplified. 421
Error ')' is preceded with whitespace. 421
Error 'cast' is not followed by whitespace. 423
Error 'if' is not followed by whitespace. 424
Error '(' is followed by whitespace. 424
Error Expression can be simplified. 424
Error ')' is preceded with whitespace. 424
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error '(' is followed by whitespace. 432
Error ')' is preceded with whitespace. 432
Error '(' is followed by whitespace. 434
Error ')' is preceded with whitespace. 434
Error '(' is followed by whitespace. 436
Error ')' is preceded with whitespace. 436
Error Expected an @return tag. 443
Error 'names' hides a field. 446
Error 'while' is not followed by whitespace. 449
Error '(' is followed by whitespace. 449
Error ')' is preceded with whitespace. 449
Error 'cast' is not followed by whitespace. 451
Error '(' is followed by whitespace. 452
Error ')' is preceded with whitespace. 452
Error 'while' is not followed by whitespace. 453
Error '(' is followed by whitespace. 453
Error ')' is preceded with whitespace. 453
Error 'cast' is not followed by whitespace. 455
Error '(' is followed by whitespace. 456
Error ')' is preceded with whitespace. 456
Error Expected an @return tag. 465
Error '(' is followed by whitespace. 467
Error ')' is preceded with whitespace. 467
Error '(' is followed by whitespace. 474
Error Parameter name should be final. 474
Error Expected @param tag for 'name'. 474
Error Parameter value should be final. 474
Error Expected @param tag for 'value'. 474
Error ')' is preceded with whitespace. 474
Error '(' is followed by whitespace. 476
Error ')' is preceded with whitespace. 476
Error '(' is followed by whitespace. 477
Error ')' is preceded with whitespace. 477
Error '(' is followed by whitespace. 483
Error Parameter name should be final. 483
Error Expected @param tag for 'name'. 483
Error ')' is preceded with whitespace. 483
Error 'if' is not followed by whitespace. 485
Error '(' is followed by whitespace. 485
Error '(' is followed by whitespace. 485
Error ')' is preceded with whitespace. 485
Error ')' is preceded with whitespace. 485
Error '(' is followed by whitespace. 487
Error ')' is preceded with whitespace. 487
Error Line has trailing spaces. 490
Error Line has trailing spaces. 492
Error Line is longer than 80 characters. 492
Error Line has trailing spaces. 493
Error Line is longer than 80 characters. 493
Error Expected an @return tag. 496
Error Line has trailing spaces. 496
Error Line has trailing spaces. 500
Error 'cast' is not followed by whitespace. 502
Error 'cast' is not followed by whitespace. 503
Error 'for' is not followed by whitespace. 505
Error '=' is not preceded with whitespace. 505
Error '=' is not followed by whitespace. 505
Error ';' is not followed by whitespace. 505
Error '<' is not preceded with whitespace. 505
Error '<' is not followed by whitespace. 505
Error ';' is not followed by whitespace. 505
Error 'cast' is not followed by whitespace. 507

org/apache/excalibur/source/SourceResolver.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 48
Error '+' is not preceded with whitespace. 54
Error '+' is not followed by whitespace. 54
Error Line is longer than 80 characters. 56
Error '+' is not preceded with whitespace. 60
Error '+' is not followed by whitespace. 60
Error '+' is not preceded with whitespace. 66
Error '+' is not followed by whitespace. 66
Error Line has trailing spaces. 67
Error Line contains a tab character. 67
Error Line has trailing spaces. 71
Error Line is longer than 80 characters. 74
Error '(' is followed by whitespace. 76
Error Expected @param tag for 'location'. 76
Error ')' is preceded with whitespace. 76
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 77
Error Line is longer than 80 characters. 91
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 95
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 96
Error Line has trailing spaces. 100
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103

org/apache/excalibur/source/SourceUtil.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Utility classes should not have a public or default constructor. 38
Error Missing a Javadoc comment. 40
Error Name 'alphabet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Error Expected an @return tag. 56
Error '(' is followed by whitespace. 56
Error Parameter uri should be final. 56
Error Expected @param tag for 'uri'. 56
Error Parameter parameters should be final. 57
Error Expected @param tag for 'parameters'. 57
Error ')' is preceded with whitespace. 57
Error 'if' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Avoid inline conditionals. 64
Error ')' is preceded with whitespace. 64
Error 'if' is not followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error 'for' is not followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line is longer than 80 characters. 74
Error '(' is followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error ')' is preceded with whitespace. 74
Error ')' is preceded with whitespace. 74
Error Expected an @return tag. 89
Error '(' is followed by whitespace. 89
Error Parameter uri should be final. 89
Error Expected @param tag for 'uri'. 89
Error Parameter parameters should be final. 90
Error Expected @param tag for 'parameters'. 90
Error ')' is preceded with whitespace. 90
Error 'if' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error Avoid inline conditionals. 97
Error ')' is preceded with whitespace. 97
Error 'while' is not followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error Expression can be simplified. 100
Error ')' is preceded with whitespace. 100
Error 'cast' is not followed by whitespace. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error 'while' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error Expression can be simplified. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error 'cast' is not followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error ')' is preceded with whitespace. 109
Error Expected an @return tag. 123
Error '(' is followed by whitespace. 123
Error Parameter s should be final. 123
Error Expected @param tag for 's'. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Expected an @return tag. 132
Error '(' is followed by whitespace. 132
Error Parameter octetString should be final. 132
Error Expected @param tag for 'octetString'. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '3' is a magic number. 137
Error ')' is preceded with whitespace. 137
Error '4' is a magic number. 137
Error 'while' is not followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error '3' is a magic number. 142
Error ')' is preceded with whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 145
Error '0xFF' is a magic number. 145
Error ')' is preceded with whitespace. 145
Error '16' is a magic number. 145
Error '(' is followed by whitespace. 146
Error '0xFF' is a magic number. 146
Error ')' is preceded with whitespace. 146
Error '8' is a magic number. 146
Error '(' is followed by whitespace. 147
Error '0xFF' is a magic number. 147
Error ')' is preceded with whitespace. 147
Error '(' is followed by whitespace. 149
Error '0x00FC0000' is a magic number. 149
Error ')' is preceded with whitespace. 149
Error '18' is a magic number. 149
Error '(' is followed by whitespace. 151
Error '0x0003F000' is a magic number. 151
Error ')' is preceded with whitespace. 151
Error '12' is a magic number. 151
Error '(' is followed by whitespace. 153
Error '0x00000FC0' is a magic number. 153
Error ')' is preceded with whitespace. 153
Error '6' is a magic number. 153
Error '(' is followed by whitespace. 155
Error '0x0000003F' is a magic number. 155
Error ')' is preceded with whitespace. 155
Error 'if' is not followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '(' is followed by whitespace. 162
Error '0xFF' is a magic number. 162
Error ')' is preceded with whitespace. 162
Error '16' is a magic number. 162
Error '(' is followed by whitespace. 163
Error '0xFF' is a magic number. 163
Error ')' is preceded with whitespace. 163
Error '8' is a magic number. 163
Error '(' is followed by whitespace. 165
Error '0x00FC0000' is a magic number. 165
Error ')' is preceded with whitespace. 165
Error '18' is a magic number. 165
Error '(' is followed by whitespace. 167
Error '0x0003F000' is a magic number. 167
Error ')' is preceded with whitespace. 167
Error '12' is a magic number. 167
Error '(' is followed by whitespace. 169
Error '0x00000FC0' is a magic number. 169
Error ')' is preceded with whitespace. 169
Error '6' is a magic number. 169
Error 'if' is not followed by whitespace. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '(' is followed by whitespace. 178
Error '0xFF' is a magic number. 178
Error ')' is preceded with whitespace. 178
Error '16' is a magic number. 178
Error '(' is followed by whitespace. 180
Error '0x00FC0000' is a magic number. 180
Error ')' is preceded with whitespace. 180
Error '18' is a magic number. 180
Error '(' is followed by whitespace. 182
Error '0x0003F000' is a magic number. 182
Error ')' is preceded with whitespace. 182
Error '12' is a magic number. 182
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error Name 'charactersDontNeedingEncoding' must match pattern '^c_[a-z](_?[a-zA-Z0-9])*$'. 194
Error Variable 'charactersDontNeedingEncoding' must be private and have accessor methods. 194
Error Missing a Javadoc comment. 195
Error Name 'characterCaseDiff' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '(' is followed by whitespace. 200
Error '256' is a magic number. 200
Error ')' is preceded with whitespace. 200
Error 'for' is not followed by whitespace. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error 'for' is not followed by whitespace. 206
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error 'for' is not followed by whitespace. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '(' is followed by whitespace. 227
Error Parameter s should be final. 227
Error ')' is preceded with whitespace. 227
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '(' is followed by whitespace. 230
Error '32' is a magic number. 230
Error ')' is preceded with whitespace. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error 'for' is not followed by whitespace. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error 'if' is not followed by whitespace. 235
Error '(' is followed by whitespace. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error ')' is preceded with whitespace. 235
Error '(' is followed by whitespace. 237
Error 'cast' is not followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error 'catch' is not followed by whitespace. 246
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error 'for' is not followed by whitespace. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '(' is followed by whitespace. 255
Error '(' is followed by whitespace. 255
Error '4' is a magic number. 255
Error ')' is preceded with whitespace. 255
Error '0xF' is a magic number. 255
Error '16' is a magic number. 255
Error ')' is preceded with whitespace. 255
Error 'if' is not followed by whitespace. 258
Error '(' is followed by whitespace. 258
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error ')' is preceded with whitespace. 258
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '(' is followed by whitespace. 263
Error '0xF' is a magic number. 263
Error '16' is a magic number. 263
Error ')' is preceded with whitespace. 263
Error 'if' is not followed by whitespace. 264
Error '(' is followed by whitespace. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error ')' is preceded with whitespace. 264
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error Line contains a tab character. 282
Error Line is longer than 80 characters. 286
Error '(' is followed by whitespace. 286
Error Parameter s should be final. 286
Error Parameter enc should be final. 286
Error ')' is preceded with whitespace. 286
Error Expected @throws tag for 'UnsupportedEncodingException'. 286
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 289
Error '(' is followed by whitespace. 290
Error '32' is a magic number. 290
Error ')' is preceded with whitespace. 290
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error 'for' is not followed by whitespace. 292
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error 'if' is not followed by whitespace. 295
Error '(' is followed by whitespace. 295
Error '(' is followed by whitespace. 295
Error ')' is preceded with whitespace. 295
Error ')' is preceded with whitespace. 295
Error '(' is followed by whitespace. 297
Error 'cast' is not followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error 'catch' is not followed by whitespace. 306
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error 'for' is not followed by whitespace. 312
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 314
Error '(' is followed by whitespace. 315
Error '(' is followed by whitespace. 315
Error '4' is a magic number. 315
Error ')' is preceded with whitespace. 315
Error '0xF' is a magic number. 315
Error '16' is a magic number. 315
Error ')' is preceded with whitespace. 315
Error 'if' is not followed by whitespace. 318
Error '(' is followed by whitespace. 318
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error ')' is preceded with whitespace. 318
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error '(' is followed by whitespace. 323
Error '0xF' is a magic number. 323
Error '16' is a magic number. 323
Error ')' is preceded with whitespace. 323
Error 'if' is not followed by whitespace. 324
Error '(' is followed by whitespace. 324
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error ')' is preceded with whitespace. 324
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error Line is longer than 80 characters. 338
Error '(' is followed by whitespace. 343
Error Parameter source should be final. 343
Error Expected @param tag for 'source'. 343
Error ')' is preceded with whitespace. 343
Error 'if' is not followed by whitespace. 346
Error '(' is followed by whitespace. 346
Error '(' is followed by whitespace. 346
Error ')' is preceded with whitespace. 346
Error ')' is preceded with whitespace. 346
Error '(' is followed by whitespace. 348
Error '(' is followed by whitespace. 348
Error '5' is a magic number. 348
Error ')' is preceded with whitespace. 348
Error ')' is preceded with whitespace. 348
Error 'public' modifier out of order with the JLS suggestions. 362
Error Parameter source should be final. 362
Error Parameter destination should be final. 363
Error 'cast' is not followed by whitespace. 369
Error Line is longer than 80 characters. 378
Error '+' is not preceded with whitespace. 378
Error '+' is not followed by whitespace. 378
Error '+' is not preceded with whitespace. 378
Error Line is longer than 80 characters. 383
Error Line is longer than 80 characters. 384
Error Line is longer than 80 characters. 388
Error Line is longer than 80 characters. 389
Error Parameter uri should be final. 395
Error '(' is followed by whitespace. 423
Error '&&' should be on a new line. 423
Error ')' is preceded with whitespace. 424
Error Line is longer than 80 characters. 433
Error '(' is followed by whitespace. 438
Error '&&' should be on a new line. 438
Error '&&' should be on a new line. 439
Error '&&' should be on a new line. 440
Error Parameter uri should be final. 457
Error Avoid inline conditionals. 460
Error Line is longer than 80 characters. 464
Error Line is longer than 80 characters. 465
Error Parameter uri should be final. 471
Error Avoid inline conditionals. 474
Error '+' is not preceded with whitespace. 474
Error '+' is not followed by whitespace. 474
Error 'public' modifier out of order with the JLS suggestions. 486
Error Parameter source should be final. 486
Error Parameter destination should be final. 487
Error '(' is followed by whitespace. 497
Error '{' should be on a new line. 497
Error '+' is not preceded with whitespace. 498
Error '+' should be on a new line. 498
Error '+' is not preceded with whitespace. 499
Error '+' should be on a new line. 499
Error Line has trailing spaces. 502
Error 'cast' is not followed by whitespace. 504
Error '(' is followed by whitespace. 517
Error ')' is preceded with whitespace. 517
Error Line is longer than 80 characters. 519
Error Line has trailing spaces. 522
Error '(' is followed by whitespace. 524
Error '(' is followed by whitespace. 524
Error ')' is preceded with whitespace. 524
Error ')' is preceded with whitespace. 524
Error '(' is followed by whitespace. 526
Error ')' is preceded with whitespace. 526
Error Line is longer than 80 characters. 533
Error '(' is followed by whitespace. 534
Error ')' is preceded with whitespace. 534
Error '}' should be alone on a line. 544
Error '{' should be on a new line. 544
Error '(' is followed by whitespace. 545
Error ')' is preceded with whitespace. 545
Error Line has trailing spaces. 550
Error Line is longer than 80 characters. 551
Error '(' is followed by whitespace. 552
Error ')' is preceded with whitespace. 552
Error '+' is not preceded with whitespace. 554
Error '+' should be on a new line. 554
Error '+' is not preceded with whitespace. 555
Error '+' is not followed by whitespace. 555
Error '+' is not preceded with whitespace. 555
Error '+' should be on a new line. 555
Error '+' is not preceded with whitespace. 556
Error '+' is not followed by whitespace. 556
Error '+' is not preceded with whitespace. 556
Error '+' should be on a new line. 556
Error Line is longer than 80 characters. 563
Error 'public' modifier out of order with the JLS suggestions. 569
Error Parameter in should be final. 569
Error Expected @param tag for 'in'. 569
Error Parameter out should be final. 569
Error Expected @param tag for 'out'. 569
Error Expected @throws tag for 'IOException'. 569
Error '8192' is a magic number. 571
Error '>' is not preceded with whitespace. 574
Error '>' is not followed by whitespace. 574
Error '{' should be on a new line. 574
Error Expected an @return tag. 585
Error Parameter url1 should be final. 585
Error Expected @param tag for 'url1'. 585
Error Parameter url2 should be final. 585
Error Expected @param tag for 'url2'. 585
Error Expected an @return tag. 593
Error Line is longer than 80 characters. 593
Error Parameter url1 should be final. 593
Error Expected @param tag for 'url1'. 593
Error Parameter url2 should be final. 593
Error Expected @param tag for 'url2'. 593
Error Parameter treatAuthorityAsBelongingToPath should be final. 593
Error Expected @param tag for 'treatAuthorityAsBelongingToPath'. 593
Error Line is longer than 80 characters. 599
Error Line is longer than 80 characters. 603
Error Line is longer than 80 characters. 605
Error Expected an @return tag. 607
Error Line is longer than 80 characters. 607
Error Parameter url1 should be final. 607
Error Parameter url2 should be final. 607
Error Parameter treatAuthorityAsBelongingToPath should be final. 607
Error Parameter normalizePath should be final. 607
Error 'if' construct must use '{}'s. 609
Error Line is longer than 80 characters. 612
Error 'if' construct must use '{}'s. 613
Error Line is longer than 80 characters. 617
Error 'if' construct must use '{}'s. 621
Error Line is longer than 80 characters. 624
Error 'if' construct must use '{}'s. 625
Error Line is longer than 80 characters. 625
Error Line is longer than 80 characters. 626
Error 'if' construct must use '{}'s. 629
Error Line is longer than 80 characters. 630
Error 'if' construct must use '{}'s. 636
Error Line is longer than 80 characters. 636
Error Line is longer than 80 characters. 637
Error Avoid inline conditionals. 641
Error 'if' construct must use '{}'s. 642
Error Line is longer than 80 characters. 645
Error Line is longer than 80 characters. 649
Error Line is longer than 80 characters. 650
Error Line is longer than 80 characters. 651
Error Expected an @return tag. 653
Error Line is longer than 80 characters. 653
Error Parameter url1Parts should be final. 653
Error Expected @param tag for 'url1Parts'. 653
Error Parameter url2Parts should be final. 653
Error Expected @param tag for 'url2Parts'. 653
Error 'if' construct must use '{}'s. 661
Error 'if' construct must use '{}'s. 663
Error Avoid inline conditionals. 667
Error Missing a Javadoc comment. 674
Error Parameter path should be final. 674
Error 'if' construct must use '{}'s. 677
Error 'if' is not followed by whitespace. 677
Error Line is longer than 80 characters. 683
Error Expected an @return tag. 686
Error Parameter path should be final. 686
Error Expected @param tag for 'path'. 686
Error '3' is a magic number. 692
Error 'if' construct must use '{}'s. 696
Error 'if' construct must use '{}'s. 703
Error '-' is followed by whitespace. 703
Error Line is longer than 80 characters. 704
Error '4' is a magic number. 704
Error Avoid inline conditionals. 704
Error '4' is a magic number. 704
Error '3' is a magic number. 708
Error '4' is a magic number. 710
Error '3' is a magic number. 711
Error Line is longer than 80 characters. 722
Error Expected an @return tag. 725
Error Line is longer than 80 characters. 725
Error Parameter scheme should be final. 725
Error Expected @param tag for 'scheme'. 725
Error Parameter authority should be final. 725
Error Expected @param tag for 'authority'. 725
Error Parameter path should be final. 725
Error Expected @param tag for 'path'. 725
Error Parameter query should be final. 725
Error Expected @param tag for 'query'. 725
Error Parameter fragment should be final. 725
Error Expected @param tag for 'fragment'. 725
Error 'if' construct must use '{}'s. 728
Error 'if' construct must use '{}'s. 731
Error 'if' construct must use '{}'s. 734
Error 'if' construct must use '{}'s. 737
Error 'if' construct must use '{}'s. 740
Error Missing a Javadoc comment. 746
Error Missing a Javadoc comment. 747
Error Missing a Javadoc comment. 748
Error Missing a Javadoc comment. 749
Error Missing a Javadoc comment. 750
Error Line is longer than 80 characters. 753
Error Line is longer than 80 characters. 755
Error Line is longer than 80 characters. 756
Error Line is longer than 80 characters. 757
Error Line is longer than 80 characters. 764
Error Line is longer than 80 characters. 767
Error Expected an @return tag. 770
Error Parameter url should be final. 770
Error Expected @param tag for 'url'. 770
Error '{' should be on a new line. 770
Error 'if' construct must use '{}'s. 807
Error Line is longer than 80 characters. 811
Error '+' is not preceded with whitespace. 811
Error '+' is not followed by whitespace. 811
Error Line is longer than 80 characters. 829
Error 'if' construct must use '{}'s. 871
Error Line is longer than 80 characters. 880
Error Line is longer than 80 characters. 883
Error Parameter path should be final. 890
Error '{' should be on a new line. 890
Error '3' is a magic number. 892
Error '{' should be on a new line. 896
Error '{' should be on a new line. 897
Error Line is longer than 80 characters. 898
Error Line is longer than 80 characters. 899
Error '{' should be on a new line. 900
Error '{' should be on a new line. 901
Error '{' should be on a new line. 902
Error Line is longer than 80 characters. 903
Error 'cast' is not followed by whitespace. 903
Error '3' is a magic number. 903
Error '16' is a magic number. 903
Error '}' should be alone on a line. 905
Error '{' should be on a new line. 905
Error Line is longer than 80 characters. 906
Error '3' is a magic number. 906
Error '3' is a magic number. 909
Error '}' should be alone on a line. 910
Error '{' should be on a new line. 910
Error Line is longer than 80 characters. 911
Error '{' should be on a new line. 914
Error Line is longer than 80 characters. 915
Error '}' should be alone on a line. 917
Error '{' should be on a new line. 917
Error Line is longer than 80 characters. 918
Error Line is longer than 80 characters. 919
Error '}' should be alone on a line. 922
Error '{' should be on a new line. 922

org/apache/excalibur/source/SourceValidity.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 22
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 33
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 36
Error Missing a Javadoc comment. 45
Error Redundant 'final' modifier. 45
Error Missing a Javadoc comment. 46
Error Redundant 'final' modifier. 46
Error Redundant 'final' modifier. 48
Error Missing a Javadoc comment. 49
Error Redundant 'final' modifier. 49
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 55
Error Expected an @return tag. 60
Error Line is longer than 80 characters. 63
Error '(' is followed by whitespace. 77
Error Expected @param tag for 'newValidity'. 77
Error ')' is preceded with whitespace. 77

org/apache/excalibur/source/TraversableSource.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on a new line. 29
Error Line has trailing spaces. 35
Error Line has trailing spaces. 39
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 47
Error Line is longer than 80 characters. 48
Error Line has trailing spaces. 51
Error Line has trailing spaces. 56
Error Line is longer than 80 characters. 59
Error Line has trailing spaces. 63
Error Line has trailing spaces. 70
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 74

org/apache/excalibur/source/URIAbsolutizer.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 31
Error Redundant 'public' modifier. 31

org/apache/excalibur/source/impl/AbstractSource.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Method 'getInfos' is not designed for extension - needs to be abstract, final or empty. 48
Error Method 'checkInfos' is not designed for extension - needs to be abstract, final or empty. 58
Error 'if' is not followed by whitespace. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Expected an @return tag. 76
Error Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. 76
Error Redundant throws: 'SourceException' is subclass of 'IOException'. 77
Error Expected an @return tag. 85
Error Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 85
Error Expected an @return tag. 93
Error Line has trailing spaces. 93
Error Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. 93
Error Expected an @return tag. 104
Error Method 'getValidity' is not designed for extension - needs to be abstract, final or empty. 104
Error Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 113
Error Expected an @return tag. 123
Error Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. 123
Error Expected an @return tag. 132
Error Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. 132
Error Expected an @return tag. 142
Error Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. 142
Error Method 'setContentLength' is not designed for extension - needs to be abstract, final or empty. 151
Error Parameter contentLength should be final. 151
Error Method 'setLastModified' is not designed for extension - needs to be abstract, final or empty. 160
Error Parameter lastModificationDate should be final. 160
Error Method 'setScheme' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter scheme should be final. 169
Error Method 'setSystemId' is not designed for extension - needs to be abstract, final or empty. 178
Error Parameter systemId should be final. 178

org/apache/excalibur/source/impl/CommonsVFSSource.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 37
Error Line is longer than 80 characters. 37
Error Line has trailing spaces. 38
Error '{' should be on a new line. 44
Error Line has trailing spaces. 45
Error '{' should be on a new line. 54
Error Line has trailing spaces. 60
Error Line has trailing spaces. 63
Error Method 'getInfos' is not designed for extension - needs to be abstract, final or empty. 66
Error '{' should be on a new line. 66
Error '{' should be on a new line. 67
Error '}' should be alone on a line. 69
Error '{' should be on a new line. 69
Error Line has trailing spaces. 70
Error '{' should be on a new line. 71
Error Line has trailing spaces. 78
Error '{' should be on a new line. 79
Error '}' should be alone on a line. 81
Error '{' should be on a new line. 81
Error '{' should be on a new line. 83
Error Line is longer than 80 characters. 85
Error Line has trailing spaces. 94
Error Line has trailing spaces. 97
Error Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. 103
Error Redundant throws: 'SourceException' is subclass of 'IOException'. 103
Error '{' should be on a new line. 103
Error Line has trailing spaces. 109
Error Method 'exists' is not designed for extension - needs to be abstract, final or empty. 113
Error '{' should be on a new line. 113
Error '{' should be on a new line. 114
Error '}' should be alone on a line. 116
Error '{' should be on a new line. 116
Error '{' should be on a new line. 118
Error Line is longer than 80 characters. 119
Error Line has trailing spaces. 124
Error Line has trailing spaces. 129
Error Line is longer than 80 characters. 132
Error Method 'canCancel' is not designed for extension - needs to be abstract, final or empty. 134
Error '{' should be on a new line. 134
Error Line is longer than 80 characters. 135
Error Line has trailing spaces. 138
Error Line has trailing spaces. 141
Error Line is longer than 80 characters. 144
Error Method 'cancel' is not designed for extension - needs to be abstract, final or empty. 146
Error '{' should be on a new line. 146
Error Line has trailing spaces. 149
Error Line has trailing spaces. 152
Error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 156
Error '{' should be on a new line. 156
Error '{' should be on a new line. 157
Error '}' should be alone on a line. 159
Error '{' should be on a new line. 159
Error Line is longer than 80 characters. 160
Error Line has trailing spaces. 163
Error Line has trailing spaces. 166
Error Line has trailing spaces. 167
Error Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. 170
Error Expected @throws tag for 'IOException'. 170
Error '{' should be on a new line. 170
Error Line has trailing spaces. 173
Error Line has trailing spaces. 176
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 181
Error '{' should be on a new line. 181
Error Line has trailing spaces. 184
Error Line has trailing spaces. 187
Error '{' should be on a new line. 190
Error Line has trailing spaces. 196
Error Line has trailing spaces. 199
Error Line has trailing spaces. 202
Error Line has trailing spaces. 205

org/apache/excalibur/source/impl/CommonsVFSSourceFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 30
Error Line has trailing spaces. 32
Error Line has trailing spaces. 37
Error Line has trailing spaces. 41
Error Line is longer than 80 characters. 45
Error Line has trailing spaces. 46
Error Line is longer than 80 characters. 51
Error Expected an @return tag. 53
Error Line is longer than 80 characters. 53
Error Method 'getSource' is not designed for extension - needs to be abstract, final or empty. 53
Error '(' is followed by whitespace. 53
Error Parameter location should be final. 53
Error Parameter parameters should be final. 53
Error ')' is preceded with whitespace. 53
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 53
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 64
Error '(' is followed by whitespace. 66
Error Parameter source should be final. 66
Error ')' is preceded with whitespace. 66

org/apache/excalibur/source/impl/FTPSource.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Import from illegal package - sun.net.ftp.FtpClient. 34
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 54
Error '(' is followed by whitespace. 54
Error Expected @param tag for 'url'. 54
Error ')' is preceded with whitespace. 54
Error Expected @throws tag for 'IOException'. 54
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error ')' is preceded with whitespace. 58
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line is longer than 80 characters. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line is longer than 80 characters. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line has trailing spaces. 78
Error Method 'canCancel' is not designed for extension - needs to be abstract, final or empty. 81
Error '(' is followed by whitespace. 81
Error Expected @param tag for 'stream'. 81
Error ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line is longer than 80 characters. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Method 'cancel' is not designed for extension - needs to be abstract, final or empty. 101
Error '(' is followed by whitespace. 101
Error Expected @param tag for 'stream'. 101
Error ')' is preceded with whitespace. 101
Error Expected @throws tag for 'IOException'. 101
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line is longer than 80 characters. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 126
Error Expected @throws tag for 'SourceException'. 126
Error Line is longer than 80 characters. 132
Error '(' is followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Must have at least one statement. 156
Error '{' is not followed by whitespace. 156
Error '}' is not preceded with whitespace. 156
Error Method 'getInfos' is not designed for extension - needs to be abstract, final or empty. 165
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error Line is longer than 80 characters. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error Expected an @return tag. 196
Error Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. 196
Error Expected @throws tag for 'IOException'. 196
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Expected an @return tag. 204
Error Redundant 'final' modifier. 204
Error Expected @throws tag for 'IOException'. 205
Error Line has trailing spaces. 207
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Line has trailing spaces. 214
Error Redundant 'final' modifier. 217
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error Line is longer than 80 characters. 228
Error '(' is followed by whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Must have at least one statement. 230
Error '{' is not followed by whitespace. 230
Error '}' is not preceded with whitespace. 230
Error Line has trailing spaces. 237
Error Redundant 'final' modifier. 240
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error Line is longer than 80 characters. 251
Error '(' is followed by whitespace. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error ')' is preceded with whitespace. 251
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '{' should be on a new line. 253
Error Must have at least one statement. 253
Error Class EnhancedFtpClient should be declared as final. 263
Error Missing a Javadoc comment. 266
Error '(' is followed by whitespace. 266
Error Parameter host should be final. 266
Error ')' is preceded with whitespace. 266
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error Missing a Javadoc comment. 271
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error '(' is followed by whitespace. 273
Error ')' is preceded with whitespace. 273
Error '(' is followed by whitespace. 279
Error Expected @param tag for 'directoryName'. 279
Error ')' is preceded with whitespace. 279
Error Expected @throws tag for 'IOException'. 279
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error Line has trailing spaces. 287
Error Line has trailing spaces. 289
Error Line has trailing spaces. 292
Error Line has trailing spaces. 293
Error '(' is followed by whitespace. 296
Error Expected @param tag for 'directoryPath'. 296
Error ')' is preceded with whitespace. 296
Error Expected @throws tag for 'IOException'. 296
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error Line has trailing spaces. 309
Error '(' is followed by whitespace. 310
Error ')' is preceded with whitespace. 310
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error Line has trailing spaces. 326
Error Missing a Javadoc comment. 331
Error Missing a Javadoc comment. 332
Error Missing a Javadoc comment. 334
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
Error '(' is followed by whitespace. 336
Error '8192' is a magic number. 336
Error ')' is preceded with whitespace. 336
Error Missing a Javadoc comment. 340
Error '(' is followed by whitespace. 342
Error ')' is preceded with whitespace. 342
Error '{' should be on a new line. 349
Error '}' should be alone on a line. 351
Error '{' should be on a new line. 351
Error Line is longer than 80 characters. 356
Error '(' is followed by whitespace. 356
Error ')' is preceded with whitespace. 356
Error '(' is followed by whitespace. 356
Error ')' is preceded with whitespace. 356
Error '(' is followed by whitespace. 357
Error ')' is preceded with whitespace. 357
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error '(' is followed by whitespace. 361
Error ')' is preceded with whitespace. 361
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 368
Error '(' is followed by whitespace. 370
Error ')' is preceded with whitespace. 370
Error '(' is followed by whitespace. 374
Error ')' is preceded with whitespace. 374
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error Must have at least one statement. 380
Error '{' is not followed by whitespace. 380
Error '}' is not preceded with whitespace. 380
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error '(' is followed by whitespace. 388
Error ')' is preceded with whitespace. 388
Error Must have at least one statement. 388
Error '{' is not followed by whitespace. 388
Error '}' is not preceded with whitespace. 388
Error Missing a Javadoc comment. 395
Error Missing a Javadoc comment. 400
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error '(' is followed by whitespace. 406
Error ')' is preceded with whitespace. 406
Error Missing a Javadoc comment. 411

org/apache/excalibur/source/impl/FTPSourceFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 30
Error Line has trailing spaces. 35
Error Line is longer than 80 characters. 38
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 41
Error Expected an @return tag. 49
Error Line has trailing spaces. 49
Error '(' is followed by whitespace. 49
Error Expected @param tag for 'url'. 49
Error Expected @param tag for 'parameters'. 49
Error ')' is preceded with whitespace. 49
Error Line has trailing spaces. 50
Error Expected @throws tag for 'MalformedURLException'. 50
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 50
Error Expected @throws tag for 'IOException'. 50
Error Line has trailing spaces. 54
Error Line has trailing spaces. 56

org/apache/excalibur/source/impl/FileSource.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 62
Error Parameter uri should be final. 67
Error Expected @param tag for 'uri'. 67
Error Expected @throws tag for 'SourceException'. 67
Error Expected @throws tag for 'MalformedURLException'. 67
Error Line has trailing spaces. 83
Error Parameter scheme should be final. 88
Error Expected @param tag for 'scheme'. 88
Error Parameter file should be final. 88
Error Expected @param tag for 'file'. 88
Error Expected @throws tag for 'SourceException'. 88
Error Missing a Javadoc comment. 93
Error Parameter scheme should be final. 93
Error Parameter file should be final. 93
Error Line is longer than 80 characters. 105
Error Expected an @return tag. 122
Error Method 'getFile' is not designed for extension - needs to be abstract, final or empty. 122
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 129
Error Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. 134
Error Line is longer than 80 characters. 142
Error Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. 142
Error Redundant throws: 'SourceNotFoundException' is subclass of 'IOException'. 142
Error Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. 157
Error Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. 165
Error Line is longer than 80 characters. 167
Error Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. 173
Error Missing a Javadoc comment. 173
Error Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error Line has trailing spaces. 189
Error Method 'getValidity' is not designed for extension - needs to be abstract, final or empty. 192
Error Method 'exists' is not designed for extension - needs to be abstract, final or empty. 217
Error Line is longer than 80 characters. 222
Error Line is longer than 80 characters. 224
Error Line is longer than 80 characters. 227
Error Method 'getChild' is not designed for extension - needs to be abstract, final or empty. 229
Error Parameter name should be final. 229
Error Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. 243
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 267
Error Method 'getParent' is not designed for extension - needs to be abstract, final or empty. 275
Error Method 'isCollection' is not designed for extension - needs to be abstract, final or empty. 283
Error Line is longer than 80 characters. 288
Error Line is longer than 80 characters. 290
Error Unused @throws tag for 'ConcurrentModificationException'. 305
Error Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. 308
Error Expected @throws tag for 'IOException'. 308
Error Line is longer than 80 characters. 310
Error Line is longer than 80 characters. 320
Error Line is longer than 80 characters. 323
Error Line is longer than 80 characters. 327
Error Method 'canCancel' is not designed for extension - needs to be abstract, final or empty. 340
Error Parameter stream should be final. 340
Error Expected @param tag for 'stream'. 340
Error Line is longer than 80 characters. 352
Error Method 'cancel' is not designed for extension - needs to be abstract, final or empty. 361
Error Parameter stream should be final. 361
Error Expected @param tag for 'stream'. 361
Error Expected @throws tag for 'SourceException'. 361
Error Line is longer than 80 characters. 381
Error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 387
Error Expected @throws tag for 'SourceException'. 387
Error Line is longer than 80 characters. 391
Error Line has trailing spaces. 393
Error Line is longer than 80 characters. 396
Error Line has trailing spaces. 397
Error Line is longer than 80 characters. 400
Error Line is longer than 80 characters. 402
Error Line is longer than 80 characters. 405
Error Method 'makeCollection' is not designed for extension - needs to be abstract, final or empty. 407
Error Line is longer than 80 characters. 412
Error Line is longer than 80 characters. 414
Error Line is longer than 80 characters. 417
Error Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 419
Error Parameter destination should be final. 419
Error Line is longer than 80 characters. 423
Error Line is longer than 80 characters. 427
Error Line is longer than 80 characters. 432
Error Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. 434
Error Parameter destination should be final. 434
Error Line is longer than 80 characters. 448
Error Line is longer than 80 characters. 458
Error Line is longer than 80 characters. 460
Error Line is longer than 80 characters. 463
Error Missing a Javadoc comment. 469
Error Missing a Javadoc comment. 470
Error Missing a Javadoc comment. 471
Error Line is longer than 80 characters. 473
Error Missing a Javadoc comment. 473
Error Parameter tmpFile should be final. 473
Error Parameter source should be final. 473
Error Missing a Javadoc comment. 480
Error Line has trailing spaces. 493
Error Line has trailing spaces. 495
Error '+' should be on a new line. 495
Error Line has trailing spaces. 496
Error '+' should be on a new line. 496
Error Missing a Javadoc comment. 515
Error Missing a Javadoc comment. 520
Error Line is longer than 80 characters. 524
Error Missing a Javadoc comment. 532
Error Missing a Javadoc comment. 541

org/apache/excalibur/source/impl/FileSourceFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 31
Error Line has trailing spaces. 36
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 40
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 46
Error Method 'getSource' is not designed for extension - needs to be abstract, final or empty. 46
Error Parameter location should be final. 46
Error Parameter parameters should be final. 46
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 46
Error Line has trailing spaces. 53
Error Line is longer than 80 characters. 54
Error Parameter source should be final. 56
Error Method 'absolutize' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter baseURI should be final. 61
Error Parameter location should be final. 61
Error Line is longer than 80 characters. 63
Error Line is longer than 80 characters. 65

org/apache/excalibur/source/impl/HTTPClientSource.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Unused import - org.apache.excalibur.source.Source. 48
Error Unused import - org.apache.excalibur.source.SourceFactory. 50
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 66
Error Line has trailing spaces. 103
Error Line has trailing spaces. 113
Error Line is longer than 80 characters. 176
Error '(' is followed by whitespace. 176
Error Expected @param tag for 'httpState'. 176
Error ')' is preceded with whitespace. 176
Error Avoid inline conditionals. 180
Error Method 'parameterize' is not designed for extension - needs to be abstract, final or empty. 190
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error Avoid inline conditionals. 200
Error Line has trailing spaces. 201
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 213
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error Line is longer than 80 characters. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error Line has trailing spaces. 233
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error Avoid inline conditionals. 240
Error '(' is followed by whitespace. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error ')' is preceded with whitespace. 254
Error Line has trailing spaces. 257
Error Line is longer than 80 characters. 258
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error Line has trailing spaces. 275
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '(' is followed by whitespace. 285
Error '(' is followed by whitespace. 291
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error '(' is followed by whitespace. 296
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error ')' is preceded with whitespace. 296
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error Line is longer than 80 characters. 314
Error '(' is followed by whitespace. 314
Error ';' is followed by whitespace. 314
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error Line has trailing spaces. 319
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error '(' is followed by whitespace. 338
Error ')' is preceded with whitespace. 338
Error '(' is followed by whitespace. 340
Error ')' is preceded with whitespace. 340
Error '(' is followed by whitespace. 356
Error ')' is preceded with whitespace. 356
Error Line has trailing spaces. 357
Error '(' is followed by whitespace. 357
Error Line has trailing spaces. 358
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error '(' is followed by whitespace. 369
Error ')' is preceded with whitespace. 369
Error '(' is followed by whitespace. 371
Error ')' is preceded with whitespace. 371
Error '(' is followed by whitespace. 381
Error ')' is preceded with whitespace. 381
Error '(' is followed by whitespace. 383
Error '(' is followed by whitespace. 383
Error ')' is preceded with whitespace. 383
Error ')' is preceded with whitespace. 383
Error '(' is followed by whitespace. 385
Error ')' is preceded with whitespace. 385
Error '(' is followed by whitespace. 388
Error ')' is preceded with whitespace. 388
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 391
Error '(' is followed by whitespace. 393
Error ')' is preceded with whitespace. 393
Error Line is longer than 80 characters. 396
Error '{' should be on a new line. 400
Error Method 'executeMethod' is not designed for extension - needs to be abstract, final or empty. 422
Error '(' is followed by whitespace. 422
Error ')' is preceded with whitespace. 422
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error '(' is followed by whitespace. 430
Error ')' is preceded with whitespace. 430
Error '(' is followed by whitespace. 431
Error ')' is preceded with whitespace. 431
Error '(' is followed by whitespace. 446
Error ')' is preceded with whitespace. 446
Error '||' should be on a new line. 458
Error '||' should be on a new line. 459
Error Line has trailing spaces. 466
Error Line has trailing spaces. 467
Error Method 'exists' is not designed for extension - needs to be abstract, final or empty. 470
Error Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. 484
Error Redundant throws: 'SourceNotFoundException' is subclass of 'IOException'. 485
Error '(' is followed by whitespace. 488
Error ')' is preceded with whitespace. 488
Error '(' is followed by whitespace. 493
Error ')' is preceded with whitespace. 493
Error '(' is followed by whitespace. 496
Error ')' is preceded with whitespace. 496
Error '(' is followed by whitespace. 497
Error ')' is preceded with whitespace. 497
Error '(' is followed by whitespace. 498
Error ')' is preceded with whitespace. 498
Error '(' is followed by whitespace. 499
Error ')' is preceded with whitespace. 499
Error '(' is followed by whitespace. 500
Error ')' is preceded with whitespace. 500
Error '(' is followed by whitespace. 502
Error ')' is preceded with whitespace. 502
Error Line has trailing spaces. 504
Error Line has trailing spaces. 510
Error Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 513
Error Line has trailing spaces. 519
Error Line is longer than 80 characters. 520
Error Line has trailing spaces. 521
Error Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. 524
Error '(' is followed by whitespace. 526
Error ')' is preceded with whitespace. 526
Error Line has trailing spaces. 528
Error Line has trailing spaces. 531
Error Line has trailing spaces. 532
Error Method 'getValidity' is not designed for extension - needs to be abstract, final or empty. 535
Error '(' is followed by whitespace. 541
Error ')' is preceded with whitespace. 541
Error '(' is followed by whitespace. 543
Error ')' is preceded with whitespace. 543
Error '(' is followed by whitespace. 549
Error ')' is preceded with whitespace. 549
Error Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 559
Error '(' is followed by whitespace. 570
Error ')' is preceded with whitespace. 570
Error Line is longer than 80 characters. 572
Error '(' is followed by whitespace. 574
Error ')' is preceded with whitespace. 574
Error Avoid inline conditionals. 575
Error Line has trailing spaces. 580
Error Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. 583
Error '(' is followed by whitespace. 595
Error ')' is preceded with whitespace. 595
Error Line has trailing spaces. 599
Error '(' is followed by whitespace. 600
Error ')' is preceded with whitespace. 600
Error Line has trailing spaces. 601
Error Avoid inline conditionals. 602
Error '(' is followed by whitespace. 602
Error ')' is preceded with whitespace. 602
Error '(' is followed by whitespace. 604
Error ')' is preceded with whitespace. 604
Error '(' is followed by whitespace. 606
Error ')' is preceded with whitespace. 606
Error Line has trailing spaces. 609
Error Line has trailing spaces. 619
Error Line has trailing spaces. 620
Error Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. 623
Error '(' is followed by whitespace. 635
Error ')' is preceded with whitespace. 635
Error '(' is followed by whitespace. 637
Error ')' is preceded with whitespace. 637
Error Line has trailing spaces. 638
Error Avoid inline conditionals. 639
Error '(' is followed by whitespace. 639
Error ')' is preceded with whitespace. 639
Error Line has trailing spaces. 645
Error Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. 648
Error Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. 675
Error '(' is followed by whitespace. 678
Error ')' is preceded with whitespace. 678
Error Line has trailing spaces. 682
Error '(' is followed by whitespace. 706
Error ')' is preceded with whitespace. 706
Error '(' is followed by whitespace. 709
Error ')' is preceded with whitespace. 709
Error '(' is followed by whitespace. 724
Error ')' is preceded with whitespace. 724
Error '(' is followed by whitespace. 749
Error ')' is preceded with whitespace. 749
Error '(' is followed by whitespace. 751
Error ')' is preceded with whitespace. 751
Error '(' is followed by whitespace. 768
Error ')' is preceded with whitespace. 768
Error '(' is followed by whitespace. 770
Error ')' is preceded with whitespace. 770
Error '(' is followed by whitespace. 772
Error ')' is preceded with whitespace. 772
Error '(' is followed by whitespace. 777
Error ')' is preceded with whitespace. 777
Error '(' is followed by whitespace. 779
Error '(' is followed by whitespace. 779
Error ')' is preceded with whitespace. 779
Error ')' is preceded with whitespace. 779
Error Line has trailing spaces. 781
Error '(' is followed by whitespace. 781
Error '(' is followed by whitespace. 786
Error ')' is preceded with whitespace. 786
Error Line has trailing spaces. 788
Error '(' is followed by whitespace. 788
Error '(' is followed by whitespace. 795
Error ')' is preceded with whitespace. 795
Error '(' is followed by whitespace. 809
Error ')' is preceded with whitespace. 809
Error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 822
Error '(' is followed by whitespace. 824
Error ')' is preceded with whitespace. 824
Error '(' is followed by whitespace. 827
Error ')' is preceded with whitespace. 827
Error '(' is followed by whitespace. 829
Error '(' is followed by whitespace. 829
Error ')' is preceded with whitespace. 829
Error ')' is preceded with whitespace. 829
Error '(' is followed by whitespace. 836
Error ')' is preceded with whitespace. 836
Error '(' is followed by whitespace. 838
Error '(' is followed by whitespace. 841
Error ')' is preceded with whitespace. 841
Error Line has trailing spaces. 844
Error Line has trailing spaces. 847
Error '(' is followed by whitespace. 860
Error ')' is preceded with whitespace. 860
Error Line has trailing spaces. 868
Error Line has trailing spaces. 872
Error Method 'canCancel' is not designed for extension - needs to be abstract, final or empty. 875
Error '(' is followed by whitespace. 875
Error Expected @param tag for 'stream'. 875
Error ')' is preceded with whitespace. 875
Error '(' is followed by whitespace. 879
Error ')' is preceded with whitespace. 879
Error Method 'cancel' is not designed for extension - needs to be abstract, final or empty. 896
Error '(' is followed by whitespace. 896
Error Expected @param tag for 'stream'. 896
Error ')' is preceded with whitespace. 896
Error Expected @throws tag for 'IOException'. 896
Error '(' is followed by whitespace. 898
Error ')' is preceded with whitespace. 898

org/apache/excalibur/source/impl/HTTPClientSourceFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 42
Error Expected an @return tag. 55
Error Method 'getSource' is not designed for extension - needs to be abstract, final or empty. 55
Error '(' is followed by whitespace. 55
Error Expected @param tag for 'uri'. 55
Error Expected @param tag for 'sourceParams'. 55
Error ')' is preceded with whitespace. 55
Error Expected @throws tag for 'MalformedURLException'. 56
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 56
Error Expected @throws tag for 'IOException'. 56
Error Line has trailing spaces. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line has trailing spaces. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Method 'parameterize' is not designed for extension - needs to be abstract, final or empty. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102

org/apache/excalibur/source/impl/HTTPSClientSourceFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 36
Error Line is longer than 80 characters. 56
Error Method 'parameterize' is not designed for extension - needs to be abstract, final or empty. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line has trailing spaces. 119
Error '443' is a magic number. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139

org/apache/excalibur/source/impl/ResourceSource.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Unused import - org.apache.excalibur.source.impl.validity.NOPValidity. 30
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '!' is followed by whitespace. 51
Error Line is longer than 80 characters. 53
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 57
Error '(' is followed by whitespace. 57
Error '3' is a magic number. 57
Error ')' is preceded with whitespace. 57
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 61
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66
Error Line has trailing spaces. 71
Error '{' should be on a new line. 72
Error Line has trailing spaces. 76
Error 'catch' is not followed by whitespace. 82
Error Line has trailing spaces. 92
Error Missing a Javadoc comment. 93
Error Expected an @return tag. 103
Error Expected @throws tag for 'IOException'. 104
Error Expected @throws tag for 'SourceException'. 104
Error Redundant throws: 'SourceException' is subclass of 'IOException'. 104
Error Line has trailing spaces. 110
Error Line is longer than 80 characters. 115
Error Expected an @return tag. 117
Error Line has trailing spaces. 121
Error Missing a Javadoc comment. 122
Error '{' should be on a new line. 122
Error 'if' is not followed by whitespace. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 128

org/apache/excalibur/source/impl/ResourceSourceFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 31
Error Line is longer than 80 characters. 38
Error Line has trailing spaces. 50
Error Expected an @return tag. 54
Error Method 'getSource' is not designed for extension - needs to be abstract, final or empty. 54
Error '(' is followed by whitespace. 54
Error Parameter location should be final. 54
Error Parameter parameters should be final. 54
Error ')' is preceded with whitespace. 54
Error Expected @throws tag for 'MalformedURLException'. 55
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 55
Error Expected @throws tag for 'IOException'. 55
Error Expected @throws tag for 'SourceException'. 55
Error Redundant throws: 'SourceException' is subclass of 'IOException'. 55
Error 'if' is not followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line has trailing spaces. 64
Error Line has trailing spaces. 68
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 68
Error '(' is followed by whitespace. 68
Error Parameter source should be final. 68
Error Expected @param tag for 'source'. 68
Error ')' is preceded with whitespace. 68
Error 'if' is not followed by whitespace. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line is longer than 80 characters. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 77

org/apache/excalibur/source/impl/SourceResolverImpl.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Using the '.*' form of import should be avoided - org.apache.excalibur.source.*. 36
Error Line is longer than 80 characters. 57
Error Variable 'm_manager' must be private and have accessor methods. 68
Error Variable 'm_factorySelector' must be private and have accessor methods. 71
Error Variable 'm_baseURL' must be private and have accessor methods. 76
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 81
Error '(' is followed by whitespace. 81
Error Parameter context should be final. 81
Error Expected @param tag for 'context'. 81
Error ')' is preceded with whitespace. 81
Error Expected @throws tag for 'ContextException'. 82
Error 'if' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error ')' is preceded with whitespace. 86
Error 'cast' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 92
Error 'cast' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error ')' is preceded with whitespace. 92
Error 'catch' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line is longer than 80 characters. 100
Error '(' is followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error ')' is preceded with whitespace. 100
Error 'if' is not followed by whitespace. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line is longer than 80 characters. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error 'catch' is not followed by whitespace. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line is longer than 80 characters. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line is longer than 80 characters. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error 'catch' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line is longer than 80 characters. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 125
Error '(' is followed by whitespace. 125
Error Expected @param tag for 'manager'. 125
Error ')' is preceded with whitespace. 125
Error Expected @throws tag for 'ServiceException'. 126
Error '(' is followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line is longer than 80 characters. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error 'if' is not followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line is longer than 80 characters. 147
Error Unused @throws tag for 'org.apache.excalibur.source.SourceNotFoundException'. 147
Error Expected an @return tag. 149
Error Method 'resolveURI' is not designed for extension - needs to be abstract, final or empty. 149
Error '(' is followed by whitespace. 149
Error Parameter location should be final. 149
Error Expected @param tag for 'location'. 149
Error ')' is preceded with whitespace. 149
Error Expected @throws tag for 'MalformedURLException'. 150
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 150
Error Expected @throws tag for 'IOException'. 150
Error Expected @throws tag for 'SourceException'. 150
Error Redundant throws: 'SourceException' is subclass of 'IOException'. 150
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Line is longer than 80 characters. 157
Error Unused @throws tag for 'org.apache.excalibur.source.SourceNotFoundException'. 157
Error Expected an @return tag. 159
Error Method 'resolveURI' is not designed for extension - needs to be abstract, final or empty. 159
Error '(' is followed by whitespace. 159
Error Parameter location should be final. 159
Error Expected @param tag for 'location'. 159
Error Parameter baseURI should be final. 160
Error Expected @param tag for 'baseURI'. 160
Error Parameter parameters should be final. 161
Error Expected @param tag for 'parameters'. 161
Error ')' is preceded with whitespace. 161
Error Expected @throws tag for 'MalformedURLException'. 162
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 162
Error Expected @throws tag for 'IOException'. 162
Error Expected @throws tag for 'SourceException'. 162
Error Redundant throws: 'SourceException' is subclass of 'IOException'. 162
Error 'if' is not followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line is longer than 80 characters. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error 'if' construct must use '{}'s. 168
Error Line is longer than 80 characters. 168
Error 'if' is not followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error 'if' is not followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error Line is longer than 80 characters. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error 'if' construct must use '{}'s. 174
Error 'if' is not followed by whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error 'if' construct must use '{}'s. 178
Error 'if' is not followed by whitespace. 178
Error '(' is followed by whitespace. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error ')' is preceded with whitespace. 178
Error 'if' construct must use '{}'s. 180
Error Line is longer than 80 characters. 180
Error 'if' is not followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line is longer than 80 characters. 183
Error 'if' is not followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error 'if' construct must use '{}'s. 193
Error 'if' is not followed by whitespace. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error 'else' construct must use '{}'s. 195
Error 'cast' is not followed by whitespace. 204
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error 'if' construct must use '{}'s. 206
Error 'if' is not followed by whitespace. 206
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error 'catch' is not followed by whitespace. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Must have at least one statement. 211
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error 'if' is not followed by whitespace. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error 'if' construct must use '{}'s. 225
Error 'if' is not followed by whitespace. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error ')' is preceded with whitespace. 229
Error Line is longer than 80 characters. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error Expected an @return tag. 245
Error Line is longer than 80 characters. 245
Error '(' is followed by whitespace. 245
Error Parameter factory should be final. 245
Error Expected @param tag for 'factory'. 245
Error Parameter baseURI should be final. 245
Error Expected @param tag for 'baseURI'. 245
Error Parameter systemID should be final. 245
Error Expected @param tag for 'systemID'. 245
Error ')' is preceded with whitespace. 245
Error 'if' construct must use '{}'s. 247
Error 'if' is not followed by whitespace. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error 'cast' is not followed by whitespace. 248
Error 'else' construct must use '{}'s. 249
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 258
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error 'if' construct must use '{}'s. 260
Error 'if' is not followed by whitespace. 260
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error ')' is preceded with whitespace. 271
Error ')' is preceded with whitespace. 278
Error Line is longer than 80 characters. 280
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285

org/apache/excalibur/source/impl/URLSource.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Variable 'm_url' must be private and have accessor methods. 47
Error Variable 'm_connection' must be private and have accessor methods. 50
Error Variable 'm_parameters' must be private and have accessor methods. 53
Error Variable 'm_encoding' must be private and have accessor methods. 56
Error Variable 'm_isPost' must be private and have accessor methods. 59
Error Variable 'm_exists' must be private and have accessor methods. 62
Error Variable 'm_cachedValidity' must be private and have accessor methods. 65
Error Missing a Javadoc comment. 67
Error Variable 'm_cachedLastModificationDate' must be private and have accessor methods. 67
Error Variable 'm_mimeType' must be private and have accessor methods. 70
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter url should be final. 83
Error Expected @param tag for 'url'. 83
Error Parameter parameters should be final. 83
Error Expected @throws tag for 'IOException'. 83
Error '{' should be on a new line. 92
Error '}' should be alone on a line. 94
Error '{' should be on a new line. 94
Error Line has trailing spaces. 95
Error Line is longer than 80 characters. 100
Error Line is longer than 80 characters. 101
Error 'if' construct must use '{}'s. 103
Error Line is longer than 80 characters. 106
Error 'if' construct must use '{}'s. 107
Error 'if' construct must use '{}'s. 119
Error Expression can be simplified. 119
Error Expression can be simplified. 125
Error Line is longer than 80 characters. 127
Error 'if' construct must use '{}'s. 128
Error Expression can be simplified. 128
Error Method 'getInfos' is not designed for extension - needs to be abstract, final or empty. 147
Error Line is longer than 80 characters. 160
Error '{' is not preceded with whitespace. 160
Error '{' should be on a new line. 160
Error Line is longer than 80 characters. 161
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line is longer than 80 characters. 171
Error Line has trailing spaces. 172
Error Line is longer than 80 characters. 174
Error 'cast' is not followed by whitespace. 174
Error '(' is followed by whitespace. 175
Error '200' is a magic number. 175
Error '304' is a magic number. 175
Error ')' is preceded with whitespace. 175
Error Line has trailing spaces. 178
Error Line has trailing spaces. 182
Error Line has trailing spaces. 188
Error Line has trailing spaces. 189
Error Line has trailing spaces. 190
Error Expected an @return tag. 210
Error Method 'exists' is not designed for extension - needs to be abstract, final or empty. 210
Error Expected an @return tag. 225
Error Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. 225
Error Redundant throws: 'SourceException' is subclass of 'IOException'. 225
Error Line is longer than 80 characters. 236
Error '2000' is a magic number. 242
Error Expression can be simplified. 252
Error Line is longer than 80 characters. 254
Error 'if' construct must use '{}'s. 255
Error Expression can be simplified. 255
Error Line is longer than 80 characters. 271
Error Line is longer than 80 characters. 273
Error Line is longer than 80 characters. 274
Error Line is longer than 80 characters. 275
Error Line is longer than 80 characters. 280
Error Line is longer than 80 characters. 285
Error Expected an @return tag. 295
Error Method 'getValidity' is not designed for extension - needs to be abstract, final or empty. 295
Error 'if' construct must use '{}'s. 300
Error Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 314
Error Expected an @return tag. 326
Error Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. 326
Error Expected an @return tag. 335
Error Method 'getUserInfo' is not designed for extension - needs to be abstract, final or empty. 335
Error 'if' construct must use '{}'s. 337
Error 'if' construct must use '{}'s. 339
Error ',' is not followed by whitespace. 343
Error Must have at least one statement. 346

org/apache/excalibur/source/impl/URLSourceFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 31
Error Line is longer than 80 characters. 40
Error Line is longer than 80 characters. 44
Error Expected an @return tag. 47
Error Line is longer than 80 characters. 47
Error Method 'createURLSource' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter url should be final. 47
Error Expected @param tag for 'url'. 47
Error Parameter parameters should be final. 47
Error Expected @param tag for 'parameters'. 47
Error Expected @throws tag for 'MalformedURLException'. 47
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 47
Error Expected @throws tag for 'IOException'. 47
Error Line is longer than 80 characters. 55
Error Expected an @return tag. 58
Error Line is longer than 80 characters. 58
Error Method 'createFileSource' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter uri should be final. 58
Error Expected @param tag for 'uri'. 58
Error Expected @throws tag for 'MalformedURLException'. 58
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 58
Error Expected @throws tag for 'IOException'. 58
Error Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 66
Error Method 'getSource' is not designed for extension - needs to be abstract, final or empty. 66
Error Parameter uri should be final. 66
Error Parameter parameters should be final. 66
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 66
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 104
Error Parameter source should be final. 106

org/apache/excalibur/source/impl/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/excalibur/source/impl/validity/AbstractAggregatedValidity.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 35
Error Variable 'm_list' must be private and have accessor methods. 35
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error 'for' is not followed by whitespace. 45
Error '(' is followed by whitespace. 45
Error ';' is followed by whitespace. 45
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error 'if' construct must use '{}'s. 48
Error 'if' is not followed by whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line has trailing spaces. 52
Error Line has trailing spaces. 53
Error Method 'getValidities' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Method 'getValidity' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Line has trailing spaces. 62

org/apache/excalibur/source/impl/validity/AggregatedValidity.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Expected an @return tag. 41
Error 'for' is not followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error ';' is followed by whitespace. 43
Error '(' is followed by whitespace. 45
Error 'cast' is not followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error 'if' is not followed by whitespace. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Missing a Javadoc comment. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error 'if' is not followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error 'cast' is not followed by whitespace. 58
Error 'if' is not followed by whitespace. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line is longer than 80 characters. 65
Error 'for' is not followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error ';' is followed by whitespace. 65
Error 'cast' is not followed by whitespace. 67
Error 'cast' is not followed by whitespace. 68
Error Line has trailing spaces. 70
Error '(' is followed by whitespace. 70
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 77

org/apache/excalibur/source/impl/validity/DeferredAggregatedValidity.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error Expected an @return tag. 52
Error 'for' is not followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ';' is followed by whitespace. 54
Error '{' should be on a new line. 58
Error 'cast' is not followed by whitespace. 59
Error '}' should be alone on a line. 60
Error '{' should be on a new line. 60
Error 'cast' is not followed by whitespace. 61
Error 'if' is not followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Missing a Javadoc comment. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error 'cast' is not followed by whitespace. 79
Error Line has trailing spaces. 81
Error Line has trailing spaces. 82
Error '(' is followed by whitespace. 82
Error 'if' is not followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error 'for' is not followed by whitespace. 90
Error '=' is not preceded with whitespace. 90
Error '=' is not followed by whitespace. 90
Error '{' should be on a new line. 90
Error Line has trailing spaces. 93
Error '(' is followed by whitespace. 93
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error Line is longer than 80 characters. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 101
Error Missing a Javadoc comment. 112
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error 'for' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ';' is followed by whitespace. 115
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error 'if' construct must use '{}'s. 118
Error 'if' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line has trailing spaces. 122
Error Line has trailing spaces. 123
Error Missing a Javadoc comment. 123
Error '{' should be on a new line. 127
Error 'cast' is not followed by whitespace. 128
Error '}' should be alone on a line. 129
Error '{' should be on a new line. 129
Error 'cast' is not followed by whitespace. 130
Error Line has trailing spaces. 135
Error Missing a Javadoc comment. 136
Error Parameter out should be final. 136
Error 'for' is not followed by whitespace. 140
Error '=' is not preceded with whitespace. 140
Error '=' is not followed by whitespace. 140
Error '<' is not preceded with whitespace. 140
Error '<' is not followed by whitespace. 140
Error ';' is not followed by whitespace. 140
Error '{' should be on a new line. 140

org/apache/excalibur/source/impl/validity/DeferredValidity.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 23
Error '{' should be on a new line. 29
Error Line has trailing spaces. 31
Error Expected an @return tag. 34

org/apache/excalibur/source/impl/validity/ExpiresValidity.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 32
Error Name 'expires' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 32
Error Line has trailing spaces. 38
Error '(' is followed by whitespace. 38
Error Parameter expires should be final. 38
Error 'expires' hides a field. 38
Error ')' is preceded with whitespace. 38
Error Line has trailing spaces. 45
Error Line has trailing spaces. 48
Error Line is longer than 80 characters. 51
Error Avoid inline conditionals. 51
Error Line has trailing spaces. 57
Error Line has trailing spaces. 60
Error '(' is followed by whitespace. 60
Error Parameter newValidity should be final. 60
Error ')' is preceded with whitespace. 60
Error Line has trailing spaces. 66
Error Line has trailing spaces. 69

org/apache/excalibur/source/impl/validity/FileTimeStampValidity.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error '(' is followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error ')' is preceded with whitespace. 37
Error Missing a Javadoc comment. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error Missing a Javadoc comment. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 46
Error Expected an @return tag. 59
Error '(' is followed by whitespace. 61
Error Avoid inline conditionals. 61
Error ')' is preceded with whitespace. 61
Error Missing a Javadoc comment. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error 'if' is not followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 69
Error 'cast' is not followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '(' is followed by whitespace. 70
Error Avoid inline conditionals. 70
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 85
Error Line is longer than 80 characters. 87

org/apache/excalibur/source/impl/validity/NOPValidity.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 30
Error Expected an @return tag. 39
Error Missing a Javadoc comment. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Missing a Javadoc comment. 53

org/apache/excalibur/source/impl/validity/TimeStampValidity.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Expected an @return tag. 44
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 49
Error Parameter newValidity should be final. 49
Error ')' is preceded with whitespace. 49
Error 'if' is not followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '(' is followed by whitespace. 54
Error 'cast' is not followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Avoid inline conditionals. 55
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 65

org/apache/excalibur/source/impl/validity/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/excalibur/source/package.html

ErrorLine
Error Missing package documentation file.0