Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
62004016

Files

FilesIWE
org/apache/avalon/excalibur/component/AbstractDualLogEnabled.java 0030
org/apache/avalon/excalibur/component/AbstractDualLogEnabledInstrumentable.java 0066
org/apache/avalon/excalibur/component/ComponentHandler.java 00277
org/apache/avalon/excalibur/component/ComponentProxyGenerator.java 00114
org/apache/avalon/excalibur/component/DefaultComponentFactory.java 00284
org/apache/avalon/excalibur/component/DefaultComponentHandler.java 0099
org/apache/avalon/excalibur/component/DefaultComponentManager.java 0016
org/apache/avalon/excalibur/component/DefaultComponentPool.java 0033
org/apache/avalon/excalibur/component/DefaultComponentPoolController.java 0026
org/apache/avalon/excalibur/component/DefaultComponentSelector.java 0016
org/apache/avalon/excalibur/component/DefaultRoleManager.java 00159
org/apache/avalon/excalibur/component/ExcaliburComponentManager.java 00722
org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.java 00274
org/apache/avalon/excalibur/component/ExcaliburComponentSelector.java 00537
org/apache/avalon/excalibur/component/Logger2LogKitManager.java 0066
org/apache/avalon/excalibur/component/LogkitLoggerManager.java 0055
org/apache/avalon/excalibur/component/PoolableComponentHandler.java 00143
org/apache/avalon/excalibur/component/RoleManageable.java 0010
org/apache/avalon/excalibur/component/RoleManager.java 0020
org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.java 00145
org/apache/avalon/excalibur/component/servlet/AbstractComponentManagerServlet.java 00210
org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxy.java 0020
org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxyLatch.java 00155
org/apache/avalon/excalibur/component/servlet/AbstractServiceManagerServlet.java 00198
org/apache/avalon/excalibur/component/servlet/ComponentManagerReferenceProxy.java 0039
org/apache/avalon/excalibur/component/servlet/ExcaliburComponentManagerServlet.java 00195
org/apache/avalon/excalibur/component/servlet/InstrumentManagerReferenceProxy.java 0030
org/apache/avalon/excalibur/component/servlet/LoggerManagerReferenceProxy.java 0030
org/apache/avalon/excalibur/component/servlet/ReferenceProxy.java 007
org/apache/avalon/excalibur/component/servlet/ServiceManagerReferenceProxy.java 0040

org/apache/avalon/excalibur/component/AbstractDualLogEnabled.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 Missing a Javadoc comment. 37
Error Name 'm_logkitLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Method 'setLogger' 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 logger should be final. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '(' is followed by whitespace. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error ')' is preceded with whitespace. 44
Error Missing a Javadoc comment. 48
Error '{' should be on the previous line. 49
Error 'if' is not followed by whitespace. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error Line is longer than 80 characters. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52

org/apache/avalon/excalibur/component/AbstractDualLogEnabledInstrumentable.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_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Name 'm_instrumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Name 'm_childList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Line is longer than 80 characters. 49
Error Name 'm_registered' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error '{' should be on the previous line. 59
Error Method 'addInstrument' is not designed for extension - needs to be abstract, final or empty. 75
Error '(' is followed by whitespace. 75
Error Parameter instrument should be final. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error 'if' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Method 'addChildInstrumentable' is not designed for extension - needs to be abstract, final or empty. 95
Error '(' is followed by whitespace. 95
Error Parameter child should be final. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error 'if' is not followed by whitespace. 97
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. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 131
Error Parameter name should be final. 131
Error ')' is preceded with whitespace. 131
Error '{' should be on the previous line. 132
Error '{' should be on the previous line. 146
Error 'if' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error '}' should be on the same line. 151
Error '{' should be on the previous line. 153
Error Line is longer than 80 characters. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 172
Error 'if' is not followed by whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error '}' should be on the same line. 177
Error '{' should be on the previous line. 179
Error Line is longer than 80 characters. 180
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181

org/apache/avalon/excalibur/component/ComponentHandler.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. 48
Error Missing a Javadoc comment. 49
Error Name 'm_referenceSemaphore' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 50
Error Name 'm_references' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Name 'm_referencesInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Name 'm_getsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error Name 'm_putsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Line is longer than 80 characters. 81
Error Expected an @return tag. 84
Error Line is longer than 80 characters. 84
Error '(' is followed by whitespace. 84
Error Line is longer than 80 characters. 85
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 88
Error Line is longer than 80 characters. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 99
Error Expected an @return tag. 122
Error Line is longer than 80 characters. 122
Error More than 7 parameters. 122
Error '(' is followed by whitespace. 122
Error Line is longer than 80 characters. 123
Error Line is longer than 80 characters. 124
Error Line is longer than 80 characters. 126
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 128
Error Line is longer than 80 characters. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 131
Error Line is longer than 80 characters. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error 'if' is not followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error 'if' construct must use '{}'s. 145
Error 'if' is not followed by whitespace. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error Line is longer than 80 characters. 146
Error '(' is followed by whitespace. 146
Error '+' should be on a new line. 146
Error '+' should be on a new line. 147
Error ')' is preceded with whitespace. 148
Error 'if' construct must use '{}'s. 151
Error 'if' is not followed by whitespace. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error 'cast' is not followed by whitespace. 152
Error '}' should be on the same line. 153
Error 'catch' is not followed by whitespace. 154
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. 156
Error '(' is followed by whitespace. 156
Error '+' should be on a new line. 156
Error '+' should be on a new line. 157
Error ')' is preceded with whitespace. 158
Error '}' should be on the same line. 159
Error 'catch' is not followed by whitespace. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error Line is longer than 80 characters. 162
Error '(' is followed by whitespace. 162
Error '+' should be on a new line. 162
Error '+' should be on a new line. 163
Error ')' is preceded with whitespace. 164
Error '}' should be on the same line. 165
Error 'catch' is not followed by whitespace. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error '}' should be on the same line. 170
Error 'catch' is not followed by whitespace. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error Line is longer than 80 characters. 174
Error '(' is followed by whitespace. 174
Error '+' should be on a new line. 174
Error '+' should be on a new line. 175
Error ')' is preceded with whitespace. 176
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 187
Error Line is longer than 80 characters. 206
Error Expected an @return tag. 209
Error '(' is followed by whitespace. 209
Error Line is longer than 80 characters. 210
Error Line is longer than 80 characters. 211
Error Line is longer than 80 characters. 212
Error Line is longer than 80 characters. 214
Error Line is longer than 80 characters. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 217
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 226
Error Expected an @return tag. 248
Error More than 7 parameters. 248
Error '(' is followed by whitespace. 248
Error Line is longer than 80 characters. 249
Error Line is longer than 80 characters. 250
Error Line is longer than 80 characters. 251
Error Line is longer than 80 characters. 253
Error Line is longer than 80 characters. 254
Error Line is longer than 80 characters. 255
Error Line is longer than 80 characters. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 258
Error 'if' is not followed by whitespace. 261
Error '(' is followed by whitespace. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error ')' is preceded with whitespace. 261
Error '{' should be on the previous line. 262
Error 'if' is not followed by whitespace. 266
Error '(' is followed by whitespace. 266
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error ')' is preceded with whitespace. 266
Error '{' should be on the previous line. 267
Error 'if' is not followed by whitespace. 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 '{' should be on the previous line. 272
Error 'if' is not followed by whitespace. 276
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error '{' should be on the previous line. 277
Error Line is longer than 80 characters. 278
Error '(' is followed by whitespace. 278
Error Line is longer than 80 characters. 279
Error ')' is preceded with whitespace. 280
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 293
Error 'if' is not followed by whitespace. 296
Error '(' is followed by whitespace. 296
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error ')' is preceded with whitespace. 296
Error '{' should be on the previous line. 297
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error '}' should be on the same line. 299
Error 'if' is not followed by whitespace. 300
Error '(' is followed by whitespace. 300
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error ')' is preceded with whitespace. 300
Error '{' should be on the previous line. 301
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '}' should be on the same line. 303
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. 311
Error ')' is preceded with whitespace. 311
Error Missing a Javadoc comment. 316
Error ')' is preceded with whitespace. 317
Error '{' should be on the previous line. 319
Error Line is longer than 80 characters. 322
Error 'if' is not followed by whitespace. 322
Error '(' is followed by whitespace. 322
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error ')' is preceded with whitespace. 322
Error 'if' is not followed by whitespace. 327
Error '(' is followed by whitespace. 327
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error ')' is preceded with whitespace. 327
Error 'if' is not followed by whitespace. 332
Error '(' is followed by whitespace. 332
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error ')' is preceded with whitespace. 332
Error '{' should be on the previous line. 333
Error 'if' is not followed by whitespace. 337
Error '(' is followed by whitespace. 337
Error ')' is preceded with whitespace. 337
Error '{' should be on the previous line. 338
Error Line is longer than 80 characters. 339
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error Line is longer than 80 characters. 342
Error '(' is followed by whitespace. 342
Error ')' is preceded with whitespace. 342
Error Line has trailing spaces. 343
Error Line is longer than 80 characters. 345
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error Line has trailing spaces. 346
Error '{' should be on the previous line. 357
Error Line is longer than 80 characters. 359
Error '(' is followed by whitespace. 359
Error ')' is preceded with whitespace. 359
Error Line is longer than 80 characters. 360
Error '(' is followed by whitespace. 360
Error Inner assignments should be avoided. 360
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error ')' is preceded with whitespace. 360
Error '(' is followed by whitespace. 361
Error Inner assignments should be avoided. 361
Error '(' is followed by whitespace. 361
Error ')' is preceded with whitespace. 361
Error ')' is preceded with whitespace. 361
Error '(' is followed by whitespace. 362
Error Inner assignments should be avoided. 362
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error ')' is preceded with whitespace. 362
Error Line is longer than 80 characters. 371
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 379
Error '{' should be on the previous line. 380
Error 'synchronized' is not followed by whitespace. 383
Error '(' is followed by whitespace. 383
Error ')' is preceded with whitespace. 383
Error '{' should be on the previous line. 384
Error '(' is followed by whitespace. 390
Error ')' is preceded with whitespace. 390
Error Line is longer than 80 characters. 398
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 406
Error '(' is followed by whitespace. 406
Error Parameter component should be final. 406
Error ')' is preceded with whitespace. 406
Error '{' should be on the previous line. 407
Error Line is longer than 80 characters. 409
Error Line is longer than 80 characters. 410
Error Line is longer than 80 characters. 411
Error Line is longer than 80 characters. 412
Error Line is longer than 80 characters. 413
Error 'synchronized' is not followed by whitespace. 415
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error '{' should be on the previous line. 416
Error '(' is followed by whitespace. 421
Error ')' is preceded with whitespace. 421
Error '{' should be on the previous line. 424
Error '(' is followed by whitespace. 425
Error ')' is preceded with whitespace. 425
Error '}' should be on the same line. 426
Error 'catch' is not followed by whitespace. 427
Error '(' is followed by whitespace. 427
Error ')' is preceded with whitespace. 427
Error '{' should be on the previous line. 428
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 439
Error '{' should be on the previous line. 440
Error '(' is followed by whitespace. 442
Error ')' is preceded with whitespace. 442
Error Method 'doPut' is not designed for extension - needs to be abstract, final or empty. 451
Error '(' is followed by whitespace. 451
Error Parameter component should be final. 451
Error ')' is preceded with whitespace. 451
Error '{' should be on the previous line. 452
Error '(' is followed by whitespace. 454
Error ')' is preceded with whitespace. 454
Error '{' should be on the previous line. 466
Error '(' is followed by whitespace. 467
Error ')' is preceded with whitespace. 467

