Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
105005556

Files

FilesIWE
org/apache/avalon/fortress/impl/AbstractContainer.java 00599
org/apache/avalon/fortress/impl/ComponentHandlerEntry.java 0026
org/apache/avalon/fortress/impl/ComponentHandlerMetaData.java 0057
org/apache/avalon/fortress/impl/DefaultContainer.java 00167
org/apache/avalon/fortress/impl/DefaultContainerManager.java 00176
org/apache/avalon/fortress/impl/DefaultECMContainer.java 00304
org/apache/avalon/fortress/impl/extensions/InstrumentableCreator.java 0040
org/apache/avalon/fortress/impl/factory/AbstractObjectFactory.java 0087
org/apache/avalon/fortress/impl/factory/BCELCodeGenerator.java 00359
org/apache/avalon/fortress/impl/factory/BCELWrapperGenerator.java 00148
org/apache/avalon/fortress/impl/factory/NoopObjectFactory.java 0018
org/apache/avalon/fortress/impl/factory/PassThroughInvocationHandler.java 0027
org/apache/avalon/fortress/impl/factory/ProxyManager.java 0062
org/apache/avalon/fortress/impl/factory/ProxyObjectFactory.java 0046
org/apache/avalon/fortress/impl/factory/WrapperClass.java 0011
org/apache/avalon/fortress/impl/factory/WrapperObjectFactory.java 0033
org/apache/avalon/fortress/impl/handler/AbstractComponentHandler.java 00173
org/apache/avalon/fortress/impl/handler/AbstractReleasableComponent.java 0038
org/apache/avalon/fortress/impl/handler/ComponentFactory.java 00427
org/apache/avalon/fortress/impl/handler/ComponentHandler.java 0010
org/apache/avalon/fortress/impl/handler/FactoryComponentHandler.java 0016
org/apache/avalon/fortress/impl/handler/LEAwareComponentHandler.java 0063
org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java 0034
org/apache/avalon/fortress/impl/handler/PoolableComponentHandler.java 0034
org/apache/avalon/fortress/impl/handler/PrepareHandlerCommand.java 0028
org/apache/avalon/fortress/impl/handler/ReleasableComponent.java 0012
org/apache/avalon/fortress/impl/handler/ThreadSafeComponentHandler.java 0014
org/apache/avalon/fortress/impl/lookup/ComponentKey.java 0024
org/apache/avalon/fortress/impl/lookup/FortressServiceManager.java 00150
org/apache/avalon/fortress/impl/lookup/FortressServiceSelector.java 0097
org/apache/avalon/fortress/impl/lookup/NoopServiceManager.java 0027
org/apache/avalon/fortress/impl/role/AbstractMetaInfoManager.java 00123
org/apache/avalon/fortress/impl/role/AbstractRoleManager.java 00103
org/apache/avalon/fortress/impl/role/ConfigurableRoleManager.java 0060
org/apache/avalon/fortress/impl/role/ECMMetaInfoManager.java 0050
org/apache/avalon/fortress/impl/role/ECMRoleManager.java 0075
org/apache/avalon/fortress/impl/role/FortressRoleManager.java 0050
org/apache/avalon/fortress/impl/role/Role2MetaInfoManager.java 0053
org/apache/avalon/fortress/impl/role/ServiceMetaManager.java 00163
org/apache/avalon/fortress/util/CommandSink.java 0059
org/apache/avalon/fortress/util/CompositeException.java 0042
org/apache/avalon/fortress/util/ContextManager.java 00686
org/apache/avalon/fortress/util/ContextManagerConstants.java 0019
org/apache/avalon/fortress/util/FortressCommandFailureHandler.java 0025
org/apache/avalon/fortress/util/FortressConfig.java 00332
org/apache/avalon/fortress/util/LifecycleExtensionManager.java 00241
org/apache/avalon/fortress/util/OverridableContext.java 0024
org/apache/avalon/fortress/util/ReflectiveConfigurator.java 0054
org/apache/avalon/fortress/util/Service.java 0090

org/apache/avalon/fortress/impl/AbstractContainer.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Using the '.*' form of import should be avoided - java.util.*. 59
Error Line is longer than 80 characters. 72
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error Variable 'm_context' must be private and have accessor methods. 80
Error Line is longer than 80 characters. 81
Error Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Variable 'm_serviceManager' must be private and have accessor methods. 82
Error Line is longer than 80 characters. 83
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
Error Variable 'm_loggerManager' must be private and have accessor methods. 84
Error Line is longer than 80 characters. 85
Error Name 'm_poolManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Error Variable 'm_poolManager' must be private and have accessor methods. 86
Error Name 'm_commandSink' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
Error Variable 'm_commandSink' must be private and have accessor methods. 88
Error Line is longer than 80 characters. 89
Error Name 'm_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
Error Variable 'm_classLoader' must be private and have accessor methods. 90
Error Line is longer than 80 characters. 91
Error Name 'm_metaManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Error Variable 'm_metaManager' must be private and have accessor methods. 92
Error Line is longer than 80 characters. 93
Error Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
Error Variable 'm_instrumentManager' must be private and have accessor methods. 94
Error Line is longer than 80 characters. 95
Error Name 'm_extManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
Error Variable 'm_extManager' must be private and have accessor methods. 96
Error Line is longer than 80 characters. 98
Error Line is longer than 80 characters. 100
Error Name 'm_componentContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. 102
Error Variable 'm_componentContext' must be private and have accessor methods. 102
Error Name 'm_mapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
Error Variable 'm_mapper' must be private and have accessor methods. 107
Error First sentence should end with a period. 108
Error Name 'm_components' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
Error Variable 'm_components' must be private and have accessor methods. 109
Error '(' is followed by whitespace. 109
Error '10' is a magic number. 109
Error ')' is preceded with whitespace. 109
Error Missing a Javadoc comment. 111
Error Name 'm_shutDownOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. 111
Error Variable 'm_shutDownOrder' must be private and have accessor methods. 111
Error Missing a Javadoc comment. 113
Error Name 'm_proxyManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Error Line is longer than 80 characters. 116
Error Method 'setProxyManager' is not designed for extension - needs to be abstract, final or empty. 120
Error '(' is followed by whitespace. 120
Error Parameter proxyManager should be final. 120
Error Expected @param tag for 'proxyManager'. 120
Error ')' is preceded with whitespace. 120
Error '{' should be on the previous line. 121
Error 'if' construct must use '{}'s. 122
Error Line is longer than 80 characters. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error 'if' construct must use '{}'s. 123
Error Line is longer than 80 characters. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line is longer than 80 characters. 128
Error Line is longer than 80 characters. 129
Error Method 'getProxyManager' is not designed for extension - needs to be abstract, final or empty. 134
Error '{' should be on the previous line. 135
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 Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 155
Error '{' should be on the previous line. 158
Error Line is longer than 80 characters. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '}' should be on the same line. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '{' should be on the previous line. 162
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '{' should be on the previous line. 184
Error Line is longer than 80 characters. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error Line is longer than 80 characters. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error Line is longer than 80 characters. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error Line is longer than 80 characters. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '}' should be on the same line. 198
Error '{' should be on the previous line. 200
Error '+' should be on a new line. 202
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Line is longer than 80 characters. 207
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 is longer than 80 characters. 216
Error Line is longer than 80 characters. 217
Error Line is longer than 80 characters. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error Line is longer than 80 characters. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error '(' is followed by whitespace. 223
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error Line is longer than 80 characters. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '}' should be on the same line. 235
Error '{' should be on the previous line. 237
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '{' should be on the previous line. 239
Error Line is longer than 80 characters. 240
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error Line is longer than 80 characters. 247
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error '{' should be on the previous line. 251
Error Line is longer than 80 characters. 253
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error Line is longer than 80 characters. 261
Error Line is longer than 80 characters. 265
Error '(' is followed by whitespace. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error ')' is preceded with whitespace. 265
Error Line is longer than 80 characters. 272
Error Line is longer than 80 characters. 273
Error Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. 277
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 278
Error '{' should be on the previous line. 279
Error Line is longer than 80 characters. 282
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error '{' should be on the previous line. 284
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error '(' is followed by whitespace. 289
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 289
Error '||' should be on a new line. 289
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error ')' is preceded with whitespace. 290
Error '{' should be on the previous line. 291
Error Line is longer than 80 characters. 292
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error '{' should be on the previous line. 301
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
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 '{' should be on the previous line. 313
Error '(' is followed by whitespace. 315
Error ')' is preceded with whitespace. 315
Error '(' is followed by whitespace. 316
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error ')' is preceded with whitespace. 317
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error '(' is followed by whitespace. 321
Error ')' is preceded with whitespace. 321
Error Line is longer than 80 characters. 323
Error '(' is followed by whitespace. 323
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error ')' is preceded with whitespace. 323
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error Line is longer than 80 characters. 332
Error Line is longer than 80 characters. 335
Error '(' is followed by whitespace. 339
Error Line is longer than 80 characters. 340
Error ')' is preceded with whitespace. 340
Error '{' should be on the previous line. 342
Error '{' should be on the previous line. 349
Error '(' is followed by whitespace. 351
Error ')' is preceded with whitespace. 351
Error Line is longer than 80 characters. 355
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error '(' is followed by whitespace. 359
Error ')' is preceded with whitespace. 359
Error '(' is followed by whitespace. 361
Error ')' is preceded with whitespace. 361
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error '(' is followed by whitespace. 365
Error ')' is preceded with whitespace. 365
Error '(' is followed by whitespace. 366
Error ')' is preceded with whitespace. 366
Error '(' is followed by whitespace. 367
Error ')' is preceded with whitespace. 367
Error '(' is followed by whitespace. 369
Error ')' is preceded with whitespace. 369
Error '{' should be on the previous line. 370
Error Line is longer than 80 characters. 371
Error Line is longer than 80 characters. 373
Error '(' is followed by whitespace. 373
Error ')' is preceded with whitespace. 373
Error Line is longer than 80 characters. 380
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error '}' should be on the same line. 381
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error '{' should be on the previous line. 383
Error '(' is followed by whitespace. 387
Error ')' is preceded with whitespace. 387
Error '{' should be on the previous line. 388
Error '+' should be on a new line. 390
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error '(' is followed by whitespace. 397
Error ')' is preceded with whitespace. 397
Error '{' should be on the previous line. 398
Error '+' should be on a new line. 400
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error '(' is followed by whitespace. 408
Error ')' is preceded with whitespace. 408
Error '(' is followed by whitespace. 409
Error ')' is preceded with whitespace. 409
Error Unused @throws tag for 'ClassNotFoundException'. 420
Error Method 'createObjectFactory' is not designed for extension - needs to be abstract, final or empty. 422
Error '(' is followed by whitespace. 422
Error Line is longer than 80 characters. 423
Error ')' is preceded with whitespace. 423
Error Expected @throws tag for 'Exception'. 424
Error '{' should be on the previous line. 425
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error '{' should be on the previous line. 427
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error '{' should be on the previous line. 430
Error Line is longer than 80 characters. 431
Error '(' is followed by whitespace. 431
Error ')' is preceded with whitespace. 431
Error '(' is followed by whitespace. 435
Error ')' is preceded with whitespace. 435
Error '(' is followed by whitespace. 437
Error ')' is preceded with whitespace. 439
Error '(' is followed by whitespace. 440
Error ')' is preceded with whitespace. 440
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 455
Error '(' is followed by whitespace. 455
Error ')' is preceded with whitespace. 455
Error Expected @throws tag for 'ServiceException'. 456
Error '{' should be on the previous line. 457
Error '(' is followed by whitespace. 458
Error ')' is preceded with whitespace. 458
Error '(' is followed by whitespace. 461
Error ')' is preceded with whitespace. 461
Error '{' should be on the previous line. 462
Error '(' is followed by whitespace. 463
Error ')' is preceded with whitespace. 463
Error '(' is followed by whitespace. 465
Error ')' is preceded with whitespace. 465
Error '(' is followed by whitespace. 468
Error ')' is preceded with whitespace. 468
Error '{' should be on the previous line. 469
Error '(' is followed by whitespace. 471
Error ')' is preceded with whitespace. 471
Error '(' is followed by whitespace. 473
Error ')' is preceded with whitespace. 473
Error '{' should be on the previous line. 474
Error '(' is followed by whitespace. 476
Error ')' is preceded with whitespace. 476
Error '(' is followed by whitespace. 483
Error ')' is preceded with whitespace. 483
Error '(' is followed by whitespace. 485
Error ')' is preceded with whitespace. 485
Error '{' should be on the previous line. 486
Error '(' is followed by whitespace. 487
Error ')' is preceded with whitespace. 487
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error Line is longer than 80 characters. 496
Error Line is longer than 80 characters. 497
Error Method 'createHintMap' is not designed for extension - needs to be abstract, final or empty. 510
Error '{' should be on the previous line. 511
Error Expected an @return tag. 525
Error '(' is followed by whitespace. 525
Error Expected @param tag for 'role'. 525
Error Expected @param tag for 'hint'. 525
Error ')' is preceded with whitespace. 525
Error '{' should be on the previous line. 526
Error Method 'has' is not designed for extension - needs to be abstract, final or empty. 541
Error '(' is followed by whitespace. 541
Error ')' is preceded with whitespace. 541
Error '{' should be on the previous line. 542
Error '(' is followed by whitespace. 543
Error ')' is preceded with whitespace. 543
Error '(' is followed by whitespace. 546
Error ')' is preceded with whitespace. 546
Error '{' should be on the previous line. 547
Error '(' is followed by whitespace. 551
Error ')' is preceded with whitespace. 551
Error '{' should be on the previous line. 552
Error '(' is followed by whitespace. 553
Error ')' is preceded with whitespace. 553
Error '{' should be on the previous line. 554
Error '(' is followed by whitespace. 556
Error ')' is preceded with whitespace. 556
Error '(' is followed by whitespace. 558
Error ')' is preceded with whitespace. 558
Error '{' should be on the previous line. 559
Error '(' is followed by whitespace. 561
Error ')' is preceded with whitespace. 561
Error '}' should be on the same line. 563
Error '{' should be on the previous line. 565
Error '(' is followed by whitespace. 567
Error ')' is preceded with whitespace. 567
Error Line is longer than 80 characters. 575
Error Line is longer than 80 characters. 576
Error Line is longer than 80 characters. 578
Error Line is longer than 80 characters. 579
Error Line is longer than 80 characters. 580
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 582
Error Redundant throws: 'CompositeException' is subclass of 'Exception'. 583
Error Expected @throws tag for 'Exception'. 583
Error '{' should be on the previous line. 584
Error Line is longer than 80 characters. 587
Error '(' is followed by whitespace. 587
Error '(' is followed by whitespace. 587
Error ')' is preceded with whitespace. 587
Error ')' is preceded with whitespace. 587
Error '(' is followed by whitespace. 595
Error ')' is preceded with whitespace. 595
Error '{' should be on the previous line. 596
Error '{' should be on the previous line. 599
Error Line is longer than 80 characters. 606
Error '(' is followed by whitespace. 606
Error ')' is preceded with whitespace. 606
Error '(' is followed by whitespace. 609
Error ')' is preceded with whitespace. 609
Error '{' should be on the previous line. 610
Error '(' is followed by whitespace. 616
Error ')' is preceded with whitespace. 616
Error '{' should be on the previous line. 617
Error Line is longer than 80 characters. 619
Error Line is longer than 80 characters. 623
Error '(' is followed by whitespace. 623
Error ')' is preceded with whitespace. 623
Error '(' is followed by whitespace. 624
Error ')' is preceded with whitespace. 624
Error '(' is followed by whitespace. 633
Error ')' is preceded with whitespace. 633
Error '{' should be on the previous line. 634
Error Line is longer than 80 characters. 635
Error '+' should be on a new line. 635
Error Line is longer than 80 characters. 636
Error '+' should be on a new line. 636
Error '(' is followed by whitespace. 638
Error ')' is preceded with whitespace. 638
Error '}' should be on the same line. 642
Error '(' is followed by whitespace. 643
Error ')' is preceded with whitespace. 643
Error '{' should be on the previous line. 644
Error '(' is followed by whitespace. 647
Error ')' is preceded with whitespace. 647
Error '{' should be on the previous line. 648
Error Line is longer than 80 characters. 649
Error '(' is followed by whitespace. 650
Error ')' is preceded with whitespace. 650
Error '(' is followed by whitespace. 653
Error ')' is preceded with whitespace. 653
Error '(' is followed by whitespace. 655
Error ')' is preceded with whitespace. 655
Error '}' should be on the same line. 656
Error '(' is followed by whitespace. 657
Error ')' is preceded with whitespace. 657
Error '{' should be on the previous line. 658
Error '(' is followed by whitespace. 661
Error ')' is preceded with whitespace. 661
Error '{' should be on the previous line. 662
Error Line is longer than 80 characters. 663
Error '(' is followed by whitespace. 664
Error ')' is preceded with whitespace. 664
Error '(' is followed by whitespace. 666
Error ')' is preceded with whitespace. 666
Error '}' should be on the same line. 667
Error '(' is followed by whitespace. 668
Error ')' is preceded with whitespace. 668
Error '{' should be on the previous line. 669
Error '(' is followed by whitespace. 672
Error ')' is preceded with whitespace. 672
Error '{' should be on the previous line. 673
Error Line is longer than 80 characters. 674
Error '(' is followed by whitespace. 675
Error ')' is preceded with whitespace. 675
Error '(' is followed by whitespace. 677
Error ')' is preceded with whitespace. 677
Error '(' is followed by whitespace. 683
Error ')' is preceded with whitespace. 683
Error '{' should be on the previous line. 684
Error Line is longer than 80 characters. 685
Error '(' is followed by whitespace. 685
Error '(' is followed by whitespace. 685
Error ')' is preceded with whitespace. 685
Error ')' is preceded with whitespace. 686
Error Missing a Javadoc comment. 690
Error '{' should be on the previous line. 691
Error '(' is followed by whitespace. 693
Error ')' is preceded with whitespace. 693
Error '(' is followed by whitespace. 696
Error ')' is preceded with whitespace. 696
Error '{' should be on the previous line. 697
Error '(' is followed by whitespace. 702
Error ')' is preceded with whitespace. 702
Error '(' is followed by whitespace. 703
Error ')' is preceded with whitespace. 703
Error '{' should be on the previous line. 704
Error '(' is followed by whitespace. 705
Error ')' is preceded with whitespace. 705
Error '(' is followed by whitespace. 706
Error ')' is preceded with whitespace. 706
Error '(' is followed by whitespace. 707
Error ')' is preceded with whitespace. 707
Error Line is longer than 80 characters. 710
Error '(' is followed by whitespace. 710
Error ')' is preceded with whitespace. 710
Error '(' is followed by whitespace. 713
Error ')' is preceded with whitespace. 713
Error '{' should be on the previous line. 714
Error '(' is followed by whitespace. 715
Error ')' is preceded with whitespace. 715
Error Line is longer than 80 characters. 717
Error Line is longer than 80 characters. 718
Error 'if' construct must use '{}'s. 721
Error '(' is followed by whitespace. 721
Error ')' is preceded with whitespace. 721
Error '(' is followed by whitespace. 724
Error ')' is preceded with whitespace. 724
Error '{' should be on the previous line. 725
Error Line is longer than 80 characters. 728
Error '(' is followed by whitespace. 730
Error '(' is followed by whitespace. 730
Error '(' is followed by whitespace. 730
Error ')' is preceded with whitespace. 730
Error '||' should be on a new line. 730
Error '(' is followed by whitespace. 731
Error ')' is preceded with whitespace. 731
Error ')' is preceded with whitespace. 731
Error ')' is preceded with whitespace. 731
Error '{' should be on the previous line. 732
Error '(' is followed by whitespace. 734
Error ')' is preceded with whitespace. 734
Error '(' is followed by whitespace. 735
Error ')' is preceded with whitespace. 735
Error '{' should be on the previous line. 736
Error '(' is followed by whitespace. 737
Error ')' is preceded with whitespace. 737
Error '(' is followed by whitespace. 738
Error ')' is preceded with whitespace. 738
Error '(' is followed by whitespace. 739
Error ')' is preceded with whitespace. 739
Error '(' is followed by whitespace. 741
Error ')' is preceded with whitespace. 741
Error '(' is followed by whitespace. 747
Error ')' is preceded with whitespace. 747
Error '(' is followed by whitespace. 749
Error ')' is preceded with whitespace. 749
Error '{' should be on the previous line. 750
Error '(' is followed by whitespace. 751
Error ')' is preceded with whitespace. 751
Error '(' is followed by whitespace. 753
Error ')' is preceded with whitespace. 753
Error '{' should be on the previous line. 754
Error Line has trailing spaces. 757
Error Line has trailing spaces. 759
Error '(' is followed by whitespace. 760
Error Avoid inline conditionals. 760
Error '(' is followed by whitespace. 760
Error ')' is preceded with whitespace. 760
Error ')' is preceded with whitespace. 760
Error '(' is followed by whitespace. 765
Error ')' is preceded with whitespace. 765
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 773
Error '{' should be on the previous line. 774
Error '(' is followed by whitespace. 776
Error ')' is preceded with whitespace. 776
Error '{' should be on the previous line. 777
Error '(' is followed by whitespace. 778
Error ')' is preceded with whitespace. 778
Error Line is longer than 80 characters. 780
Error '(' is followed by whitespace. 780
Error ')' is preceded with whitespace. 780
Error Line has trailing spaces. 784
Error Line has trailing spaces. 786
Error '(' is followed by whitespace. 787
Error Avoid inline conditionals. 787
Error '(' is followed by whitespace. 787
Error ')' is preceded with whitespace. 787
Error ')' is preceded with whitespace. 787
Error '(' is followed by whitespace. 793
Error ')' is preceded with whitespace. 793
Error '{' should be on the previous line. 794
Error 'if' construct must use '{}'s. 798
Error Line is longer than 80 characters. 798
Error '(' is followed by whitespace. 798
Error ')' is preceded with whitespace. 798
Error '(' is followed by whitespace. 798
Error ')' is preceded with whitespace. 798
Error '(' is followed by whitespace. 799
Error ')' is preceded with whitespace. 799
Error 'if' construct must use '{}'s. 800
Error '(' is followed by whitespace. 800
Error ')' is preceded with whitespace. 800
Error '(' is followed by whitespace. 800
Error ')' is preceded with whitespace. 800
Error Line has trailing spaces. 803
Error Line has trailing spaces. 806
Error '(' is followed by whitespace. 810
Error ')' is preceded with whitespace. 810
Error '{' should be on the previous line. 811
Error '(' is followed by whitespace. 813
Error ')' is preceded with whitespace. 813
Error Line has trailing spaces. 814
Error '(' is followed by whitespace. 815
Error ';' is followed by whitespace. 815
Error '{' should be on the previous line. 816
Error '(' is followed by whitespace. 817
Error ')' is preceded with whitespace. 817
Error '(' is followed by whitespace. 818
Error ')' is preceded with whitespace. 818
Error '(' is followed by whitespace. 820
Error ')' is preceded with whitespace. 820
Error '(' is followed by whitespace. 821
Error ')' is preceded with whitespace. 821
Error Line has trailing spaces. 824
Error Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. 837
Error '{' should be on the previous line. 838
Error Expected an @return tag. 861
Error Line is longer than 80 characters. 861
Error Method 'provideServiceManager' is not designed for extension - needs to be abstract, final or empty. 861
Error '(' is followed by whitespace. 861
Error Expected @param tag for 'parent'. 861
Error ')' is preceded with whitespace. 861
Error Expected @throws tag for 'ServiceException'. 862
Error '{' should be on the previous line. 863
Error '(' is followed by whitespace. 864
Error ')' is preceded with whitespace. 864
Error Expected an @return tag. 874
Error Method 'provideComponentContext' is not designed for extension - needs to be abstract, final or empty. 874
Error '(' is followed by whitespace. 874
Error Expected @param tag for 'parent'. 874
Error ')' is preceded with whitespace. 874
Error Expected @throws tag for 'Exception'. 875
Error '{' should be on the previous line. 876
Error Line is longer than 80 characters. 877

