Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
61002908

Files

FilesIWE
org/apache/avalon/excalibur/datasource/AbstractJdbcConnection.java 00447
org/apache/avalon/excalibur/datasource/DataSourceComponent.java 0013
org/apache/avalon/excalibur/datasource/InformixDataSource.java 00221
org/apache/avalon/excalibur/datasource/J2eeDataSource.java 00119
org/apache/avalon/excalibur/datasource/Jdbc3Connection.java 0025
org/apache/avalon/excalibur/datasource/JdbcConnection.java 0024
org/apache/avalon/excalibur/datasource/JdbcConnectionFactory.java 00234
org/apache/avalon/excalibur/datasource/JdbcConnectionPool.java 00204
org/apache/avalon/excalibur/datasource/JdbcDataSource.java 00250
org/apache/avalon/excalibur/datasource/NoAvailableConnectionException.java 0035
org/apache/avalon/excalibur/datasource/NoValidConnectionException.java 0035
org/apache/avalon/excalibur/datasource/PoolSettable.java 0012
org/apache/avalon/excalibur/datasource/ProxiedJdbcConnection.java 0013
org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.java 0076
org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcDataSource.java 00233
org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.java 00138
org/apache/avalon/excalibur/datasource/cluster/DefaultHashedDataSourceCluster.java 0098
org/apache/avalon/excalibur/datasource/cluster/DefaultIndexedDataSourceCluster.java 0038
org/apache/avalon/excalibur/datasource/cluster/DefaultRoundRobinDataSourceCluster.java 0050
org/apache/avalon/excalibur/datasource/cluster/HashedDataSourceCluster.java 0046
org/apache/avalon/excalibur/datasource/cluster/IndexedDataSourceCluster.java 0017
org/apache/avalon/excalibur/datasource/cluster/RoundRobinDataSourceCluster.java 009
org/apache/avalon/excalibur/datasource/cluster/package.html 001
org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceBlockIdGenerator.java 0080
org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceIdGenerator.java 0066
org/apache/avalon/excalibur/datasource/ids/AbstractIdGenerator.java 00105
org/apache/avalon/excalibur/datasource/ids/IdException.java 0020
org/apache/avalon/excalibur/datasource/ids/IdGenerator.java 0022
org/apache/avalon/excalibur/datasource/ids/SequenceIdGenerator.java 00101
org/apache/avalon/excalibur/datasource/ids/TableIdGenerator.java 00175
org/apache/avalon/excalibur/datasource/ids/package.html 001