org/apache/avalon/excalibur/component/ComponentProxyGenerator.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 Missing a Javadoc comment. 38
Error Name 'm_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
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. 54
Error Expected @param tag for 'parentClassLoader'. 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 a new line. 56
Error Avoid inline conditionals. 56
Error '(' is followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '?' should be on a new line. 57
Error Avoid inline conditionals. 57
Error ')' is preceded with whitespace. 59
Error Expected an @return tag. 67
Error '(' is followed by whitespace. 67
Error Parameter role should be final. 67
Error Expected @param tag for 'role'. 67
Error Parameter service should be final. 67
Error Expected @param tag for 'service'. 67
Error ')' is preceded with whitespace. 67
Error Expected @throws tag for 'Exception'. 67
Error '{' should be on the previous line. 68
Error 'if' is not followed by whitespace. 70
Error '(' is followed by whitespace. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error 'cast' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error Line is longer than 80 characters. 78
Error Line is longer than 80 characters. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error ')' is preceded with whitespace. 79
Error Expected an @return tag. 87
Error '(' is followed by whitespace. 87
Error Parameter service should be final. 87
Error Expected @param tag for 'service'. 87
Error ')' is preceded with whitespace. 87
Error Expected @throws tag for 'Exception'. 87
Error '{' should be on the previous line. 88
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 '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error 'cast' is not followed by whitespace. 96
Error '(' is followed by whitespace. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line is longer than 80 characters. 101
Error Missing a Javadoc comment. 101
Error '(' is followed by whitespace. 101
Error Parameter clazz should be final. 101
Error Parameter interfaces should be final. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 104
Error 'for' is not followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error First sentence should end with a period. 118
Error 'static' modifier out of order with the JLS suggestions. 121
Error '{' should be on the previous line. 123
Error Missing a Javadoc comment. 124
Error Name 'm_delagate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 124
Error Missing a Javadoc comment. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error 'if' is not followed by whitespace. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Missing a Javadoc comment. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 140
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '}' should be on the same line. 144
Error 'catch' is not followed by whitespace. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146

org/apache/avalon/excalibur/component/DefaultComponentFactory.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. 57
Error Name 'm_componentClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error First sentence should end with a period. 64
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error First sentence should end with a period. 74
Error Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
Error Line has trailing spaces. 78
Error Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error First sentence should end with a period. 84
Error Name 'm_roles' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
Error First sentence should end with a period. 89
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Error Line is longer than 80 characters. 99
Error Name 'm_componentProxies' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
Error Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 105
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
Error Missing a Javadoc comment. 112
Error Name 'm_proxyGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
Error Missing a Javadoc comment. 113
Error Name 'm_role' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Error Line is longer than 80 characters. 123
Error Line is longer than 80 characters. 124
Error Line is longer than 80 characters. 125
Error Line is longer than 80 characters. 126
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 129
Error '(' is followed by whitespace. 132
Error Expected @param tag for 'role'. 132
Error Expected @param tag for 'loggerManager'. 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. 148
Error Line is longer than 80 characters. 154
Error Line is longer than 80 characters. 155
Error Line is longer than 80 characters. 156
Error Line is longer than 80 characters. 157
Error Line is longer than 80 characters. 160
Error More than 7 parameters. 165
Error '(' is followed by whitespace. 165
Error Expected @param tag for 'role'. 165
Error Expected @param tag for 'loggerManager'. 171
Error ')' is preceded with whitespace. 173
Error '{' should be on the previous line. 175
Error Line is longer than 80 characters. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. 192
Error Missing a Javadoc comment. 192
Error '{' should be on the previous line. 194
Error 'if' is not followed by whitespace. 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 '+' should be on a new line. 199
Error ')' is preceded with whitespace. 200
Error 'if' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error 'if' is not followed by whitespace. 205
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '{' should be on the previous line. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '}' should be on the same line. 208
Error '{' should be on the previous line. 210
Error Line is longer than 80 characters. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error 'if' is not followed by whitespace. 212
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error Line is longer than 80 characters. 214
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '}' should be on the same line. 216
Error '{' should be on the previous line. 218
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 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 '}' should be on the same line. 223
Error 'if' is not followed by whitespace. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error 'if' is not followed by whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error '(' is followed by whitespace. 229
Error 'cast' is not followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '}' should be on the same line. 230
Error '{' should be on the previous line. 232
Error Line is longer than 80 characters. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error 'if' is not followed by whitespace. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '{' should be on the previous line. 235
Error Line is longer than 80 characters. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '(' is followed by whitespace. 237
Error 'cast' is not followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '}' should be on the same line. 238
Error '{' should be on the previous line. 240
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error Line is longer than 80 characters. 242
Error '(' is followed by whitespace. 242
Error 'cast' is not followed by whitespace. 242
Error ')' is preceded with whitespace. 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 'if' is not followed by whitespace. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error '{' should be on the previous line. 249
Error 'cast' is not followed by whitespace. 250
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error Line is longer than 80 characters. 254
Error 'if' is not followed by whitespace. 254
Error '(' is followed by whitespace. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error ')' is preceded with whitespace. 254
Error Line is longer than 80 characters. 256
Error '(' is followed by whitespace. 256
Error 'cast' is not followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error 'if' is not followed by whitespace. 259
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error '{' should be on the previous line. 260
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error 'if' is not followed by whitespace. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '{' should be on the previous line. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error 'if' is not followed by whitespace. 269
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 'if' is not followed by whitespace. 275
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. 277
Error 'cast' is not followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error 'if' is not followed by whitespace. 280
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 'cast' is not followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '}' should be on the same line. 283
Error 'if' is not 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 Line is longer than 80 characters. 286
Error '(' is followed by whitespace. 286
Error 'cast' is not followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error '(' is followed by whitespace. 289
Error ')' is preceded with whitespace. 289
Error 'if' is not followed by whitespace. 291
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error '{' should be on the previous line. 292
Error Line is longer than 80 characters. 293
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error Line is longer than 80 characters. 299
Error 'if' is not followed by whitespace. 300
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error '{' should be on the previous line. 301
Error 'if' is not followed by whitespace. 303
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error '{' should be on the previous line. 304
Error 'cast' is not followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error Line is longer than 80 characters. 311
Error Line is longer than 80 characters. 312
Error Line is longer than 80 characters. 313
Error 'if' is not followed by whitespace. 319
Error '(' is followed by whitespace. 319
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error ')' is preceded with whitespace. 319
Error '{' should be on the previous line. 320
Error Line is longer than 80 characters. 321
Error '(' is followed by whitespace. 321
Error ')' is preceded with whitespace. 321
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error '}' should be on the same line. 323
Error '{' should be on the previous line. 325
Error 'cast' is not followed by whitespace. 326
Error Method 'getCreatedClass' is not designed for extension - needs to be abstract, final or empty. 332
Error Missing a Javadoc comment. 332
Error '{' should be on the previous line. 333
Error Method 'decommission' is not designed for extension - needs to be abstract, final or empty. 337
Error Missing a Javadoc comment. 337
Error '(' is followed by whitespace. 337
Error ')' is preceded with whitespace. 337
Error '{' should be on the previous line. 339
Error 'if' is not followed by whitespace. 340
Error '(' is followed by whitespace. 340
Error ')' is preceded with whitespace. 340
Error '{' should be on the previous line. 341
Error '(' is followed by whitespace. 342
Error '+' should be on a new line. 342
Error ')' is preceded with whitespace. 343
Error Line is longer than 80 characters. 346
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error '(' is followed by whitespace. 349
Error ')' is preceded with whitespace. 349
Error '{' should be on the previous line. 350
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error '(' is followed by whitespace. 356
Error ')' is preceded with whitespace. 356
Error Line is longer than 80 characters. 360
Error Line is longer than 80 characters. 362
Error Line is longer than 80 characters. 368
Error Line is longer than 80 characters. 370
Error Missing a Javadoc comment. 378
Error '{' should be on the previous line. 379

org/apache/avalon/excalibur/component/DefaultComponentHandler.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. 37
Error First sentence should end with a period. 38
Error Line is longer than 80 characters. 38
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error First sentence should end with a period. 41
Error Line is longer than 80 characters. 41
Error Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error First sentence should end with a period. 44
Error Line is longer than 80 characters. 44
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error '(' is followed by whitespace. 63
Error Expected @param tag for 'role'. 63
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 71
Error Line is longer than 80 characters. 73
Error ')' is preceded with whitespace. 73
Error ')' is preceded with whitespace. 74
Error Line is longer than 80 characters. 81
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 90
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 97
Error '{' should be on the previous line. 98
Error 'if' is not followed by whitespace. 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. 103
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error 'if' is not followed by whitespace. 106
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. 109
Error First sentence should end with a period. 114
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 122
Error '{' should be on the previous line. 124
Error 'if' is not followed by whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error ')' is preceded with whitespace. 128
Error 'if' is not followed by whitespace. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '{' should be on the previous line. 132
Error Line is longer than 80 characters. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error 'cast' is not followed by whitespace. 136
Error First sentence should end with a period. 139
Error Method 'doPut' is not designed for extension - needs to be abstract, final or empty. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error 'if' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '}' should be on the same line. 155
Error 'catch' is not followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error 'if' is not followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 161
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 169
Error '{' should be on the previous line. 170
Error '{' should be on the previous line. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '}' should be on the same line. 174
Error 'catch' is not followed by whitespace. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error 'if' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 180

org/apache/avalon/excalibur/component/DefaultComponentManager.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 Missing a Javadoc comment. 30
Error '{' should be on the previous line. 31
Error First sentence should end with a period. 35
Error '(' is followed by whitespace. 36
Error Expected @param tag for 'loader'. 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

org/apache/avalon/excalibur/component/DefaultComponentPool.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 36
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 46
Error Parameter factory should be final. 46
Error Expected @param tag for 'factory'. 46
Error ')' is preceded with whitespace. 46
Error Expected @throws tag for 'Exception'. 46
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 48
Error '4' is a magic number. 50
Error ')' is preceded with whitespace. 50
Error '4' is a magic number. 51
Error ')' is preceded with whitespace. 52
Error '(' is followed by whitespace. 59
Error Parameter factory should be final. 59
Error Expected @param tag for 'factory'. 59
Error Parameter controller should be final. 60
Error Expected @param tag for 'controller'. 60
Error Parameter minimumPoolSize should be final. 61
Error Expected @param tag for 'minimumPoolSize'. 61
Error Parameter maximumPoolSIze should be final. 62
Error Expected @param tag for 'maximumPoolSIze'. 62
Error ')' is preceded with whitespace. 62
Error Expected @throws tag for 'Exception'. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65

org/apache/avalon/excalibur/component/DefaultComponentPoolController.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. 30
Error '{' should be on the previous line. 34
Error First sentence should end with a period. 35
Error First sentence should end with a period. 38
Error Name 'm_amount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Variable 'm_amount' must be private and have accessor methods. 39
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error 'if' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error '}' should be on the same line. 62
Error '{' should be on the previous line. 64
Error Method 'grow' is not designed for extension - needs to be abstract, final or empty. 75
Error '{' should be on the previous line. 76
Error Method 'shrink' is not designed for extension - needs to be abstract, final or empty. 86
Error '{' should be on the previous line. 87

org/apache/avalon/excalibur/component/DefaultComponentSelector.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 First sentence should end with a period. 30
Error '{' should be on the previous line. 32
Error First sentence should end with a period. 36
Error '(' is followed by whitespace. 37
Error Expected @param tag for 'loader'. 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

org/apache/avalon/excalibur/component/DefaultRoleManager.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 First sentence should end with a period. 41
Error Name 'm_shorthands' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error First sentence should end with a period. 44
Error Name 'm_classNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error First sentence should end with a period. 47
Error Name 'm_hintClassNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error First sentence should end with a period. 50
Error Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 67
Error Parameter parent should be final. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error 'cast' is not followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error 'if' is not followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error 'if' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 92
Error '+' should be on a new line. 92
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error 'cast' is not followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error 'if' is not followed by whitespace. 113
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. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error 'if' is not followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error 'cast' is not followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error 'if' is not followed by whitespace. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
Error 'if' is not followed by whitespace. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
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 '{' should be on the previous line. 150
Error 'if' is not followed by whitespace. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 156
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error 'if' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error '}' should be on the same line. 165
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 181
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error 'for' is not followed by whitespace. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error 'if' is not followed by whitespace. 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. 202
Error ')' is preceded with whitespace. 202
Error 'if' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error 'for' is not followed by whitespace. 207
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 208
Error Line is longer than 80 characters. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Line is longer than 80 characters. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error 'if' is not followed by whitespace. 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 '+' should be on a new line. 215
Error '+' should be on a new line. 216
Error ')' is preceded with whitespace. 217
Error '(' is followed by whitespace. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error ')' is preceded with whitespace. 221
Error 'if' is not followed by whitespace. 224
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '{' should be on the previous line. 225
Error '(' is followed by whitespace. 226
Error '+' should be on a new line. 226
Error ')' is preceded with whitespace. 227
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233