org/apache/avalon/fortress/impl/ComponentHandlerEntry.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. 30
Error Missing a Javadoc comment. 31
Error Name 'm_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Missing a Javadoc comment. 32
Error Name 'm_metaData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 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 '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 62
Error '{' should be on the previous line. 72

org/apache/avalon/fortress/impl/ComponentHandlerMetaData.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. 29
Error Line is longer than 80 characters. 30
Error Line has trailing spaces. 32
Error Line has trailing spaces. 37
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 42
Error Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Missing a Javadoc comment. 43
Error Name 'm_classname' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 44
Error Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 45
Error Name 'm_activation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 81
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error '(' is followed by whitespace. 100
Error Avoid inline conditionals. 100
Error ')' is preceded with whitespace. 100
Error ')' is preceded with whitespace. 100
Error First sentence should end with a period. 103
Error '{' should be on the previous line. 108
Error First sentence should end with a period. 112
Error '{' should be on the previous line. 117
Error First sentence should end with a period. 121
Error '{' should be on the previous line. 126
Error Line has trailing spaces. 129
Error First sentence should end with a period. 130
Error '{' should be on the previous line. 136
Error First sentence should end with a period. 140
Error '{' should be on the previous line. 147

org/apache/avalon/fortress/impl/DefaultContainer.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. 28
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 71
Error Line has trailing spaces. 76
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 102
Error Line is longer than 80 characters. 103
Error Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 105
Error '}' should be on the same line. 106
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line is longer than 80 characters. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
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 same line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error Line is longer than 80 characters. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line has trailing spaces. 125
Error First sentence should end with a period. 126
Error Line is longer than 80 characters. 127
Error Line has trailing spaces. 128
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 '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error Line is longer than 80 characters. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line is longer than 80 characters. 155
Error Method 'interpretProxy' is not designed for extension - needs to be abstract, final or empty. 155
Error '(' is followed by whitespace. 155
Error Parameter proxyType should be final. 155
Error Expected @param tag for 'proxyType'. 155
Error ')' is preceded with whitespace. 155
Error Expected @throws tag for 'ConfigurationException'. 155
Error 'if' construct must use '{}'s. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error 'if' construct must use '{}'s. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error 'if' construct must use '{}'s. 161
Error Line is longer than 80 characters. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error 'if' construct must use '{}'s. 163
Error '(' is followed by whitespace. 163
Error '!' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Line is longer than 80 characters. 164
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error ')' is preceded with whitespace. 168
Error '}' should be on the same line. 169
Error '{' should be on the previous line. 171
Error Line is longer than 80 characters. 172
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Expected @throws tag for 'ConfigurationException'. 183
Error '{' should be on the previous line. 184
Error '(' is followed by whitespace. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error ')' is preceded with whitespace. 187
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 same line. 190
Error '{' should be on the previous line. 192
Error Line is longer than 80 characters. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
Error Line is longer than 80 characters. 196
Error '+' should be on a new line. 196
Error Line is longer than 80 characters. 197
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error '{' should be on the previous line. 205
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '{' should be on the previous line. 231
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error Line has trailing spaces. 234
Error '(' is followed by whitespace. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error ')' is preceded with whitespace. 236
Error '{' should be on the previous line. 237
Error '}' should be on the same line. 239
Error '(' is followed by whitespace. 240
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 241
Error '}' should be on the same line. 243
Error '(' is followed by whitespace. 244
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error ')' is preceded with whitespace. 245
Error '{' should be on the previous line. 246
Error '}' should be on the same line. 248
Error '{' should be on the previous line. 250
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error Line is longer than 80 characters. 255
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. 266
Error '{' should be on the previous line. 267
Error Line has trailing spaces. 270
Error Name 'm_defaultActivationPolicy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 274

org/apache/avalon/fortress/impl/DefaultContainerManager.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. 47
Error Missing a Javadoc comment. 49
Error Name 'm_contextManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 50
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Missing a Javadoc comment. 51
Error Name 'm_containerInstance' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Missing a Javadoc comment. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Missing a Javadoc comment. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 62
Error '?' should be on a new line. 62
Error Avoid inline conditionals. 62
Error Line is longer than 80 characters. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line is longer than 80 characters. 66
Error Missing a Javadoc comment. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Missing a Javadoc comment. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error ')' is preceded with whitespace. 74
Error Expected an @return tag. 82
Error Line is longer than 80 characters. 82
Error '(' is followed by whitespace. 82
Error Expected @param tag for 'initParameters'. 82
Error Line is longer than 80 characters. 83
Error Parameter logger should be final. 83
Error Expected @param tag for 'logger'. 83
Error ')' is preceded with whitespace. 83
Error Expected @throws tag for 'Exception'. 83
Error Line is longer than 80 characters. 85
Error Line is longer than 80 characters. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Method 'createLoggerFromContext' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '}' should be on the same line. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error Line is longer than 80 characters. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 102
Error First sentence should end with a period. 107
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 110
Error Expected @throws tag for 'Exception'. 110
Error '{' should be on the previous line. 111
Error Method 'initializeContainer' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error Missing a Javadoc comment. 123
Error '{' should be on the previous line. 125
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '}' should be on the same line. 133
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. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error Line is longer than 80 characters. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error Line is longer than 80 characters. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 152
Error Line is longer than 80 characters. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line has trailing spaces. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Line is longer than 80 characters. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Line is longer than 80 characters. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '}' should be on the same line. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '{' should be on the previous line. 179
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '{' should be on the previous line. 194
Error '{' should be on the previous line. 196
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '}' should be on the same line. 198
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '{' should be on the previous line. 200
Error Method 'disposeContainer' is not designed for extension - needs to be abstract, final or empty. 205
Error Missing a Javadoc comment. 205
Error '{' should be on the previous line. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 208
Error '{' should be on the previous line. 210
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '}' should be on the same line. 212
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '{' should be on the previous line. 214
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error Line is longer than 80 characters. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 218
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error First sentence should end with a period. 227
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 230
Error '{' should be on the previous line. 231
Error Expected an @return tag. 240
Error Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. 240
Error '{' should be on the previous line. 241
Error '{' should be on the previous line. 250