org/apache/avalon/excalibur/datasource/AbstractJdbcConnection.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error '{' should be on the previous line. 57
Error Missing a Javadoc comment. 58
Error Name 'm_connection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Variable 'm_connection' must be private and have accessor methods. 58
Error Missing a Javadoc comment. 60
Error Name 'm_proxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Missing a Javadoc comment. 61
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Variable 'm_pool' must be private and have accessor methods. 61
Error Line has trailing spaces. 62
Error Line is longer than 80 characters. 63
Error Name 'm_encounteredError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error Variable 'm_encounteredError' must be private and have accessor methods. 65
Error Line is longer than 80 characters. 67
Error Name 'm_testAge' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Error Variable 'm_testAge' must be private and have accessor methods. 68
Error Missing a Javadoc comment. 69
Error Name 'm_testStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Error Variable 'm_testStatement' must be private and have accessor methods. 69
Error Missing a Javadoc comment. 70
Error Name 'm_testException' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Variable 'm_testException' must be private and have accessor methods. 70
Error Missing a Javadoc comment. 71
Error Name 'm_lastUsed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Variable 'm_lastUsed' must be private and have accessor methods. 71
Error Missing a Javadoc comment. 72
Error Name 'm_methods' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 72
Error 'for' is not followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error 'private' modifier out of order with the JLS suggestions. 95
Error Name 'm_allocatedStatements' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error Line is longer than 80 characters. 100
Error '(' is followed by whitespace. 100
Error Expected @param tag for 'connection'. 100
Error Expected @param tag for 'oradb'. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Avoid inline conditionals. 102
Error ')' is preceded with whitespace. 102
Error Line is longer than 80 characters. 107
Error Line is longer than 80 characters. 108
Error Line is longer than 80 characters. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 113
Error '5000' is a magic number. 113
Error ')' is preceded with whitespace. 113
Error Line is longer than 80 characters. 118
Error Line is longer than 80 characters. 119
Error Line is longer than 80 characters. 121
Error Line is longer than 80 characters. 122
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error 'if' is not followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error '}' should be on the same line. 139
Error '{' should be on the previous line. 141
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '}' should be on the same line. 148
Error 'catch' is not followed by whitespace. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error Missing a Javadoc comment. 157
Error '{' should be on the previous line. 158
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 161
Error Missing a Javadoc comment. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '{' should be on the previous line. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error 'if' is not followed by whitespace. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '{' should be on the previous line. 166
Error 'if' is not followed by whitespace. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '{' should be on the previous line. 168
Error Line is longer than 80 characters. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error Method 'setPool' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error '(' is followed by whitespace. 175
Error Parameter pool should be final. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error Method 'recycle' is not designed for extension - needs to be abstract, final or empty. 180
Error Missing a Javadoc comment. 180
Error '{' should be on the previous line. 181
Error '{' should be on the previous line. 184
Error '}' should be on the same line. 187
Error 'catch' is not followed by whitespace. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error Must have at least one statement. 189
Error Method 'setProxiedConnection' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error '(' is followed by whitespace. 194
Error Parameter proxy should be final. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 199
Error Missing a Javadoc comment. 199
Error '{' should be on the previous line. 200
Error Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. 204
Error Missing a Javadoc comment. 204
Error '{' should be on the previous line. 206
Error 'if' is not followed by whitespace. 207
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 208
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error Line is longer than 80 characters. 214
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 217
Error Line is longer than 80 characters. 218
Error '}' should be on the same line. 222
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error 'if' is not followed by whitespace. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '{' should be on the previous line. 231
Error Line is longer than 80 characters. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '}' should be on the same line. 235
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '{' should be on the previous line. 237
Error Line is longer than 80 characters. 238
Error Line is longer than 80 characters. 240
Error Line is longer than 80 characters. 241
Error Line is longer than 80 characters. 242
Error Line is longer than 80 characters. 243
Error Line is longer than 80 characters. 244
Error Line is longer than 80 characters. 247
Error Line is longer than 80 characters. 248
Error Line is longer than 80 characters. 249
Error Line is longer than 80 characters. 250
Error Line is longer than 80 characters. 251
Error Line is longer than 80 characters. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error Line has trailing spaces. 255
Error Line is longer than 80 characters. 256
Error Line has trailing spaces. 258
Error 'if' is not followed by whitespace. 259
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error '{' should be on the previous line. 260
Error '{' should be on the previous line. 262
Error '}' should be on the same line. 265
Error 'catch' is not followed by whitespace. 266
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '{' should be on the previous line. 267
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 278
Error Missing a Javadoc comment. 278
Error '{' should be on the previous line. 280
Error '{' should be on the previous line. 286
Error '{' should be on the previous line. 292
Error '}' should be on the same line. 295
Error 'catch' is not followed by whitespace. 296
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error '{' should be on the previous line. 297
Error Must have at least one statement. 297
Error '}' should be on the same line. 300
Error '{' should be on the previous line. 302
Error '(' is followed by whitespace. 304
Error 'cast' is not followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error Method 'clearAllocatedStatements' is not designed for extension - needs to be abstract, final or empty. 321
Error '{' should be on the previous line. 322
Error 'synchronized' is not followed by whitespace. 323
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error '{' should be on the previous line. 324
Error '{' should be on the previous line. 326
Error 'while' is not followed by whitespace. 328
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error '{' should be on the previous line. 329
Error 'cast' is not followed by whitespace. 330
Error '}' should be on the same line. 333
Error '{' should be on the previous line. 335
Error Method 'registerAllocatedStatement' is not designed for extension - needs to be abstract, final or empty. 346
Error '(' is followed by whitespace. 346
Error Parameter stmt should be final. 346
Error Expected @param tag for 'stmt'. 346
Error ')' is preceded with whitespace. 346
Error '{' should be on the previous line. 347
Error 'synchronized' is not followed by whitespace. 348
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error '{' should be on the previous line. 349
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 354
Error Missing a Javadoc comment. 354
Error '{' should be on the previous line. 355
Error '{' should be on the previous line. 357
Error '}' should be on the same line. 359
Error 'catch' is not followed by whitespace. 360
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error '{' should be on the previous line. 361
Error 'if' is not followed by whitespace. 362
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error '{' should be on the previous line. 363
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 369
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 369
Error Missing a Javadoc comment. 369
Error '(' is followed by whitespace. 369
Error Parameter obj should be final. 369
Error ')' is preceded with whitespace. 369
Error '{' should be on the previous line. 370
Error 'if' is not followed by whitespace. 371
Error '(' is followed by whitespace. 371
Error '(' is followed by whitespace. 371
Error ')' is preceded with whitespace. 371
Error ')' is preceded with whitespace. 371
Error '{' should be on the previous line. 372
Error ')' is preceded with whitespace. 373
Error 'if' is not followed by whitespace. 375
Error '(' is followed by whitespace. 375
Error ')' is preceded with whitespace. 375
Error '{' should be on the previous line. 376
Error Line is longer than 80 characters. 377
Error '(' is followed by whitespace. 377
Error '(' is followed by whitespace. 377
Error 'cast' is not followed by whitespace. 377
Error ')' is preceded with whitespace. 377
Error ')' is preceded with whitespace. 377
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 384
Error Missing a Javadoc comment. 384
Error '(' is followed by whitespace. 384
Error Parameter proxy should be final. 384
Error Parameter method should be final. 384
Error Parameter args should be final. 384
Error ')' is preceded with whitespace. 384
Error '{' should be on the previous line. 386
Error Line is longer than 80 characters. 387
Error Line has trailing spaces. 389
Error 'cast' is not followed by whitespace. 391
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 391
Error '{' should be on the previous line. 394
Error 'if' is not followed by whitespace. 395
Error '(' is followed by whitespace. 395
Error ')' is preceded with whitespace. 395
Error '{' should be on the previous line. 396
Error '(' is followed by whitespace. 397
Error ')' is preceded with whitespace. 397
Error '}' should be on the same line. 398
Error '{' should be on the previous line. 400
Error '(' is followed by whitespace. 401
Error ')' is preceded with whitespace. 401
Error '}' should be on the same line. 403
Error 'catch' is not followed by whitespace. 404
Error '(' is followed by whitespace. 404
Error ')' is preceded with whitespace. 404
Error '{' should be on the previous line. 405
Error Line is longer than 80 characters. 406
Error Line has trailing spaces. 409
Error Line has trailing spaces. 412
Error '(' is followed by whitespace. 414
Error ')' is preceded with whitespace. 414
Error '{' should be on the previous line. 415
Error Line is longer than 80 characters. 416
Error '(' is followed by whitespace. 418
Error ')' is preceded with whitespace. 418
Error '{' should be on the previous line. 419
Error Line is longer than 80 characters. 420
Error '(' is followed by whitespace. 420
Error Line is longer than 80 characters. 421
Error '{' is followed by whitespace. 421
Error '(' is followed by whitespace. 421
Error ')' is preceded with whitespace. 421
Error ')' is preceded with whitespace. 421
Error '}' should be on the same line. 422
Error '(' is followed by whitespace. 423
Error ')' is preceded with whitespace. 423
Error '{' should be on the previous line. 424
Error Line is longer than 80 characters. 425
Error '(' is followed by whitespace. 425
Error Line is longer than 80 characters. 426
Error '{' is followed by whitespace. 426
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error ')' is preceded with whitespace. 426
Error '}' should be on the same line. 427
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error '{' should be on the previous line. 429
Error Line is longer than 80 characters. 430
Error '(' is followed by whitespace. 430
Error Line is longer than 80 characters. 431
Error '{' is followed by whitespace. 431
Error '(' is followed by whitespace. 431
Error ')' is preceded with whitespace. 431
Error ')' is preceded with whitespace. 431
Error '}' should be on the same line. 432
Error '(' is followed by whitespace. 433
Error ')' is preceded with whitespace. 433
Error '{' should be on the previous line. 434
Error Line is longer than 80 characters. 435
Error '(' is followed by whitespace. 435
Error Line is longer than 80 characters. 436
Error '{' is followed by whitespace. 436
Error '(' is followed by whitespace. 436
Error ')' is preceded with whitespace. 436
Error ')' is preceded with whitespace. 436
Error '}' should be on the same line. 437
Error '{' should be on the previous line. 439
Error Must have at least one statement. 439
Error Class ProxiedObject should be declared as final. 447
Error Missing a Javadoc comment. 447
Error '{' should be on the previous line. 449
Error Missing a Javadoc comment. 450
Error Name 'm_originalObject' must match pattern '^[a-z][a-zA-Z0-9]*$'. 450
Error Variable 'm_originalObject' must be private and have accessor methods. 450
Error Line has trailing spaces. 451
Error Missing a Javadoc comment. 452
Error '(' is followed by whitespace. 452
Error Parameter originalObject should be final. 452
Error ')' is preceded with whitespace. 452
Error '{' should be on the previous line. 453
Error Line has trailing spaces. 456
Error Missing a Javadoc comment. 457
Error '(' is followed by whitespace. 457
Error Parameter proxy should be final. 457
Error Parameter method should be final. 457
Error Parameter args should be final. 457
Error ')' is preceded with whitespace. 457
Error '{' should be on the previous line. 459
Error Line is longer than 80 characters. 460
Error Line is longer than 80 characters. 461
Error Line is longer than 80 characters. 462
Error Line has trailing spaces. 464
Error '{' should be on the previous line. 467
Error '(' is followed by whitespace. 468
Error ')' is preceded with whitespace. 468
Error '}' should be on the same line. 469
Error 'catch' is not followed by whitespace. 470
Error '(' is followed by whitespace. 470
Error ')' is preceded with whitespace. 470
Error '{' should be on the previous line. 471
Error Line is longer than 80 characters. 472
Error Line has trailing spaces. 475
Error Line has trailing spaces. 478
Error '(' is followed by whitespace. 480
Error ')' is preceded with whitespace. 480
Error '{' should be on the previous line. 481
Error Line is longer than 80 characters. 482
Error '(' is followed by whitespace. 484
Error ')' is preceded with whitespace. 484
Error '{' should be on the previous line. 485
Error Line is longer than 80 characters. 486
Error '(' is followed by whitespace. 486
Error Line is longer than 80 characters. 487
Error '{' is followed by whitespace. 487
Error '(' is followed by whitespace. 487
Error ')' is preceded with whitespace. 487
Error ')' is preceded with whitespace. 487
Error '}' should be on the same line. 488
Error Line is longer than 80 characters. 489
Error '(' is followed by whitespace. 489
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error ')' is preceded with whitespace. 489
Error Line is longer than 80 characters. 491
Error Line is longer than 80 characters. 492
Error '(' is followed by whitespace. 492
Error Line is longer than 80 characters. 493
Error '{' is followed by whitespace. 493
Error '(' is followed by whitespace. 494
Error ')' is preceded with whitespace. 494
Error ')' is preceded with whitespace. 494
Error '}' should be on the same line. 495
Error '(' is followed by whitespace. 496
Error ')' is preceded with whitespace. 496
Error '{' should be on the previous line. 497
Error Line is longer than 80 characters. 498
Error '(' is followed by whitespace. 498
Error Line is longer than 80 characters. 499
Error '{' is followed by whitespace. 499
Error '(' is followed by whitespace. 499
Error ')' is preceded with whitespace. 499
Error ')' is preceded with whitespace. 499
Error '}' should be on the same line. 500
Error '(' is followed by whitespace. 501
Error ')' is preceded with whitespace. 501
Error '{' should be on the previous line. 502
Error Line is longer than 80 characters. 503
Error '(' is followed by whitespace. 503
Error Line is longer than 80 characters. 504
Error '{' is followed by whitespace. 504
Error '(' is followed by whitespace. 504
Error ')' is preceded with whitespace. 504
Error ')' is preceded with whitespace. 504
Error '}' should be on the same line. 505
Error '(' is followed by whitespace. 506
Error ')' is preceded with whitespace. 506
Error '{' should be on the previous line. 507
Error Line is longer than 80 characters. 508
Error '(' is followed by whitespace. 508
Error Line is longer than 80 characters. 509
Error '{' is followed by whitespace. 509
Error '(' is followed by whitespace. 509
Error ')' is preceded with whitespace. 509
Error ')' is preceded with whitespace. 509
Error '}' should be on the same line. 510
Error '{' should be on the previous line. 512
Error Must have at least one statement. 512
Error Line has trailing spaces. 516