org/apache/avalon/excalibur/component/ExcaliburComponentManager.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. 67
Error First sentence should end with a period. 73
Error Name 'm_parentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Name 'm_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
Error First sentence should end with a period. 79
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error Line is longer than 80 characters. 83
Error Name 'm_componentMapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line is longer than 80 characters. 86
Error Name 'm_componentHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Error First sentence should end with a period. 88
Error Name 'm_newComponentHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
Error Name 'm_roles' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
Error Name 'm_logkit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
Error Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
Error Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
Error First sentence should end with a period. 108
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line is longer than 80 characters. 120
Error '(' is followed by whitespace. 121
Error Expected @param tag for 'loader'. 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 First sentence should end with a period. 126
Error Line is longer than 80 characters. 126
Error Line is longer than 80 characters. 127
Error '(' is followed by whitespace. 127
Error Expected @param tag for 'manager'. 127
Error Expected @param tag for 'loader'. 127
Error ')' is preceded with whitespace. 127
Error 'if' is not followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '}' should be on the same line. 132
Error '{' should be on the previous line. 134
Error First sentence should end with a period. 141
Error '(' is followed by whitespace. 142
Error Expected @param tag for 'manager'. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line is longer than 80 characters. 151
Error Line is longer than 80 characters. 152
Error Line is longer than 80 characters. 153
Error Expected an @return tag. 155
Error Method 'lookup' is not designed for extension - needs to be abstract, final or empty. 155
Error Method length is 159 lines (max allowed is 150). 155
Error '(' is followed by whitespace. 155
Error Expected @param tag for 'role'. 155
Error ')' is preceded with whitespace. 155
Error Expected @throws tag for 'ComponentException'. 156
Error '{' should be on the previous line. 157
Error 'if' is not followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error 'if' is not followed by whitespace. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error Line is longer than 80 characters. 163
Error ')' is preceded with whitespace. 163
Error 'if' is not followed by whitespace. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '{' should be on the previous line. 168
Error ')' is preceded with whitespace. 170
Error 'if' is not followed by whitespace. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '{' should be on the previous line. 174
Error Line is longer than 80 characters. 176
Error 'if' is not followed by whitespace. 178
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. 180
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line is longer than 80 characters. 185
Error 'cast' is not followed by whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error 'if' is not followed by whitespace. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error 'if' is not followed by whitespace. 190
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '{' should be on the previous line. 191
Error '{' should be on the previous line. 193
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '}' should be on the same line. 195
Error 'catch' is not followed by whitespace. 196
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '{' should be on the previous line. 197
Error 'if' is not followed by whitespace. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '{' should be on the previous line. 199
Error Line is longer than 80 characters. 201
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error 'if' is not followed by whitespace. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error '{' should be on the previous line. 210
Error Line is longer than 80 characters. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error 'if' is not followed by whitespace. 213
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '{' should be on the previous line. 214
Error 'if' is not followed by whitespace. 215
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 '{' should be on the previous line. 222
Error Line is longer than 80 characters. 223
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. 225
Error ')' is preceded with whitespace. 225
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 232
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error '}' should be on the same line. 237
Error 'catch' is not followed by whitespace. 238
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '{' should be on the previous line. 239
Error 'if' is not followed by whitespace. 241
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error '{' should be on the previous line. 242
Error Line is longer than 80 characters. 243
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error '}' should be on the same line. 250
Error '{' should be on the previous line. 252
Error Line is longer than 80 characters. 253
Error '(' is followed by whitespace. 253
Error Line is longer than 80 characters. 254
Error ')' is preceded with whitespace. 254
Error 'if' is not followed by whitespace. 258
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error '{' should be on the previous line. 259
Error 'if' is not followed by whitespace. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error '{' should be on the previous line. 262
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error '{' should be on the previous line. 271
Error '}' should be on the same line. 273
Error 'catch' is not followed by whitespace. 274
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error '{' should be on the previous line. 275
Error '{' should be on the previous line. 277
Error '}' should be on the same line. 280
Error 'catch' is not followed by whitespace. 281
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error '{' should be on the previous line. 282
Error Line is longer than 80 characters. 283
Error '}' should be on the same line. 285
Error 'catch' is not followed by whitespace. 286
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error '{' should be on the previous line. 287
Error 'if' is not followed by whitespace. 289
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. 291
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error '}' should be on the same line. 296
Error 'catch' is not followed by whitespace. 297
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error '{' should be on the previous line. 298
Error 'if' is not followed by whitespace. 300
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error '{' should be on the previous line. 301
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error Line is longer than 80 characters. 309
Error Line is longer than 80 characters. 310
Error Line is longer than 80 characters. 311
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error Expected an @return tag. 322
Error Method 'hasComponent' is not designed for extension - needs to be abstract, final or empty. 322
Error '(' is followed by whitespace. 322
Error Expected @param tag for 'role'. 322
Error ')' is preceded with whitespace. 322
Error '{' should be on the previous line. 323
Error 'if' construct must use '{}'s. 324
Error 'if' is not followed by whitespace. 324
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error 'if' construct must use '{}'s. 325
Error 'if' is not followed by whitespace. 325
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error 'if' is not followed by whitespace. 329
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 Line is longer than 80 characters. 338
Error Line is longer than 80 characters. 339
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 341
Error '(' is followed by whitespace. 341
Error Expected @param tag for 'component'. 341
Error ')' is preceded with whitespace. 341
Error '{' should be on the previous line. 342
Error 'if' is not followed by whitespace. 343
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error '{' should be on the previous line. 344
Error Line is longer than 80 characters. 348
Error Line is longer than 80 characters. 349
Error 'cast' is not followed by whitespace. 353
Error '(' is followed by whitespace. 353
Error ')' is preceded with whitespace. 353
Error 'if' is not followed by whitespace. 355
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error '{' should be on the previous line. 356
Error Line is longer than 80 characters. 357
Error Line is longer than 80 characters. 358
Error Line is longer than 80 characters. 359
Error 'if' is not followed by whitespace. 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 '{' should be on the previous line. 363
Error Line is longer than 80 characters. 364
Error Line is longer than 80 characters. 365
Error '(' is followed by whitespace. 367
Error ')' is preceded with whitespace. 367
Error '{' should be on the previous line. 371
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372
Error '}' should be on the same line. 373
Error 'catch' is not followed by whitespace. 374
Error '(' is followed by whitespace. 374
Error ')' is preceded with whitespace. 374
Error '{' should be on the previous line. 375
Error 'if' is not followed by whitespace. 376
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 ')' is preceded with whitespace. 378
Error '}' should be on the same line. 381
Error 'if' 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 '(' is followed by whitespace. 384
Error ')' is preceded with whitespace. 384
Error '}' should be on the same line. 385
Error '{' should be on the previous line. 387
Error Line is longer than 80 characters. 388
Error '(' is followed by whitespace. 388
Error '+' should be on a new line. 388
Error ')' is preceded with whitespace. 389
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 399
Error '(' is followed by whitespace. 399
Error Expected @param tag for 'configuration'. 399
Error ')' is preceded with whitespace. 399
Error Expected @throws tag for 'ConfigurationException'. 400
Error '{' should be on the previous line. 401
Error 'if' is not followed by whitespace. 402
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error '{' should be on the previous line. 403
Error '(' is followed by whitespace. 405
Error ')' is preceded with whitespace. 405
Error '(' is followed by whitespace. 406
Error ')' is preceded with whitespace. 406
Error Line is longer than 80 characters. 408
Error '(' is followed by whitespace. 408
Error ')' is preceded with whitespace. 408
Error 'for' is not followed by whitespace. 415
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error '{' should be on the previous line. 416
Error 'if' is not followed by whitespace. 419
Error '(' is followed by whitespace. 419
Error '(' is followed by whitespace. 419
Error ')' is preceded with 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 Line is longer than 80 characters. 422
Error '(' is followed by whitespace. 422
Error ')' is preceded with whitespace. 422
Error 'if' is not followed by whitespace. 424
Error '(' is followed by whitespace. 424
Error '(' is followed by whitespace. 424
Error ')' is preceded with whitespace. 424
Error ')' is preceded with whitespace. 424
Error '{' should be on the previous line. 425
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error 'if' is not followed by whitespace. 429
Error '(' is followed by whitespace. 429
Error '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error ')' is preceded with whitespace. 429
Error '{' should be on the previous line. 430
Error 'if' is not followed by whitespace. 431
Error '(' is followed by whitespace. 431
Error '(' is followed by whitespace. 431
Error ')' is preceded with whitespace. 431
Error ')' is preceded with whitespace. 431
Error '{' should be on the previous line. 432
Error '(' is followed by whitespace. 433
Error ')' is preceded with whitespace. 433
Error '{' should be on the previous line. 437
Error 'if' is not followed by whitespace. 438
Error '(' is followed by whitespace. 438
Error ')' is preceded with whitespace. 438
Error '{' should be on the previous line. 439
Error Line is longer than 80 characters. 440
Error '(' is followed by whitespace. 440
Error ')' is preceded with whitespace. 441
Error '(' is followed by whitespace. 444
Error ')' is preceded with whitespace. 444
Error '(' is followed by whitespace. 445
Error ')' is preceded with whitespace. 445
Error '}' should be on the same line. 446
Error 'catch' is not followed by whitespace. 447
Error '(' is followed by whitespace. 447
Error ')' is preceded with whitespace. 447
Error '{' should be on the previous line. 448
Error 'if' is not followed by whitespace. 451
Error '(' is followed by whitespace. 451
Error ')' is preceded with whitespace. 451
Error '{' should be on the previous line. 452
Error Line is longer than 80 characters. 453
Error '(' is followed by whitespace. 453
Error Line is longer than 80 characters. 454
Error ')' is preceded with whitespace. 455
Error '(' is followed by whitespace. 458
Error ')' is preceded with whitespace. 458
Error '}' should be on the same line. 459
Error 'catch' is not followed by whitespace. 460
Error '(' is followed by whitespace. 460
Error ')' is preceded with whitespace. 460
Error '{' should be on the previous line. 461
Error 'if' is not followed by whitespace. 464
Error '(' is followed by whitespace. 464
Error ')' is preceded with whitespace. 464
Error '{' should be on the previous line. 465
Error Line is longer than 80 characters. 466
Error '(' is followed by whitespace. 466
Error Line is longer than 80 characters. 467
Error ')' is preceded with whitespace. 468
Error '(' is followed by whitespace. 471
Error ')' is preceded with whitespace. 471
Error '}' should be on the same line. 472
Error 'catch' is not followed by whitespace. 473
Error '(' is followed by whitespace. 473
Error ')' is preceded with whitespace. 473
Error '{' should be on the previous line. 474
Error 'if' is not followed by whitespace. 475
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 '(' is followed by whitespace. 477
Error ')' is preceded with whitespace. 477
Error Line is longer than 80 characters. 479
Error '(' is followed by whitespace. 479
Error ')' is preceded with whitespace. 479
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 493
Error '(' is followed by whitespace. 493
Error Expected @param tag for 'context'. 493
Error ')' is preceded with whitespace. 493
Error '{' should be on the previous line. 494
Error 'if' is not followed by whitespace. 495
Error '(' is followed by whitespace. 495
Error ')' is preceded with whitespace. 495
Error '{' should be on the previous line. 496
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 506
Error Expected @throws tag for 'Exception'. 507
Error '{' should be on the previous line. 508
Error 'if' is not followed by whitespace. 509
Error '(' is followed by whitespace. 509
Error ')' is preceded with whitespace. 509
Error '{' should be on the previous line. 510
Error Line is longer than 80 characters. 511
Error '(' is followed by whitespace. 511
Error ')' is preceded with whitespace. 511
Error 'synchronized' is not followed by whitespace. 514
Error '(' is followed by whitespace. 514
Error ')' is preceded with whitespace. 514
Error '{' should be on the previous line. 515
Error 'for' is not followed by whitespace. 518
Error '(' is followed by whitespace. 518
Error ')' is preceded with whitespace. 518
Error '{' should be on the previous line. 519
Error 'cast' is not followed by whitespace. 521
Error '(' is followed by whitespace. 521
Error ')' is preceded with whitespace. 521
Error '{' should be on the previous line. 523
Error Line is longer than 80 characters. 526
Error Line is longer than 80 characters. 527
Error 'if' is not followed by whitespace. 529
Error '(' is followed by whitespace. 529
Error '(' is followed by whitespace. 529
Error ')' is preceded with whitespace. 529
Error '&&' should be on a new line. 529
Error '(' is followed by whitespace. 530
Error ')' is preceded with whitespace. 530
Error ')' is preceded with whitespace. 530
Error '{' should be on the previous line. 531
Error Line is longer than 80 characters. 532
Error '(' is followed by whitespace. 532
Error 'cast' is not followed by whitespace. 532
Error ')' is preceded with whitespace. 532
Error Line is longer than 80 characters. 533
Error '(' is followed by whitespace. 533
Error ')' is preceded with whitespace. 533
Error '}' should be on the same line. 535
Error 'catch' is not followed by whitespace. 536
Error '(' is followed by whitespace. 536
Error ')' is preceded with whitespace. 536
Error '{' should be on the previous line. 537
Error 'if' is not followed by whitespace. 538
Error '(' is followed by whitespace. 538
Error ')' is preceded with whitespace. 538
Error '{' should be on the previous line. 539
Error Line is longer than 80 characters. 540
Error '(' is followed by whitespace. 540
Error ')' is preceded with whitespace. 541
Error '(' is followed by whitespace. 549
Error ')' is preceded with whitespace. 549
Error 'for' is not followed by whitespace. 551
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 'cast' is not followed by whitespace. 555
Error '(' is followed by whitespace. 555
Error ')' is preceded with whitespace. 555
Error 'if' is not followed by whitespace. 557
Error '(' is followed by whitespace. 557
Error '(' is followed by whitespace. 557
Error ')' is preceded with whitespace. 557
Error ')' is preceded with whitespace. 557
Error '{' should be on the previous line. 558
Error '{' should be on the previous line. 560
Error Line is longer than 80 characters. 563
Error Line is longer than 80 characters. 564
Error 'if' is not followed by whitespace. 566
Error '(' is followed by whitespace. 566
Error '(' is followed by whitespace. 566
Error ')' is preceded with whitespace. 566
Error '&&' should be on a new line. 566
Error '(' is followed by whitespace. 567
Error ')' is preceded with whitespace. 567
Error ')' is preceded with whitespace. 567
Error '{' should be on the previous line. 568
Error Line is longer than 80 characters. 570
Error '(' is followed by whitespace. 570
Error 'cast' is not followed by whitespace. 570
Error ')' is preceded with whitespace. 570
Error Line is longer than 80 characters. 571
Error '(' is followed by whitespace. 571
Error ')' is preceded with whitespace. 571
Error '}' should be on the same line. 573
Error 'catch' is not followed by whitespace. 574
Error '(' is followed by whitespace. 574
Error ')' is preceded with whitespace. 574
Error '{' should be on the previous line. 575
Error 'if' is not followed by whitespace. 576
Error '(' is followed by whitespace. 576
Error ')' is preceded with whitespace. 576
Error '{' should be on the previous line. 577
Error Line is longer than 80 characters. 578
Error '(' is followed by whitespace. 578
Error ')' is preceded with whitespace. 579
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 596
Error '{' should be on the previous line. 597
Error 'synchronized' is not followed by whitespace. 598
Error '(' is followed by whitespace. 598
Error ')' is preceded with whitespace. 598
Error '{' should be on the previous line. 599
Error 'while' is not followed by whitespace. 604
Error '(' is followed by whitespace. 604
Error ')' is preceded with whitespace. 604
Error '{' should be on the previous line. 605
Error Line is longer than 80 characters. 606
Error 'for' is not followed by whitespace. 606
Error '(' is followed by whitespace. 606
Error ';' is followed by whitespace. 607
Error '{' should be on the previous line. 608
Error 'cast' is not followed by whitespace. 612
Error '(' is followed by whitespace. 612
Error ')' is preceded with whitespace. 612
Error 'if' is not followed by whitespace. 614
Error '(' is followed by whitespace. 614
Error ')' is preceded with whitespace. 614
Error '{' should be on the previous line. 615
Error 'if' is not followed by whitespace. 616
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 '(' is followed by whitespace. 619
Error ')' is preceded with whitespace. 620
Error '(' is followed by whitespace. 624
Error ')' is preceded with whitespace. 624
Error 'if' is not followed by whitespace. 628
Error '(' is followed by whitespace. 628
Error ')' is preceded with whitespace. 628
Error '{' should be on the previous line. 629
Error '(' is followed by whitespace. 630
Error ')' is preceded with whitespace. 630
Error '}' should be on the same line. 631
Error '{' should be on the previous line. 633
Error First sentence should end with a period. 645
Error Method 'setRoleManager' is not designed for extension - needs to be abstract, final or empty. 648
Error '(' is followed by whitespace. 648
Error Expected @param tag for 'roles'. 648
Error ')' is preceded with whitespace. 648
Error '{' should be on the previous line. 649
Error 'if' is not followed by whitespace. 650
Error '(' is followed by whitespace. 650
Error ')' is preceded with whitespace. 650
Error '{' should be on the previous line. 651
Error First sentence should end with a period. 659
Error Method 'setLogKitManager' is not designed for extension - needs to be abstract, final or empty. 662
Error '(' is followed by whitespace. 662
Error Expected @param tag for 'logkit'. 662
Error ')' is preceded with whitespace. 662
Error '{' should be on the previous line. 663
Error 'if' is not followed by whitespace. 664
Error '(' is followed by whitespace. 664
Error ')' is preceded with whitespace. 664
Error '{' should be on the previous line. 665
Error '(' is followed by whitespace. 666
Error ')' is preceded with whitespace. 666
Error Method 'setInstrumentManager' is not designed for extension - needs to be abstract, final or empty. 679
Error '(' is followed by whitespace. 679
Error Parameter instrumentManager should be final. 679
Error ')' is preceded with whitespace. 679
Error '{' should be on the previous line. 680
Error '(' is followed by whitespace. 700
Error Parameter name should be final. 700
Error ')' is preceded with whitespace. 700
Error '{' should be on the previous line. 701
Error Method 'getInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 710
Error '{' should be on the previous line. 711
Error Method 'getInstruments' is not designed for extension - needs to be abstract, final or empty. 726
Error '{' should be on the previous line. 727
Error Method 'getChildInstrumentables' is not designed for extension - needs to be abstract, final or empty. 740
Error '{' should be on the previous line. 741
Error Missing a Javadoc comment. 749
Error '(' is followed by whitespace. 749
Error Parameter disposed should be final. 749
Error ')' is preceded with whitespace. 749
Error '{' should be on the previous line. 750
Error 'for' is not followed by whitespace. 752
Error '(' is followed by whitespace. 752
Error ';' is followed by whitespace. 752
Error '{' should be on the previous line. 753
Error '(' is followed by whitespace. 754
Error ')' is preceded with whitespace. 754
Error Method 'setLoggerManager' is not designed for extension - needs to be abstract, final or empty. 763
Error '(' is followed by whitespace. 763
Error Expected @param tag for 'logkit'. 763
Error ')' is preceded with whitespace. 763
Error '{' should be on the previous line. 764
Error 'if' is not followed by whitespace. 765
Error '(' is followed by whitespace. 765
Error ')' is preceded with whitespace. 765
Error '{' should be on the previous line. 766
Error '(' is followed by whitespace. 767
Error ')' is preceded with whitespace. 767
Error Expected an @return tag. 785
Error Method 'getComponentHandler' is not designed for extension - needs to be abstract, final or empty. 785
Error '(' is followed by whitespace. 785
Error Expected @param tag for 'role'. 785
Error Line is longer than 80 characters. 787
Error Line is longer than 80 characters. 789
Error Line is longer than 80 characters. 790
Error ')' is preceded with whitespace. 790
Error '{' should be on the previous line. 792
Error Line is longer than 80 characters. 793
Error Line is longer than 80 characters. 794
Error Line is longer than 80 characters. 797
Error '(' is followed by whitespace. 797
Error ')' is preceded with whitespace. 797
Error '(' is followed by whitespace. 799
Error ')' is preceded with whitespace. 807
Error Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. 817
Error '(' is followed by whitespace. 817
Error ')' is preceded with whitespace. 819
Error Expected @throws tag for 'ComponentException'. 820
Error '{' should be on the previous line. 821
Error 'if' is not followed by whitespace. 822
Error '(' is followed by whitespace. 822
Error ')' is preceded with whitespace. 822
Error '{' should be on the previous line. 823
Error '(' is followed by whitespace. 824
Error ')' is preceded with whitespace. 825
Error '{' should be on the previous line. 829
Error 'if' is not followed by whitespace. 830
Error '(' is followed by whitespace. 830
Error ')' is preceded with whitespace. 830
Error '{' should be on the previous line. 831
Error Line is longer than 80 characters. 832
Error '(' is followed by whitespace. 832
Error ')' is preceded with whitespace. 832
Error '(' is followed by whitespace. 835
Error ')' is preceded with whitespace. 840
Error 'if' is not followed by whitespace. 842
Error '(' is followed by whitespace. 842
Error ')' is preceded with whitespace. 842
Error '{' should be on the previous line. 843
Error Line is longer than 80 characters. 844
Error '(' is followed by whitespace. 844
Error ')' is preceded with whitespace. 844
Error '(' is followed by whitespace. 847
Error ')' is preceded with whitespace. 847
Error '(' is followed by whitespace. 848
Error ')' is preceded with whitespace. 848
Error '(' is followed by whitespace. 849
Error ')' is preceded with whitespace. 849
Error '(' is followed by whitespace. 850
Error ')' is preceded with whitespace. 850
Error '}' should be on the same line. 851
Error 'catch' is not followed by whitespace. 852
Error '(' is followed by whitespace. 852
Error ')' is preceded with whitespace. 852
Error '{' should be on the previous line. 853
Error Line is longer than 80 characters. 854
Error '(' is followed by whitespace. 854
Error ')' is preceded with whitespace. 854
Error Line is longer than 80 characters. 862
Error Method 'addComponentInstance' is not designed for extension - needs to be abstract, final or empty. 862
Error '(' is followed by whitespace. 862
Error ')' is preceded with whitespace. 862
Error 'if' is not followed by whitespace. 864
Error '(' is followed by whitespace. 864
Error ')' is preceded with whitespace. 864
Error '{' should be on the previous line. 865
Error ')' is preceded with whitespace. 867
Error '{' should be on the previous line. 871
Error '(' is followed by whitespace. 873
Error ')' is preceded with whitespace. 873
Error '(' is followed by whitespace. 874
Error ')' is preceded with whitespace. 874
Error '(' is followed by whitespace. 875
Error ')' is preceded with whitespace. 875
Error '(' is followed by whitespace. 876
Error ')' is preceded with whitespace. 876
Error '}' should be on the same line. 877
Error 'catch' is not followed by whitespace. 878
Error '(' is followed by whitespace. 878
Error ')' is preceded with whitespace. 878
Error '{' should be on the previous line. 879
Error 'if' is not followed by whitespace. 880
Error '(' is followed by whitespace. 880
Error ')' is preceded with whitespace. 880
Error '{' should be on the previous line. 881
Error Line is longer than 80 characters. 882
Error '(' is followed by whitespace. 882
Error ')' is preceded with whitespace. 882