org/apache/avalon/fortress/impl/DefaultECMContainer.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error First sentence should end with a period. 36
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Expected @throws tag for 'ConfigurationException'. 51
Error '(' is followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '}' should be on the same line. 57
Error '{' should be on the previous line. 59
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error Line is longer than 80 characters. 64
Error '+' should be on a new line. 64
Error Line is longer than 80 characters. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error 'cast' is not followed by whitespace. 72
Error '}' should be on the same line. 73
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Expected @throws tag for 'ConfigurationException'. 90
Error '(' is followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '}' should be on the same line. 96
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 100
Error '}' should be on the same line. 102
Error '{' should be on the previous line. 104
Error Line is longer than 80 characters. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error Line is longer than 80 characters. 109
Error '+' should be on a new line. 109
Error Line is longer than 80 characters. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error First sentence should end with a period. 121
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 127
Error '(' is followed by whitespace. 127
Error Parameter conf should be final. 127
Error ')' is preceded with whitespace. 127
Error Line is longer than 80 characters. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
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. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error '-' is not preceded with whitespace. 140
Error '-' is not followed by whitespace. 140
Error '8' is a magic number. 140
Error ')' is preceded with whitespace. 140
Error '}' should be on the same line. 141
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 151
Error '+' is not preceded with whitespace. 152
Error '+' is not followed by whitespace. 152
Error '}' should be on the same line. 154
Error '{' should be on the previous line. 156
Error '(' is 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 '}' should be on the same line. 164
Error '{' should be on the previous line. 166
Error ')' is preceded with whitespace. 170
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 Line is longer than 80 characters. 181
Error Line is longer than 80 characters. 185
Error '(' is followed by whitespace. 189
Error Line is longer than 80 characters. 191
Error '{' should be on the previous line. 193
Error '{' should be on the previous line. 200
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '{' should be on the previous line. 221
Error Line is longer than 80 characters. 222
Error Line is longer than 80 characters. 224
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error Line is longer than 80 characters. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '}' should be on the same line. 231
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '{' should be on the previous line. 233
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 238
Error '+' should be on a new line. 240
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 248
Error '+' should be on a new line. 250
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error Line is longer than 80 characters. 264
Error Method 'getComponentHandlerClass' is not designed for extension - needs to be abstract, final or empty. 264
Error Missing a Javadoc comment. 264
Error ')' is preceded with whitespace. 264
Error '{' should be on the previous line. 266
Error '(' is followed by whitespace. 267
Error ')' is preceded with whitespace. 267
Error '{' should be on the previous line. 268
Error '{' should be on the previous line. 273
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error '(' is followed by whitespace. 276
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error ')' is preceded with whitespace. 276
Error '{' should be on the previous line. 277
Error '}' should be on the same line. 279
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '{' should be on the previous line. 281
Error '}' should be on the same line. 283
Error '(' is followed by whitespace. 284
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '{' should be on the previous line. 285
Error '}' should be on the same line. 288
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 289
Error '{' should be on the previous line. 290
Error Line is longer than 80 characters. 292
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error '{' should be on the previous line. 298
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error ';' is preceded with whitespace. 301
Error '}' should be on the same line. 302
Error '{' should be on the previous line. 304
Error Line is longer than 80 characters. 305
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '{' should be on the previous line. 307
Error Line is longer than 80 characters. 309
Error '+' should be on a new line. 309
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error Method 'processSelector' is not designed for extension - needs to be abstract, final or empty. 318
Error Missing a Javadoc comment. 318
Error Parameter role should be final. 318
Error Parameter config should be final. 318
Error '{' should be on the previous line. 320
Error Line is longer than 80 characters. 322
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error '(' is followed by whitespace. 325
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error ')' is preceded with whitespace. 326
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error '{' should be on the previous line. 331
Error 'for' is not followed by whitespace. 332
Error '=' is not preceded with whitespace. 332
Error '=' is not followed by whitespace. 332
Error '<' is not preceded with whitespace. 332
Error '<' is not followed by whitespace. 332
Error '{' should be on the previous line. 333
Error '(' is followed by whitespace. 338
Error ')' is preceded with whitespace. 338
Error '{' should be on the previous line. 339
Error '{' should be on the previous line. 341
Error Line is longer than 80 characters. 342
Error 'cast' is not followed by whitespace. 342
Error '}' should be on the same line. 343
Error ')' is preceded with whitespace. 344
Error '{' should be on the previous line. 345
Error '}' should be on the same line. 347
Error '{' should be on the previous line. 349
Error Line is longer than 80 characters. 350
Error ')' is preceded with whitespace. 353
Error Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. 358
Error Missing a Javadoc comment. 358
Error Parameter hint should be final. 359
Error Parameter shortName should be final. 360
Error '{' should be on the previous line. 364
Error Line is longer than 80 characters. 368
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 368
Error '(' is followed by whitespace. 370
Error ')' is preceded with whitespace. 370
Error '{' should be on the previous line. 371
Error Line is longer than 80 characters. 376
Error '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 376
Error '{' should be on the previous line. 379
Error '(' is followed by whitespace. 381
Error '(' is followed by whitespace. 381
Error ')' is preceded with whitespace. 381
Error '||' should be on a new line. 381
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error ')' is preceded with whitespace. 382
Error '{' should be on the previous line. 383
Error Line is longer than 80 characters. 384
Error '(' is followed by whitespace. 384
Error ')' is preceded with whitespace. 384
Error '(' is followed by whitespace. 389
Error Line is longer than 80 characters. 390
Error '(' is followed by whitespace. 390
Error ')' is preceded with whitespace. 391
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error '(' is followed by whitespace. 399
Error ')' is preceded with whitespace. 399
Error '{' should be on the previous line. 400
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error '(' is followed by whitespace. 403
Error '(' is followed by whitespace. 404
Error ')' is preceded with whitespace. 404
Error ')' is preceded with whitespace. 404
Error '(' is followed by whitespace. 405
Error ')' is preceded with whitespace. 405
Error '(' is followed by whitespace. 408
Error ')' is preceded with whitespace. 408
Error '(' is followed by whitespace. 410
Error '(' is followed by whitespace. 410
Error ')' is preceded with whitespace. 410
Error ')' is preceded with whitespace. 410
Error '{' should be on the previous line. 411
Error '(' is followed by whitespace. 412
Error ')' is preceded with whitespace. 412
Error '}' should be on the same line. 414
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error '{' should be on the previous line. 416
Error '}' should be on the same line. 418
Error '(' is followed by whitespace. 419
Error ')' is preceded with whitespace. 419
Error '{' should be on the previous line. 420
Error '(' is followed by whitespace. 421
Error ')' is preceded with whitespace. 421
Error Expected an @return tag. 430
Error Method 'getDefaultProxyType' is not designed for extension - needs to be abstract, final or empty. 430

org/apache/avalon/fortress/impl/extensions/InstrumentableCreator.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. 32
Error Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Missing a Javadoc comment. 33
Error Name 'm_instrumentEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error '{' should be on the previous line. 36
Error First sentence should end with a period. 41
Error Line is longer than 80 characters. 44
Error '(' is followed by whitespace. 44
Error Expected @param tag for 'object'. 44
Error Expected @param tag for 'context'. 44
Error ')' is preceded with whitespace. 44
Error Expected @throws tag for 'Exception'. 44
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error Line is longer than 80 characters. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line is longer than 80 characters. 52
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 59
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60

org/apache/avalon/fortress/impl/factory/AbstractObjectFactory.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error First sentence should end with a period. 44
Error Line is longer than 80 characters. 50
Error Name 'm_delegateFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Error Variable 'm_delegateFactory' must be private and have accessor methods. 79
Error Missing a Javadoc comment. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 107
Error Parameter object should be final. 107
Error ')' is preceded with whitespace. 107
Error Line is longer than 80 characters. 110
Error Missing a Javadoc comment. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
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 Line is longer than 80 characters. 121
Error Missing a Javadoc comment. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error Line is longer than 80 characters. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error Missing a Javadoc comment. 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 previous line. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line is longer than 80 characters. 147
Error Missing a Javadoc comment. 149
Error '{' should be on the previous line. 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. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '{' should be on the previous line. 168
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '{' should be on the previous line. 179
Error Line is longer than 80 characters. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
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 '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216

org/apache/avalon/fortress/impl/factory/BCELCodeGenerator.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Using the '.*' form of import should be avoided - org.apache.bcel.generic.*. 24
Error '{' should be on the previous line. 41
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 44
Error Unclosed HTML tag found: <ClassToWrap> WRAPPED_CLASS_FN; 51
Error Name 'm_wrapperClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error Name 'm_wrapperSuperclassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Name 'm_classToWrap' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
Error Name 'm_classToWrapType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Name 'm_classGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Error Name 'm_constPoolGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error Line is longer than 80 characters. 98
Error Name 'm_instructionList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
Error Line is longer than 80 characters. 104
Error Name 'm_instructionFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
Error Name 'm_isInitialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
Error '{' should be on the previous line. 118
Error Missing a Javadoc comment. 122
Error ')' is preceded with whitespace. 126
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 127
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
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. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error First sentence should end with a period. 158
Error Unclosed HTML tag found: <ClassToWrap> WRAPPED_CLASS_FN; 162
Error Redundant throws: 'IllegalStateException' is unchecked exception. 170
Error '{' should be on the previous line. 171
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error ')' is preceded with whitespace. 184
Error Unclosed HTML tag found: <wrapperClass>(<classToWrap> classToWrap) 193
Error Unclosed HTML tag found: <classToWrap> classToWrap) 193
Error Unclosed HTML tag found: <WRAPPED_CLASS_FN> = classToWrap; 195
Error Redundant throws: 'IllegalStateException' is unchecked exception. 204
Error '{' should be on the previous line. 205
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '{' should be on the previous line. 207
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error ')' is preceded with whitespace. 221
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error ')' is preceded with whitespace. 224
Error ')' is preceded with whitespace. 231
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error ')' is preceded with whitespace. 233
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error ')' is preceded with whitespace. 235
Error ')' is preceded with whitespace. 241
Error ')' is preceded with whitespace. 241
Error Line is longer than 80 characters. 242
Error '(' is followed by whitespace. 242
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error ')' is preceded with whitespace. 242
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error Unclosed HTML tag found: <ACCESSOR_METHOD_NAME>() 253
Error Unclosed HTML tag found: <WRAPPED_CLASS_FN>; 255
Error Expected @throws tag for 'IllegalStateException'. 262
Error Redundant throws: 'IllegalStateException' is unchecked exception. 262
Error '{' should be on the previous line. 263
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. 268
Error ')' is preceded with whitespace. 268
Error ')' is preceded with whitespace. 281
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error ')' is preceded with whitespace. 284
Error ')' is preceded with whitespace. 290
Error ')' is preceded with whitespace. 290
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error ')' is preceded with whitespace. 292
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error Unclosed HTML tag found: <returnType> <methodName>(<parameterTypes>) 304
Error Unclosed HTML tag found: <methodName>(<parameterTypes>) 304
Error Unclosed HTML tag found: <parameterTypes>) 304
Error Unclosed HTML tag found: <exceptionNames> 305
Error Unclosed HTML tag found: <WRAPPED_CLASS_FN>.<methodName>(<parameterTypes>); 307
Error Unclosed HTML tag found: <methodName>(<parameterTypes>); 307
Error Unclosed HTML tag found: <parameterTypes>); 307
Error Line is longer than 80 characters. 314
Error Line is longer than 80 characters. 317
Error '(' is followed by whitespace. 320
Error Parameter meth should be final. 320
Error ')' is preceded with whitespace. 320
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 321
Error Redundant throws: 'IllegalStateException' is unchecked exception. 321
Error '{' should be on the previous line. 322
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error '{' should be on the previous line. 324
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 332
Error '{' should be on the previous line. 333
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 335
Error ')' is preceded with whitespace. 347
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error '{' should be on the previous line. 351
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 352
Error '(' is followed by whitespace. 357
Error ')' is preceded with whitespace. 357
Error ')' is preceded with whitespace. 357
Error ')' is preceded with whitespace. 363
Error ')' is preceded with whitespace. 363
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 368
Error '{' should be on the previous line. 369
Error Line is longer than 80 characters. 371
Error '(' is followed by whitespace. 371
Error ')' is preceded with whitespace. 371
Error ')' is preceded with whitespace. 371
Error '(' is followed by whitespace. 375
Error ')' is preceded with whitespace. 375
Error ')' is preceded with whitespace. 385
Error ')' is preceded with whitespace. 385
Error Line is longer than 80 characters. 388
Error '(' is followed by whitespace. 388
Error '(' is followed by whitespace. 388
Error ')' is preceded with whitespace. 388
Error ')' is preceded with whitespace. 388
Error '(' is followed by whitespace. 393
Error ')' is preceded with whitespace. 393
Error Missing a Javadoc comment. 396
Error '(' is followed by whitespace. 396
Error Parameter meth should be final. 396
Error ')' is preceded with whitespace. 396
Error '{' should be on the previous line. 397
Error '(' is followed by whitespace. 400
Error ')' is preceded with whitespace. 400
Error '{' should be on the previous line. 401
Error '{' should be on the previous line. 405
Error Line is longer than 80 characters. 406
Error Line is longer than 80 characters. 408
Error Line is longer than 80 characters. 409
Error '{' should be on the previous line. 412
Error Line is longer than 80 characters. 413
Error '{' should be on the previous line. 417
Error '{' should be on the previous line. 423
Error 'catch' is not followed by whitespace. 425
Error '(' is followed by whitespace. 425
Error ')' is preceded with whitespace. 425
Error '{' should be on the previous line. 426
Error Line is longer than 80 characters. 427
Error Line is longer than 80 characters. 428
Error Line is longer than 80 characters. 429
Error Line is longer than 80 characters. 431
Error Line is longer than 80 characters. 432
Error Line is longer than 80 characters. 433
Error Line has trailing spaces. 435
Error Line is longer than 80 characters. 435
Error Line is longer than 80 characters. 437
Error ')' is preceded with whitespace. 437
Error '{' should be on the previous line. 442
Error Line is longer than 80 characters. 443
Error Unclosed HTML tag found: <returnType> <methodName>(<parameterTypes>) 451
Error Unclosed HTML tag found: <methodName>(<parameterTypes>) 451
Error Unclosed HTML tag found: <parameterTypes>) 451
Error Unclosed HTML tag found: <exceptionNames> 452
Error Unclosed HTML tag found: <WRAPPED_CLASS_FN>.<methodName>(<parameterTypes>); 454
Error Unclosed HTML tag found: <methodName>(<parameterTypes>); 454
Error Unclosed HTML tag found: <parameterTypes>); 454
Error '(' is followed by whitespace. 466
Error ')' is preceded with whitespace. 466
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 467
Error Redundant throws: 'IllegalStateException' is unchecked exception. 467
Error '{' should be on the previous line. 468
Error '(' is followed by whitespace. 469
Error ')' is preceded with whitespace. 469
Error '{' should be on the previous line. 470
Error '(' is followed by whitespace. 472
Error ')' is preceded with whitespace. 472
Error '(' is followed by whitespace. 475
Error '(' is followed by whitespace. 475
Error ')' is preceded with whitespace. 475
Error ')' is preceded with whitespace. 475
Error Line is longer than 80 characters. 479
Error Line is longer than 80 characters. 482
Error Line is longer than 80 characters. 483
Error Line is longer than 80 characters. 484
Error Line is longer than 80 characters. 485
Error Unused @throws tag for 'IllegalArgumentException'. 485
Error Line is longer than 80 characters. 487
Error Unused @throws tag for 'IllegalStateException'. 487
Error Line is longer than 80 characters. 489
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error Expected @throws tag for 'Exception'. 490
Error '{' should be on the previous line. 491
Error '(' is followed by whitespace. 492
Error ')' is preceded with whitespace. 492
Error '{' should be on the previous line. 493
Error '(' is followed by whitespace. 495
Error ')' is preceded with whitespace. 495
Error '(' is followed by whitespace. 497
Error ')' is preceded with whitespace. 497
Error '{' should be on the previous line. 498
Error '(' is followed by whitespace. 501
Error ')' is preceded with whitespace. 501
Error Line is longer than 80 characters. 505
Error '(' is followed by whitespace. 505
Error ')' is preceded with whitespace. 505
Error '(' is followed by whitespace. 506
Error ')' is preceded with whitespace. 506
Error '{' should be on the previous line. 507
Error '(' is followed by whitespace. 511
Error '(' is followed by whitespace. 511
Error ')' is preceded with whitespace. 511
Error ')' is preceded with whitespace. 511
Error '{' should be on the previous line. 512
Error '(' is followed by whitespace. 517
Error ')' is preceded with whitespace. 517
Error '(' is followed by whitespace. 519
Error ')' is preceded with whitespace. 519
Error '(' is followed by whitespace. 522
Error ')' is preceded with whitespace. 522
Error Line is longer than 80 characters. 527
Error Line is longer than 80 characters. 528
Error Line is longer than 80 characters. 531
Error '(' is followed by whitespace. 536
Error ')' is preceded with whitespace. 536
Error '{' should be on the previous line. 537
Error Line is longer than 80 characters. 546
Error '{' should be on the previous line. 549
Error Line is longer than 80 characters. 554
Error Line is longer than 80 characters. 555
Error Line is longer than 80 characters. 558
Error Line is longer than 80 characters. 559
Error Line is longer than 80 characters. 561
Error Line is longer than 80 characters. 563
Error Unused @throws tag for 'IllegalArgumentException'. 563
Error Line is longer than 80 characters. 564
Error Unused @throws tag for 'NullPointerException'. 564
Error Line is longer than 80 characters. 566
Error '(' is followed by whitespace. 566
Error Array brackets at illegal position. 566
Error ')' is preceded with whitespace. 566
Error Expected @throws tag for 'Exception'. 567
Error '{' should be on the previous line. 568
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569
Error '{' should be on the previous line. 570
Error '(' is followed by whitespace. 572
Error ')' is preceded with whitespace. 572
Error '{' should be on the previous line. 577
Error '(' is followed by whitespace. 579
Error ')' is preceded with whitespace. 579
Error '{' should be on the previous line. 580
Error Line is longer than 80 characters. 581
Error '(' is followed by whitespace. 582
Error ')' is preceded with whitespace. 582
Error '(' is followed by whitespace. 585
Error ')' is preceded with whitespace. 585
Error '(' is followed by whitespace. 588
Error ')' is preceded with whitespace. 588
Error Line is longer than 80 characters. 591
Error Missing a Javadoc comment. 591
Error Redundant 'final' modifier. 591
Error '(' is followed by whitespace. 591
Error ')' is preceded with whitespace. 591
Error '(' is followed by whitespace. 594
Error ')' is preceded with whitespace. 594
Error '{' should be on the previous line. 595
Error '(' is followed by whitespace. 597
Error ')' is preceded with whitespace. 597
Error Missing a Javadoc comment. 601
Error '{' should be on the previous line. 602
Error Missing a Javadoc comment. 603
Error Variable 'name' must be private and have accessor methods. 603
Error Missing a Javadoc comment. 604
Error Variable 'returnType' must be private and have accessor methods. 604
Error Missing a Javadoc comment. 605
Error Variable 'parameterTypes' must be private and have accessor methods. 605
Error Missing a Javadoc comment. 606
Error Variable 'exceptionNames' must be private and have accessor methods. 606
Error Missing a Javadoc comment. 607
Error Variable 'isFinal' must be private and have accessor methods. 607
Error Missing a Javadoc comment. 608
Error Variable 'implementingClassName' must be private and have accessor methods. 608
Error Missing a Javadoc comment. 610
Error '(' is followed by whitespace. 610
Error Parameter meth should be final. 610
Error ')' is preceded with whitespace. 610
Error '{' should be on the previous line. 611
Error Line is longer than 80 characters. 613
Error ')' is preceded with whitespace. 613
Error Avoid inline conditionals. 613
Error Line is longer than 80 characters. 616
Error Missing a Javadoc comment. 616
Error Parameter name should be final. 616
Error 'name' hides a field. 616
Error Parameter returnType should be final. 616
Error 'returnType' hides a field. 616
Error Parameter parameterTypes should be final. 616
Error 'parameterTypes' hides a field. 616
Error Parameter exceptionNames should be final. 616
Error 'exceptionNames' hides a field. 616
Error Missing a Javadoc comment. 625
Error Parameter o should be final. 625
Error '{' should be on the previous line. 626
Error 'cast' is not followed by whitespace. 627
Error Line is longer than 80 characters. 630
Error '{' should be on the previous line. 633
Error Line is longer than 80 characters. 634
Error Missing a Javadoc comment. 640
Error '{' should be on the previous line. 641
Error '5' is a magic number. 643
Error '{' should be on the previous line. 647
Error Missing a Javadoc comment. 655
Error '{' should be on the previous line. 656
Error '(' is followed by whitespace. 658
Error ')' is preceded with whitespace. 658
Error '(' is followed by whitespace. 658
Error ')' is preceded with whitespace. 658
Error '(' is followed by whitespace. 658
Error ')' is preceded with whitespace. 658
Error 'for' is not followed by whitespace. 660
Error '{' should be on the previous line. 661
Error 'if' construct must use '{}'s. 663
Error Avoid inline conditionals. 666