org/apache/avalon/excalibur/datasource/DataSourceComponent.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 the previous line. 36
Error First sentence should end with a period. 37
Error First sentence should end with a period. 42
Error Line is longer than 80 characters. 47
Error Unused @throws tag for 'NoValidConnectionException'. 47
Error Unused @throws tag for 'NoAvailableConnectionException'. 50
Error Expected @throws tag for 'SQLException'. 54

org/apache/avalon/excalibur/datasource/InformixDataSource.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. 84
Error '{' should be on the previous line. 97
Error Missing a Javadoc comment. 98
Error Name 'm_dataSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
Error Missing a Javadoc comment. 99
Error Name 'm_autocommit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
Error Missing a Javadoc comment. 100
Error Name 'INIT_FACTORY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
Error '{' should be on the previous line. 108
Error 'if' is not followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 111
Error Line is longer than 80 characters. 112
Error ')' is preceded with whitespace. 112
Error First sentence should end with a period. 116
Error Expected an @return tag. 119
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 119
Error Expected @throws tag for 'SQLException'. 119
Error '{' should be on the previous line. 120
Error 'if' is not followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 134
Error '(' is followed by whitespace. 134
Error Parameter conf should be final. 134
Error Expected @param tag for 'conf'. 134
Error ')' is preceded with whitespace. 134
Error Expected @throws tag for 'ConfigurationException'. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line is longer than 80 characters. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line is longer than 80 characters. 141
Error '(' is followed by whitespace. 141
Error '5' is a magic number. 141
Error ')' is preceded with whitespace. 141
Error ')' is preceded with whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line is longer than 80 characters. 142
Error '(' is followed by whitespace. 142
Error '5' is a magic number. 142
Error ')' is preceded with whitespace. 142
Error ')' is preceded with whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line is longer than 80 characters. 143
Error '(' is followed by whitespace. 143
Error '10' is a magic number. 143
Error ')' is preceded with whitespace. 143
Error ')' is preceded with whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line is longer than 80 characters. 144
Error '(' is followed by whitespace. 144
Error '100' is a magic number. 144
Error ')' is preceded with whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line is longer than 80 characters. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error ')' is preceded with whitespace. 145
Error Line is longer than 80 characters. 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 preceded with whitespace. 147
Error ')' is preceded with whitespace. 147
Error Line is longer than 80 characters. 148
Error '(' is followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error ')' is preceded with whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line is longer than 80 characters. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line is longer than 80 characters. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 153
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line is longer than 80 characters. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error ')' is preceded with whitespace. 159
Error Line is longer than 80 characters. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error ')' is preceded with whitespace. 160
Error Line is longer than 80 characters. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error ')' is preceded with whitespace. 161
Error Line is longer than 80 characters. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error ')' is preceded with whitespace. 162
Error Line is longer than 80 characters. 163
Error '(' is followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error ')' is preceded with whitespace. 163
Error ')' is preceded with whitespace. 163
Error Line is longer than 80 characters. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line is longer than 80 characters. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error ')' is preceded with whitespace. 165
Error '(' is followed by whitespace. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error ')' is preceded with whitespace. 166
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '}' should be on the same line. 169
Error 'catch' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error 'if' is not followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error Line is longer than 80 characters. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line is longer than 80 characters. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 188
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 194
Error Line is longer than 80 characters. 196
Error '(' is followed by whitespace. 196
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error ')' is preceded with whitespace. 196
Error ')' is preceded with whitespace. 196
Error Line is longer than 80 characters. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error ')' is preceded with whitespace. 197
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '{' should be on the previous line. 203
Error Line is longer than 80 characters. 205
Error '(' is followed by whitespace. 205
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error ')' is preceded with whitespace. 205
Error ')' is preceded with whitespace. 205
Error Line is longer than 80 characters. 206
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error ')' is preceded with whitespace. 206
Error Line has trailing spaces. 210
Error Missing a Javadoc comment. 211
Error Parameter className should be final. 211
Error '{' should be on the previous line. 213
Error Line has trailing spaces. 215
Error '{' should be on the previous line. 217
Error Line is longer than 80 characters. 218
Error '}' should be on the same line. 219
Error '{' should be on the previous line. 221
Error Line has trailing spaces. 224
Error Line has trailing spaces. 227
Error Missing a Javadoc comment. 228
Error Parameter obj should be final. 228
Error Parameter propertyName should be final. 228
Error Parameter value should be final. 228
Error '{' should be on the previous line. 230
Error Line has trailing spaces. 232
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
Error '}' should be on the same line. 236
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 238
Error Line has trailing spaces. 241
Error '{' should be on the previous line. 243
Error Line is longer than 80 characters. 244
Error '}' should be on the same line. 246
Error '{' should be on the previous line. 248

org/apache/avalon/excalibur/datasource/J2eeDataSource.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 the previous line. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 52
Error Name 'm_dataSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Variable 'm_dataSource' must be private and have accessor methods. 52
Error Missing a Javadoc comment. 53
Error Name 'm_user' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Variable 'm_user' must be private and have accessor methods. 53
Error Missing a Javadoc comment. 54
Error Name 'm_password' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Variable 'm_password' must be private and have accessor methods. 54
Error Unused @param tag for 'conf'. 61
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 66
Error '(' is followed by whitespace. 66
Error Expected @param tag for 'configuration'. 66
Error ')' is preceded with whitespace. 66
Error Expected @throws tag for 'ConfigurationException'. 67
Error '{' should be on the previous line. 68
Error 'if' is not followed by whitespace. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error Line is longer than 80 characters. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
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. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '+' should be on a new line. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error '}' should be on the same line. 90
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error Line is longer than 80 characters. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error 'cast' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '}' should be on the same line. 109
Error '{' should be on the previous line. 111
Error Line is longer than 80 characters. 112
Error 'cast' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '}' should be on the same line. 114
Error 'catch' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error 'if' is not followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error Line is longer than 80 characters. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line is longer than 80 characters. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error First sentence should end with a period. 130
Error Expected an @return tag. 131
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 131
Error Expected @throws tag for 'SQLException'. 132
Error '{' should be on the previous line. 133
Error 'if' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error '}' should be on the same line. 142
Error '{' should be on the previous line. 144
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145

org/apache/avalon/excalibur/datasource/Jdbc3Connection.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. 27
Error '{' should be on the previous line. 35
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 39
Error Line is longer than 80 characters. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Line has trailing spaces. 46
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 53
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60

org/apache/avalon/excalibur/datasource/JdbcConnection.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. 26
Error '{' should be on the previous line. 34
Error Line is longer than 80 characters. 37
Error Line is longer than 80 characters. 38
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 52
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59