org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 65
Error Line is longer than 80 characters. 67
Error '{' should be on the previous line. 78
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Name 'm_primordialLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
Error Name 'm_roleManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
Error Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
Error Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
Error Expected an @return tag. 110
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 126
Error Parameter is should be final. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 128
Error 'if' is not followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '}' should be on the same line. 132
Error '{' should be on the previous line. 134
Error Line is longer than 80 characters. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 150
Error Parameter file should be final. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 152
Error 'if' is not followed by whitespace. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 154
Error '}' should be on the same line. 156
Error '{' should be on the previous line. 158
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 161
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '}' should be on the same line. 163
Error '{' should be on the previous line. 165
Error '(' is followed by whitespace. 192
Error Parameter context should be final. 192
Error Parameter loggerManagerConfig should be final. 193
Error Parameter roleManagerConfig should be final. 194
Error Line is longer than 80 characters. 195
Error Parameter componentManagerConfig should be final. 195
Error Line is longer than 80 characters. 196
Error Parameter instrumentManagerConfig should be final. 196
Error ')' is preceded with whitespace. 196
Error '{' should be on the previous line. 198
Error 'if' is not followed by whitespace. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '{' should be on the previous line. 200
Error '}' should be on the same line. 202
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 218
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error '}' should be on the same line. 223
Error 'catch' is not followed by whitespace. 224
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '{' should be on the previous line. 225
Error '(' is followed by whitespace. 254
Error Parameter context should be final. 254
Error Line is longer than 80 characters. 255
Error Parameter loggerManagerConfigStream should be final. 255
Error Line is longer than 80 characters. 256
Error Parameter roleManagerConfigStream should be final. 256
Error Line is longer than 80 characters. 257
Error Parameter componentManagerConfigStream should be final. 257
Error Line is longer than 80 characters. 258
Error Parameter instrumentManagerConfigStream should be final. 258
Error ')' is preceded with whitespace. 258
Error '{' should be on the previous line. 260
Error '(' is followed by whitespace. 261
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error ')' is preceded with whitespace. 265
Error '(' is followed by whitespace. 289
Error Parameter context should be final. 289
Error Parameter loggerManagerConfigFile should be final. 290
Error Parameter roleManagerConfigFile should be final. 291
Error Parameter componentManagerConfigFile should be final. 292
Error Parameter instrumentManagerConfigFile should be final. 293
Error ')' is preceded with whitespace. 293
Error '{' should be on the previous line. 295
Error '(' is followed by whitespace. 296
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
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. 300
Error ')' is preceded with whitespace. 300
Error ')' is preceded with whitespace. 300
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 310
Error '{' should be on the previous line. 311
Error '{' should be on the previous line. 314
Error 'if' is not followed by whitespace. 315
Error '(' is followed by whitespace. 315
Error ')' is preceded with whitespace. 315
Error '{' should be on the previous line. 316
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error 'if' is not followed by whitespace. 320
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error '{' should be on the previous line. 321
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error 'if' is not followed by whitespace. 325
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error '{' should be on the previous line. 326
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error 'if' is not followed by whitespace. 330
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error '{' should be on the previous line. 331
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error '}' should be on the same line. 334
Error 'catch' is not followed by whitespace. 335
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 335
Error '{' should be on the previous line. 336
Error '(' is followed by whitespace. 337
Error ')' is preceded with whitespace. 337
Error Method 'getLoggerManager' is not designed for extension - needs to be abstract, final or empty. 349
Error '{' should be on the previous line. 350
Error Method 'getInstrumentManager' is not designed for extension - needs to be abstract, final or empty. 360
Error '{' should be on the previous line. 361
Error Method 'getComponentManager' is not designed for extension - needs to be abstract, final or empty. 373
Error '{' should be on the previous line. 374
Error Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. 383
Error '{' should be on the previous line. 384
Error Expected an @return tag. 391
Error '{' should be on the previous line. 392
Error 'if' is not followed by whitespace. 393
Error '(' is followed by whitespace. 393
Error ')' is preceded with whitespace. 393
Error '{' should be on the previous line. 394
Error Missing a Javadoc comment. 400
Error '(' is followed by whitespace. 400
Error Parameter loggerManagerConfig should be final. 400
Error ')' is preceded with whitespace. 400
Error '{' should be on the previous line. 402
Error 'if' is not followed by whitespace. 409
Error '(' is followed by whitespace. 409
Error ')' is preceded with whitespace. 409
Error '{' should be on the previous line. 410
Error Line is longer than 80 characters. 412
Error '(' is followed by whitespace. 412
Error ')' is preceded with whitespace. 412
Error '}' should be on the same line. 413
Error '{' should be on the previous line. 415
Error '(' is followed by whitespace. 418
Error ')' is preceded with whitespace. 418
Error '(' is followed by whitespace. 423
Error ')' is preceded with whitespace. 423
Error Line is longer than 80 characters. 424
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error '(' is followed by whitespace. 430
Error ')' is preceded with whitespace. 430
Error '(' is followed by whitespace. 431
Error '(' is followed by whitespace. 432
Error ')' is preceded with whitespace. 432
Error ')' is preceded with whitespace. 432
Error ')' is preceded with whitespace. 432
Error '(' is followed by whitespace. 437
Error ')' is preceded with whitespace. 437
Error '(' is followed by whitespace. 437
Error ')' is preceded with whitespace. 437
Error ')' is preceded with whitespace. 437
Error '(' is followed by whitespace. 438
Error ')' is preceded with whitespace. 438
Error '(' is followed by whitespace. 439
Error ')' is preceded with whitespace. 439
Error 'if' is not followed by whitespace. 444
Error '(' is followed by whitespace. 444
Error ')' is preceded with whitespace. 444
Error '{' should be on the previous line. 445
Error Line is longer than 80 characters. 446
Error '(' is followed by whitespace. 446
Error ')' is preceded with whitespace. 446
Error Missing a Javadoc comment. 451
Error '(' is followed by whitespace. 451
Error Parameter roleManagerConfig should be final. 451
Error ')' is preceded with whitespace. 451
Error '{' should be on the previous line. 453
Error '(' is followed by whitespace. 456
Error ')' is preceded with whitespace. 456
Error ')' is preceded with whitespace. 456
Error '(' is followed by whitespace. 460
Error ')' is preceded with whitespace. 460
Error '(' is followed by whitespace. 461
Error ')' is preceded with whitespace. 461
Error Line is longer than 80 characters. 465
Error Missing a Javadoc comment. 465
Error '(' is followed by whitespace. 465
Error Parameter instrumentManagerConfig should be final. 465
Error ')' is preceded with whitespace. 465
Error '{' should be on the previous line. 467
Error 'if' is not followed by whitespace. 468
Error '(' is followed by whitespace. 468
Error ')' is preceded with whitespace. 468
Error '{' should be on the previous line. 469
Error Line is longer than 80 characters. 472
Error '(' is followed by whitespace. 472
Error ')' is preceded with whitespace. 472
Error ')' is preceded with whitespace. 472
Error Line is longer than 80 characters. 475
Error '(' is followed by whitespace. 476
Error ')' is preceded with whitespace. 476
Error '(' is followed by whitespace. 477
Error ')' is preceded with whitespace. 477
Error Line is longer than 80 characters. 483
Error Missing a Javadoc comment. 483
Error '(' is followed by whitespace. 483
Error Parameter componentManagerConfig should be final. 483
Error ')' is preceded with whitespace. 483
Error '{' should be on the previous line. 485
Error Line is longer than 80 characters. 488
Error '(' is followed by whitespace. 488
Error ')' is preceded with whitespace. 488
Error ')' is preceded with whitespace. 488
Error Line is longer than 80 characters. 491
Error '(' is followed by whitespace. 492
Error ')' is preceded with whitespace. 492
Error '(' is followed by whitespace. 493
Error ')' is preceded with whitespace. 493
Error '(' is followed by whitespace. 494
Error ')' is preceded with whitespace. 494
Error '(' is followed by whitespace. 495
Error ')' is preceded with whitespace. 495
Error '{' should be on the previous line. 496
Error '(' is followed by whitespace. 497
Error ')' is preceded with whitespace. 497
Error '(' is followed by whitespace. 499
Error ')' is preceded with whitespace. 499
Error '(' is followed by whitespace. 500
Error ')' is preceded with whitespace. 500
Error '(' is followed by whitespace. 506
Error ')' is preceded with whitespace. 506