org/apache/avalon/fortress/impl/factory/BCELWrapperGenerator.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. 40
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 43
Error Name 'm_repository' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Line is longer than 80 characters. 56
Error Name 'm_codeGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Error Name 'm_classGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Error Line is longer than 80 characters. 76
Error Name 'm_bcelClassLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Error Line is longer than 80 characters. 82
Error '{' should be on the previous line. 85
Error Name 'm_byteCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
Error Line has trailing spaces. 92
Error Name 'm_protectionDomain' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 116
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. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error ')' is preceded with whitespace. 135
Error Line has trailing spaces. 136
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line is longer than 80 characters. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 158
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line is longer than 80 characters. 174
Error '{' should be on the previous line. 178
Error '{' should be on the previous line. 190
Error '{' should be on the previous line. 199
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error Expected an @return tag. 210
Error Line is longer than 80 characters. 210
Error '(' is followed by whitespace. 210
Error Expected @param tag for 'classToWrap'. 210
Error ')' is preceded with whitespace. 210
Error Expected @throws tag for 'Exception'. 210
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error Line has trailing spaces. 217
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error Line is longer than 80 characters. 225
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error '{' should be on the previous line. 236
Error '|' is not followed by whitespace. 244
Error '|' is not followed by whitespace. 245
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error ')' is preceded with whitespace. 246
Error ')' is preceded with whitespace. 253
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 258
Error Line is longer than 80 characters. 259
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error '}' should be on the same line. 260
Error '{' should be on the previous line. 262
Error Line is longer than 80 characters. 271
Error Line is longer than 80 characters. 276
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error Expected @throws tag for 'Exception'. 279
Error '{' should be on the previous line. 280
Error '{' should be on the previous line. 283
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error 'if' construct must use '{}'s. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error 'else' construct must use '{}'s. 287
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 289
Error Line is longer than 80 characters. 293
Error Line is longer than 80 characters. 294
Error Line is longer than 80 characters. 298
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error Expected @throws tag for 'Exception'. 301
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '{' should be on the previous line. 305
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error Line is longer than 80 characters. 317
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error '{' should be on the previous line. 320
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error '{' should be on the previous line. 323
Error Line is longer than 80 characters. 326
Error Line is longer than 80 characters. 339
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error Expected @throws tag for 'Exception'. 339
Error '(' is followed by whitespace. 342
Error ')' is preceded with whitespace. 342
Error Line is longer than 80 characters. 345
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error ')' is preceded with whitespace. 349
Error Line is longer than 80 characters. 352
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 352
Error '(' is followed by whitespace. 354
Error ')' is preceded with whitespace. 354
Error '{' should be on the previous line. 355
Error '(' is followed by whitespace. 356
Error ')' is preceded with whitespace. 356

org/apache/avalon/fortress/impl/factory/NoopObjectFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 23
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 '{' should be on the previous line. 32
Error Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error '{' should be on the previous line. 37
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error '(' is followed by whitespace. 41
Error Parameter object should be final. 41
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43

org/apache/avalon/fortress/impl/factory/PassThroughInvocationHandler.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 Name 'm_object' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 65
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '}' should be on the same line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error '{' should be on the previous line. 82