org/apache/avalon/excalibur/datasource/JdbcConnectionFactory.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. 38
Error Missing a Javadoc comment. 40
Error Name 'm_dburl' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 41
Error Name 'm_username' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 42
Error Name 'm_password' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Missing a Javadoc comment. 43
Error Name 'm_autoCommit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 44
Error Name 'm_keepAlive' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 45
Error Name 'm_keepAliveAge' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 46
Error Name 'm_connectionClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 47
Error Name 'm_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Missing a Javadoc comment. 48
Error Line is longer than 80 characters. 49
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Name 'm_firstConnection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Line is longer than 80 characters. 53
Error '(' is followed by whitespace. 56
Error Expected @param tag for 'url'. 56
Error Expected @param tag for 'username'. 57
Error Expected @param tag for 'password'. 58
Error Expected @param tag for 'autoCommit'. 59
Error Expected @param tag for 'oradb'. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line is longer than 80 characters. 66
Error '(' is followed by whitespace. 69
Error Expected @param tag for 'url'. 69
Error Expected @param tag for 'username'. 70
Error Expected @param tag for 'password'. 71
Error Expected @param tag for 'autoCommit'. 72
Error Expected @param tag for 'oradb'. 73
Error Expected @param tag for 'connectionClass'. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error Line is longer than 80 characters. 76
Error '(' is followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Avoid inline conditionals. 76
Error ')' is preceded with whitespace. 76
Error Line is longer than 80 characters. 85
Error Line is longer than 80 characters. 87
Error Line is longer than 80 characters. 88
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error Line is longer than 80 characters. 99
Error '(' is followed by whitespace. 99
Error '5000' is a magic number. 99
Error ')' is preceded with whitespace. 99
Error Line is longer than 80 characters. 108
Error Line is longer than 80 characters. 110
Error Line is longer than 80 characters. 111
Error Line is longer than 80 characters. 113
Error Line is longer than 80 characters. 114
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error '{' should be on the previous line. 135
Error 'if' is not followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '}' should be on the same line. 139
Error '{' should be on the previous line. 141
Error Line is longer than 80 characters. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '}' should be on the same line. 146
Error 'catch' is not followed by whitespace. 147
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '{' should be on the previous line. 148
Error Must have at least one statement. 148
Error Line is longer than 80 characters. 150
Error Line is longer than 80 characters. 151
Error Line is longer than 80 characters. 152
Error Missing a Javadoc comment. 156
Error '{' should be on the previous line. 157
Error 'if' is not followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error '}' should be on the same line. 162
Error '{' should be on the previous line. 164
Error Line is longer than 80 characters. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error '{' should be on the previous line. 170
Error 'if' is not followed by whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error 'if' is not followed by whitespace. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '}' should be on the same line. 179
Error '{' should be on the previous line. 181
Error Line is longer than 80 characters. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '}' should be on the same line. 184
Error '{' should be on the previous line. 186
Error 'if' is not followed by whitespace. 190
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '{' should be on the previous line. 191
Error '{' should be on the previous line. 193
Error '}' should be on the same line. 195
Error 'catch' is not followed by whitespace. 196
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '{' should be on the previous line. 197
Error 'if' is not followed by whitespace. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '{' should be on the previous line. 199
Error Line is longer than 80 characters. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error Line is longer than 80 characters. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 207
Error Line is longer than 80 characters. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error '}' should be on the same line. 209
Error 'catch' is not followed by whitespace. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '{' should be on the previous line. 211
Error 'if' is not followed by whitespace. 212
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error Line is longer than 80 characters. 214
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error Line is longer than 80 characters. 220
Error '(' is followed by whitespace. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error ')' is preceded with whitespace. 220
Error 'if' is not followed by whitespace. 223
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error 'if' is not followed by whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Method 'getCreatedClass' is not designed for extension - needs to be abstract, final or empty. 236
Error Missing a Javadoc comment. 236
Error '{' should be on the previous line. 237
Error Method 'decommission' is not designed for extension - needs to be abstract, final or empty. 241
Error Missing a Javadoc comment. 241
Error '(' is followed by whitespace. 241
Error Parameter object should be final. 241
Error ')' is preceded with whitespace. 241
Error '{' should be on the previous line. 242
Error 'if' is not followed by whitespace. 243
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error '{' should be on the previous line. 244
Error '(' is followed by whitespace. 245
Error 'cast' is not followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error 'if' is not followed by whitespace. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 248
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error Line is longer than 80 characters. 254
Error Missing a Javadoc comment. 254
Error '(' is followed by whitespace. 254
Error Parameter conn should be final. 254
Error Parameter keepAlive should be final. 254
Error Parameter keepAliveAge should be final. 254
Error ')' is preceded with whitespace. 254
Error '{' should be on the previous line. 259
Error Line is longer than 80 characters. 260
Error '(' is followed by whitespace. 260
Error Line is longer than 80 characters. 261
Error Line is longer than 80 characters. 262
Error ')' is preceded with whitespace. 262
Error 'cast' is not followed by whitespace. 263
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error ')' is preceded with whitespace. 264
Error '}' should be on the same line. 265
Error 'catch' is not followed by whitespace. 266
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '{' should be on the previous line. 267
Error Line is longer than 80 characters. 268
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error Line is longer than 80 characters. 271
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error 'cast' is not followed by whitespace. 274
Error ')' is preceded with whitespace. 280
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282

org/apache/avalon/excalibur/datasource/JdbcConnectionPool.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 '{' should be on the previous line. 39
Error Missing a Javadoc comment. 40
Error Name 'm_cause' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 41
Error Name 'm_initThread' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 42
Error Name 'm_autoCommit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Missing a Javadoc comment. 43
Error Name 'm_noConnections' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 44
Error Name 'm_wait' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 45
Error Name 'm_spinLock' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Line has trailing spaces. 47
Error Missing a Javadoc comment. 47
Error '(' is followed by whitespace. 47
Error Line has trailing spaces. 48
Error Line has trailing spaces. 49
Error Line has trailing spaces. 50
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. 66
Error '(' is followed by whitespace. 66
Error Parameter timeout should be final. 66
Error Expected @param tag for 'timeout'. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error 'if' is not followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error Line is longer than 80 characters. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Missing a Javadoc comment. 82
Error '{' should be on the previous line. 83
Error 'if' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error 'cast' is not followed by whitespace. 88
Error '}' should be on the same line. 89
Error '{' should be on the previous line. 91
Error 'while' is not followed by whitespace. 94
Error '(' is followed by whitespace. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '{' should be on the previous line. 97
Error 'synchronized' is not followed by whitespace. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '}' should be on the same line. 105
Error '{' should be on the previous line. 107
Error '{' should be on the previous line. 112
Error 'cast' is not followed by whitespace. 113
Error '}' should be on the same line. 114
Error '{' should be on the previous line. 116
Error Must have at least one statement. 116
Error 'if' is not followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error Line is longer than 80 characters. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 131
Error Missing a Javadoc comment. 131
Error '{' should be on the previous line. 133
Error 'if' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error 'if' is not followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error 'if' construct must use '{}'s. 138
Error Line has trailing spaces. 139
Error Line is longer than 80 characters. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '}' should be on the same line. 141
Error 'if' is not followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error Line is longer than 80 characters. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '}' should be on the same line. 145
Error '{' should be on the previous line. 147
Error 'cast' is not followed by whitespace. 152
Error 'if' is not followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error 'cast' is not followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '{' should be on the previous line. 155
Error 'if' is not followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error Line is longer than 80 characters. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 162
Error 'if' is not followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error ')' is preceded with whitespace. 164
Error '{' should be on the previous line. 165
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error 'cast' is not followed by whitespace. 171
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '}' should be on the same line. 174
Error 'catch' is not followed by whitespace. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error 'if' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '}' should be on the same line. 182
Error '{' should be on the previous line. 184
Error 'if' is not followed by whitespace. 189
Error '(' is followed by whitespace. 189
Error 'cast' is not followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error 'cast' is not followed by whitespace. 191
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 197
Error Missing a Javadoc comment. 197
Error '(' is followed by whitespace. 197
Error Parameter obj should be final. 197
Error ')' is preceded with whitespace. 197
Error '{' should be on the previous line. 198
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error 'synchronized' is not followed by whitespace. 200
Error '{' should be on the previous line. 201
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 206
Error Missing a Javadoc comment. 206
Error '{' should be on the previous line. 207
Error '{' should be on the previous line. 209
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error 'if' is not followed by whitespace. 212
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error '}' should be on the same line. 215
Error '{' should be on the previous line. 217
Error 'if' is not followed by whitespace. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '{' should be on the previous line. 221
Error Line is longer than 80 characters. 222
Error '(' is followed by whitespace. 222
Error '+' should be on a new line. 222
Error Line is longer than 80 characters. 223
Error '+' should be on a new line. 223
Error Line is longer than 80 characters. 224
Error ')' is preceded with whitespace. 224
Error '}' should be on the same line. 227
Error 'catch' is not followed by whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error 'if' is not followed by whitespace. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error Line is longer than 80 characters. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233