org/apache/avalon/excalibur/component/ExcaliburComponentSelector.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. 71
Error Name 'm_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Error First sentence should end with a period. 79
Error Name 'm_rolename' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error First sentence should end with a period. 83
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
Error Variable 'm_context' must be private and have accessor methods. 85
Error First sentence should end with a period. 87
Error Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Error Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93
Error Line is longer than 80 characters. 97
Error Name 'm_componentHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Name 'm_componentMapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 105
Error Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
Error First sentence should end with a period. 111
Error Name 'm_roles' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Error First sentence should end with a period. 115
Error Name 'm_logkit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 117
Error Line is longer than 80 characters. 119
Error Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
Error First sentence should end with a period. 122
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 123
Error First sentence should end with a period. 128
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error First sentence should end with a period. 134
Error '(' is followed by whitespace. 135
Error Expected @param tag for 'loader'. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error 'if' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error '}' should be on the same line. 140
Error '{' should be on the previous line. 142
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 152
Error '(' is followed by whitespace. 152
Error Expected @param tag for 'context'. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error 'if' is not followed by whitespace. 154
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. 164
Error Expected an @return tag. 167
Error Method 'select' is not designed for extension - needs to be abstract, final or empty. 167
Error '(' is followed by whitespace. 167
Error Expected @param tag for 'hint'. 167
Error ')' is preceded with whitespace. 167
Error Expected @throws tag for 'ComponentException'. 168
Error '{' should be on the previous line. 169
Error 'if' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error 'if' is not followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error Line is longer than 80 characters. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 175
Error 'if' is not followed by whitespace. 179
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 180
Error Line is longer than 80 characters. 182
Error ')' is preceded with whitespace. 182
Error 'if' is not followed by whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 186
Error Line is longer than 80 characters. 188
Error 'if' is not followed by whitespace. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error Line is longer than 80 characters. 197
Error 'cast' is not followed by whitespace. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error 'if' is not followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '{' should be on the previous line. 201
Error Line is longer than 80 characters. 203
Error 'if' is not followed by whitespace. 204
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. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 214
Error '}' should be on the same line. 216
Error 'catch' is not followed by whitespace. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '{' should be on the previous line. 218
Error '}' should be on the same line. 221
Error 'catch' is not followed by whitespace. 222
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error '{' should be on the previous line. 223
Error Line is longer than 80 characters. 225
Error 'if' is not followed by whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error 'if' is not followed by whitespace. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '{' should be on the previous line. 235
Error Line is longer than 80 characters. 237
Error 'if' is not followed by whitespace. 238
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '{' should be on the previous line. 239
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error Expected an @return tag. 252
Error Method 'hasComponent' is not designed for extension - needs to be abstract, final or empty. 252
Error '(' is followed by whitespace. 252
Error Expected @param tag for 'hint'. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error 'if' construct must use '{}'s. 254
Error 'if' is not followed by whitespace. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error 'if' construct must use '{}'s. 255
Error 'if' is not followed by whitespace. 255
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error '{' should be on the previous line. 260
Error Line is longer than 80 characters. 261
Error 'cast' is not followed by whitespace. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error '}' should be on the same line. 263
Error 'catch' is not followed by whitespace. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '{' should be on the previous line. 265
Error Must have at least one statement. 265
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 275
Error '(' is followed by whitespace. 275
Error Expected @param tag for 'component'. 275
Error ')' is preceded with whitespace. 275
Error '{' should be on the previous line. 276
Error 'if' is not followed by whitespace. 277
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error '{' should be on the previous line. 278
Error 'cast' is not followed by whitespace. 283
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error 'if' is not followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error '{' should be on the previous line. 286
Error Line is longer than 80 characters. 287
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 288
Error Line is longer than 80 characters. 292
Error Line is longer than 80 characters. 293
Error 'if' is not followed by whitespace. 297
Error '(' is followed by whitespace. 297
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error ')' is preceded with whitespace. 297
Error '{' should be on the previous line. 298
Error Line is longer than 80 characters. 299
Error Line is longer than 80 characters. 300
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '{' should be on the previous line. 306
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error '}' should be on the same line. 308
Error 'catch' is not followed by whitespace. 309
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error '{' should be on the previous line. 310
Error 'if' is not followed by whitespace. 311
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error '{' should be on the previous line. 312
Error '(' is followed by whitespace. 313
Error ')' is preceded with whitespace. 313
Error Expected an @return tag. 321
Error Method 'canRelease' is not designed for extension - needs to be abstract, final or empty. 321
Error Expected @param tag for 'component'. 321
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error Line is longer than 80 characters. 328
Error Method 'compose' is not designed for extension - needs to be abstract, final or empty. 330
Error '(' is followed by whitespace. 330
Error Expected @param tag for 'componentManager'. 330
Error ')' is preceded with whitespace. 330
Error Expected @throws tag for 'ComponentException'. 331
Error '{' should be on the previous line. 332
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 342
Error '(' is followed by whitespace. 342
Error Expected @param tag for 'configuration'. 342
Error ')' is preceded with whitespace. 342
Error Expected @throws tag for 'ConfigurationException'. 343
Error '{' should be on the previous line. 344
Error 'if' is not followed by whitespace. 347
Error '(' is followed by whitespace. 347
Error ')' is preceded with whitespace. 347
Error '{' should be on the previous line. 348
Error Line is longer than 80 characters. 349
Error '(' is followed by whitespace. 349
Error '+' should be on a new line. 349
Error ')' is preceded with whitespace. 350
Error 'if' is not followed by whitespace. 354
Error '(' is followed by whitespace. 354
Error '(' is followed by whitespace. 354
Error ')' is preceded with 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
Error '}' should be on the same line. 357
Error '{' should be on the previous line. 359
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error 'for' is not followed by whitespace. 365
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 preceded with whitespace. 367
Error 'if' is not followed by whitespace. 370
Error '(' is followed by whitespace. 370
Error '(' is followed by whitespace. 370
Error ')' is preceded with whitespace. 370
Error ')' is preceded with whitespace. 370
Error '{' should be on the previous line. 371
Error Line is longer than 80 characters. 372
Error 'cast' is not followed by whitespace. 372
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372
Error '}' should be on the same line. 373
Error '{' should be on the previous line. 375
Error '(' is followed by whitespace. 376
Error Line is longer than 80 characters. 377
Error ')' is preceded with whitespace. 377
Error '{' should be on the previous line. 381
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error '(' is followed by whitespace. 383
Error ')' is preceded with whitespace. 383
Error '}' should be on the same line. 384
Error 'catch' is not followed by whitespace. 385
Error '(' is followed by whitespace. 385
Error ')' is preceded with whitespace. 385
Error '{' should be on the previous line. 386
Error 'if' is not followed by whitespace. 390
Error '(' is followed by whitespace. 390
Error ')' is preceded with whitespace. 390
Error '{' should be on the previous line. 391
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error '(' is followed by whitespace. 395
Error ')' is preceded with whitespace. 395
Error '}' should be on the same line. 396
Error 'catch' is not followed by whitespace. 397
Error '(' is followed by whitespace. 397
Error ')' is preceded with whitespace. 397
Error '{' should be on the previous line. 398
Error 'if' is not followed by whitespace. 399
Error '(' is followed by whitespace. 399
Error ')' is preceded with whitespace. 399
Error '{' should be on the previous line. 400
Error Line is longer than 80 characters. 402
Error ')' is preceded with whitespace. 402
Error Line is longer than 80 characters. 405
Error '(' is followed by whitespace. 405
Error ')' is preceded with whitespace. 405
Error '}' should be on the same line. 406
Error 'catch' is not followed by whitespace. 407
Error '(' is followed by whitespace. 407
Error ')' is preceded with whitespace. 407
Error '{' should be on the previous line. 408
Error 'if' is not followed by whitespace. 409
Error '(' is followed by whitespace. 409
Error ')' is preceded with whitespace. 409
Error '{' should be on the previous line. 410
Error Line is longer than 80 characters. 411
Error '(' is followed by whitespace. 411
Error ')' is preceded with whitespace. 411
Error '(' is followed by whitespace. 413
Error ')' is preceded with whitespace. 413
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 423
Error '{' should be on the previous line. 424
Error 'synchronized' 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 '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error 'for' is not followed by whitespace. 431
Error '(' is followed by whitespace. 431
Error ')' is preceded with whitespace. 431
Error '{' should be on the previous line. 432
Error '(' is followed by whitespace. 433
Error ')' is preceded with whitespace. 433
Error 'cast' is not followed by whitespace. 435
Error '(' is followed by whitespace. 435
Error ')' is preceded with whitespace. 435
Error '{' should be on the previous line. 438
Error Line is longer than 80 characters. 442
Error '(' is followed by whitespace. 444
Error '(' is followed by whitespace. 444
Error ')' is preceded with whitespace. 444
Error '&&' should be on a new line. 444
Error '(' is followed by whitespace. 445
Error ')' is preceded with whitespace. 445
Error ')' is preceded with whitespace. 445
Error '{' should be on the previous line. 446
Error Line is longer than 80 characters. 447
Error 'cast' is not followed by whitespace. 447
Error Line is longer than 80 characters. 448
Error '(' is followed by whitespace. 448
Error ')' is preceded with whitespace. 448
Error '}' should be on the same line. 450
Error 'catch' is not followed by whitespace. 451
Error '(' is followed by whitespace. 451
Error ')' is preceded with whitespace. 451
Error '{' should be on the previous line. 452
Error 'if' is not followed by whitespace. 453
Error '(' is followed by whitespace. 453
Error ')' is preceded with whitespace. 453
Error '{' should be on the previous line. 454
Error Line is longer than 80 characters. 455
Error '(' is followed by whitespace. 455
Error ')' is preceded with whitespace. 456
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 475
Error '{' should be on the previous line. 476
Error 'synchronized' is not followed by whitespace. 477
Error '(' is followed by whitespace. 477
Error ')' is preceded with whitespace. 477
Error '{' should be on the previous line. 478
Error 'while' is not followed by whitespace. 482
Error '(' is followed by whitespace. 482
Error ')' is preceded with whitespace. 482
Error '{' should be on the previous line. 483
Error 'cast' is not followed by whitespace. 486
Error '(' is followed by whitespace. 486
Error ')' is preceded with whitespace. 486
Error '(' is followed by whitespace. 490
Error ')' is preceded with whitespace. 490
Error 'while' is not followed by whitespace. 495
Error '(' is followed by whitespace. 495
Error ')' is preceded with whitespace. 495
Error '{' should be on the previous line. 496
Error '(' is followed by whitespace. 497
Error ')' is preceded with whitespace. 497
Error First sentence should end with a period. 509
Error Method 'setRoleManager' is not designed for extension - needs to be abstract, final or empty. 512
Error '(' is followed by whitespace. 512
Error Expected @param tag for 'roles'. 512
Error ')' is preceded with whitespace. 512
Error '{' should be on the previous line. 513
Error 'if' is not followed by whitespace. 514
Error '(' is followed by whitespace. 514
Error ')' is preceded with whitespace. 514
Error '{' should be on the previous line. 515
Error First sentence should end with a period. 523
Error Method 'setLogKitManager' is not designed for extension - needs to be abstract, final or empty. 526
Error '(' is followed by whitespace. 526
Error Expected @param tag for 'logkit'. 526
Error ')' is preceded with whitespace. 526
Error '{' should be on the previous line. 527
Error 'if' is not followed by whitespace. 528
Error '(' is followed by whitespace. 528
Error ')' is preceded with whitespace. 528
Error '{' should be on the previous line. 529
Error '(' is followed by whitespace. 530
Error ')' is preceded with whitespace. 530
Error Line is longer than 80 characters. 543
Error Method 'setInstrumentManager' is not designed for extension - needs to be abstract, final or empty. 543
Error '(' is followed by whitespace. 543
Error ')' is preceded with whitespace. 543
Error Method 'setInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 564
Error '(' is followed by whitespace. 564
Error Parameter name should be final. 564
Error ')' is preceded with whitespace. 564
Error '{' should be on the previous line. 565
Error Method 'getInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 574
Error '{' should be on the previous line. 575
Error Method 'getInstruments' is not designed for extension - needs to be abstract, final or empty. 590
Error '{' should be on the previous line. 591
Error Method 'getChildInstrumentables' is not designed for extension - needs to be abstract, final or empty. 604
Error '{' should be on the previous line. 605
Error Method 'setLoggerManager' is not designed for extension - needs to be abstract, final or empty. 616
Error '(' is followed by whitespace. 616
Error Expected @param tag for 'logkit'. 616
Error ')' is preceded with whitespace. 616
Error '{' should be on the previous line. 617
Error 'if' is not followed by whitespace. 618
Error '(' is followed by whitespace. 618
Error ')' is preceded with whitespace. 618
Error '{' should be on the previous line. 619
Error '(' is followed by whitespace. 620
Error ')' is preceded with whitespace. 620
Error Expected an @return tag. 640
Error Method 'getComponentHandler' is not designed for extension - needs to be abstract, final or empty. 640
Error '(' is followed by whitespace. 640
Error Expected @param tag for 'role'. 640
Error Line is longer than 80 characters. 642
Error Line is longer than 80 characters. 643
Error Line is longer than 80 characters. 645
Error Line is longer than 80 characters. 646
Error ')' is preceded with whitespace. 646
Error '{' should be on the previous line. 648
Error Line is longer than 80 characters. 649
Error Line is longer than 80 characters. 650
Error '(' is followed by whitespace. 653
Error '(' is followed by whitespace. 654
Error ')' is preceded with whitespace. 654
Error ')' is preceded with whitespace. 654
Error '(' is followed by whitespace. 656
Error ')' is preceded with whitespace. 664
Error Method 'getComponentHandlers' is not designed for extension - needs to be abstract, final or empty. 672
Error '{' should be on the previous line. 673
Error Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. 682
Error '(' is followed by whitespace. 682
Error ')' is preceded with whitespace. 684
Error Expected @throws tag for 'ComponentException'. 685
Error '{' should be on the previous line. 686
Error 'if' is not followed by whitespace. 687
Error '(' is followed by whitespace. 687
Error ')' is preceded with whitespace. 687
Error '{' should be on the previous line. 688
Error '(' is followed by whitespace. 689
Error Line is longer than 80 characters. 690
Error ')' is preceded with whitespace. 690
Error '{' should be on the previous line. 694
Error '(' is followed by whitespace. 695
Error Line is longer than 80 characters. 698
Error ')' is preceded with whitespace. 701
Error '(' is followed by whitespace. 703
Error ')' is preceded with whitespace. 703
Error '(' is followed by whitespace. 704
Error ')' is preceded with whitespace. 704
Error '(' is followed by whitespace. 706
Error ')' is preceded with whitespace. 706
Error 'if' is not followed by whitespace. 708
Error '(' is followed by whitespace. 708
Error ')' is preceded with whitespace. 708
Error '{' should be on the previous line. 709
Error Line is longer than 80 characters. 711
Error ')' is preceded with whitespace. 711
Error '}' should be on the same line. 713
Error 'catch' is not followed by whitespace. 714
Error '(' is followed by whitespace. 714
Error ')' is preceded with whitespace. 714
Error '{' should be on the previous line. 715
Error 'if' is not followed by whitespace. 718
Error '(' is followed by whitespace. 718
Error ')' is preceded with whitespace. 718
Error '{' should be on the previous line. 719
Error '(' is followed by whitespace. 720
Error ')' is preceded with whitespace. 720
Error '(' is followed by whitespace. 723
Error ')' is preceded with whitespace. 723
Error Line is longer than 80 characters. 731
Error Method 'addComponentInstance' is not designed for extension - needs to be abstract, final or empty. 731
Error '(' is followed by whitespace. 731
Error ')' is preceded with whitespace. 731
Error 'if' is not followed by whitespace. 733
Error '(' is followed by whitespace. 733
Error ')' is preceded with whitespace. 733
Error '{' should be on the previous line. 734
Error ')' is preceded with whitespace. 736
Error '{' should be on the previous line. 740
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. 746
Error ')' is preceded with whitespace. 746
Error 'if' is not followed by whitespace. 748
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. 751
Error '}' should be on the same line. 753
Error 'catch' is not followed by whitespace. 754
Error '(' is followed by whitespace. 754
Error ')' is preceded with whitespace. 754
Error '{' should be on the previous line. 755
Error 'if' is not followed by whitespace. 756
Error '(' is followed by whitespace. 756
Error ')' is preceded with whitespace. 756
Error '{' should be on the previous line. 757
Error Line is longer than 80 characters. 758
Error '(' is followed by whitespace. 758
Error ')' is preceded with whitespace. 758
Error Expected an @return tag. 769
Error '{' should be on the previous line. 770
Error 'if' is not followed by whitespace. 771
Error '(' is followed by whitespace. 771
Error '&&' should be on a new line. 771
Error '(' is followed by whitespace. 772
Error ')' is preceded with whitespace. 772
Error ')' is preceded with whitespace. 772
Error '{' should be on the previous line. 773