org/apache/avalon/fortress/impl/factory/ProxyManager.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 26
Error '{' should be on the previous line. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Line is longer than 80 characters. 38
Error Missing a Javadoc comment. 38
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 39
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 40
Error Line is longer than 80 characters. 41
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Name 'm_isBCELPresent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42
Error Missing a Javadoc comment. 43
Error Name 'm_wrapperClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 44
Error Name 'm_factoryClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error '{' should be on the previous line. 50
Error Line is longer than 80 characters. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line is longer than 80 characters. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '}' should be on the same line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 56
Error Must have at least one statement. 56
Error Missing a Javadoc comment. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '{' should be on the previous line. 66
Error 'if' construct must use '{}'s. 72
Error Line is longer than 80 characters. 72
Error '(' is followed by whitespace. 72
Error '!' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '}' should be on the same line. 84
Error '{' should be on the previous line. 86
Error Line is longer than 80 characters. 93
Error Missing a Javadoc comment. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line is longer than 80 characters. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103

org/apache/avalon/fortress/impl/factory/ProxyObjectFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 33
Error Line is longer than 80 characters. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Redundant throws: 'NullPointerException' is unchecked exception. 40
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 53
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Expected an @return tag. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 82
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error ')' is preceded with whitespace. 84
Error Unused @throws tag for 'NullPointerException'. 92
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 97
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. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110

org/apache/avalon/fortress/impl/factory/WrapperClass.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 22
Error '{' should be on the previous line. 30
Error Redundant 'public' modifier. 37
Error Expected @throws tag for 'IllegalStateException'. 38
Error Redundant throws: 'IllegalStateException' is unchecked exception. 38

org/apache/avalon/fortress/impl/factory/WrapperObjectFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 31
Error Name 'm_wrapperGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 49
Error '{' should be on the previous line. 50
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error ')' is preceded with whitespace. 66
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91

org/apache/avalon/fortress/impl/handler/AbstractComponentHandler.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error '{' should be on the previous line. 44
Error Missing a Javadoc comment. 45
Error Name 'm_request' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Missing a Javadoc comment. 46
Error Name 'm_release' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error First sentence should end with a period. 48
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Variable 'm_factory' must be private and have accessor methods. 52
Error First sentence should end with a period. 54
Error Name 'm_prepared' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Variable 'm_prepared' must be private and have accessor methods. 58
Error First sentence should end with a period. 60
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Variable 'm_disposed' must be private and have accessor methods. 64
Error First sentence should end with a period. 66
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error Variable 'm_logger' must be private and have accessor methods. 67
Error First sentence should end with a period. 69
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Variable 'm_loggerManager' must be private and have accessor methods. 70
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 75
Error '(' is followed by whitespace. 75
Error Expected @param tag for 'manager'. 75
Error ')' is preceded with whitespace. 75
Error Expected @throws tag for 'ServiceException'. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 86
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '16' is a magic number. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
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 '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Method 'getComponentClass' is not designed for extension - needs to be abstract, final or empty. 119
Error '{' should be on the previous line. 120
Error Method 'prepareHandler' is not designed for extension - needs to be abstract, final or empty. 130
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '{' should be on the previous line. 134
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error Line is longer than 80 characters. 140
Error '+' should be on a new line. 140
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error '+' should be on a new line. 151
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' is not followed by whitespace. 166
Error '}' is not preceded with whitespace. 166
Error First sentence should end with a period. 168
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 172
Error Expected @throws tag for 'Exception'. 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 previous line. 176
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '{' should be on the previous line. 181
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '{' should be on the previous line. 188
Error First sentence should end with a period. 205
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error '{' should be on the previous line. 210
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '{' should be on the previous line. 212
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '{' should be on the previous line. 219
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error Method 'newComponent' is not designed for extension - needs to be abstract, final or empty. 241
Error '{' should be on the previous line. 243
Error '{' should be on the previous line. 245
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 '}' 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. 255
Error ')' is preceded with whitespace. 255
Error '{' should be on the previous line. 256
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error Method 'disposeComponent' is not designed for extension - needs to be abstract, final or empty. 270
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error '{' should be on the previous line. 271
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error '{' should be on the previous line. 273
Error '{' should be on the previous line. 277
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error '}' should be on the same line. 279
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '{' should be on the previous line. 281
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '{' should be on the previous line. 283
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 292
Error '{' should be on the previous line. 293
Error '{' should be on the previous line. 296
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error '}' should be on the same line. 298
Error '(' is followed by whitespace. 299
Error ')' is preceded with whitespace. 299
Error '{' should be on the previous line. 300
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error '{' should be on the previous line. 302
Error '+' should be on a new line. 303
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error '{' should be on the previous line. 317
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 324
Error '{' should be on the previous line. 325
Error Line is longer than 80 characters. 326

org/apache/avalon/fortress/impl/handler/AbstractReleasableComponent.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. 30
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error Line has trailing spaces. 34
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter handler should be final. 35
Error 'handler' hides a field. 35
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error '{' should be on the previous line. 39
Error Line is longer than 80 characters. 40
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error Line has trailing spaces. 49
Error Line is longer than 80 characters. 51
Error Line has trailing spaces. 53
Error Method 'releaseOnComponentHandler' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57

org/apache/avalon/fortress/impl/handler/ComponentFactory.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error '{' should be on the previous line. 59
Error Missing a Javadoc comment. 60
Error Name 'm_newInstance' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Missing a Javadoc comment. 61
Error Name 'm_dispose' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Name 'm_componentClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error First sentence should end with a period. 68
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Error First sentence should end with a period. 80
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error First sentence should end with a period. 84
Error Name 'm_extManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Error First sentence should end with a period. 88
Error Name 'm_componentLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
Error First sentence should end with a period. 92
Error Name 'm_classinfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error First sentence should end with a period. 97
Error Name 'm_useDynamicCreation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
Error Line is longer than 80 characters. 103
Error Line is longer than 80 characters. 104
Error Line is longer than 80 characters. 105
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 109
Error Expected @param tag for 'extManager'. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
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 '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 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 followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line is longer than 80 characters. 123
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error Line is longer than 80 characters. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line is longer than 80 characters. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error Line is longer than 80 characters. 136
Error '(' is followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
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 Expected @throws tag for 'Exception'. 158
Error '{' should be on the previous line. 159
Error '{' should be on the previous line. 163
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error '+' should be on a new line. 169
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error '}' should be on the same line. 192
Error '{' should be on the previous line. 194
Error Missing a Javadoc comment. 201
Error '{' should be on the previous line. 202
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. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 209
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '}' should be on the same line. 214
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '{' should be on the previous line. 218
Error Line is longer than 80 characters. 219
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error Redundant 'final' modifier. 231
Error '{' should be on the previous line. 232
Error Redundant 'final' modifier. 241
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error '{' should be on the previous line. 243
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error '{' should be on the previous line. 245
Error Line is longer than 80 characters. 246
Error '+' should be on a new line. 246
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error '(' is followed by whitespace. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error ')' is preceded with whitespace. 251
Error '{' should be on the previous line. 252
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error '{' should be on the previous line. 258
Error '}' should be on the same line. 261
Error '{' should be on the previous line. 263
Error '+' should be on a new line. 264
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error First sentence should end with a period. 270
Error Expected an @return tag. 273
Error Expected @throws tag for 'Exception'. 273
Error '{' should be on the previous line. 274
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error '{' should be on the previous line. 276
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '{' should be on the previous line. 281
Error Line is longer than 80 characters. 285
Error First sentence should end with a period. 288
Error Parameter component should be final. 291
Error Expected @param tag for 'component'. 291
Error Expected @throws tag for 'Exception'. 291
Error '{' should be on the previous line. 292
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '(' is followed by whitespace. 295
Error ')' is preceded with whitespace. 295
Error '{' should be on the previous line. 296
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error '(' is followed by whitespace. 299
Error ')' is preceded with whitespace. 299
Error '(' is followed by whitespace. 299
Error ')' is preceded with whitespace. 299
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '{' should be on the previous line. 303
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error Line is longer than 80 characters. 306
Error '(' is followed by whitespace. 306
Error First sentence should end with a period. 311
Error Parameter component should be final. 314
Error Expected @param tag for 'component'. 314
Error Expected @throws tag for 'Exception'. 314
Error '{' should be on the previous line. 315
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error ')' is preceded with whitespace. 317
Error '{' should be on the previous line. 318
Error '{' should be on the previous line. 320
Error '}' should be on the same line. 322
Error Must have at least one statement. 323
Error '{' is not followed by whitespace. 323
Error '}' is not preceded with whitespace. 323
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error '{' should be on the previous line. 327
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error Line is longer than 80 characters. 329
Error '(' is followed by whitespace. 329
Error First sentence should end with a period. 334
Error Parameter component should be final. 337
Error Expected @param tag for 'component'. 337
Error Expected @throws tag for 'Exception'. 337
Error '{' should be on the previous line. 338
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error '{' should be on the previous line. 340
Error Line is longer than 80 characters. 341
Error '(' is followed by whitespace. 341
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error ')' is preceded with whitespace. 341
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error '{' should be on the previous line. 346
Error '(' is followed by whitespace. 347
Error ')' is preceded with whitespace. 347
Error Line is longer than 80 characters. 348
Error '(' is followed by whitespace. 348
Error First sentence should end with a period. 353
Error Parameter component should be final. 356
Error Expected @param tag for 'component'. 356
Error Expected @throws tag for 'Exception'. 356
Error '{' should be on the previous line. 357
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error '{' should be on the previous line. 361
Error Line is longer than 80 characters. 362
Error '(' is followed by whitespace. 362
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error ')' is preceded with whitespace. 362
Error '(' is followed by whitespace. 365
Error ')' is preceded with whitespace. 365
Error '{' should be on the previous line. 366
Error '(' is followed by whitespace. 367
Error '!=' is not preceded with whitespace. 367
Error ')' is preceded with whitespace. 367
Error Line is longer than 80 characters. 368
Error '(' is followed by whitespace. 368
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 368
Error '(' is followed by whitespace. 370
Error ')' is preceded with whitespace. 370
Error Line is longer than 80 characters. 371
Error '(' is followed by whitespace. 371
Error '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 376
Error '{' should be on the previous line. 377
Error Line is longer than 80 characters. 378
Error '(' is followed by whitespace. 378
Error Line is longer than 80 characters. 380
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error 'for' is not followed by whitespace. 382
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error '{' should be on the previous line. 383
Error '{' should be on the previous line. 385
Error Line is longer than 80 characters. 386
Error '(' is followed by whitespace. 386
Error '}' should be on the same line. 387
Error '{' should be on the previous line. 389
Error Line is longer than 80 characters. 390
Error '(' is followed by whitespace. 390
Error ')' is preceded with whitespace. 390
Error Line is longer than 80 characters. 392
Error Line is longer than 80 characters. 393
Error First sentence should end with a period. 402
Error Missing a Javadoc comment. 410
Error Name 'm_constructor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 410
Error Variable 'm_constructor' must be private and have accessor methods. 410
Error Missing a Javadoc comment. 411
Error Name 'm_constructorArguments' must match pattern '^[a-z][a-zA-Z0-9]*$'. 411
Error Variable 'm_constructorArguments' must be private and have accessor methods. 411
Error Missing a Javadoc comment. 412
Error Name 'm_setLoggerMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 412
Error Variable 'm_setLoggerMethod' must be private and have accessor methods. 412
Error Missing a Javadoc comment. 413
Error Name 'm_setConfigurationMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 413
Error Variable 'm_setConfigurationMethod' must be private and have accessor methods. 413
Error Missing a Javadoc comment. 414
Error Name 'm_setParametersMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 414
Error Variable 'm_setParametersMethod' must be private and have accessor methods. 414
Error Missing a Javadoc comment. 415
Error Name 'm_setContextMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 415
Error Variable 'm_setContextMethod' must be private and have accessor methods. 415
Error Missing a Javadoc comment. 416
Error Name 'm_dynamicConfiguration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 416
Error Variable 'm_dynamicConfiguration' must be private and have accessor methods. 416
Error Missing a Javadoc comment. 417
Error Name 'm_setServiceManagerMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 417
Error Variable 'm_setServiceManagerMethod' must be private and have accessor methods. 417
Error First sentence should end with a period. 419
Error Expected @throws tag for 'Exception'. 421
Error 'if' is not followed by whitespace. 425
Error '(' is followed by whitespace. 425
Error ')' is preceded with whitespace. 425
Error '{' should be on the previous line. 426
Error Line is longer than 80 characters. 427
Error 'if' is not followed by whitespace. 430
Error '(' is followed by whitespace. 430
Error ')' is preceded with whitespace. 430
Error '{' should be on the previous line. 431
Error '{' should be on the previous line. 437
Error Line is longer than 80 characters. 438
Error '(' is followed by whitespace. 438
Error ')' is preceded with whitespace. 438
Error '}' should be on the same line. 439
Error 'catch' is not followed by whitespace. 440
Error '(' is followed by whitespace. 440
Error ')' is preceded with whitespace. 440
Error '{' should be on the previous line. 441
Error '}' should be on the same line. 445
Error '{' should be on the previous line. 447
Error 'for' is not followed by whitespace. 454
Error '(' is followed by whitespace. 454
Error '=' is not preceded with whitespace. 454
Error '=' is not followed by whitespace. 454
Error '<' is not preceded with whitespace. 454
Error '<' is not followed by whitespace. 454
Error ')' is preceded with whitespace. 454
Error '{' should be on the previous line. 455
Error 'if' is not followed by whitespace. 457
Error '(' is followed by whitespace. 457
Error '(' is followed by whitespace. 457
Error ')' is preceded with whitespace. 457
Error ')' is preceded with whitespace. 457
Error '{' should be on the previous line. 458
Error '(' is followed by whitespace. 459
Error ')' is preceded with whitespace. 459
Error '{' should be on the previous line. 460
Error '}' should be on the same line. 464
Error 'if' is not followed by whitespace. 465
Error '(' is followed by whitespace. 465
Error '(' is followed by whitespace. 465
Error ')' is preceded with whitespace. 465
Error ')' is preceded with whitespace. 465
Error '{' should be on the previous line. 466
Error '(' is followed by whitespace. 467
Error ')' is preceded with whitespace. 467
Error '{' should be on the previous line. 468
Error '}' should be on the same line. 472
Error 'if' is not followed by whitespace. 473
Error '(' is followed by whitespace. 473
Error '(' is followed by whitespace. 473
Error ')' is preceded with whitespace. 473
Error ')' is preceded with whitespace. 473
Error '{' should be on the previous line. 474
Error '(' is followed by whitespace. 475
Error ')' is preceded with whitespace. 475
Error '{' should be on the previous line. 476
Error Line is longer than 80 characters. 477
Error '}' should be on the same line. 480
Error 'if' is not followed by whitespace. 481
Error '(' is followed by whitespace. 481
Error '(' is followed by whitespace. 481
Error ')' is preceded with whitespace. 481
Error ')' is preceded with whitespace. 481
Error '{' should be on the previous line. 482
Error '(' is followed by whitespace. 483
Error ')' is preceded with whitespace. 483
Error '{' should be on the previous line. 484
Error Line is longer than 80 characters. 485
Error Line is longer than 80 characters. 487
Error '(' is followed by whitespace. 487
Error ')' is preceded with whitespace. 487
Error '}' should be on the same line. 488
Error 'if' is not followed by whitespace. 489
Error '(' is followed by whitespace. 489
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error ')' is preceded with whitespace. 489
Error '{' should be on the previous line. 490
Error '}' should be on the same line. 492
Error '{' should be on the previous line. 494
Error '{' should be on the previous line. 499
Error '}' should be on the same line. 503
Error '{' should be on the previous line. 505
Error Line is longer than 80 characters. 507
Error '(' is followed by whitespace. 513
Error '(' is followed by whitespace. 513
Error '{' should be on the previous line. 515
Error '(' is followed by whitespace. 519
Error '(' is followed by whitespace. 519
Error '{' should be on the previous line. 520
Error Line is longer than 80 characters. 521
Error '(' is followed by whitespace. 524
Error '(' is followed by whitespace. 524
Error '{' should be on the previous line. 526
Error Line is longer than 80 characters. 527
Error Line is longer than 80 characters. 528
Error Line is longer than 80 characters. 529
Error '(' is followed by whitespace. 529
Error ')' is preceded with whitespace. 529
Error '(' is followed by whitespace. 535
Error '{' should be on the previous line. 537
Error Line is longer than 80 characters. 538
Error Line is longer than 80 characters. 543
Error Expected an @return tag. 545
Error Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. 545
Error Parameter name should be final. 545
Error Expected @param tag for 'name'. 545
Error Parameter clazz should be final. 545
Error Expected @param tag for 'clazz'. 545
Error Expected @throws tag for 'Exception'. 545
Error '{' should be on the previous line. 546
Error '{' should be on the previous line. 548
Error '}' should be on the same line. 550
Error Must have at least one statement. 551
Error '{' is not followed by whitespace. 551
Error '}' is not preceded with whitespace. 551

org/apache/avalon/fortress/impl/handler/ComponentHandler.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. 30
Error Expected an @return tag. 53
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60

org/apache/avalon/fortress/impl/handler/FactoryComponentHandler.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. 30
Error First sentence should end with a period. 31
Error Expected an @return tag. 35
Error '{' should be on the previous line. 37
Error First sentence should end with a period. 41
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47

org/apache/avalon/fortress/impl/handler/LEAwareComponentHandler.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. 34
Error Missing a Javadoc comment. 35
Error Name 'm_componentHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Missing a Javadoc comment. 36
Error Name 'm_extManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Missing a Javadoc comment. 37
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 50
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 57
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
Error '{' should be on the previous line. 74
Error '{' should be on the previous line. 84
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
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. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error Must have at least one statement. 113
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error First sentence should end with a period. 127
Error Expected an @return tag. 130
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135

org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.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. 28
Error Line is longer than 80 characters. 31
Error '{' should be on the previous line. 36
Error Missing a Javadoc comment. 37
Error Name 'm_slot' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Missing a Javadoc comment. 38
Error Name 'm_instances' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Missing a Javadoc comment. 40
Error '{' should be on the previous line. 42
Error First sentence should end with a period. 48
Error Expected an @return tag. 51
Error Expected @throws tag for 'Exception'. 52
Error '{' should be on the previous line. 53
Error 'synchronized' is not followed by whitespace. 54
Error '{' should be on the previous line. 55
Error '{' should be on the previous line. 59
Error Line has trailing spaces. 64
Error Line contains a tab character. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83

org/apache/avalon/fortress/impl/handler/PoolableComponentHandler.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.apache.avalon.framework.configuration.ConfigurationException. 22
Error '{' should be on the previous line. 39
Error First sentence should end with a period. 40
Error Name 'm_poolManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error First sentence should end with a period. 43
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error First sentence should end with a period. 46
Error Name 'm_poolMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error '10' is a magic number. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error First sentence should end with a period. 83
Error Expected an @return tag. 87
Error '{' should be on the previous line. 89
Error First sentence should end with a period. 93
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99

org/apache/avalon/fortress/impl/handler/PrepareHandlerCommand.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 24
Error '{' should be on the previous line. 31
Error Missing a Javadoc comment. 32
Error Name 'm_handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Missing a Javadoc comment. 33
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Avoid inline conditionals. 44
Error '{' should be on the previous line. 53
Error First sentence should end with a period. 57
Error Unused @throws tag for 'java.lang.Exception'. 59
Error Expected @throws tag for 'Exception'. 62
Error '{' should be on the previous line. 63
Error '{' should be on the previous line. 65
Error '}' should be on the same line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error Must have at least one statement. 71
Error Line is longer than 80 characters. 72

org/apache/avalon/fortress/impl/handler/ReleasableComponent.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. 29
Error Line is longer than 80 characters. 32
Error Unused @throws tag for 'ServiceException'. 33
Error Expected @throws tag for 'Exception'. 37
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44

org/apache/avalon/fortress/impl/handler/ThreadSafeComponentHandler.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. 30
Error Missing a Javadoc comment. 31
Error Name 'm_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error '{' should be on the previous line. 39
Error '{' should be on the previous line. 51
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60

org/apache/avalon/fortress/impl/lookup/ComponentKey.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. 25
Error Missing a Javadoc comment. 26
Error Name 'm_component' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error '{' should be on the previous line. 29
Error Missing a Javadoc comment. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error '{' should be on the previous line. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error '&&' should be on a new line. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Missing a Javadoc comment. 39
Error '{' should be on the previous line. 40

org/apache/avalon/fortress/impl/lookup/FortressServiceManager.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. 44
Error Missing a Javadoc comment. 45
Error Name 'm_container' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 46
Error Name 'm_used' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 47
Error Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error First sentence should end with a period. 49
Error '(' is followed by whitespace. 56
Error Line is longer than 80 characters. 57
Error ')' is preceded with whitespace. 57
Error Redundant throws: 'NullPointerException' is unchecked exception. 57
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Method 'lookup' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error Line is longer than 80 characters. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error ')' is preceded with whitespace. 105
Error '}' should be on the same line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error '}' should be on the same line. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Method 'hasService' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
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 '{' should be on the previous line. 126
Error '}' should be on the same line. 128
Error '{' should be on the previous line. 130
Error Avoid inline conditionals. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error 'cast' is not followed by whitespace. 140
Error Line is longer than 80 characters. 143
Error '(' is followed by whitespace. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error ')' is preceded with whitespace. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error Must have at least one statement. 147
Error Line is longer than 80 characters. 156
Error '}' should be on the same line. 157
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '}' should be on the same line. 162
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Missing a Javadoc comment. 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. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error Line is longer than 80 characters. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '{' should be on the previous line. 185
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error Missing a Javadoc comment. 193
Error 'static' modifier out of order with the JLS suggestions. 193
Error '{' should be on the previous line. 194
Error Missing a Javadoc comment. 195
Error Name 'm_role' must match pattern '^[a-z][a-zA-Z0-9]*$'. 195
Error Variable 'm_role' must be private and have accessor methods. 195
Error Missing a Javadoc comment. 196
Error Name 'm_hint' must match pattern '^[a-z][a-zA-Z0-9]*$'. 196
Error Variable 'm_hint' must be private and have accessor methods. 196

org/apache/avalon/fortress/impl/lookup/FortressServiceSelector.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. 40
Error Missing a Javadoc comment. 41
Error Name 'm_key' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 42
Error Name 'm_container' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Missing a Javadoc comment. 43
Error Name 'm_used' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error '(' is followed by whitespace. 50
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
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 57
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
Error Method 'select' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 69
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error ')' is preceded with whitespace. 78
Error '}' should be on the same line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error '}' should be on the same line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error Line is longer than 80 characters. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Method 'isSelectable' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error 'cast' is not followed by whitespace. 104
Error '(' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 108
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 ')' is preceded with whitespace. 111
Error Missing a Javadoc comment. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
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. 130
Error ')' is preceded with whitespace. 131
Error Line has trailing spaces. 135
Error Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error '{' should be on the previous line. 137

org/apache/avalon/fortress/impl/lookup/NoopServiceManager.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 '{' should be on the previous line. 31
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 32
Error Method 'lookup' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error '(' is followed by whitespace. 34
Error Parameter role should be final. 34
Error ')' is preceded with whitespace. 34
Error '{' should be on the previous line. 35
Error Method 'hasService' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error '(' is followed by whitespace. 39
Error Parameter role should be final. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error Missing a Javadoc comment. 44
Error '(' is followed by whitespace. 44
Error Parameter component should be final. 44
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45

org/apache/avalon/fortress/impl/role/AbstractMetaInfoManager.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. 36
Error Name 'm_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Name 'm_shorthands' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Name 'm_classnames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error '(' is followed by whitespace. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. 112
Error '(' is followed by whitespace. 112
Error Expected @param tag for 'deps'. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is 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 '+' should be on a new line. 129
Error Line is longer than 80 characters. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '}' should be on the same line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 147
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '}' should be on the same line. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '{' should be on the previous line. 155
Error Line is longer than 80 characters. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Method 'getMetaInfoForClassname' is not designed for extension - needs to be abstract, final or empty. 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 '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error '}' should be on the same line. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 180
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '}' should be on the same line. 182
Error '{' should be on the previous line. 184
Error Method 'getMetaInfoForShortName' is not designed for extension - needs to be abstract, final or empty. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error Line is longer than 80 characters. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
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. 201
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 203
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error '}' should be on the same line. 205
Error '{' should be on the previous line. 207
Error Method 'getLoader' is not designed for extension - needs to be abstract, final or empty. 218
Error '{' should be on the previous line. 219
Error Line has trailing spaces. 222
Error Line has trailing spaces. 226
Error Method 'isAlreadyAdded' is not designed for extension - needs to be abstract, final or empty. 230
Error '(' is followed by whitespace. 230
Error Parameter className should be final. 230
Error ')' is preceded with whitespace. 230
Error '{' should be on the previous line. 231
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232

org/apache/avalon/fortress/impl/role/AbstractRoleManager.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 Name 'm_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Name 'm_shorthands' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Name 'm_classnames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error Expected an @return tag. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
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 same line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
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 '{' should be on the previous line. 127
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '}' should be on the same line. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error '+' should be on a new line. 134
Error Line is longer than 80 characters. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '}' should be on the same line. 139
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error Line is longer than 80 characters. 147
Error '(' is followed by whitespace. 147
Error Line is longer than 80 characters. 148
Error ')' is preceded with whitespace. 148
Error Line is longer than 80 characters. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 164
Error Missing a Javadoc comment. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error '}' should be on the same line. 174
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '}' should be on the same line. 178
Error '{' should be on the previous line. 180
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
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
Error '}' should be on the same line. 197
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '{' should be on the previous line. 199
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '}' should be on the same line. 201
Error '{' should be on the previous line. 203
Error '{' should be on the previous line. 215

org/apache/avalon/fortress/impl/role/ConfigurableRoleManager.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. 37
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line is longer than 80 characters. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Line is longer than 80 characters. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 97
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 ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 103
Error Line is longer than 80 characters. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 106
Error '!' is followed by whitespace. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line is longer than 80 characters. 108
Error '+' should be on a new line. 108
Error '+' should be on a new line. 109
Error '+' should be on a new line. 110
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113

org/apache/avalon/fortress/impl/role/ECMMetaInfoManager.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 First sentence should end with a period. 26
Error '{' should be on the previous line. 33
Error '{' should be on the previous line. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '(' is followed by whitespace. 48
Error Expected @param tag for 'parent'. 48
Error ')' is preceded with whitespace. 48
Error '{' should be on the previous line. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 60
Error Expected @param tag for 'parent'. 60
Error Expected @param tag for 'loader'. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error First sentence should end with a period. 65
Error Redundant 'final' modifier. 68
Error '(' is followed by whitespace. 68
Error Expected @param tag for 'role'. 68
Error Expected @param tag for 'hint'. 69
Error Expected @param tag for 'className'. 70
Error Expected @param tag for 'handlerClassName'. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error '}' should be on the same line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error Line has trailing spaces. 82
Error '}' should be on the same line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error Line has trailing spaces. 86
Error '}' should be on the same line. 86
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 91
Error Line has trailing spaces. 92
Error Line has trailing spaces. 95

org/apache/avalon/fortress/impl/role/ECMRoleManager.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 38
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line is longer than 80 characters. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line is longer than 80 characters. 101
Error '(' is followed by whitespace. 101
Error '!' is followed by whitespace. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line is longer than 80 characters. 104
Error '+' should be on a new line. 104
Error '+' should be on a new line. 105
Error Method 'getComponentHandlerClassName' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '}' should be on the same line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error Line is longer than 80 characters. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error ')' is preceded with whitespace. 133
Error '{' should be on the previous line. 134
Error '}' should be on the same line. 136
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 '}' should be on the same line. 140
Error '(' is followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error ';' is preceded with whitespace. 147

org/apache/avalon/fortress/impl/role/FortressRoleManager.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 '{' should be on the previous line. 37
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line is longer than 80 characters. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line is longer than 80 characters. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 70
Error Line is longer than 80 characters. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 74
Error Line is longer than 80 characters. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 78
Error Line is longer than 80 characters. 81
Error ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 84
Error Line is longer than 80 characters. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 88
Error Line is longer than 80 characters. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 94
Error Line is longer than 80 characters. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 98
Error Line is longer than 80 characters. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 104
Error Line is longer than 80 characters. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 110
Error Line is longer than 80 characters. 113
Error ')' is preceded with whitespace. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 117

org/apache/avalon/fortress/impl/role/Role2MetaInfoManager.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 First sentence should end with a period. 25
Error '{' should be on the previous line. 32
Error Missing a Javadoc comment. 33
Error Name 'm_manager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 34
Error Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Missing a Javadoc comment. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '{' should be on the previous line. 37
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line is longer than 80 characters. 41
Error Missing a Javadoc comment. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '}' should be on the same line. 62
Error '{' should be on the previous line. 64
Error Line is longer than 80 characters. 65
Error Avoid inline conditionals. 65
Error ')' is preceded with whitespace. 65
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 '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '}' should be on the same line. 86
Error '{' should be on the previous line. 88
Error Line is longer than 80 characters. 89
Error Avoid inline conditionals. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89