org/apache/avalon/excalibur/datasource/JdbcDataSource.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. 37
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 65
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 71
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 73
Error Line is longer than 80 characters. 76
Error Line is longer than 80 characters. 79
Error Line is longer than 80 characters. 82
Error Line has trailing spaces. 85
Error '{' should be on the previous line. 98
Error Missing a Javadoc comment. 99
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
Error Variable 'm_pool' must be private and have accessor methods. 99
Error Unused @param tag for 'conf'. 106
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 111
Error '(' is followed by whitespace. 111
Error Expected @param tag for 'configuration'. 111
Error ')' is preceded with whitespace. 111
Error Expected @throws tag for 'ConfigurationException'. 112
Error '{' should be on the previous line. 113
Error 'if' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error Line is longer than 80 characters. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line is longer than 80 characters. 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 is longer than 80 characters. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line is longer than 80 characters. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line is longer than 80 characters. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 121
Error '5000' is a magic number. 121
Error ')' is preceded with whitespace. 121
Error Line is longer than 80 characters. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line is longer than 80 characters. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 126
Error '3' is a magic number. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error Line is longer than 80 characters. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line is longer than 80 characters. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line is longer than 80 characters. 130
Error Line is longer than 80 characters. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Name 'l_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. 133
Error Name 'l_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. 134
Error 'if' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error 'if' is not followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 145
Error Line is longer than 80 characters. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '}' should be on the same line. 147
Error 'catch' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error 'if' is not followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 151
Error Line is longer than 80 characters. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error 'if' is not followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error 'if' is not followed by whitespace. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error Line is longer than 80 characters. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '}' should be on the same line. 166
Error '{' should be on the previous line. 168
Error 'if' is not followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error 'if' is not followed by whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error Line is longer than 80 characters. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '}' should be on the same line. 180
Error '{' should be on the previous line. 182
Error 'if' is not followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 184
Error 'if' is not followed by whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 186
Error Line is longer than 80 characters. 187
Error '(' is followed by whitespace. 187
Error '+' should be on a new line. 187
Error Line is longer than 80 characters. 188
Error ')' is preceded with whitespace. 188
Error '}' should be on the same line. 192
Error '{' should be on the previous line. 194
Error Line is longer than 80 characters. 199
Error 'if' is not followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '{' should be on the previous line. 201
Error Line is longer than 80 characters. 205
Error Line is longer than 80 characters. 206
Error 'if' is not followed by whitespace. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 209
Error 'if' is not followed by whitespace. 212
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error Line is longer than 80 characters. 214
Error '(' is followed by whitespace. 214
Error '+' should be on a new line. 214
Error ')' is preceded with whitespace. 215
Error Line is longer than 80 characters. 220
Error ')' is preceded with whitespace. 220
Error Line is longer than 80 characters. 221
Error '(' is followed by whitespace. 221
Error '4' is a magic number. 221
Error ')' is preceded with whitespace. 221
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 226
Error Line is longer than 80 characters. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '}' should be on the same line. 231
Error 'catch' is not followed by whitespace. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '{' should be on the previous line. 233
Error 'if' is not followed by whitespace. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '{' should be on the previous line. 235
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error Line is longer than 80 characters. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error First sentence should end with a period. 244
Error Expected an @return tag. 245
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 245
Error Expected @throws tag for 'SQLException'. 246
Error '{' should be on the previous line. 247
Error '{' should be on the previous line. 249
Error 'cast' is not followed by whitespace. 250
Error '}' should be on the same line. 251
Error 'catch' is not followed by whitespace. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error 'if' is not followed by whitespace. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '{' should be on the previous line. 255
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '}' should be on the same line. 261
Error 'catch' is not followed by whitespace. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '{' should be on the previous line. 263
Error 'if' is not followed by whitespace. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '{' should be on the previous line. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error First sentence should end with a period. 273
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 274
Error '{' should be on the previous line. 275

org/apache/avalon/excalibur/datasource/NoAvailableConnectionException.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 the previous line. 31
Error Missing a Javadoc comment. 33
Error '{' should be on the previous line. 34
Error Missing a Javadoc comment. 38
Error '(' is followed by whitespace. 38
Error Parameter message should be final. 38
Error ')' is preceded with whitespace. 38
Error '{' should be on the previous line. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error Parameter message should be final. 43
Error Parameter SQLState should be final. 43
Error Name 'SQLState' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line is longer than 80 characters. 48
Error Missing a Javadoc comment. 48
Error '(' is followed by whitespace. 48
Error Parameter message should be final. 48
Error Parameter SQLState should be final. 48
Error Name 'SQLState' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Parameter vendorCode should be final. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50

org/apache/avalon/excalibur/datasource/NoValidConnectionException.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 the previous line. 31
Error Missing a Javadoc comment. 33
Error '{' should be on the previous line. 34
Error Missing a Javadoc comment. 38
Error '(' is followed by whitespace. 38
Error Parameter message should be final. 38
Error ')' is preceded with whitespace. 38
Error '{' should be on the previous line. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error Parameter message should be final. 43
Error Parameter SQLState should be final. 43
Error Name 'SQLState' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line is longer than 80 characters. 48
Error Missing a Javadoc comment. 48
Error '(' is followed by whitespace. 48
Error Parameter message should be final. 48
Error Parameter SQLState should be final. 48
Error Name 'SQLState' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Parameter vendorCode should be final. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50

org/apache/avalon/excalibur/datasource/PoolSettable.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 - java.sql.SQLException. 20
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 35
Error '(' is followed by whitespace. 38
Error Expected @param tag for 'pool'. 38
Error ')' is preceded with whitespace. 38

org/apache/avalon/excalibur/datasource/ProxiedJdbcConnection.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. 24
Error Line is longer than 80 characters. 25
Error '{' should be on the previous line. 30
Error Missing a Javadoc comment. 31
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error Missing a Javadoc comment. 33

org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.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 the previous line. 41
Error Missing a Javadoc comment. 42
Error Name 'm_autoCommit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error First sentence should end with a period. 47
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 63
Error '(' is followed by whitespace. 65
Error Parameter max should be final. 66
Error Parameter maxStrict should be final. 67
Error Parameter blocking should be final. 68
Error Parameter blockTimeout should be final. 69
Error Parameter trimInterval should be final. 70
Error Parameter autoCommit should be final. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Expected an @return tag. 89
Error Method 'newPoolable' is not designed for extension - needs to be abstract, final or empty. 89
Error Expected @throws tag for 'Exception'. 89
Error '{' should be on the previous line. 90
Error Line has trailing spaces. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error Line has trailing spaces. 97
Error 'cast' is not followed by whitespace. 98
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error 'cast' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line has trailing spaces. 108
Error Line is longer than 80 characters. 110
Error Line is longer than 80 characters. 111
Error Line is longer than 80 characters. 116
Error Method 'validatePoolable' is not designed for extension - needs to be abstract, final or empty. 118
Error '(' is followed by whitespace. 118
Error Parameter poolable should be final. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error 'cast' is not followed by whitespace. 120
Error '{' should be on the previous line. 122
Error 'if' is not followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error 'cast' is not followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line has trailing spaces. 132
Error Line is longer than 80 characters. 133
Error 'cast' is not followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '}' should be on the same line. 136
Error 'catch' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error Line is longer than 80 characters. 140
Error ')' is preceded with whitespace. 140