org/apache/avalon/excalibur/component/Logger2LogKitManager.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. 37
Error Missing a Javadoc comment. 38
Error Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Missing a Javadoc comment. 39
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Line has trailing spaces. 40
Error Missing a Javadoc comment. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Line has trailing spaces. 48
Error Missing a Javadoc comment. 49
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. 52
Error ')' is preceded with whitespace. 52
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '(' is followed by whitespace. 57
Error '{' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line has trailing spaces. 58
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 '(' 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 '}' should be on the same line. 66
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 '}' should be on the same line. 70
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 '}' should be on the same 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. 77
Error ')' is preceded with whitespace. 77
Error Line has trailing spaces. 79
Error Line has trailing spaces. 82
Error Missing a Javadoc comment. 83
Error '{' should be on the previous line. 84

org/apache/avalon/excalibur/component/LogkitLoggerManager.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_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Missing a Javadoc comment. 36
Error Name 'm_logKitManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Missing a Javadoc comment. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error Line is longer than 80 characters. 45
Error Method 'getLogKitLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
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 Method 'getLoggerForCategory' 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 categoryName should be final. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error 'if' is not followed by whitespace. 52
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 '}' should be on the same line. 55
Error '{' should be on the previous line. 57
Error Line is longer than 80 characters. 58
Error '(' is followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error ')' is preceded with whitespace. 58
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Method 'getLogKitManager' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error '{' should be on the previous line. 68
Error 'if' is not followed by whitespace. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/apache/avalon/excalibur/component/PoolableComponentHandler.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 Line is longer than 80 characters. 31
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 37
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 63
Error Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 68
Error '{' should be on the previous line. 96
Error First sentence should end with a period. 97
Error First sentence should end with a period. 100
Error Line is longer than 80 characters. 100
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
Error First sentence should end with a period. 103
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
Error First sentence should end with a period. 106
Error Line is longer than 80 characters. 106
Error Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
Error First sentence should end with a period. 109
Error Line is longer than 80 characters. 109
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
Error '(' is followed by whitespace. 117
Error Expected @param tag for 'role'. 117
Error Expected @param tag for 'componentClass'. 118
Error Expected @param tag for 'config'. 119
Error Expected @param tag for 'manager'. 120
Error Expected @param tag for 'context'. 121
Error Expected @param tag for 'roles'. 122
Error Expected @param tag for 'logkit'. 123
Error ')' is preceded with whitespace. 123
Error Expected @throws tag for 'Exception'. 124
Error '{' should be on the previous line. 125
Error Line is longer than 80 characters. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error ')' is preceded with whitespace. 128
Error Line is longer than 80 characters. 135
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 140
Error Expected @throws tag for 'Exception'. 141
Error '{' should be on the previous line. 142
Error Line is longer than 80 characters. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error Line is longer than 80 characters. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line is longer than 80 characters. 147
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line is longer than 80 characters. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line is longer than 80 characters. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 152
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 160
Error '{' should be on the previous line. 161
Error 'if' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error 'if' is not followed by whitespace. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error '(' is followed by whitespace. 173
Error '+' should be on a new line. 173
Error ')' is preceded with whitespace. 174
Error First sentence should end with a period. 180
Error Expected an @return tag. 183
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 183
Error Expected @throws tag for 'Exception'. 184
Error '{' should be on the previous line. 185
Error 'if' is not followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 187
Error Line is longer than 80 characters. 188
Error '(' is followed by whitespace. 188
Error '+' should be on a new line. 188
Error ')' is preceded with whitespace. 189
Error 'if' is not followed by whitespace. 192
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '{' should be on the previous line. 193
Error Line is longer than 80 characters. 194
Error '(' is followed by whitespace. 194
Error '+' should be on a new line. 194
Error ')' is preceded with whitespace. 195
Error 'cast' is not followed by whitespace. 198
Error First sentence should end with a period. 201
Error Method 'doPut' is not designed for extension - needs to be abstract, final or empty. 204
Error '(' is followed by whitespace. 204
Error Expected @param tag for 'component'. 204
Error ')' is preceded with whitespace. 204
Error '{' should be on the previous line. 205
Error 'if' is not followed by whitespace. 206
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. 208
Error '+' should be on a new line. 208
Error ')' is preceded with whitespace. 209
Error '(' is followed by whitespace. 212
Error 'cast' is not followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 218
Error '{' should be on the previous line. 219
Error 'if' is not followed by whitespace. 222
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error '{' should be on the previous line. 223
Error '(' is followed by whitespace. 224
Error 'cast' is not followed by whitespace. 224
Error ')' is preceded with whitespace. 224