org/apache/avalon/fortress/impl/role/ServiceMetaManager.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Using the '.*' form of import should be avoided - java.util.*. 30
Error Line is longer than 80 characters. 47
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 82
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 97
Error Expected @param tag for 'parent'. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 107
Error Expected @param tag for 'parent'. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line is longer than 80 characters. 119
Error '(' is followed by whitespace. 119
Error Expected @param tag for 'parent'. 119
Error Expected @param tag for 'loader'. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 131
Error Line is longer than 80 characters. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
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. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error Line is longer than 80 characters. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error '{' should be on the previous line. 166
Error Line is longer than 80 characters. 167
Error '(' is followed by whitespace. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error ')' is preceded with whitespace. 167
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 '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '(' is followed by whitespace. 173
Error '!' is followed by whitespace. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with 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. 191
Error Expected @param tag for 'role'. 191
Error Expected @param tag for 'implementation'. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 192
Error '{' should be on the previous line. 197
Error Line is longer than 80 characters. 199
Error '(' is followed by whitespace. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error ')' is preceded with whitespace. 199
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '}' should be on the same line. 204
Error '{' should be on the previous line. 206
Error '+' should be on a new line. 208
Error '}' should be on the same line. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error '(' is followed by whitespace. 216
Error '+' should be on a new line. 216
Error ')' is preceded with whitespace. 217
Error '{' should be on the previous line. 222
Error Line is longer than 80 characters. 223
Error '(' is followed by whitespace. 223
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error ')' is preceded with whitespace. 223
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error '{' should be on the previous line. 228
Error Line is longer than 80 characters. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '}' should be on the same line. 231
Error '{' should be on the previous line. 233
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '}' should be on the same line. 238
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '{' should be on the previous line. 240
Error '(' is followed by whitespace. 241
Error '+' should be on a new line. 241
Error ')' is preceded with whitespace. 242
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error '(' is followed by whitespace. 254
Error Expected @param tag for 'implementation'. 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 '(' is followed by whitespace. 267
Error Expected @param tag for 'implementation'. 267
Error ')' is preceded with whitespace. 267
Error '{' should be on the previous line. 268
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error '(' is followed by whitespace. 282
Error Expected @param tag for 'entries'. 282
Error Expected @param tag for 'url'. 282
Error ')' is preceded with whitespace. 282
Error '{' should be on the previous line. 284
Error Line is longer than 80 characters. 285
Error '(' is followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error ')' is preceded with whitespace. 285
Error '{' should be on the previous line. 288
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error '{' should be on the previous line. 291
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error '}' should be on the same line. 295
Error '{' should be on the previous line. 297

org/apache/avalon/fortress/util/CommandSink.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 15
Error Missing a Javadoc comment. 16
Error Name 'm_manager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Missing a Javadoc comment. 18
Error Parameter manager should be final. 18
Error '{' should be on the previous line. 19
Error 'if' construct must use '{}'s. 20
Error Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error '(' is followed by whitespace. 25
Error Parameter o should be final. 25
Error ')' is preceded with whitespace. 25
Error '{' should be on the previous line. 26
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error '(' is followed by whitespace. 28
Error 'cast' is not followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error Missing a Javadoc comment. 31
Error '(' is followed by whitespace. 31
Error Parameter o should be final. 31
Error ')' is preceded with whitespace. 31
Error '{' should be on the previous line. 33
Error 'if' construct must use '{}'s. 34
Error Line is longer than 80 characters. 34
Error '(' is followed by whitespace. 34
Error '!' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error Parameter objects should be final. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error '{' should be on the previous line. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Method 'tryEnqueue' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error Parameter o should be final. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error '{' should be on the previous line. 55
Error '}' should be on the same line. 57
Error '{' should be on the previous line. 59
Error Method 'prepareEnqueue' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error '(' is followed by whitespace. 66
Error Parameter objects should be final. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 68
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73

org/apache/avalon/fortress/util/CompositeException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Name 'm_ex' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error Missing a Javadoc comment. 27
Error Name 'm_message' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error Missing a Javadoc comment. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error '{' should be on the previous line. 30
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error Missing a Javadoc comment. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error '{' should be on the previous line. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error '{' should be on the previous line. 39
Error Line is longer than 80 characters. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error 'if' construct must use '{}'s. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '}' should be on the same line. 51
Error 'else' construct must use '{}'s. 52
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62

org/apache/avalon/fortress/util/ContextManager.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Using the '.*' form of import should be avoided - org.d_haven.event.command.*. 48
Error Line is longer than 80 characters. 50
Error '{' should be on the previous line. 92
Error Missing a Javadoc comment. 93
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Name 'm_rootContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
Error Variable 'm_rootContext' must be private and have accessor methods. 106
Error Name 'm_childContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Error Variable 'm_childContext' must be private and have accessor methods. 113
Error Name 'm_containerManagerContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
Error Variable 'm_containerManagerContext' must be private and have accessor methods. 120
Error Missing a Javadoc comment. 122
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 122
Error Variable 'm_logger' must be private and have accessor methods. 122
Error Missing a Javadoc comment. 123
Error Name 'm_primordialLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 123
Error Variable 'm_primordialLogger' must be private and have accessor methods. 123
Error Name 'm_defaultSourceResolver' must match pattern '^[a-z][a-zA-Z0-9]*$'. 130
Error Variable 'm_defaultSourceResolver' must be private and have accessor methods. 130
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
Error Variable 'm_loggerManager' must be private and have accessor methods. 136
Error Name 'm_sink' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
Error Variable 'm_sink' must be private and have accessor methods. 142
Error Name 'm_metaInfoManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 148
Error Variable 'm_metaInfoManager' must be private and have accessor methods. 148
Error Name 'm_poolManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 154
Error Variable 'm_poolManager' must be private and have accessor methods. 154
Error Name 'm_threadManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
Error Variable 'm_threadManager' must be private and have accessor methods. 160
Error Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 166
Error Variable 'm_instrumentManager' must be private and have accessor methods. 166
Error Missing a Javadoc comment. 181
Error Name 'm_commandManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 181
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 '(' is followed by whitespace. 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 '}' should be on the same line. 206
Error '{' should be on the previous line. 208
Error Unused @throws tag for 'IllegalArgumentException'. 221
Error Method 'assumeOwnership' is not designed for extension - needs to be abstract, final or empty. 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 '{' 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. 229
Error ')' is preceded with whitespace. 229
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 239
Error '{' should be on the previous line. 240
Error Method 'initializeConfiguration' is not designed for extension - needs to be abstract, final or empty. 261
Error '{' should be on the previous line. 262
Error '{' should be on the previous line. 264
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error '}' should be on the same line. 267
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error '{' should be on the previous line. 269
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error '(' is followed by whitespace. 273
Error ')' is preceded with whitespace. 273
Error '{' should be on the previous line. 274
Error Line is longer than 80 characters. 275
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error '}' should be on the same line. 278
Error '{' should be on the previous line. 280
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error Method 'initializeContext' is not designed for extension - needs to be abstract, final or empty. 291
Error '{' should be on the previous line. 292
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '{' should be on the previous line. 296
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error '}' should be on the same line. 298
Error '(' is followed by whitespace. 299
Error ')' is preceded with whitespace. 299
Error '{' should be on the previous line. 300
Error Line is longer than 80 characters. 301
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 302
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error '(' is followed by whitespace. 308
Error ')' is preceded with whitespace. 308
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error '(' is followed by whitespace. 310
Error ')' is preceded with whitespace. 310
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '(' is followed by whitespace. 313
Error ')' is preceded with whitespace. 313
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 314
Error '(' is followed by whitespace. 315
Error ')' is preceded with whitespace. 315
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error Method 'copyEntry' is not designed for extension - needs to be abstract, final or empty. 329
Error '(' is followed by whitespace. 329
Error Expected @param tag for 'key'. 329
Error ')' is preceded with whitespace. 329
Error '{' should be on the previous line. 330
Error '(' is followed by whitespace. 331
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error ')' is preceded with whitespace. 331
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error Expected an @return tag. 342
Error Method 'entryPresent' is not designed for extension - needs to be abstract, final or empty. 342
Error '(' is followed by whitespace. 342
Error Parameter context should be final. 342
Error ')' is preceded with whitespace. 342
Error '{' should be on the previous line. 343
Error '{' should be on the previous line. 347
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error '}' should be on the same line. 350
Error '(' is followed by whitespace. 351
Error ')' is preceded with whitespace. 351
Error '{' should be on the previous line. 352
Error Must have at least one statement. 352
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 362
Error '{' should be on the previous line. 363
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 368
Error '{' should be on the previous line. 369
Error '(' is followed by whitespace. 370
Error ')' is preceded with whitespace. 370
Error '{' should be on the previous line. 374
Error '(' is followed by whitespace. 375
Error ')' is preceded with whitespace. 375
Error '}' should be on the same line. 376
Error '{' should be on the previous line. 378
Error '(' is followed by whitespace. 379
Error ')' is preceded with whitespace. 379
Error '{' should be on the previous line. 380
Error Line is longer than 80 characters. 381
Error '(' is followed by whitespace. 381
Error ')' is preceded with whitespace. 381
Error First sentence should end with a period. 386
Error Method 'disposeOwned' is not designed for extension - needs to be abstract, final or empty. 389
Error '{' should be on the previous line. 390
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 391
Error '(' is followed by whitespace. 395
Error ')' is preceded with whitespace. 395
Error '{' should be on the previous line. 396
Error '{' should be on the previous line. 400
Error 'if' construct must use '{}'s. 401
Error Line is longer than 80 characters. 401
Error '(' is followed by whitespace. 401
Error ')' is preceded with whitespace. 401
Error '(' is followed by whitespace. 401
Error ')' is preceded with whitespace. 401
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error 'if' construct must use '{}'s. 403
Error Line is longer than 80 characters. 403
Error '(' is followed by whitespace. 403
Error ')' is preceded with whitespace. 403
Error '(' is followed by whitespace. 403
Error ')' is preceded with whitespace. 403
Error '}' should be on the same line. 404
Error '(' is followed by whitespace. 405
Error ')' is preceded with whitespace. 405
Error '{' should be on the previous line. 406
Error '(' is followed by whitespace. 407
Error ')' is preceded with whitespace. 408
Error Expected an @return tag. 424
Error Line is longer than 80 characters. 424
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 424
Error '(' is followed by whitespace. 424
Error ')' is preceded with whitespace. 424
Error '{' should be on the previous line. 427
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error '}' should be on the same line. 429
Error '(' is followed by whitespace. 430
Error ')' is preceded with whitespace. 430
Error '{' should be on the previous line. 431
Error Method 'initializeCommandSink' is not designed for extension - needs to be abstract, final or empty. 442
Error '{' should be on the previous line. 443
Error '{' should be on the previous line. 445
Error '(' is followed by whitespace. 446
Error ')' is preceded with whitespace. 446
Error '}' should be on the same line. 447
Error '(' is followed by whitespace. 448
Error ')' is preceded with whitespace. 448
Error '{' should be on the previous line. 449
Error First sentence should end with a period. 455
Error '{' should be on the previous line. 462
Error '(' is followed by whitespace. 466
Error ')' is preceded with whitespace. 466
Error Line is longer than 80 characters. 468
Error '(' is followed by whitespace. 468
Error '{' should be on the previous line. 473
Error Line is longer than 80 characters. 474
Error 'cast' is not followed by whitespace. 474
Error '(' is followed by whitespace. 474
Error ')' is preceded with whitespace. 474
Error '}' should be on the same line. 475
Error '(' is followed by whitespace. 476
Error ')' is preceded with whitespace. 476
Error '{' should be on the previous line. 477
Error Line is longer than 80 characters. 481
Error 'cast' is not followed by whitespace. 481
Error Line is longer than 80 characters. 482
Error '(' is followed by whitespace. 482
Error ')' is preceded with whitespace. 482
Error '(' is followed by whitespace. 483
Error ')' is preceded with whitespace. 483
Error '(' is followed by whitespace. 484
Error ')' is preceded with whitespace. 484
Error '(' is followed by whitespace. 485
Error ')' is preceded with whitespace. 485
Error '{' should be on the previous line. 497
Error '(' is followed by whitespace. 498
Error ')' is preceded with whitespace. 498
Error '(' is followed by whitespace. 500
Error '(' is followed by whitespace. 500
Error ')' is preceded with whitespace. 500
Error ')' is preceded with whitespace. 500
Error '{' should be on the previous line. 508
Error '(' is followed by whitespace. 509
Error ')' is preceded with whitespace. 509
Error '}' should be on the same line. 510
Error '(' is followed by whitespace. 511
Error ')' is preceded with whitespace. 511
Error '{' should be on the previous line. 512
Error '(' is followed by whitespace. 513
Error ')' is preceded with whitespace. 513
Error '{' should be on the previous line. 517
Error '(' is followed by whitespace. 518
Error ')' is preceded with whitespace. 518
Error '}' should be on the same line. 519
Error '(' is followed by whitespace. 520
Error ')' is preceded with whitespace. 520
Error '{' should be on the previous line. 521
Error '(' is followed by whitespace. 522
Error '1000' is a magic number. 522
Error ')' is preceded with whitespace. 522
Error Line is longer than 80 characters. 525
Error Method 'initializePoolManager' is not designed for extension - needs to be abstract, final or empty. 533
Error '{' should be on the previous line. 534
Error '{' should be on the previous line. 536
Error Line is longer than 80 characters. 537
Error '(' is followed by whitespace. 537
Error ')' is preceded with whitespace. 537
Error '}' should be on the same line. 538
Error '(' is followed by whitespace. 539
Error ')' is preceded with whitespace. 539
Error '{' should be on the previous line. 540
Error '(' is followed by whitespace. 541
Error ')' is preceded with whitespace. 541
Error '(' is followed by whitespace. 542
Error ')' is preceded with whitespace. 542
Error Expected an @return tag. 553
Error Method 'obtainRoleManager' is not designed for extension - needs to be abstract, final or empty. 553
Error '{' should be on the previous line. 554
Error '(' is followed by whitespace. 558
Error '(' is followed by whitespace. 558
Error ')' is preceded with whitespace. 558
Error ')' is preceded with whitespace. 558
Error '{' should be on the previous line. 559
Error '(' is followed by whitespace. 560
Error ')' is preceded with whitespace. 560
Error '(' is followed by whitespace. 563
Error '(' is followed by whitespace. 563
Error ')' is preceded with whitespace. 563
Error '&&' should be on a new line. 563
Error '(' is followed by whitespace. 564
Error ')' is preceded with whitespace. 564
Error ')' is preceded with whitespace. 564
Error Line is longer than 80 characters. 570
Error '(' is followed by whitespace. 570
Error ')' is preceded with whitespace. 570
Error '(' is followed by whitespace. 572
Error ')' is preceded with whitespace. 572
Error '{' should be on the previous line. 573
Error '(' is followed by whitespace. 580
Error ')' is preceded with whitespace. 580
Error '(' is followed by whitespace. 584
Error ')' is preceded with whitespace. 584
Error ')' is preceded with whitespace. 584
Error Line is longer than 80 characters. 587
Error '(' is followed by whitespace. 587
Error ')' is preceded with whitespace. 587
Error '(' is followed by whitespace. 588
Error '(' is followed by whitespace. 588
Error ')' is preceded with whitespace. 588
Error ')' is preceded with whitespace. 588
Error '(' is followed by whitespace. 592
Error '(' is followed by whitespace. 592
Error ')' is preceded with whitespace. 592
Error ')' is preceded with whitespace. 592
Error '{' should be on the previous line. 593
Error 'cast' is not followed by whitespace. 594
Error '(' is followed by whitespace. 594
Error ')' is preceded with whitespace. 594
Error Line is longer than 80 characters. 595
Error '{' should be on the previous line. 597
Error Line is longer than 80 characters. 598
Error Line is longer than 80 characters. 599
Error 'cast' is not followed by whitespace. 599
Error '}' should be on the same line. 600
Error ')' is preceded with whitespace. 601
Error '{' should be on the previous line. 602
Error 'cast' is not followed by whitespace. 603
Error '}' should be on the same line. 605
Error '{' should be on the previous line. 607
Error '(' is followed by whitespace. 609
Error ')' is preceded with whitespace. 609
Error ')' is preceded with whitespace. 612
Error '(' is followed by whitespace. 613
Error ')' is preceded with whitespace. 613
Error '(' is followed by whitespace. 614
Error ')' is preceded with whitespace. 614
Error '(' is followed by whitespace. 616
Error ')' is preceded with whitespace. 616
Error Method 'initializeMetaInfoManager' is not designed for extension - needs to be abstract, final or empty. 620
Error Missing a Javadoc comment. 620
Error '{' should be on the previous line. 621
Error '{' should be on the previous line. 625
Error Line is longer than 80 characters. 626
Error '(' is followed by whitespace. 626
Error ')' is preceded with whitespace. 626
Error '}' should be on the same line. 628
Error '(' is followed by whitespace. 629
Error ')' is preceded with whitespace. 629
Error '{' should be on the previous line. 630
Error Must have at least one statement. 630
Error '(' is followed by whitespace. 637
Error ')' is preceded with whitespace. 637
Error '{' should be on the previous line. 638
Error '(' is followed by whitespace. 639
Error ')' is preceded with whitespace. 639
Error '{' should be on the previous line. 640
Error Line is longer than 80 characters. 641
Error '(' is followed by whitespace. 641
Error ')' is preceded with whitespace. 641
Error '}' should be on the same line. 645
Error '{' should be on the previous line. 647
Error Line is longer than 80 characters. 649
Error '(' is followed by whitespace. 649
Error ')' is preceded with whitespace. 649
Error '(' is followed by whitespace. 651
Error ')' is preceded with whitespace. 651
Error '{' should be on the previous line. 652
Error '(' is followed by whitespace. 654
Error ')' is preceded with whitespace. 654
Error Line is longer than 80 characters. 656
Error '(' is followed by whitespace. 656
Error ')' is preceded with whitespace. 656
Error ')' is preceded with whitespace. 656
Error Line is longer than 80 characters. 663
Error '(' is followed by whitespace. 664
Error ')' is preceded with whitespace. 664
Error '{' should be on the previous line. 665
Error Line is longer than 80 characters. 667
Error '(' is followed by whitespace. 667
Error '(' is followed by whitespace. 667
Error ')' is preceded with whitespace. 667
Error ')' is preceded with whitespace. 667
Error Line is longer than 80 characters. 668
Error '(' is followed by whitespace. 668
Error '(' is followed by whitespace. 668
Error ')' is preceded with whitespace. 668
Error ')' is preceded with whitespace. 668
Error '}' should be on the same line. 670
Error '{' should be on the previous line. 672
Error Line is longer than 80 characters. 674
Error '(' is followed by whitespace. 674
Error '(' is followed by whitespace. 674
Error ')' is preceded with whitespace. 674
Error ')' is preceded with whitespace. 674
Error Line is longer than 80 characters. 675
Error '(' is followed by whitespace. 675
Error '(' is followed by whitespace. 675
Error ')' is preceded with whitespace. 675
Error ')' is preceded with whitespace. 675
Error '(' is followed by whitespace. 680
Error ')' is preceded with whitespace. 680
Error First sentence should end with a period. 685
Error Method 'initializeDefaultSourceResolver' is not designed for extension - needs to be abstract, final or empty. 690
Error '{' should be on the previous line. 691
Error '(' is followed by whitespace. 695
Error ')' is preceded with whitespace. 695
Error '(' is followed by whitespace. 696
Error ')' is preceded with whitespace. 696
Error '(' is followed by whitespace. 698
Error ')' is preceded with whitespace. 698
Error '(' is followed by whitespace. 699
Error ')' is preceded with whitespace. 699
Error '(' is followed by whitespace. 701
Error ')' is preceded with whitespace. 701
Error '(' is followed by whitespace. 704
Error ')' is preceded with whitespace. 704
Error '(' is followed by whitespace. 705
Error ')' is preceded with whitespace. 705
Error '(' is followed by whitespace. 706
Error ')' is preceded with whitespace. 706
Error '(' is followed by whitespace. 707
Error ')' is preceded with whitespace. 707
Error Method 'initializeServiceManager' is not designed for extension - needs to be abstract, final or empty. 719
Error '{' should be on the previous line. 720
Error Line is longer than 80 characters. 721
Error '(' is followed by whitespace. 721
Error ')' is preceded with whitespace. 721
Error Line is longer than 80 characters. 722
Error '(' is followed by whitespace. 722
Error ')' is preceded with whitespace. 722
Error Line is longer than 80 characters. 725
Error '(' is followed by whitespace. 729
Error '(' is followed by whitespace. 729
Error ')' is preceded with whitespace. 729
Error ')' is preceded with whitespace. 729
Error '{' should be on the previous line. 730
Error '(' is followed by whitespace. 731
Error ')' is preceded with whitespace. 731
Error '(' is followed by whitespace. 734
Error '(' is followed by whitespace. 741
Error ')' is preceded with whitespace. 741
Error '(' is followed by whitespace. 742
Error ')' is preceded with whitespace. 742
Error '(' is followed by whitespace. 743
Error ')' is preceded with whitespace. 743
Error '(' is followed by whitespace. 744
Error ')' is preceded with whitespace. 744
Error '(' is followed by whitespace. 745
Error ')' is preceded with whitespace. 745
Error '(' is followed by whitespace. 746
Error ')' is preceded with whitespace. 746
Error '(' is followed by whitespace. 748
Error ')' is preceded with whitespace. 748
Error '{' should be on the previous line. 749
Error '(' is followed by whitespace. 750
Error ')' is preceded with whitespace. 750
Error '(' is followed by whitespace. 755
Error ')' is preceded with whitespace. 755
Error '(' is followed by whitespace. 756
Error ')' is preceded with whitespace. 756
Error Expected an @return tag. 766
Error Line is longer than 80 characters. 766
Error Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 766
Error '(' is followed by whitespace. 766
Error ')' is preceded with whitespace. 766
Error '{' should be on the previous line. 769
Error '(' is followed by whitespace. 770
Error ')' is preceded with whitespace. 770
Error '}' should be on the same line. 771
Error '(' is followed by whitespace. 772
Error ')' is preceded with whitespace. 772
Error '{' should be on the previous line. 773
Error Line is longer than 80 characters. 774
Error '(' is followed by whitespace. 774
Error Line is longer than 80 characters. 775
Error ')' is preceded with whitespace. 775
Error '{' should be on the previous line. 780
Error '(' is followed by whitespace. 781
Error ')' is preceded with whitespace. 781
Error '}' should be on the same line. 782
Error '(' is followed by whitespace. 783
Error ')' is preceded with whitespace. 783
Error '{' should be on the previous line. 784
Error Line is longer than 80 characters. 785
Error '(' is followed by whitespace. 785
Error ')' is preceded with whitespace. 785
Error '{' should be on the previous line. 791
Error '(' is followed by whitespace. 792
Error ')' is preceded with whitespace. 792
Error '(' is followed by whitespace. 793
Error ')' is preceded with whitespace. 793
Error '{' should be on the previous line. 794
Error '(' is followed by whitespace. 798
Error ')' is preceded with whitespace. 798
Error '}' should be on the same line. 799
Error '(' is followed by whitespace. 800
Error ')' is preceded with whitespace. 800
Error '{' should be on the previous line. 801
Error Line is longer than 80 characters. 802
Error '(' is followed by whitespace. 802
Error ')' is preceded with whitespace. 802
Error '}' should be on the same line. 805
Error '{' should be on the previous line. 807
Error '(' is followed by whitespace. 808
Error ')' is preceded with whitespace. 808
Error Method 'getContainerManagerContext' is not designed for extension - needs to be abstract, final or empty. 817
Error '{' should be on the previous line. 818
Error Method 'getChildContext' is not designed for extension - needs to be abstract, final or empty. 827
Error '{' should be on the previous line. 828
Error Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. 837
Error '{' should be on the previous line. 838
Error '(' is followed by whitespace. 839
Error ')' is preceded with whitespace. 839
Error '{' should be on the previous line. 840
Error '}' should be on the same line. 842
Error '{' should be on the previous line. 844
Error Method 'initializeLoggerManager' is not designed for extension - needs to be abstract, final or empty. 859
Error '{' should be on the previous line. 860
Error '{' should be on the previous line. 862
Error Line is longer than 80 characters. 863
Error Line is longer than 80 characters. 864
Error '(' is followed by whitespace. 864
Error ')' is preceded with whitespace. 864
Error '}' should be on the same line. 865
Error '(' is followed by whitespace. 866
Error ')' is preceded with whitespace. 866
Error '{' should be on the previous line. 867
Error '(' is followed by whitespace. 871
Error ')' is preceded with whitespace. 872
Error '(' is followed by whitespace. 874
Error ')' is preceded with whitespace. 874
Error '{' should be on the previous line. 875
Error Line is longer than 80 characters. 882
Error '(' is followed by whitespace. 882
Error ')' is preceded with whitespace. 882
Error Line is longer than 80 characters. 883
Error '(' is followed by whitespace. 883
Error ')' is preceded with whitespace. 883
Error Line is longer than 80 characters. 886
Error '(' is followed by whitespace. 886
Error ')' is preceded with whitespace. 886
Error '(' is followed by whitespace. 888
Error ')' is preceded with whitespace. 888
Error '(' is followed by whitespace. 889
Error ')' is preceded with whitespace. 889
Error '(' is followed by whitespace. 890
Error ')' is preceded with whitespace. 890
Error '(' is followed by whitespace. 891
Error ')' is preceded with whitespace. 891
Error Line is longer than 80 characters. 894
Error '(' is followed by whitespace. 897
Error ')' is preceded with whitespace. 897
Error '{' should be on the previous line. 898
Error Line is longer than 80 characters. 899
Error '(' is followed by whitespace. 899
Error ')' is preceded with whitespace. 899
Error '(' is followed by whitespace. 905
Error ')' is preceded with whitespace. 905
Error Method 'initializeThreadManager' is not designed for extension - needs to be abstract, final or empty. 908
Error Missing a Javadoc comment. 908
Error '{' should be on the previous line. 909
Error '{' should be on the previous line. 911
Error Line is longer than 80 characters. 912
Error 'cast' is not followed by whitespace. 912
Error '(' is followed by whitespace. 912
Error ')' is preceded with whitespace. 912
Error '}' should be on the same line. 913
Error 'catch' is not followed by whitespace. 914
Error '(' is followed by whitespace. 914
Error ')' is preceded with whitespace. 914
Error '{' should be on the previous line. 915
Error Line is longer than 80 characters. 917
Error '(' is followed by whitespace. 920
Error ')' is preceded with whitespace. 920
Error '(' is followed by whitespace. 924
Error ')' is preceded with whitespace. 924
Error Method 'initializeInstrumentManager' is not designed for extension - needs to be abstract, final or empty. 940
Error '{' should be on the previous line. 941
Error '{' should be on the previous line. 943
Error Line is longer than 80 characters. 944
Error Line is longer than 80 characters. 945
Error '(' is followed by whitespace. 945
Error ')' is preceded with whitespace. 945
Error '}' should be on the same line. 946
Error '(' is followed by whitespace. 947
Error ')' is preceded with whitespace. 947
Error '{' should be on the previous line. 948
Error Line is longer than 80 characters. 951
Error '(' is followed by whitespace. 951
Error ')' is preceded with whitespace. 952
Error '(' is followed by whitespace. 953
Error ')' is preceded with whitespace. 953
Error '{' should be on the previous line. 954
Error Line is longer than 80 characters. 961
Error '(' is followed by whitespace. 961
Error ')' is preceded with whitespace. 961
Error ')' is preceded with whitespace. 961
Error '(' is followed by whitespace. 966
Error ')' is preceded with whitespace. 966
Error '(' is followed by whitespace. 967
Error ')' is preceded with whitespace. 967
Error '(' is followed by whitespace. 970
Error ')' is preceded with whitespace. 970
Error Missing a Javadoc comment. 976
Error '{' should be on the previous line. 977
Error Missing a Javadoc comment. 978
Error '(' is followed by whitespace. 978
Error ')' is preceded with whitespace. 978
Error '{' should be on the previous line. 979
Error Missing a Javadoc comment. 983
Error '{' should be on the previous line. 984
Error Missing a Javadoc comment. 988
Error '(' is followed by whitespace. 988
Error ')' is preceded with whitespace. 988
Error '{' should be on the previous line. 989
Error '(' is followed by whitespace. 990
Error ')' is preceded with whitespace. 990
Error '(' is followed by whitespace. 991
Error ')' is preceded with whitespace. 991
Error 'if' construct must use '{}'s. 993
Error '(' is followed by whitespace. 993
Error ')' is preceded with whitespace. 993
Error 'if' construct must use '{}'s. 994
Error '(' is followed by whitespace. 994
Error ')' is preceded with whitespace. 994
Error Missing a Javadoc comment. 998
Error '(' is followed by whitespace. 998
Error ')' is preceded with whitespace. 998
Error '{' should be on the previous line. 999
Error 'if' construct must use '{}'s. 1002
Error '(' is followed by whitespace. 1002
Error ')' is preceded with whitespace. 1002
Error 'if' construct must use '{}'s. 1003
Error '(' is followed by whitespace. 1003
Error ')' is preceded with whitespace. 1003
Error 'if' construct must use '{}'s. 1004
Error '(' is followed by whitespace. 1004
Error ')' is preceded with whitespace. 1004
Error '3' is a magic number. 1004
Error Line is longer than 80 characters. 1011
Error '{' should be on the previous line. 1015
Error Missing a Javadoc comment. 1016
Error Name 'm_ealogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1016
Error Missing a Javadoc comment. 1018
Error '(' is followed by whitespace. 1018
Error Parameter parent should be final. 1018
Error Parameter logger should be final. 1018
Error ')' is preceded with whitespace. 1018
Error '{' should be on the previous line. 1019
Error '(' is followed by whitespace. 1020
Error ')' is preceded with whitespace. 1020
Error Missing a Javadoc comment. 1024
Error Parameter role should be final. 1024
Error '{' should be on the previous line. 1025
Error '(' is followed by whitespace. 1026
Error '(' is followed by whitespace. 1026
Error ')' is preceded with whitespace. 1026
Error ')' is preceded with whitespace. 1026
Error '{' should be on the previous line. 1027
Error Line is longer than 80 characters. 1028
Error '(' is followed by whitespace. 1032
Error ')' is preceded with whitespace. 1032
Error Missing a Javadoc comment. 1035
Error Parameter role should be final. 1035
Error '{' should be on the previous line. 1036
Error 'if' construct must use '{}'s. 1037
Error Line is longer than 80 characters. 1037
Error '(' is followed by whitespace. 1037
Error ')' is preceded with whitespace. 1037
Error ')' is preceded with whitespace. 1037
Error '(' is followed by whitespace. 1039
Error ')' is preceded with whitespace. 1039

org/apache/avalon/fortress/util/ContextManagerConstants.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. 28
Error '{' should be on the previous line. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Line is longer than 80 characters. 36
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 42

org/apache/avalon/fortress/util/FortressCommandFailureHandler.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 38
Error Line is longer than 80 characters. 40
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 46
Error Line is longer than 80 characters. 48
Error Method 'handleCommandFailure' is not designed for extension - needs to be abstract, final or empty. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error 'cast' is not followed by whitespace. 52
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 58
Error '}' should be on the same line. 60
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65

org/apache/avalon/fortress/util/FortressConfig.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error '{' should be on the previous line. 40
Error Missing a Javadoc comment. 41
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Line is longer than 80 characters. 48
Error '{' should be on the previous line. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Expected an @return tag. 75
Error Redundant 'final' modifier. 75
Error '{' should be on the previous line. 76
Error Line is longer than 80 characters. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Expected an @return tag. 83
Error Line is longer than 80 characters. 83
Error Redundant 'final' modifier. 83
Error '(' is followed by whitespace. 83
Error Expected @param tag for 'classLoader'. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 90
Error Line is longer than 80 characters. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 92
Error '}' should be on the same line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error Must have at least one statement. 95
Error '(' is followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line is longer than 80 characters. 102
Error '(' is followed by whitespace. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line is longer than 80 characters. 103
Error '(' is followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error '1000' is a magic number. 103
Error ')' is preceded with whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line is longer than 80 characters. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line is longer than 80 characters. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Expected an @return tag. 119
Error '{' should be on the previous line. 120
Error Missing a Javadoc comment. 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 ')' is preceded with whitespace. 127
Error Missing a Javadoc comment. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error Line is longer than 80 characters. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line is longer than 80 characters. 135
Error Missing a Javadoc comment. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Missing a Javadoc comment. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 142
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 '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error ')' is preceded with whitespace. 153
Error Missing a Javadoc comment. 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 Line is longer than 80 characters. 166
Error Line is longer than 80 characters. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Expected @throws tag for 'ClassNotFoundException'. 169
Error '{' should be on the previous line. 170
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 '}' should be on the same line. 175
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '{' should be on the previous line. 177
Error Line is longer than 80 characters. 181
Error '(' is followed by whitespace. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error ')' is preceded with whitespace. 181
Error Line is longer than 80 characters. 191
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error Line is longer than 80 characters. 194
Error ')' is preceded with whitespace. 194
Error Missing a Javadoc comment. 197
Error '(' is followed by whitespace. 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 '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error Missing a Javadoc comment. 203
Error '(' is followed by whitespace. 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 Missing a Javadoc comment. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 209
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Missing a Javadoc comment. 213
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '{' should be on the previous line. 214
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error Missing a Javadoc comment. 218
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '{' should be on the previous line. 219
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 Missing a Javadoc comment. 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 Missing a Javadoc comment. 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 Missing a Javadoc comment. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
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 Line is longer than 80 characters. 237
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error Missing a Javadoc comment. 240
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 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 Missing a Javadoc comment. 246
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error '{' should be on the previous line. 247
Error Line is longer than 80 characters. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error Missing a Javadoc comment. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error '{' should be on the previous line. 252
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error Line is longer than 80 characters. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error Line is longer than 80 characters. 255
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error Missing a Javadoc comment. 258
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error Line is longer than 80 characters. 260
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Line is longer than 80 characters. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error Missing a Javadoc comment. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '{' should be on the previous line. 265
Error Line is longer than 80 characters. 266
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error Missing a Javadoc comment. 269
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error '{' should be on the previous line. 270
Error Line is longer than 80 characters. 271
Error '(' is followed by whitespace. 271
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error ')' is preceded with whitespace. 271
Error Missing a Javadoc comment. 274
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error '{' should be on the previous line. 275
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error Line is longer than 80 characters. 279
Error Missing a Javadoc comment. 279
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error Line is longer than 80 characters. 281
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error Missing a Javadoc comment. 284
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '{' should be on the previous line. 285
Error Line is longer than 80 characters. 286
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error Line is longer than 80 characters. 287
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error Missing a Javadoc comment. 290
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error '{' should be on the previous line. 292
Error '{' should be on the previous line. 295
Error Line is longer than 80 characters. 296
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error '}' should be on the same line. 297
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error '{' should be on the previous line. 299
Error '(' is followed by whitespace. 303
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error ')' is preceded with whitespace. 303
Error Missing a Javadoc comment. 306
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '{' should be on the previous line. 307
Error '(' is followed by whitespace. 308
Error ')' is preceded with whitespace. 308
Error Missing a Javadoc comment. 311
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error '{' should be on the previous line. 312
Error Line is longer than 80 characters. 313
Error '(' is followed by whitespace. 313
Error ')' is preceded with whitespace. 313
Error Missing a Javadoc comment. 316
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error '{' should be on the previous line. 317
Error Line is longer than 80 characters. 318
Error '(' is followed by whitespace. 318
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error ')' is preceded with whitespace. 318
Error Missing a Javadoc comment. 321
Error '(' is followed by whitespace. 321
Error ')' is preceded with whitespace. 321
Error '{' should be on the previous line. 322
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error Missing a Javadoc comment. 326
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error '{' should be on the previous line. 327
Error '(' is followed by whitespace. 328
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error ')' is preceded with whitespace. 328
Error Missing a Javadoc comment. 331
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error '{' should be on the previous line. 332
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 333