org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcDataSource.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. 56
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 69
Error Line is longer than 80 characters. 71
Error Line has trailing spaces. 142
Error '{' should be on the previous line. 155
Error Missing a Javadoc comment. 156
Error Name 'm_configured' must match pattern '^[a-z][a-zA-Z0-9]*$'. 156
Error Missing a Javadoc comment. 157
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 157
Error Missing a Javadoc comment. 158
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 158
Error Variable 'm_pool' must be private and have accessor methods. 158
Error Missing a Javadoc comment. 163
Error '{' should be on the previous line. 164
Error First sentence should end with a period. 170
Error Line is longer than 80 characters. 173
Error Unused @throws tag for 'NoValidConnectionException'. 173
Error Unused @throws tag for 'NoAvailableConnectionException'. 176
Error Expected an @return tag. 179
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 179
Error Expected @throws tag for 'SQLException'. 180
Error '{' should be on the previous line. 181
Error 'if' construct must use '{}'s. 182
Error 'if' is not followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error 'if' construct must use '{}'s. 183
Error 'if' is not followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 187
Error '{' should be on the previous line. 190
Error '}' should be on the same line. 193
Error 'catch' is not followed by whitespace. 194
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
Error 'if' is not followed by whitespace. 196
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '{' should be on the previous line. 197
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '}' should be on the same line. 202
Error 'catch' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error 'if' is not followed by whitespace. 205
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '{' should be on the previous line. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Line has trailing spaces. 212
Error 'cast' is not followed by whitespace. 213
Error Line is longer than 80 characters. 226
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 226
Error '(' is followed by whitespace. 226
Error Parameter configuration should be final. 226
Error ')' is preceded with whitespace. 226
Error Expected @throws tag for 'ConfigurationException'. 226
Error 'if' construct must use '{}'s. 228
Error Line is longer than 80 characters. 228
Error 'if' is not followed by whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error Line is longer than 80 characters. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error Line is longer than 80 characters. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Line is longer than 80 characters. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '(' is followed by whitespace. 236
Error '5000' is a magic number. 236
Error ')' is preceded with whitespace. 236
Error Line is longer than 80 characters. 237
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error Line is longer than 80 characters. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '(' is followed by whitespace. 241
Error '3' is a magic number. 241
Error ')' is preceded with whitespace. 241
Error Line is longer than 80 characters. 242
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error Line is longer than 80 characters. 243
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error Line is longer than 80 characters. 245
Error '(' is followed by whitespace. 245
Error '60000' is a magic number. 245
Error ')' is preceded with whitespace. 245
Error Line is longer than 80 characters. 246
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error Line is longer than 80 characters. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error Line is longer than 80 characters. 250
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error Name 'l_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. 252
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 ')' is preceded with whitespace. 255
Error '{' should be on the previous line. 256
Error 'if' is not followed by whitespace. 257
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error '{' should be on the previous line. 258
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error '{' should be on the previous line. 263
Error Line is longer than 80 characters. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '}' should be on the same line. 265
Error 'catch' is not followed by whitespace. 266
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '{' should be on the previous line. 267
Error 'if' is not followed by whitespace. 268
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error '{' should be on the previous line. 269
Error Line is longer than 80 characters. 270
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error 'if' is not followed by whitespace. 276
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error '{' should be on the previous line. 277
Error 'if' is not followed by whitespace. 278
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error '{' should be on the previous line. 279
Error Line is longer than 80 characters. 280
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '}' should be on the same line. 284
Error '{' should be on the previous line. 286
Error Line is longer than 80 characters. 290
Error 'if' is not followed by whitespace. 292
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error '{' should be on the previous line. 293
Error 'if' is not followed by whitespace. 300
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error '{' should be on the previous line. 301
Error 'if' is not followed by whitespace. 304
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '{' should be on the previous line. 305
Error Line is longer than 80 characters. 306
Error '(' is followed by whitespace. 306
Error '+' should be on a new line. 306
Error ')' is preceded with whitespace. 307
Error Line is longer than 80 characters. 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 '{' should be on the previous line. 317
Error Line is longer than 80 characters. 319
Error ')' is preceded with whitespace. 319
Error '(' is followed by whitespace. 321
Error ')' is preceded with whitespace. 321
Error Line has trailing spaces. 322
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error '}' should be on the same line. 324
Error 'catch' is not followed by whitespace. 325
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error '{' should be on the previous line. 326
Error 'if' is not followed by whitespace. 327
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error '{' should be on the previous line. 328
Error Line is longer than 80 characters. 329
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error Line is longer than 80 characters. 332
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 347
Error '{' should be on the previous line. 348

org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.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. 46
Error Name 'm_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Variable 'm_size' must be private and have accessor methods. 46
Error Missing a Javadoc comment. 47
Error Name 'm_dataSourceNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Missing a Javadoc comment. 48
Error Name 'm_dbSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Missing a Javadoc comment. 49
Error Name 'm_dataSources' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 55
Error Method 'getClusterSize' is not designed for extension - needs to be abstract, final or empty. 66
Error '{' should be on the previous line. 67
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 76
Error Unused @throws tag for 'NoValidConnectionException'. 76
Error Unused @throws tag for 'NoValidConnectionException'. 79
Error Expected an @return tag. 82
Error Method 'getConnectionForIndex' is not designed for extension - needs to be abstract, final or empty. 82
Error '(' is followed by whitespace. 82
Error Parameter index should be final. 82
Error ')' is preceded with whitespace. 82
Error Expected @throws tag for 'SQLException'. 82
Error '{' should be on the previous line. 83
Error 'if' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error Line is longer than 80 characters. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line is longer than 80 characters. 100
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Expected @throws tag for 'ServiceException'. 103
Error '{' should be on the previous line. 104
Error Line is longer than 80 characters. 106
Error 'cast' 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. 117
Error Line is longer than 80 characters. 119
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 119
Error '(' is followed by whitespace. 119
Error Parameter configuration should be final. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error 'if' is not followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error ')' is preceded with whitespace. 126
Error Line is longer than 80 characters. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error 'for' is not followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error 'if' is not followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error Line is longer than 80 characters. 137
Error '(' is followed by whitespace. 137
Error '+' should be on a new line. 137
Error Line is longer than 80 characters. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error ')' is preceded with whitespace. 138
Error 'if' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141
Error Line is longer than 80 characters. 142
Error '(' is followed by whitespace. 142
Error '+' should be on a new line. 142
Error ')' is preceded with whitespace. 143
Error 'for' is not followed by whitespace. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error 'if' is not followed by whitespace. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '{' should be on the previous line. 152
Error Line is longer than 80 characters. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 166
Error '{' should be on the previous line. 167
Error 'for' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error Line is longer than 80 characters. 172
Error 'cast' is not followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 182
Error '{' should be on the previous line. 183
Error 'if' is not followed by whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 186
Error 'if' is not followed by whitespace. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '{' should be on the previous line. 188
Error 'for' is not followed by whitespace. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error 'if' is not followed by whitespace. 191
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193

org/apache/avalon/excalibur/datasource/cluster/DefaultHashedDataSourceCluster.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. 26
Error Line is longer than 80 characters. 27
Error Line is longer than 80 characters. 28
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. 69
Error Line is longer than 80 characters. 71
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 73
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 79
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 81
Error Line is longer than 80 characters. 85
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 89
Error Line is longer than 80 characters. 90
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 107
Error Line has trailing spaces. 114
Error Line is longer than 80 characters. 116
Error '{' should be on the previous line. 128
Error Missing a Javadoc comment. 132
Error '{' should be on the previous line. 133
Error Line is longer than 80 characters. 140
Error Expected an @return tag. 142
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 142
Error Expected @throws tag for 'SQLException'. 142
Error '{' should be on the previous line. 143
Error Line is longer than 80 characters. 145
Error '+' should be on a new line. 145
Error ')' is preceded with whitespace. 146
Error Line is longer than 80 characters. 158
Error Line is longer than 80 characters. 161
Error Unused @throws tag for 'NoValidConnectionException'. 161
Error Unused @throws tag for 'NoValidConnectionException'. 164
Error Expected an @return tag. 167
Error Line is longer than 80 characters. 167
Error Method 'getConnectionForHashObject' is not designed for extension - needs to be abstract, final or empty. 167
Error '(' is followed by whitespace. 167
Error Parameter hashObject should be final. 167
Error ')' is preceded with whitespace. 167
Error Expected @throws tag for 'SQLException'. 167
Error '(' is followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error ')' is preceded with whitespace. 169
Error Line is longer than 80 characters. 175
Error Line is longer than 80 characters. 178
Error Unused @throws tag for 'NoValidConnectionException'. 178
Error Unused @throws tag for 'NoValidConnectionException'. 181
Error Expected an @return tag. 184
Error Line is longer than 80 characters. 184
Error Method 'getConnectionForHashCode' is not designed for extension - needs to be abstract, final or empty. 184
Error '(' is followed by whitespace. 184
Error Parameter hashCode should be final. 184
Error ')' is preceded with whitespace. 184
Error Expected @throws tag for 'SQLException'. 184
Error '(' is followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error ')' is preceded with whitespace. 186
Error Line is longer than 80 characters. 193
Error Line is longer than 80 characters. 200
Error Expected an @return tag. 203
Error Method 'getIndexForHashObject' is not designed for extension - needs to be abstract, final or empty. 203
Error '(' is followed by whitespace. 203
Error Parameter hashObject should be final. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error Line is longer than 80 characters. 209
Error Line is longer than 80 characters. 216
Error Expected an @return tag. 219
Error Method 'getIndexForHashCode' is not designed for extension - needs to be abstract, final or empty. 219
Error '(' is followed by whitespace. 219
Error Parameter hashCode should be final. 219
Error ')' is preceded with whitespace. 219
Error '{' should be on the previous line. 220
Error Line is longer than 80 characters. 225
Error '(' is followed by whitespace. 226
Error 'cast' is not followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '0xffffffffL' is a magic number. 226
Error 'cast' is not followed by whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228