org/apache/avalon/excalibur/component/RoleManageable.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 '(' is followed by whitespace. 35
Error Expected @param tag for 'roles'. 35
Error ')' is preceded with whitespace. 35

org/apache/avalon/excalibur/component/RoleManager.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. 38
Error '(' is followed by whitespace. 38
Error Expected @param tag for 'shorthandName'. 38
Error ')' is preceded with whitespace. 38
Error Expected an @return tag. 43
Error '(' is followed by whitespace. 43
Error Expected @param tag for 'role'. 43
Error ')' is preceded with whitespace. 43
Error Expected an @return tag. 49
Error '(' is followed by whitespace. 49
Error Expected @param tag for 'hint'. 49
Error Expected @param tag for 'shorthand'. 49
Error ')' is preceded with whitespace. 49

org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.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. 38
Error Missing a Javadoc comment. 39
Error Name 'm_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Missing a Javadoc comment. 40
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 41
Error Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 42
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error '(' is followed by whitespace. 49
Error Expected @param tag for 'role'. 49
Error Expected @param tag for 'componentClass'. 50
Error Expected @param tag for 'config'. 51
Error Expected @param tag for 'manager'. 52
Error Expected @param tag for 'context'. 53
Error Expected @param tag for 'roles'. 54
Error Expected @param tag for 'logkit'. 55
Error ')' is preceded with whitespace. 55
Error Expected @throws tag for 'Exception'. 56
Error '{' should be on the previous line. 57
Error Line is longer than 80 characters. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error ')' is preceded with whitespace. 60
Error Line is longer than 80 characters. 67
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 72
Error Expected @throws tag for 'Exception'. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 83
Error Expected @param tag for 'component'. 83
Error ')' is preceded with whitespace. 83
Error Expected @throws tag for 'Exception'. 84
Error '{' should be on the previous line. 85
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 93
Error Expected @throws tag for 'Exception'. 94
Error '{' should be on the previous line. 95
Error 'if' is not followed by whitespace. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error 'if' is not followed by whitespace. 100
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. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error 'if' is not followed by whitespace. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error 'cast' is not followed by whitespace. 108
Error 'if' is not followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error 'if' is not followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error Line is longer than 80 characters. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '}' should be on the same line. 116
Error '{' should be on the previous line. 118
Error Line is longer than 80 characters. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error First sentence should end with a period. 126
Error Expected an @return tag. 129
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 129
Error Expected @throws tag for 'Exception'. 130
Error '{' should be on the previous line. 131
Error 'if' is not followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error Line is longer than 80 characters. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error 'if' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error Line is longer than 80 characters. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error First sentence should end with a period. 145
Error Method 'doPut' is not designed for extension - needs to be abstract, final or empty. 148
Error '(' is followed by whitespace. 148
Error Expected @param tag for 'component'. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error 'if' is not followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 151
Error Line is longer than 80 characters. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 159
Error '{' should be on the previous line. 160
Error '{' should be on the previous line. 162
Error 'if' is not followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '}' should be on the same line. 166
Error '{' should be on the previous line. 168
Error 'if' is not followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error '(' is followed by whitespace. 171
Error 'cast' is not followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error 'if' is not followed by whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error '(' is followed by whitespace. 176
Error 'cast' is not followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '}' should be on the same line. 181
Error 'catch' is not followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '{' should be on the previous line. 183
Error 'if' is not followed by whitespace. 184
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 '+' should be on a new line. 186
Error ')' is preceded with whitespace. 187