org/apache/avalon/fortress/util/LifecycleExtensionManager.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. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 57
Error Name 'm_accessorExtensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error Missing a Javadoc comment. 58
Error Name 'm_creatorExtensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Missing a Javadoc comment. 59
Error Name 'm_readOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error '{' should be on the previous line. 65
Error Expected an @return tag. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Line is longer than 80 characters. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 91
Error Line is longer than 80 characters. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line is longer than 80 characters. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 105
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line is longer than 80 characters. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 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. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '{' should be on the previous line. 133
Error Line is longer than 80 characters. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line is longer than 80 characters. 143
Error Line is longer than 80 characters. 144
Error Line is longer than 80 characters. 146
Error Line is longer than 80 characters. 147
Error First sentence should end with a period. 153
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. 161
Error ')' is preceded with whitespace. 161
Error First sentence should end with a period. 164
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. 172
Error ')' is preceded with whitespace. 172
Error First sentence should end with a period. 175
Error Line is longer than 80 characters. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error First sentence should end with a period. 187
Error Line is longer than 80 characters. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error First sentence should end with a period. 199
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. 208
Error ')' is preceded with whitespace. 208
Error First sentence should end with a period. 211
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '{' should be on the previous line. 218
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '{' should be on the previous line. 229
Error '{' should be on the previous line. 239
Error First sentence should end with a period. 243
Error Line is longer than 80 characters. 244
Error '{' should be on the previous line. 249
Error First sentence should end with a period. 253
Error Line is longer than 80 characters. 254
Error '{' should be on the previous line. 259
Error First sentence should end with a period. 263
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error '{' should be on the previous line. 270
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error First sentence should end with a period. 274
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '{' should be on the previous line. 281
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error First sentence should end with a period. 285
Error '{' should be on the previous line. 289
Error First sentence should end with a period. 294
Error '{' should be on the previous line. 298
Error Missing a Javadoc comment. 304
Error Missing a Javadoc comment. 305
Error Missing a Javadoc comment. 306
Error Missing a Javadoc comment. 307
Error '(' is followed by whitespace. 320
Error Expected @param tag for 'extensions'. 320
Error ')' is preceded with whitespace. 323
Error '{' should be on the previous line. 325
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error '{' should be on the previous line. 327
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error '{' should be on the previous line. 330
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error '(' is followed by whitespace. 336
Error ')' is preceded with whitespace. 336
Error '{' should be on the previous line. 337
Error '(' is followed by whitespace. 338
Error ')' is preceded with whitespace. 338
Error '(' is followed by whitespace. 338
Error ')' is preceded with whitespace. 338
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error '{' should be on the previous line. 344
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error '{' should be on the previous line. 351
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 352
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 352
Error '(' is followed by whitespace. 357
Error ')' is preceded with whitespace. 357
Error '{' should be on the previous line. 358
Error '(' is followed by whitespace. 361
Error ')' is preceded with whitespace. 361
Error Redundant 'final' modifier. 372
Error Redundant throws: 'IllegalStateException' is unchecked exception. 373
Error '{' should be on the previous line. 374
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. 378
Error '(' is followed by whitespace. 379
Error ')' is preceded with whitespace. 379
Error '{' should be on the previous line. 410
Error Missing a Javadoc comment. 412
Error Name 'EMPTY_ARRAY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 412
Error Line is longer than 80 characters. 415
Error Missing a Javadoc comment. 415
Error Name 'm_proxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 415
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error Missing a Javadoc comment. 418
Error Name 'm_cache' must match pattern '^[a-z][a-zA-Z0-9]*$'. 418
Error '(' is followed by whitespace. 423
Error Expected @param tag for 'original'. 423
Error ')' is preceded with whitespace. 423
Error '{' should be on the previous line. 424
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error First sentence should end with a period. 430
Error '(' is followed by whitespace. 435
Error ')' is preceded with whitespace. 435
Error '{' should be on the previous line. 436
Error '(' is followed by whitespace. 437
Error ')' is preceded with whitespace. 437
Error First sentence should end with a period. 441
Error '(' is followed by whitespace. 447
Error ')' is preceded with whitespace. 447
Error '{' should be on the previous line. 448
Error '(' is followed by whitespace. 449
Error ')' is preceded with whitespace. 449
Error First sentence should end with a period. 453
Error '(' is followed by whitespace. 459
Error ')' is preceded with whitespace. 459
Error '{' should be on the previous line. 460
Error '(' is followed by whitespace. 461
Error ')' is preceded with whitespace. 461
Error '{' should be on the previous line. 472
Error '(' is followed by whitespace. 474
Error ')' is preceded with whitespace. 474
Error First sentence should end with a period. 477
Error '{' should be on the previous line. 483
Error First sentence should end with a period. 487
Error '(' is followed by whitespace. 493
Error ')' is preceded with whitespace. 493
Error '{' should be on the previous line. 494
Error '(' is followed by whitespace. 495
Error ')' is preceded with whitespace. 495
Error First sentence should end with a period. 498
Error '(' is followed by whitespace. 504
Error ')' is preceded with whitespace. 504
Error '{' should be on the previous line. 505
Error '(' is followed by whitespace. 506
Error ')' is preceded with whitespace. 506
Error First sentence should end with a period. 509
Error '{' should be on the previous line. 513
Error '{' should be on the previous line. 526
Error '{' should be on the previous line. 535
Error Missing a Javadoc comment. 536
Error Name 'm_base' must match pattern '^[a-z][a-zA-Z0-9]*$'. 536
Error Missing a Javadoc comment. 538
Error '(' is followed by whitespace. 538
Error ')' is preceded with whitespace. 538
Error '{' should be on the previous line. 539
Error 'if' construct must use '{}'s. 540
Error Line is longer than 80 characters. 540
Error '(' is followed by whitespace. 540
Error ')' is preceded with whitespace. 540
Error '(' is followed by whitespace. 540
Error ')' is preceded with whitespace. 540
Error Missing a Javadoc comment. 544
Error '{' should be on the previous line. 545
Error Missing a Javadoc comment. 549
Error '{' should be on the previous line. 550
Error Missing a Javadoc comment. 554
Error '{' should be on the previous line. 555
Error '(' is followed by whitespace. 556
Error ')' is preceded with whitespace. 556

org/apache/avalon/fortress/util/OverridableContext.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 '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 50
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '}' should be on the same line. 52
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55

org/apache/avalon/fortress/util/ReflectiveConfigurator.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 Line contains a tab character. 38
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line has trailing spaces. 41
Error Line contains a tab character. 41
Error Missing a Javadoc comment. 41
Error Parameter component should be final. 41
Error Parameter context should be final. 41
Error Line has trailing spaces. 42
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Line has trailing spaces. 45
Error '(' is followed by whitespace. 46
Error Line has trailing spaces. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error Line is longer than 80 characters. 49
Error Line has trailing spaces. 50
Error '(' is followed by whitespace. 50
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line has trailing spaces. 54
Error 'for' is not followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error Line has trailing spaces. 56
Error '{' should be on the previous line. 57
Error Line is longer than 80 characters. 58
Error '(' is followed by whitespace. 58
Error Line has trailing spaces. 59
Error '}' should be on the same line. 59
Error Line has trailing spaces. 60
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 62
Error Line is longer than 80 characters. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 71
Error Line has trailing spaces. 72

org/apache/avalon/fortress/util/Service.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Using the '.*' form of import should be avoided - java.util.*. 25
Error Line is longer than 80 characters. 31
Error '{' should be on the previous line. 41
Error Missing a Javadoc comment. 42
Error 'static' modifier out of order with the JLS suggestions. 42
Error '{' should be on the previous line. 48
Error Line is longer than 80 characters. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '}' should be on the same line. 50
Error '{' should be on the previous line. 52
Error Must have at least one statement. 52
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Name 'providers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 60
Error First sentence should end with a period. 62
Error '{' should be on the previous line. 66
Error Line is longer than 80 characters. 77
Error '(' is followed by whitespace. 77
Error Parameter loader should be final. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '}' should be on the same line. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error ')' is preceded with whitespace. 134
Error '}' should be on the same line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error Must have at least one statement. 138
Error '}' should be on the same line. 144
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error Must have at least one statement. 146
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Line is longer than 80 characters. 175
Error '(' is followed by whitespace. 177
Error Parameter clazz should be final. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '{' should be on the previous line. 182
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183