org/apache/avalon/excalibur/datasource/cluster/DefaultIndexedDataSourceCluster.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. 26
Error Line is longer than 80 characters. 27
Error Line is longer than 80 characters. 28
Error Line is longer than 80 characters. 63
Error Line is longer than 80 characters. 65
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 69
Error Line is longer than 80 characters. 71
Error Line is longer than 80 characters. 73
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 79
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 83
Error Line is longer than 80 characters. 84
Error Line is longer than 80 characters. 87
Error Line is longer than 80 characters. 88
Error Line is longer than 80 characters. 101
Error Line has trailing spaces. 108
Error Line is longer than 80 characters. 110
Error '{' should be on the previous line. 122
Error Missing a Javadoc comment. 127
Error '{' should be on the previous line. 128
Error Line is longer than 80 characters. 135
Error Expected an @return tag. 137
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 137
Error Expected @throws tag for 'SQLException'. 137
Error '{' should be on the previous line. 138
Error Line is longer than 80 characters. 140
Error '+' should be on a new line. 140
Error ')' is preceded with whitespace. 141

org/apache/avalon/excalibur/datasource/cluster/DefaultRoundRobinDataSourceCluster.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. 24
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 28
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 30
Error Line is longer than 80 characters. 33
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 70
Error Line is longer than 80 characters. 71
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 76
Error Line is longer than 80 characters. 78
Error Line is longer than 80 characters. 79
Error Line is longer than 80 characters. 80
Error Line has trailing spaces. 83
Error Line is longer than 80 characters. 85
Error '{' should be on the previous line. 97
Error Missing a Javadoc comment. 98
Error Name 'm_semaphore' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
Error Missing a Javadoc comment. 99
Error Name 'm_nextIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
Error Missing a Javadoc comment. 104
Error '{' should be on the previous line. 105
Error Line is longer than 80 characters. 114
Error Unused @throws tag for 'NoValidConnectionException'. 114
Error Unused @throws tag for 'NoValidConnectionException'. 117
Error Expected an @return tag. 120
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 120
Error Expected @throws tag for 'SQLException'. 120
Error '{' should be on the previous line. 121
Error 'synchronized' is not followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error 'if' is not followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132

org/apache/avalon/excalibur/datasource/cluster/HashedDataSourceCluster.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 the previous line. 32
Error First sentence should end with a period. 33
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 51
Error Unused @throws tag for 'org.apache.avalon.excalibur.datasource.NoValidConnectionException'. 51
Error Line is longer than 80 characters. 54
Error Unused @throws tag for 'org.apache.avalon.excalibur.datasource.NoAvailableConnectionException'. 54
Error Expected an @return tag. 57
Error Line is longer than 80 characters. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Expected @throws tag for 'SQLException'. 57
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 65
Error Unused @throws tag for 'org.apache.avalon.excalibur.datasource.NoValidConnectionException'. 65
Error Line is longer than 80 characters. 68
Error Unused @throws tag for 'org.apache.avalon.excalibur.datasource.NoAvailableConnectionException'. 68
Error Expected an @return tag. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Expected @throws tag for 'SQLException'. 71
Error Line is longer than 80 characters. 76
Error Line is longer than 80 characters. 78
Error Unused @throws tag for 'org.apache.avalon.excalibur.datasource.NoValidConnectionException'. 78
Error Line is longer than 80 characters. 81
Error Unused @throws tag for 'org.apache.avalon.excalibur.datasource.NoAvailableConnectionException'. 81
Error Expected an @return tag. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Expected @throws tag for 'SQLException'. 84
Error Line is longer than 80 characters. 87
Error Line is longer than 80 characters. 90
Error Expected an @return tag. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 99
Error Expected an @return tag. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102

org/apache/avalon/excalibur/datasource/cluster/IndexedDataSourceCluster.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 the previous line. 32
Error First sentence should end with a period. 33
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 50
Error Unused @throws tag for 'org.apache.avalon.excalibur.datasource.NoValidConnectionException'. 50
Error Line is longer than 80 characters. 53
Error Unused @throws tag for 'org.apache.avalon.excalibur.datasource.NoAvailableConnectionException'. 53
Error Expected an @return tag. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Expected @throws tag for 'SQLException'. 56

org/apache/avalon/excalibur/datasource/cluster/RoundRobinDataSourceCluster.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 interfaces should describe a type and hence have methods. 27
Error '{' should be on the previous line. 29
Error First sentence should end with a period. 30

org/apache/avalon/excalibur/datasource/cluster/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceBlockIdGenerator.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. 26
Error Line is longer than 80 characters. 27
Error '{' should be on the previous line. 36
Error Name 'm_firstBigDecimal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Name 'm_firstLong' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Name 'm_blockSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Name 'm_allocated' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error Missing a Javadoc comment. 60
Error '{' should be on the previous line. 61
Error Line is longer than 80 characters. 74
Error '(' is followed by whitespace. 76
Error Parameter blockSize should be final. 76
Error ')' is preceded with whitespace. 76
Error Line is longer than 80 characters. 86
Error '(' is followed by whitespace. 88
Error Parameter blockSize should be final. 88
Error ')' is preceded with whitespace. 88
Error Method 'getNextBigDecimalIdInner' is not designed for extension - needs to be abstract, final or empty. 102
Error '{' should be on the previous line. 104
Error 'if' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '}' should be on the same line. 114
Error 'catch' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error Line is longer than 80 characters. 117
Error '(' is followed by whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error ')' is preceded with whitespace. 125
Error Method 'getNextLongIdInner' is not designed for extension - needs to be abstract, final or empty. 139
Error '{' should be on the previous line. 141
Error 'if' is not followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '{' should be on the previous line. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '}' should be on the same line. 151
Error 'catch' is not followed by whitespace. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error Line is longer than 80 characters. 154
Error 'if' is not followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '{' should be on the previous line. 164
Error Line is longer than 80 characters. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line is longer than 80 characters. 183
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 185
Error '(' is followed by whitespace. 185
Error Parameter configuration should be final. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 187
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '(' is followed by whitespace. 191
Error '10' is a magic number. 191
Error ')' is preceded with whitespace. 191
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 202
Error '{' should be on the previous line. 204
Error Line is longer than 80 characters. 207

org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceIdGenerator.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 the previous line. 42
Error Missing a Javadoc comment. 43
Error Name 'm_dataSourceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 44
Error Name 'm_dbSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 45
Error Name 'm_dataSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Variable 'm_dataSource' must be private and have accessor methods. 45
Error Name 'm_allocated' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Variable 'm_allocated' must be private and have accessor methods. 50
Error Missing a Javadoc comment. 51
Error Name 'm_nextId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Variable 'm_nextId' must be private and have accessor methods. 51
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 69
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 71
Error '{' should be on the previous line. 73
Error Line is longer than 80 characters. 85
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Expected @throws tag for 'ServiceException'. 88
Error '{' should be on the previous line. 89
Error Line is longer than 80 characters. 90
Error 'cast' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line is longer than 80 characters. 101
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 103
Error '(' is followed by whitespace. 103
Error Parameter configuration should be final. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 105
Error Line is longer than 80 characters. 107
Error '(' is followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 121
Error '{' should be on the previous line. 123
Error Line is longer than 80 characters. 125
Error 'cast' is not followed by whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 134
Error '{' should be on the previous line. 135
Error 'if' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error 'if' is not followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141