org/apache/avalon/excalibur/component/servlet/AbstractComponentManagerServlet.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. 54
Error Missing a Javadoc comment. 55
Error Name 'm_referenceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error Missing a Javadoc comment. 56
Error Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error Missing a Javadoc comment. 57
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error First sentence should end with a period. 59
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Name 'm_instrumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error Name 'm_childList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error Line is longer than 80 characters. 68
Error Name 'm_registered' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Error Name 'm_instrumentRequests' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error Name 'm_instrumentTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error '(' is followed by whitespace. 87
Error Parameter referenceName should be final. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Line is longer than 80 characters. 89
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 Inner assignments should be avoided. 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 Inner assignments should be avoided. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error ')' is preceded with whitespace. 100
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 114
Error '(' is followed by whitespace. 114
Error Parameter config should be final. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 116
Error Line is longer than 80 characters. 121
Error 'cast' is not followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error 'if' is not followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error Line is longer than 80 characters. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error 'if' is not followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line is longer than 80 characters. 137
Error 'cast' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error 'if' is not followed by whitespace. 138
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. 141
Error ')' is preceded with whitespace. 141
Error Line is longer than 80 characters. 146
Error 'cast' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error 'if' is not followed by whitespace. 147
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '{' should be on the previous line. 148
Error '{' should be on the previous line. 150
Error ')' is preceded with whitespace. 152
Error '}' should be on the same line. 153
Error 'catch' is not followed by whitespace. 154
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 preceded with whitespace. 157
Error Line is longer than 80 characters. 161
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 170
Error '{' should be on the previous line. 171
Error 'if' is not followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line is longer than 80 characters. 185
Error Line is longer than 80 characters. 186
Error '{' should be on the previous line. 189
Error '(' is followed by whitespace. 190
Error '250' is a magic number. 190
Error ')' is preceded with whitespace. 190
Error '}' should be on the same line. 191
Error 'catch' is not followed by whitespace. 192
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '{' should be on the previous line. 193
Error Must have at least one statement. 193
Error Line is longer than 80 characters. 198
Error Line is longer than 80 characters. 202
Error Line is longer than 80 characters. 207
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 207
Error '(' is followed by whitespace. 207
Error Parameter request should be final. 207
Error Parameter response should be final. 207
Error ')' is preceded with whitespace. 207
Error Expected @throws tag for 'ServletException'. 208
Error Expected @throws tag for 'IOException'. 208
Error '{' should be on the previous line. 209
Error 'if' is not followed by whitespace. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '{' should be on the previous line. 211
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error 'if' is not followed by whitespace. 214
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
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error 'if' is not followed by whitespace. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error Line is longer than 80 characters. 233
Error '(' is followed by whitespace. 233
Error 'cast' is not followed by whitespace. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 246
Error '(' is followed by whitespace. 263
Error Parameter name should be final. 263
Error ')' is preceded with whitespace. 263
Error '{' should be on the previous line. 264
Error '{' should be on the previous line. 278
Error 'if' is not followed by whitespace. 280
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 '{' should be on the previous line. 285
Error Line is longer than 80 characters. 286
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error '{' should be on the previous line. 304
Error 'if' is not followed by whitespace. 306
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '{' should be on the previous line. 307
Error '}' should be on the same line. 309
Error '{' should be on the previous line. 311
Error Line is longer than 80 characters. 312
Error '(' is followed by whitespace. 313
Error ')' is preceded with whitespace. 313
Error Method 'addInstrument' is not designed for extension - needs to be abstract, final or empty. 328
Error '(' is followed by whitespace. 328
Error Parameter instrument should be final. 328
Error ')' is preceded with whitespace. 328
Error '{' should be on the previous line. 329
Error 'if' is not followed by whitespace. 330
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error '{' should be on the previous line. 331
Error Line is longer than 80 characters. 332
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 333
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 335
Error Method 'addChildInstrumentable' is not designed for extension - needs to be abstract, final or empty. 348
Error '(' is followed by whitespace. 348
Error Parameter child should be final. 348
Error ')' is preceded with whitespace. 348
Error '{' should be on the previous line. 349
Error 'if' is not followed by whitespace. 350
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error '{' should be on the previous line. 351
Error Line is longer than 80 characters. 352
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 353
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. 363
Error '{' should be on the previous line. 364
Error Method 'getComponentManager' is not designed for extension - needs to be abstract, final or empty. 373
Error '{' should be on the previous line. 374

org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxy.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 Name 'm_latch' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Unused @param tag for 'object'. 43
Error '(' is followed by whitespace. 46
Error Parameter latch should be final. 46
Error Parameter name should be final. 46
Error Expected @param tag for 'name'. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error '{' should be on the previous line. 61
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70

org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxyLatch.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. 46
Error First sentence should end with a period. 47
Error Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Name 'm_waitingProxies' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Name 'm_triggerRequested' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 74
Error Parameter object should be final. 74
Error Parameter name should be final. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error 'if' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
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. 81
Error 'if' is not followed by whitespace. 85
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 'cast' is not followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '}' should be on the same line. 88
Error 'if' is not followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error Line is longer than 80 characters. 91
Error '(' is followed by whitespace. 91
Error 'cast' is not followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '}' should be on the same line. 92
Error 'if' is not followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error Line is longer than 80 characters. 95
Error '(' is followed by whitespace. 95
Error 'cast' is not followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '}' should be on the same line. 96
Error 'if' is not followed by whitespace. 97
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 'cast' is not followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '}' should be on the same line. 100
Error '{' should be on the previous line. 102
Error Line is longer than 80 characters. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 104
Error Line is longer than 80 characters. 113
Error Line is longer than 80 characters. 114
Error '{' should be on the previous line. 118
Error 'synchronized' is not followed by whitespace. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '{' should be on the previous line. 121
Error 'if' is not followed by whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error Line is longer than 80 characters. 127
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 133
Error '1500' is a magic number. 133
Error ')' is preceded with whitespace. 133
Error '}' should be on the same line. 134
Error 'catch' is not followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error Must have at least one statement. 136
Error 'synchronized' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141
Error 'if' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error 'if' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 151
Error '}' should be on the same line. 153
Error '{' should be on the previous line. 155
Error 'if' is not followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error Line is longer than 80 characters. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 162
Error '}' should be on the same line. 164
Error 'catch' is not followed by whitespace. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '{' should be on the previous line. 166
Error Line is longer than 80 characters. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 177
Error Parameter proxy should be final. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error 'synchronized' is not followed by whitespace. 179
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 180
Error 'if' is not followed by whitespace. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '{' should be on the previous line. 185
Error 'if' is not followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 187
Error Line is longer than 80 characters. 188
Error '(' is followed by whitespace. 188
Error Line is longer than 80 characters. 189
Error ')' is preceded with whitespace. 189
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '{' should be on the previous line. 197
Error Line is longer than 80 characters. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 199
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 203
Error '{' should be on the previous line. 205
Error '}' should be on the same line. 207
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 209
Error Line is longer than 80 characters. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Expected @throws tag for 'Exception'. 218

org/apache/avalon/excalibur/component/servlet/AbstractServiceManagerServlet.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. 52
Error Missing a Javadoc comment. 53
Error Name 'm_referenceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Missing a Javadoc comment. 54
Error Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Missing a Javadoc comment. 55
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error First sentence should end with a period. 57
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Name 'm_instrumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Name 'm_childList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Line is longer than 80 characters. 66
Error Name 'm_registered' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error Name 'm_instrumentRequests' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Name 'm_instrumentTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Error '(' is followed by whitespace. 85
Error Parameter referenceName should be final. 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. 96
Error ')' is preceded with whitespace. 96
Error Line is longer than 80 characters. 97
Error '(' is followed by whitespace. 97
Error Inner assignments should be avoided. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 98
Error Inner assignments should be avoided. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error ')' is preceded with whitespace. 98
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 112
Error '(' is followed by whitespace. 112
Error Parameter config should be final. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 114
Error Line is longer than 80 characters. 119
Error 'cast' is not followed by whitespace. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '{' should be on the previous line. 121
Error Line is longer than 80 characters. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line is longer than 80 characters. 135
Error 'cast' is not followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error Line is longer than 80 characters. 139
Error ')' is preceded with whitespace. 139
Error Line is longer than 80 characters. 144
Error 'cast' is not followed by whitespace. 144
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 '{' should be on the previous line. 146
Error '{' should be on the previous line. 148
Error ')' is preceded with whitespace. 150
Error '}' should be on the same line. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error Line is longer than 80 characters. 155
Error ')' is preceded with whitespace. 155
Error Line is longer than 80 characters. 159
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 168
Error '{' should be on the previous line. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Line is longer than 80 characters. 183
Error Line is longer than 80 characters. 184
Error '{' should be on the previous line. 187
Error '250' is a magic number. 188
Error '}' should be on the same line. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '{' should be on the previous line. 191
Error Must have at least one statement. 191
Error Line is longer than 80 characters. 196
Error Line is longer than 80 characters. 200
Error Line is longer than 80 characters. 205
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 205
Error '(' is followed by whitespace. 205
Error Parameter request should be final. 205
Error Parameter response should be final. 205
Error ')' is preceded with whitespace. 205
Error Expected @throws tag for 'ServletException'. 206
Error Expected @throws tag for 'IOException'. 206
Error '{' should be on the previous line. 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. 210
Error ')' is preceded with whitespace. 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. 214
Error ')' is preceded with whitespace. 214
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 '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '{' should be on the previous line. 230
Error Line is longer than 80 characters. 231
Error '(' is followed by whitespace. 231
Error 'cast' is not followed by whitespace. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 244
Error '(' is followed by whitespace. 261
Error Parameter name should be final. 261
Error ')' is preceded with whitespace. 261
Error '{' should be on the previous line. 262
Error '{' should be on the previous line. 276
Error 'if' is not followed by whitespace. 278
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error '{' should be on the previous line. 279
Error '}' should be on the same line. 281
Error '{' should be on the previous line. 283
Error Line is longer than 80 characters. 284
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error '{' should be on the previous line. 302
Error 'if' is not followed by whitespace. 304
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '{' should be on the previous line. 305
Error '}' should be on the same line. 307
Error '{' should be on the previous line. 309
Error Line is longer than 80 characters. 310
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error Method 'addInstrument' is not designed for extension - needs to be abstract, final or empty. 326
Error '(' is followed by whitespace. 326
Error Parameter instrument should be final. 326
Error ')' is preceded with whitespace. 326
Error '{' should be on the previous line. 327
Error 'if' is not followed by whitespace. 328
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error '{' should be on the previous line. 329
Error Line is longer than 80 characters. 330
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 331
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 333
Error Method 'addChildInstrumentable' is not designed for extension - needs to be abstract, final or empty. 346
Error '(' is followed by whitespace. 346
Error Parameter child should be final. 346
Error ')' is preceded with whitespace. 346
Error '{' should be on the previous line. 347
Error 'if' is not followed by whitespace. 348
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error '{' should be on the previous line. 349
Error Line is longer than 80 characters. 350
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 351
Error '(' is followed by whitespace. 353
Error ')' is preceded with whitespace. 353
Error Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. 361
Error '{' should be on the previous line. 362
Error Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. 371
Error '{' should be on the previous line. 372

org/apache/avalon/excalibur/component/servlet/ComponentManagerReferenceProxy.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. 23
Error '{' should be on the previous line. 36
Error Missing a Javadoc comment. 37
Error Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Line has trailing spaces. 38
Error '(' is followed by whitespace. 49
Error Parameter componentManager should be final. 49
Error Parameter latch should be final. 50
Error Parameter name should be final. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line has trailing spaces. 56
Error '(' is followed by whitespace. 81
Error Parameter role should be final. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 93
Error Parameter role should be final. 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 Line is longer than 80 characters. 100
Error '(' is followed by whitespace. 107
Error Parameter component should be final. 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

org/apache/avalon/excalibur/component/servlet/ExcaliburComponentManagerServlet.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. 45
Error Line is longer than 80 characters. 47
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 69
Error Line is longer than 80 characters. 76
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 95
Error Line is longer than 80 characters. 107
Error Line is longer than 80 characters. 111
Error Line is longer than 80 characters. 115
Error Line is longer than 80 characters. 119
Error Line is longer than 80 characters. 125
Error Line is longer than 80 characters. 126
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 128
Error Line is longer than 80 characters. 129
Error Line is longer than 80 characters. 138
Error '{' should be on the previous line. 148
Error Missing a Javadoc comment. 149
Error Name 'm_componentManagerCreator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 149
Error Name 'm_latch' must match pattern '^[a-z][a-zA-Z0-9]*$'. 152
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 171
Error '(' is followed by whitespace. 171
Error Parameter servletConfig should be final. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '{' should be on the previous line. 183
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 195
Error Line is longer than 80 characters. 196
Error ')' is preceded with whitespace. 201
Error '}' should be on the same line. 202
Error 'catch' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '}' should be on the same line. 209
Error '{' should be on the previous line. 211
Error '{' should be on the previous line. 214
Error 'if' is not followed by whitespace. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error 'if' is not followed by whitespace. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error '{' should be on the previous line. 220
Error 'if' is not followed by whitespace. 223
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 224
Error 'if' is not followed by whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error '}' should be on the same line. 231
Error 'catch' is not followed by whitespace. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '{' should be on the previous line. 233
Error Line is longer than 80 characters. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line is longer than 80 characters. 238
Error Line is longer than 80 characters. 240
Error Line is longer than 80 characters. 241
Error Line is longer than 80 characters. 242
Error Line is longer than 80 characters. 243
Error Line is longer than 80 characters. 244
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error Line is longer than 80 characters. 248
Error '(' is followed by whitespace. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error ')' is preceded with whitespace. 248
Error ')' is preceded with whitespace. 252
Error ')' is preceded with whitespace. 254
Error Line is longer than 80 characters. 256
Error ')' is preceded with whitespace. 256
Error Line is longer than 80 characters. 258
Error ')' is preceded with whitespace. 258
Error Line is longer than 80 characters. 260
Error Line is longer than 80 characters. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error Line is longer than 80 characters. 263
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error Line is longer than 80 characters. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error Line is longer than 80 characters. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 273
Error '{' should be on the previous line. 274
Error Line is longer than 80 characters. 275
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
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 Line is longer than 80 characters. 288
Error Unused @param tag for 'req'. 294
Error Unused @param tag for 'res'. 295
Error Line is longer than 80 characters. 299
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 299
Error '(' is followed by whitespace. 299
Error Parameter servletRequest should be final. 299
Error Expected @param tag for 'servletRequest'. 299
Error Parameter servletResponse should be final. 299
Error Expected @param tag for 'servletResponse'. 299
Error ')' is preceded with whitespace. 299
Error '{' should be on the previous line. 301
Error Line is longer than 80 characters. 302
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error Line is longer than 80 characters. 314
Error '(' is followed by whitespace. 321
Error Parameter servletConfig should be final. 321
Error Parameter resourceName should be final. 322
Error Parameter required should be final. 323
Error ')' is preceded with whitespace. 323
Error '{' should be on the previous line. 325
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error 'if' is not followed by whitespace. 329
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error '{' should be on the previous line. 330
Error 'if' is not followed by whitespace. 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 Line is longer than 80 characters. 334
Error ')' is preceded with whitespace. 334
Error '}' should be on the same line. 335
Error '{' should be on the previous line. 337
Error '(' is followed by whitespace. 344
Error ')' is preceded with whitespace. 344
Error '(' is followed by whitespace. 346
Error ')' is preceded with whitespace. 346
Error 'if' is not followed by whitespace. 348
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error '{' should be on the previous line. 349
Error Line is longer than 80 characters. 350
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error Missing a Javadoc comment. 359
Error '{' should be on the previous line. 361
Error Missing a Javadoc comment. 362
Error Name 'm_componentManagerCreator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 362
Error Variable 'm_componentManagerCreator' must be private and have accessor methods. 362
Error Unused @param tag for 'ecmc'. 370
Error '(' is followed by whitespace. 373
Error Parameter componentManagerCreator should be final. 373
Error Expected @param tag for 'componentManagerCreator'. 373
Error ')' is preceded with whitespace. 373
Error '{' should be on the previous line. 374
Error Expected @throws tag for 'Exception'. 385
Error '{' should be on the previous line. 386
Error Line is longer than 80 characters. 387
Error '(' is followed by whitespace. 388
Error ')' is preceded with whitespace. 388
Error Line is longer than 80 characters. 389

org/apache/avalon/excalibur/component/servlet/InstrumentManagerReferenceProxy.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. 22
Error '{' should be on the previous line. 34
Error Missing a Javadoc comment. 35
Error Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error '(' is followed by whitespace. 47
Error Parameter instrumentManager should be final. 47
Error Parameter latch should be final. 48
Error Parameter name should be final. 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 Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 65
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 69
Error '(' is followed by whitespace. 69
Error Parameter instrumentable should be final. 69
Error Parameter instrumentableName should be final. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 71
Error Line is longer than 80 characters. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72

org/apache/avalon/excalibur/component/servlet/LoggerManagerReferenceProxy.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. 22
Error '{' should be on the previous line. 34
Error Missing a Javadoc comment. 35
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Unused @param tag for 'componentManager'. 43
Error '(' is followed by whitespace. 47
Error Parameter loggerManager should be final. 47
Error Expected @param tag for 'loggerManager'. 47
Error Parameter latch should be final. 48
Error Parameter name should be final. 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 Expected an @return tag. 61
Error '(' is followed by whitespace. 61
Error Parameter categoryName should be final. 61
Error Expected @param tag for 'categoryName'. 61
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 Expected an @return tag. 70
Error '{' should be on the previous line. 71

org/apache/avalon/excalibur/component/servlet/ReferenceProxy.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

org/apache/avalon/excalibur/component/servlet/ServiceManagerReferenceProxy.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. 22
Error '{' should be on the previous line. 34
Error Missing a Javadoc comment. 35
Error Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error '(' is followed by whitespace. 47
Error Parameter serviceManager should be final. 47
Error Parameter latch should be final. 48
Error Parameter name should be final. 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. 79
Error Parameter role should be final. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 91
Error Parameter role should be final. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line is longer than 80 characters. 98
Error Line is longer than 80 characters. 100
Error Unused @param tag for 'object'. 103
Error '(' is followed by whitespace. 105
Error Parameter service should be final. 105
Error Expected @param tag for 'service'. 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