org/apache/avalon/excalibur/datasource/ids/AbstractIdGenerator.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 '{' should be on the previous line. 33
Error Line is longer than 80 characters. 34
Error Missing a Javadoc comment. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Name 'm_semaphore' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Name 'm_useBigDecimals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 49
Error '{' should be on the previous line. 50
Error Line is longer than 80 characters. 79
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 81
Error Line is longer than 80 characters. 82
Error '(' is followed by whitespace. 86
Error Parameter useBigDecimals should be final. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error Line is longer than 80 characters. 92
Error Expected an @return tag. 94
Error '{' should be on the previous line. 95
Error Line is longer than 80 characters. 100
Error Expected an @return tag. 104
Error '(' is followed by whitespace. 104
Error Parameter maxId should be final. 104
Error Expected @param tag for 'maxId'. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 106
Error 'if' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error 'synchronized' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error Line is longer than 80 characters. 117
Error 'if' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '+' should be on a new line. 120
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '}' should be on the same line. 126
Error '{' should be on the previous line. 128
Error 'synchronized' is not followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error 'if' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error '+' should be on a new line. 139
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Expected @throws tag for 'IdException'. 157
Error '{' should be on the previous line. 158
Error 'if' is not followed by whitespace. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error 'synchronized' is not followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '{' should be on the previous line. 164
Error '}' should be on the same line. 167
Error '{' should be on the previous line. 169
Error 'synchronized' is not followed by whitespace. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line is longer than 80 characters. 185
Error '{' should be on the previous line. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error Line is longer than 80 characters. 198
Error '{' should be on the previous line. 202
Error 'cast' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error Line is longer than 80 characters. 211
Error '{' should be on the previous line. 215
Error 'cast' is not followed by whitespace. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error Line is longer than 80 characters. 224
Error '{' should be on the previous line. 228
Error 'cast' is not followed by whitespace. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229

org/apache/avalon/excalibur/datasource/ids/IdException.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 the previous line. 31
Error '(' is followed by whitespace. 40
Error Parameter message should be final. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '(' is followed by whitespace. 51
Error Parameter message should be final. 51
Error Parameter throwable should be final. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53

org/apache/avalon/excalibur/datasource/ids/IdGenerator.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. 25
Error '{' should be on the previous line. 32
Error First sentence should end with a period. 33
Error Expected @throws tag for 'IdException'. 44
Error Line is longer than 80 characters. 51
Error Unused @throws tag for 'IllegalStateException'. 51
Error Expected @throws tag for 'IdException'. 54
Error Line is longer than 80 characters. 61
Error Unused @throws tag for 'IllegalStateException'. 61
Error Expected @throws tag for 'IdException'. 64
Error Line is longer than 80 characters. 71
Error Unused @throws tag for 'IllegalStateException'. 71
Error Expected @throws tag for 'IdException'. 74
Error Line is longer than 80 characters. 81
Error Unused @throws tag for 'IllegalStateException'. 81
Error Expected @throws tag for 'IdException'. 84

org/apache/avalon/excalibur/datasource/ids/SequenceIdGenerator.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. 30
Error Line is longer than 80 characters. 31
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 63
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 76
Error Line has trailing spaces. 78
Error '{' should be on the previous line. 90
Error Missing a Javadoc comment. 91
Error Name 'm_query' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
Error Missing a Javadoc comment. 96
Error '{' should be on the previous line. 97
Error Method 'getNextBigDecimalIdInner' is not designed for extension - needs to be abstract, final or empty. 111
Error '{' should be on the previous line. 113
Error 'if' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 120
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error 'if' is not followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '}' should be on the same line. 129
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '}' should be on the same line. 136
Error '{' should be on the previous line. 138
Error '}' should be on the same line. 141
Error 'catch' is not followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Method 'getNextLongIdInner' is not designed for extension - needs to be abstract, final or empty. 158
Error '{' should be on the previous line. 160
Error 'if' is not followed by whitespace. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '{' should be on the previous line. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '{' should be on the previous line. 167
Error '{' should be on the previous line. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error 'if' is not followed by whitespace. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '{' should be on the previous line. 174
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '}' should be on the same line. 176
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '}' should be on the same line. 183
Error '{' should be on the previous line. 185
Error '}' should be on the same line. 188
Error 'catch' is not followed by whitespace. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error Line is longer than 80 characters. 205
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 207
Error '(' is followed by whitespace. 207
Error Parameter configuration should be final. 207
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 209
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213

org/apache/avalon/excalibur/datasource/ids/TableIdGenerator.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. 30
Error Line is longer than 80 characters. 31
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 37
Error Line is longer than 80 characters. 43
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 45
Error Line is longer than 80 characters. 46
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 71
Error Line has trailing spaces. 79
Error '{' should be on the previous line. 91
Error Name 'm_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error Name 'm_tableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
Error Missing a Javadoc comment. 105
Error '{' should be on the previous line. 106
Error Line is longer than 80 characters. 116
Error Line is longer than 80 characters. 118
Error '(' is followed by whitespace. 122
Error Parameter blockSize should be final. 122
Error Parameter useBigDecimals should be final. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 124
Error 'if' is not followed by whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 127
Error '+' should be on a new line. 127
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 132
Error '{' should be on the previous line. 135
Error Line has trailing spaces. 137
Error '{' should be on the previous line. 140
Error Line is longer than 80 characters. 141
Error Line is longer than 80 characters. 142
Error 'while' is not followed by whitespace. 145
Error '(' is followed by whitespace. 145
Error '50' is a magic number. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error Line is longer than 80 characters. 148
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '{' should be on the previous line. 152
Error Line is longer than 80 characters. 155
Error Line is longer than 80 characters. 156
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Line has trailing spaces. 165
Error 'if' is not followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error Line is longer than 80 characters. 172
Error '(' is followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error ')' is preceded with whitespace. 172
Error '}' should be on the same line. 174
Error '{' should be on the previous line. 176
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error Line has trailing spaces. 181
Error Line is longer than 80 characters. 182
Error Line is longer than 80 characters. 183
Error Line is longer than 80 characters. 184
Error Line is longer than 80 characters. 185
Error '{' should be on the previous line. 187
Error Line is longer than 80 characters. 188
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error 'if' is not followed by whitespace. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '{' should be on the previous line. 199
Error '}' should be on the same line. 205
Error '{' should be on the previous line. 207
Error Line is longer than 80 characters. 208
Error 'if' is not followed by whitespace. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error '{' should be on the previous line. 210
Error Line is longer than 80 characters. 212
Error ')' is preceded with whitespace. 212
Error '}' should be on the same line. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 217
Error Line is longer than 80 characters. 218
Error 'if' is not followed by whitespace. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error '{' should be on the previous line. 220
Error Line is longer than 80 characters. 221
Error Line is longer than 80 characters. 223
Error Line is longer than 80 characters. 224
Error ')' is preceded with whitespace. 225
Error Line has trailing spaces. 228
Error Line is longer than 80 characters. 229
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error Line has trailing spaces. 238
Error Line is longer than 80 characters. 240
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '}' should be on the same line. 242
Error '{' should be on the previous line. 244
Error '}' should be on the same line. 247
Error '{' should be on the previous line. 249
Error '}' should be on the same line. 252
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '{' should be on the previous line. 254
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error Line is longer than 80 characters. 271
Error Method 'allocateBigDecimalIdBlock' is not designed for extension - needs to be abstract, final or empty. 273
Error '(' is followed by whitespace. 273
Error Parameter blockSize should be final. 273
Error ')' is preceded with whitespace. 273
Error '{' should be on the previous line. 275
Error 'cast' is not followed by whitespace. 276
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error Line is longer than 80 characters. 286
Error Method 'allocateLongIdBlock' is not designed for extension - needs to be abstract, final or empty. 288
Error '(' is followed by whitespace. 288
Error Parameter blockSize should be final. 288
Error ')' is preceded with whitespace. 288
Error '{' should be on the previous line. 290
Error 'cast' is not followed by whitespace. 291
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error Line is longer than 80 characters. 304
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 306
Error '(' is followed by whitespace. 306
Error Parameter configuration should be final. 306
Error ')' is preceded with whitespace. 306
Error '{' should be on the previous line. 308
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '(' is followed by whitespace. 315
Error ')' is preceded with whitespace. 315

org/apache/avalon/excalibur/datasource/ids/package.html

ErrorLine
Error Missing package documentation file.0