Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
110004313

Files

FilesIWE
org/apache/avalon/excalibur/logger/AbstractLoggerManager.java 00165
org/apache/avalon/excalibur/logger/ConsoleLoggerManager.java 0027
org/apache/avalon/excalibur/logger/DefaultLogKitManager.java 00256
org/apache/avalon/excalibur/logger/DefaultLogTargetFactoryManager.java 00120
org/apache/avalon/excalibur/logger/DefaultLogTargetManager.java 0058
org/apache/avalon/excalibur/logger/DefaultLoggerManager.java 00182
org/apache/avalon/excalibur/logger/Facade.java 0055
org/apache/avalon/excalibur/logger/Log4JConfLoggerManager.java 0056
org/apache/avalon/excalibur/logger/Log4JLogger.java 00127
org/apache/avalon/excalibur/logger/Log4JLoggerManager.java 0099
org/apache/avalon/excalibur/logger/LogKitLoggerManager.java 00343
org/apache/avalon/excalibur/logger/LogKitManageable.java 009
org/apache/avalon/excalibur/logger/LogKitManager.java 0011
org/apache/avalon/excalibur/logger/LogTargetFactory.java 0014
org/apache/avalon/excalibur/logger/LogTargetFactoryManageable.java 0013
org/apache/avalon/excalibur/logger/LogTargetFactoryManager.java 0011
org/apache/avalon/excalibur/logger/LogTargetManager.java 0011
org/apache/avalon/excalibur/logger/LoggerLoggerManager.java 0025
org/apache/avalon/excalibur/logger/LoggerManageable.java 009
org/apache/avalon/excalibur/logger/LoggerManager.java 0016
org/apache/avalon/excalibur/logger/ServletLogger.java 00148
org/apache/avalon/excalibur/logger/SimpleLogKitManager.java 00180
org/apache/avalon/excalibur/logger/decorator/CachingDecorator.java 0058
org/apache/avalon/excalibur/logger/decorator/LogToSelfDecorator.java 0071
org/apache/avalon/excalibur/logger/decorator/LoggerManagerDecorator.java 0076
org/apache/avalon/excalibur/logger/decorator/OverrideDefaultDecorator.java 0039
org/apache/avalon/excalibur/logger/decorator/PrefixDecorator.java 0051
org/apache/avalon/excalibur/logger/decorator/package.html 001
org/apache/avalon/excalibur/logger/factory/AbstractTargetFactory.java 0029
org/apache/avalon/excalibur/logger/factory/AsyncLogTargetFactory.java 0072
org/apache/avalon/excalibur/logger/factory/ConsoleTargetFactory.java 0032
org/apache/avalon/excalibur/logger/factory/DatagramTargetFactory.java 0089
org/apache/avalon/excalibur/logger/factory/FileTargetFactory.java 00310
org/apache/avalon/excalibur/logger/factory/FormatterFactory.java 0075
org/apache/avalon/excalibur/logger/factory/JDBCTargetFactory.java 0054
org/apache/avalon/excalibur/logger/factory/JMSTargetFactory.java 00114
org/apache/avalon/excalibur/logger/factory/LF5TargetFactory.java 0025
org/apache/avalon/excalibur/logger/factory/PriorityFilterTargetFactory.java 0060
org/apache/avalon/excalibur/logger/factory/SMTPTargetFactory.java 00137
org/apache/avalon/excalibur/logger/factory/ServletTargetFactory.java 0054
org/apache/avalon/excalibur/logger/factory/SocketTargetFactory.java 0051
org/apache/avalon/excalibur/logger/factory/StreamTargetFactory.java 0071
org/apache/avalon/excalibur/logger/factory/package.html 001
org/apache/avalon/excalibur/logger/log4j/Log4JAdapter.java 0040
org/apache/avalon/excalibur/logger/log4j/Log4JConfAdapter.java 0055
org/apache/avalon/excalibur/logger/log4j/Log4JConfigurator.java 0073
org/apache/avalon/excalibur/logger/log4j/package.html 001
org/apache/avalon/excalibur/logger/logkit/ErrorHandlerAdapter.java 0057
org/apache/avalon/excalibur/logger/logkit/LogKitAdapter.java 0038
org/apache/avalon/excalibur/logger/logkit/LogKitConfHelper.java 00198
org/apache/avalon/excalibur/logger/logkit/LogKitLoggerHelper.java 0032
org/apache/avalon/excalibur/logger/logkit/package.html 001
org/apache/avalon/excalibur/logger/package.html 001
org/apache/avalon/excalibur/logger/util/AvalonTee.java 00115
org/apache/avalon/excalibur/logger/util/LoggerManagerTee.java 0026
org/apache/avalon/excalibur/logger/util/LoggerSwitch.java 00230
org/apache/avalon/excalibur/logger/util/LoggerUtil.java 0040
org/apache/avalon/excalibur/logger/util/package.html 001

org/apache/avalon/excalibur/logger/AbstractLoggerManager.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 35
Error '{' should be on the previous line. 50
Error Line has trailing spaces. 51
Error 'protected' modifier out of order with the JLS suggestions. 56
Error Name 'm_loggers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error Variable 'm_loggers' must be private and have accessor methods. 56
Error First sentence should end with a period. 58
Error Name 'm_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Variable 'm_prefix' must be private and have accessor methods. 59
Error Line has trailing spaces. 61
Error Name 'm_switch' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error First sentence should end with a period. 69
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Line has trailing spaces. 72
Error Line has trailing spaces. 73
Error Name 'm_switchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
Error Name 'm_enableLoggingInvoked' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Error Name 'm_startInvoked' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Line has trailing spaces. 84
Error Line has trailing spaces. 87
Error 'private' modifier out of order with the JLS suggestions. 89
Error Name 'm_defaultLoggerOverride' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Error Expected an @return tag. 98
Error Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. 98
Error '{' should be on the previous line. 99
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110
Error Line has trailing spaces. 114
Error '(' is followed by whitespace. 114
Error Parameter defaultLoggerOverride should be final. 115
Error Expected @param tag for 'defaultLoggerOverride'. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 129
Error '(' is followed by whitespace. 129
Error Expected @param tag for 'fallbackLogger'. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '{' should be on the previous line. 152
Error Line has trailing spaces. 153
Error '+' should be on a new line. 153
Error '+' should be on a new line. 154
Error Line is longer than 80 characters. 155
Error '(' is followed by whitespace. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error Line has trailing spaces. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '{' should be on the previous line. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Line has trailing spaces. 165
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error Line has trailing spaces. 170
Error Line is longer than 80 characters. 170
Error '+' should be on a new line. 170
Error '+' should be on a new line. 171
Error Line is longer than 80 characters. 172
Error '(' is followed by whitespace. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '}' should be on the same line. 175
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '{' should be on the previous line. 179
Error '+' should be on a new line. 180
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '{' is not preceded with whitespace. 189
Error '{' is not followed by whitespace. 189
Error '}' is not preceded with whitespace. 189
Error Expected an @return tag. 194
Error '{' should be on the previous line. 195
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error Expected an @return tag. 205
Error Line is longer than 80 characters. 205
Error '(' is followed by whitespace. 205
Error Expected @param tag for 'fullCategoryName'. 205
Error ')' is preceded with whitespace. 205
Error Expected an @return tag. 213
Error '(' is followed by whitespace. 213
Error Expected @param tag for 'categoryName'. 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 '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 217
Error Line has trailing spaces. 221
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error 'synchronized' 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 'cast' is not followed by whitespace. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error Line has trailing spaces. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '}' should be on the same line. 235
Error '{' should be on the previous line. 237
Error 'if' is not followed by whitespace. 243
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error '{' should be on the previous line. 244
Error 'if' is not followed by whitespace. 245
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error '{' should be on the previous line. 246
Error Line is longer than 80 characters. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error 'if' is not followed by whitespace. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error Line is longer than 80 characters. 254
Error '(' is followed by whitespace. 254
Error Line is longer than 80 characters. 255
Error ')' is preceded with whitespace. 255

org/apache/avalon/excalibur/logger/ConsoleLoggerManager.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. 30
Error Missing a Javadoc comment. 32
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Variable 'm_logger' must be private and have accessor methods. 32
Error Line has trailing spaces. 33
Error First sentence should end with a period. 34
Error Line has trailing spaces. 37
Error '{' should be on the previous line. 38
Error Line has trailing spaces. 41
Error Line has trailing spaces. 45
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error '{' should be on the previous line. 46
Error Line has trailing spaces. 49
Error Line is longer than 80 characters. 51
Error Line has trailing spaces. 53
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter categoryName should be final. 53
Error '{' should be on the previous line. 54

org/apache/avalon/excalibur/logger/DefaultLogKitManager.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 First sentence should end with a period. 53
Error 'private' modifier out of order with the JLS suggestions. 54
Error Name 'm_loggers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error First sentence should end with a period. 56
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error First sentence should end with a period. 59
Error Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error First sentence should end with a period. 62
Error Name 'm_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error Line is longer than 80 characters. 66
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line is longer than 80 characters. 74
Error '(' is followed by whitespace. 76
Error Expected @param tag for 'hierarchy'. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 85
Error Expected @param tag for 'prefix'. 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 Line is longer than 80 characters. 91
Error Line is longer than 80 characters. 94
Error '(' is followed by whitespace. 94
Error Expected @param tag for 'prefix'. 94
Error Expected @param tag for 'hierarchy'. 94
Error ')' is preceded with whitespace. 94
Error Method 'setLogger' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 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 followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error 'cast' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error 'if' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error 'if' 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 Line is longer than 80 characters. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error 'if' is not followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error Line is longer than 80 characters. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error Method 'getHierarchy' is not designed for extension - needs to be abstract, final or empty. 141
Error '{' should be on the previous line. 142
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 154
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error Line is longer than 80 characters. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line is longer than 80 characters. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error 'if' 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 '{' should be on the previous line. 185
Error 'cast' is not followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error Line is longer than 80 characters. 187
Error Line is longer than 80 characters. 188
Error '(' is followed by whitespace. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error ')' is preceded with whitespace. 188
Error Line is longer than 80 characters. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '(' is followed by whitespace. 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 '}' 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 Line is longer than 80 characters. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error First sentence should end with a period. 205
Error Expected an @return tag. 211
Error Line is longer than 80 characters. 211
Error Redundant 'final' modifier. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '{' should be on the previous line. 213
Error Line is longer than 80 characters. 214
Error '(' is followed by whitespace. 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. 218
Error '}' should be on the same line. 219
Error 'catch' is not followed by whitespace. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '{' should be on the previous line. 221
Error Line is longer than 80 characters. 222
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error First sentence should end with a period. 230
Error Expected an @return tag. 236
Error Line is longer than 80 characters. 236
Error Redundant 'final' modifier. 236
Error '(' is followed by whitespace. 236
Error Line is longer than 80 characters. 237
Error Expected @param tag for 'targetFactoryManager'. 237
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 239
Error Line is longer than 80 characters. 240
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '{' should be on the previous line. 244
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error '}' should be on the same line. 246
Error 'catch' is not followed by whitespace. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 248
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error First sentence should end with a period. 259
Error Redundant 'final' modifier. 265
Error '(' is followed by whitespace. 265
Error Expected @param tag for 'targetManager'. 265
Error Expected @param tag for 'parentCategory'. 266
Error ')' is preceded with whitespace. 267
Error '{' should be on the previous line. 269
Error 'for' is not followed by whitespace. 270
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error '{' should be on the previous line. 271
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error Line is longer than 80 characters. 273
Error '(' is followed by whitespace. 273
Error ')' is preceded with whitespace. 273
Error Line is longer than 80 characters. 275
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error 'for' 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 '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error 'if' is not followed by whitespace. 283
Error '(' is followed by whitespace. 283
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error ')' is preceded with whitespace. 283
Error '{' should be on the previous line. 284
Error Line is longer than 80 characters. 285
Error '(' is followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error ')' is preceded with whitespace. 285
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error 'if' is not followed by whitespace. 290
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error '{' should be on the previous line. 291
Error '}' should be on the same line. 293
Error '{' should be on the previous line. 295
Error Line is longer than 80 characters. 296
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error 'if' is not followed by whitespace. 302
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '{' should be on the previous line. 303
Error Line is longer than 80 characters. 304
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '(' is followed by whitespace. 306
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error ')' is preceded with whitespace. 306
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error Line is longer than 80 characters. 309
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error 'if' is not followed by whitespace. 310
Error '(' is followed by whitespace. 310
Error ')' is preceded with whitespace. 310
Error '{' should be on the previous line. 311
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312

org/apache/avalon/excalibur/logger/DefaultLogTargetFactoryManager.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. 31
Error '{' should be on the previous line. 41
Error First sentence should end with a period. 42
Error Name 'm_factories' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error First sentence should end with a period. 45
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Name 'm_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Line is longer than 80 characters. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error 'cast' is not followed by whitespace. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error '{' should be on the previous line. 76
Error Line is longer than 80 characters. 77
Error 'cast' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '}' should be on the same line. 78
Error 'catch' is not followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error '{' 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 '}' should be on the same line. 84
Error 'catch' 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. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error 'for' is not followed by whitespace. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '}' should be on the same line. 114
Error 'catch' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error Line is longer than 80 characters. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error 'cast' is not followed by whitespace. 120
Error '}' should be on the same line. 121
Error 'catch' 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 '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '}' should be on the same line. 127
Error 'catch' 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. 132
Error ')' is preceded with whitespace. 132
Error '}' should be on the same line. 133
Error 'catch' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '}' should be on the same line. 145
Error 'catch' 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 followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
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. 156
Error '(' is followed by whitespace. 156
Error 'cast' is not followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error 'if' is not followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165

org/apache/avalon/excalibur/logger/DefaultLogTargetManager.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. 38
Error First sentence should end with a period. 39
Error 'private' modifier out of order with the JLS suggestions. 40
Error Name 'm_targets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error First sentence should end with a period. 42
Error Name 'm_factoryManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error 'cast' is not followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 60
Error Expected @param tag for 'logTargetFactoryManager'. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 73
Error 'if' is not followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error 'for' is not followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error Line is longer than 80 characters. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
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 '+' should be on a new line. 88
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line is longer than 80 characters. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error 'if' is not followed by whitespace. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99

org/apache/avalon/excalibur/logger/DefaultLoggerManager.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. 55
Error First sentence should end with a period. 56
Error Name 'm_loggermanager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error First sentence should end with a period. 59
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error First sentence should end with a period. 65
Error Name 'm_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error First sentence should end with a period. 68
Error Name 'm_manager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Error First sentence should end with a period. 71
Error Name 'm_disposeManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 84
Error Parameter prefix should be final. 84
Error Expected @param tag for 'prefix'. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error Expected an @return tag. 102
Error Redundant 'final' modifier. 102
Error '(' is followed by whitespace. 102
Error Expected @param tag for 'categoryName'. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Expected an @return tag. 111
Error Redundant 'final' modifier. 111
Error '{' should be on the previous line. 112
Error Redundant 'final' modifier. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 124
Error Redundant 'final' modifier. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 136
Error Line is longer than 80 characters. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error 'if' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141
Error Line is longer than 80 characters. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
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 Line is longer than 80 characters. 150
Error 'cast' is not followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '}' should be on the same line. 151
Error '{' should be on the previous line. 153
Error 'cast' is not followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '}' should be on the same line. 158
Error 'catch' is not followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error Line is longer than 80 characters. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error ')' is preceded with whitespace. 165
Error '{' should be on the previous line. 168
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
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. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line has trailing spaces. 176
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '}' should be on the same line. 179
Error Line has trailing spaces. 180
Error ')' is preceded with whitespace. 180
Error Line has trailing spaces. 181
Error '{' should be on the previous line. 181
Error Line is longer than 80 characters. 182
Error Line has trailing spaces. 184
Error 'if' is not followed by whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 186
Error Line is longer than 80 characters. 187
Error '(' is followed by whitespace. 187
Error 'cast' is not followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '}' should be on the same line. 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 '{' should be on the previous line. 192
Error Line is longer than 80 characters. 193
Error '(' is followed by whitespace. 193
Error 'cast' is not followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error ')' is preceded with whitespace. 193
Error '}' should be on the same line. 194
Error 'catch' is not followed by whitespace. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error Line is longer than 80 characters. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '{' should be on the previous line. 202
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '}' should be on the same line. 204
Error Line has trailing spaces. 205
Error ')' is preceded with whitespace. 205
Error '{' should be on the previous line. 206
Error Line is longer than 80 characters. 207
Error '}' should be on the same line. 209
Error '{' should be on the previous line. 211
Error Line is longer than 80 characters. 213
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
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 Line is longer than 80 characters. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 220
Error 'cast' is not followed by whitespace. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
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 Line is longer than 80 characters. 226
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error Missing a Javadoc comment. 231
Error '(' is followed by whitespace. 231
Error Parameter manager should be final. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 233
Error Missing a Javadoc comment. 237
Error '{' should be on the previous line. 238
Error 'if' is not followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '{' should be on the previous line. 240
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241

org/apache/avalon/excalibur/logger/Facade.java

ErrorLine
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 Redundant import from the same package - org.apache.avalon.excalibur.logger.LoggerManager. 19
Error Utility classes should not have a public or default constructor. 39
Error '{' should be on the previous line. 40
Error Expected an @return tag. 48
Error Line has trailing spaces. 48
Error '(' is followed by whitespace. 48
Error Expected @param tag for 'prefix'. 49
Error Expected @param tag for 'switchTo'. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 50
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line is longer than 80 characters. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error ')' is preceded with whitespace. 58
Error Expected an @return tag. 69
Error Expected @param tag for 'prefix'. 70
Error Expected @param tag for 'switchTo'. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error Line is longer than 80 characters. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Missing a Javadoc comment. 77
Error '(' is followed by whitespace. 77
Error Parameter target should be final. 77
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88

org/apache/avalon/excalibur/logger/Log4JConfLoggerManager.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. 43
Error Missing a Javadoc comment. 44
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 48
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter context should be final. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 54
Error Expected an @return tag. 61
Error '(' is followed by whitespace. 61
Error Expected @param tag for 'prefix'. 61
Error Expected @param tag for 'switchToCategory'. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line is longer than 80 characters. 67
Error Missing a Javadoc comment. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line is longer than 80 characters. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error 'for' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Line has trailing spaces. 92
Error '(' is followed by whitespace. 94

org/apache/avalon/excalibur/logger/Log4JLogger.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 23
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 33
Error First sentence should end with a period. 40
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 43
Error Name 'm_isDebugEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 44
Error Name 'm_isInfoEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 45
Error Name 'm_isWarnEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 46
Error Name 'm_isErrorEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 47
Error Name 'm_isFatalErrorEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error 'if' construct must use '{}'s. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error 'if' construct must use '{}'s. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error 'if' construct must use '{}'s. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error 'if' construct must use '{}'s. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error 'if' construct must use '{}'s. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '{' should be on the previous line. 148
Error 'if' construct must use '{}'s. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error 'if' construct must use '{}'s. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '{' should be on the previous line. 181
Error 'if' construct must use '{}'s. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
Error 'if' construct must use '{}'s. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Line is longer than 80 characters. 213
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error 'if' construct must use '{}'s. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 225
Error Line is longer than 80 characters. 232
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 238
Error Line is longer than 80 characters. 239
Error '(' is followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error ')' is preceded with whitespace. 239
Error Line has trailing spaces. 241

org/apache/avalon/excalibur/logger/Log4JLoggerManager.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 24
Error '{' should be on the previous line. 34
Error First sentence should end with a period. 35
Error Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Line is longer than 80 characters. 39
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line is longer than 80 characters. 47
Error '(' is followed by whitespace. 49
Error Expected @param tag for 'hierarchy'. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 50
Error Line is longer than 80 characters. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '(' is followed by whitespace. 58
Error Expected @param tag for 'prefix'. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 59
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line is longer than 80 characters. 64
Error '(' is followed by whitespace. 67
Error Expected @param tag for 'prefix'. 67
Error Expected @param tag for 'hierarchy'. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line is longer than 80 characters. 77
Error '(' is followed by whitespace. 77
Error Expected @param tag for 'prefix'. 77
Error Expected @param tag for 'switchToCategory'. 77
Error ')' is preceded with whitespace. 77
Error Line is longer than 80 characters. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line is longer than 80 characters. 83
Error '(' is followed by whitespace. 86
Error Expected @param tag for 'prefix'. 86
Error Expected @param tag for 'hierarchy'. 87
Error Expected @param tag for 'switchToCategory'. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error Line is longer than 80 characters. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line is longer than 80 characters. 94
Error '(' is followed by whitespace. 97
Error Expected @param tag for 'prefix'. 97
Error Expected @param tag for 'hierarchy'. 98
Error Expected @param tag for 'defaultLogger'. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line is longer than 80 characters. 105
Error '(' is followed by whitespace. 108
Error Expected @param tag for 'prefix'. 108
Error Expected @param tag for 'hierarchy'. 109
Error Expected @param tag for 'defaultLogger'. 110
Error Expected @param tag for 'logger'. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line has trailing spaces. 118
Error '(' is followed by whitespace. 138
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 '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error '}' should be on the same line. 153
Error '{' should be on the previous line. 155
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error Method 'doGetLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error ')' is preceded with whitespace. 168

org/apache/avalon/excalibur/logger/LogKitLoggerManager.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error '{' should be on the previous line. 51
Error First sentence should end with a period. 52
Error 'private' modifier out of order with the JLS suggestions. 53
Error Name 'm_targets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error First sentence should end with a period. 55
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error First sentence should end with a period. 58
Error Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error '{' should be on the previous line. 68
Error Line is longer than 80 characters. 69
Error '(' is followed by whitespace. 69
Error 'cast' is not followed by whitespace. 69
Error 'cast' is not followed by whitespace. 69
Error 'cast' is not followed by whitespace. 69
Error 'cast' is not followed by whitespace. 69
Error 'cast' is not followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error Line is longer than 80 characters. 83
Error '(' is followed by whitespace. 83
Error 'cast' is not followed by whitespace. 83
Error 'cast' is not followed by whitespace. 83
Error 'cast' is not followed by whitespace. 83
Error 'cast' is not followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line is longer than 80 characters. 114
Error '(' is followed by whitespace. 114
Error 'cast' is not followed by whitespace. 114
Error 'cast' is not followed by whitespace. 114
Error 'cast' is not followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 139
Error Expected @param tag for 'hierarchy'. 139
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 142
Error 'cast' is not followed by whitespace. 142
Error 'cast' is not followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 156
Error Expected @param tag for 'hierarchy'. 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 'cast' is not followed by whitespace. 158
Error 'cast' is not followed by whitespace. 158
Error 'cast' is not followed by whitespace. 158
Error 'cast' is not followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '(' is followed by whitespace. 175
Error Expected @param tag for 'hierarchy'. 175
Error ')' is preceded with whitespace. 175
Error '(' is followed by whitespace. 177
Error 'cast' is not followed by whitespace. 177
Error 'cast' is not followed by whitespace. 177
Error 'cast' is not followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '(' is followed by whitespace. 216
Error Expected @param tag for 'hierarchy'. 216
Error ')' is preceded with whitespace. 217
Error '{' should be on the previous line. 218
Error '(' is followed by whitespace. 219
Error 'cast' is not followed by whitespace. 219
Error ')' is preceded with whitespace. 220
Error Line is longer than 80 characters. 240
Error '(' is followed by whitespace. 247
Error Expected @param tag for 'hierarchy'. 247
Error ')' is preceded with whitespace. 249
Error '{' should be on the previous line. 250
Error Line is longer than 80 characters. 251
Error '(' is followed by whitespace. 251
Error 'cast' is not followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error '(' is followed by whitespace. 342
Error Expected @param tag for 'hierarchy'. 342
Error ')' is preceded with whitespace. 345
Error '{' should be on the previous line. 346
Error '(' is followed by whitespace. 347
Error ')' is preceded with whitespace. 347
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error '{' should be on the previous line. 351
Error '(' is followed by whitespace. 353
Error ')' is preceded with whitespace. 353
Error Line is longer than 80 characters. 354
Error '(' is followed by whitespace. 354
Error ')' is preceded with whitespace. 354
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error '}' should be on the same line. 356
Error '{' should be on the previous line. 358
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error '{' should be on the previous line. 363
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error Line is longer than 80 characters. 369
Error '(' is followed by whitespace. 374
Error ')' is preceded with whitespace. 374
Error '{' should be on the previous line. 376
Error Expected an @return tag. 385
Error Method 'doGetLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 385
Error '(' is followed by whitespace. 385
Error Expected @param tag for 'fullCategoryName'. 385
Error ')' is preceded with whitespace. 385
Error '{' should be on the previous line. 386
Error '(' is followed by whitespace. 387
Error '(' is followed by whitespace. 387
Error ')' is preceded with whitespace. 387
Error ')' is preceded with whitespace. 387
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 396
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error '{' should be on the previous line. 398
Error '(' is followed by whitespace. 399
Error ')' is preceded with whitespace. 399
Error Line is longer than 80 characters. 400
Error '(' is followed by whitespace. 400
Error ')' is preceded with whitespace. 400
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error Line is longer than 80 characters. 403
Error '(' is followed by whitespace. 403
Error ')' is preceded with whitespace. 403
Error '(' is followed by whitespace. 405
Error ')' is preceded with whitespace. 405
Error '(' is followed by whitespace. 406
Error ')' is preceded with whitespace. 406
Error '(' is followed by whitespace. 407
Error '(' is followed by whitespace. 411
Error ')' is preceded with whitespace. 411
Error ')' is preceded with whitespace. 411
Error First sentence should end with a period. 414
Error Expected an @return tag. 420
Error Line is longer than 80 characters. 420
Error Redundant 'final' modifier. 420
Error '(' is followed by whitespace. 420
Error ')' is preceded with whitespace. 420
Error '{' should be on the previous line. 422
Error Line is longer than 80 characters. 423
Error '(' is followed by whitespace. 425
Error ')' is preceded with whitespace. 425
Error '{' should be on the previous line. 428
Error '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error '}' should be on the same line. 430
Error 'catch' 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 Line is longer than 80 characters. 433
Error '(' is followed by whitespace. 433
Error ')' is preceded with whitespace. 433
Error '(' is followed by whitespace. 436
Error ')' is preceded with whitespace. 436
Error First sentence should end with a period. 441
Error Expected an @return tag. 447
Error Line is longer than 80 characters. 447
Error Redundant 'final' modifier. 447
Error '(' is followed by whitespace. 447
Error Line is longer than 80 characters. 448
Error Expected @param tag for 'targetFactoryManager'. 448
Error ')' is preceded with whitespace. 448
Error '{' should be on the previous line. 450
Error Line is longer than 80 characters. 451
Error '(' is followed by whitespace. 453
Error ')' is preceded with whitespace. 453
Error '(' is followed by whitespace. 455
Error ')' is preceded with whitespace. 455
Error '(' is followed by whitespace. 457
Error ')' is preceded with whitespace. 457
Error First sentence should end with a period. 462
Error Redundant 'final' modifier. 469
Error '(' is followed by whitespace. 469
Error Expected @param tag for 'targetManager'. 469
Error Expected @param tag for 'parentCategory'. 470
Error Parameter root should be final. 472
Error Expected @param tag for 'defaultAdditive'. 473
Error ')' is preceded with whitespace. 473
Error '{' should be on the previous line. 475
Error 'for' is not followed by whitespace. 478
Error '(' is followed by whitespace. 478
Error ')' is preceded with whitespace. 478
Error '{' should be on the previous line. 479
Error '(' is followed by whitespace. 480
Error ')' is preceded with whitespace. 480
Error '(' is followed by whitespace. 482
Error ')' is preceded with whitespace. 482
Error Line is longer than 80 characters. 484
Error '(' is followed by whitespace. 484
Error ')' is preceded with whitespace. 484
Error '(' is followed by whitespace. 486
Error ')' is preceded with whitespace. 486
Error Line is longer than 80 characters. 488
Error '(' is followed by whitespace. 488
Error ')' is preceded with whitespace. 488
Error 'for' is not followed by whitespace. 490
Error '(' is followed by whitespace. 490
Error ')' is preceded with whitespace. 490
Error '{' should be on the previous line. 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 '{' should be on the previous line. 495
Error Line is longer than 80 characters. 496
Error '+' should be on a new line. 496
Error Line is longer than 80 characters. 497
Error 'if' is not followed by whitespace. 500
Error '(' is followed by whitespace. 500
Error '(' is followed by whitespace. 500
Error ')' is preceded with whitespace. 500
Error ')' is preceded with whitespace. 500
Error '{' should be on the previous line. 501
Error '(' is followed by whitespace. 502
Error ')' is preceded with whitespace. 502
Error 'if' is not followed by whitespace. 506
Error '(' is followed by whitespace. 506
Error '(' is followed by whitespace. 506
Error ')' is preceded with whitespace. 506
Error ')' is preceded with whitespace. 506
Error '{' should be on the previous line. 507
Error Line is longer than 80 characters. 508
Error '(' is followed by whitespace. 508
Error '(' is followed by whitespace. 508
Error ')' is preceded with whitespace. 508
Error ')' is preceded with whitespace. 508
Error '(' is followed by whitespace. 509
Error ')' is preceded with whitespace. 509
Error Line is longer than 80 characters. 513
Error '(' is followed by whitespace. 513
Error ')' is preceded with whitespace. 513
Error '(' is followed by whitespace. 514
Error '(' is followed by whitespace. 514
Error ')' is preceded with whitespace. 514
Error ')' is preceded with whitespace. 514
Error 'if' is not followed by whitespace. 515
Error '(' is followed by whitespace. 515
Error ')' is preceded with whitespace. 515
Error '{' should be on the previous line. 516
Error Line is longer than 80 characters. 517
Error '(' is followed by whitespace. 517
Error ')' is preceded with whitespace. 517
Error '(' is followed by whitespace. 519
Error '(' is followed by whitespace. 519
Error ')' is preceded with whitespace. 519
Error ')' is preceded with whitespace. 519
Error '(' is followed by whitespace. 520
Error ')' is preceded with whitespace. 520
Error '(' is followed by whitespace. 521
Error ')' is preceded with whitespace. 521
Error Line is longer than 80 characters. 523
Error '(' is followed by whitespace. 523
Error ')' is preceded with whitespace. 523
Error 'if' is not followed by whitespace. 524
Error '(' is followed by whitespace. 524
Error ')' is preceded with whitespace. 524
Error '{' should be on the previous line. 525
Error Line is longer than 80 characters. 526
Error '(' is followed by whitespace. 526
Error ')' is preceded with whitespace. 526
Error '(' is followed by 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. 534
Error ')' is preceded with whitespace. 534
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 541
Error '{' should be on the previous line. 542
Error 'while' is not followed by whitespace. 544
Error '(' is followed by whitespace. 544
Error ')' is preceded with whitespace. 544
Error '{' should be on the previous line. 545
Error 'cast' is not followed by whitespace. 546
Error 'if' is not followed by whitespace. 547
Error '(' is followed by whitespace. 547
Error ')' is preceded with whitespace. 547
Error '{' should be on the previous line. 548
Error '(' is followed by whitespace. 549
Error 'cast' is not followed by whitespace. 549
Error ')' is preceded with whitespace. 549
Error Missing a Javadoc comment. 554
Error '{' should be on the previous line. 555
Error Line is longer than 80 characters. 557
Error Name 'm_reliableLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 560
Error Missing a Javadoc comment. 562
Error '(' is followed by whitespace. 562
Error ')' is preceded with whitespace. 562
Error '{' should be on the previous line. 563
Error '(' is followed by whitespace. 564
Error ')' is preceded with whitespace. 564
Error '{' should be on the previous line. 565
Error '(' is followed by whitespace. 566
Error ')' is preceded with whitespace. 566
Error Line is longer than 80 characters. 571
Error Missing a Javadoc comment. 571
Error '(' is followed by whitespace. 571
Error ')' is preceded with whitespace. 571
Error '(' is followed by whitespace. 574
Error ')' is preceded with whitespace. 574
Error Line is longer than 80 characters. 578
Error '(' is followed by whitespace. 580
Error ')' is preceded with whitespace. 580
Error '{' should be on the previous line. 581
Error '(' is followed by whitespace. 582
Error ')' is preceded with whitespace. 582
Error '}' should be on the same line. 583
Error '(' is followed by whitespace. 584
Error ')' is preceded with whitespace. 584
Error '{' should be on the previous line. 585
Error '(' is followed by whitespace. 586
Error ')' is preceded with whitespace. 586
Error '}' should be on the same line. 587
Error '(' is followed by whitespace. 588
Error ')' is preceded with whitespace. 588
Error '{' should be on the previous line. 589
Error '(' is followed by whitespace. 590
Error ')' is preceded with whitespace. 590
Error '}' should be on the same line. 591
Error '(' is followed by whitespace. 592
Error ')' is preceded with whitespace. 592
Error '{' should be on the previous line. 593
Error '(' is followed by whitespace. 594
Error ')' is preceded with whitespace. 594
Error '}' should be on the same line. 595
Error '(' is followed by whitespace. 596
Error '{' should be on the previous line. 597
Error Line is longer than 80 characters. 598
Error '(' is followed by whitespace. 598
Error ')' is preceded with whitespace. 598
Error '}' should be on the same line. 599
Error '{' should be on the previous line. 601
Error Line is longer than 80 characters. 603
Error '(' is followed by whitespace. 603
Error ')' is preceded with whitespace. 604

org/apache/avalon/excalibur/logger/LogKitManageable.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. 28
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35

org/apache/avalon/excalibur/logger/LogKitManager.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 32
Error Expected an @return tag. 36
Error '(' is followed by whitespace. 36
Error Expected @param tag for 'categoryName'. 36
Error ')' is preceded with whitespace. 36

org/apache/avalon/excalibur/logger/LogTargetFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 31
Error First sentence should end with a period. 32
Error Expected an @return tag. 35
Error Line is longer than 80 characters. 35
Error '(' is followed by whitespace. 35
Error Expected @param tag for 'configuration'. 35
Error ')' is preceded with whitespace. 35
Error Expected @throws tag for 'ConfigurationException'. 35

org/apache/avalon/excalibur/logger/LogTargetFactoryManageable.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. 20
Error '{' should be on the previous line. 28
Error Line is longer than 80 characters. 30
Error Line is longer than 80 characters. 33
Error '(' is followed by whitespace. 33
Error Expected @param tag for 'logTargetFactoryManager'. 33
Error ')' is preceded with whitespace. 33

org/apache/avalon/excalibur/logger/LogTargetFactoryManager.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. 27
Error Expected an @return tag. 31
Error '(' is followed by whitespace. 31
Error Expected @param tag for 'factoryName'. 31
Error ')' is preceded with whitespace. 31

org/apache/avalon/excalibur/logger/LogTargetManager.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 Expected an @return tag. 33
Error '(' is followed by whitespace. 33
Error Expected @param tag for 'targetId'. 33
Error ')' is preceded with whitespace. 33

org/apache/avalon/excalibur/logger/LoggerLoggerManager.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. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error Parameter logger should be final. 30
Error 'logger' hides a field. 30
Error ')' is preceded with whitespace. 30
Error '{' should be on the previous line. 31
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error '(' is followed by whitespace. 35
Error Parameter categoryName should be final. 35
Error ')' is preceded with whitespace. 35
Error '{' should be on the previous line. 36
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error '{' should be on the previous line. 41

org/apache/avalon/excalibur/logger/LoggerManageable.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. 37
Error ')' is preceded with whitespace. 37

org/apache/avalon/excalibur/logger/LoggerManager.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 Redundant 'public' modifier. 30
Error Expected an @return tag. 35
Error Redundant 'public' modifier. 35
Error '(' is followed by whitespace. 35
Error Expected @param tag for 'categoryName'. 35
Error ')' is preceded with whitespace. 35
Error Expected an @return tag. 41
Error Redundant 'public' modifier. 41

org/apache/avalon/excalibur/logger/ServletLogger.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 27
Error '{' should be on the previous line. 35
Error Missing a Javadoc comment. 54
Error Name 'm_servletContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Missing a Javadoc comment. 55
Error Name 'm_logLevel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error Missing a Javadoc comment. 56
Error Name 'm_prompt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error '(' is followed by whitespace. 61
Error Expected @param tag for 'servletConfig'. 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 '{' should be on the previous line. 68
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
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Line is longer than 80 characters. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error Line is longer than 80 characters. 97
Error Line is longer than 80 characters. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error '}' should be on the same line. 111
Error '{' should be on the previous line. 113
Error Method 'debug' is not designed for extension - needs to be abstract, final or empty. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Method 'debug' is not designed for extension - needs to be abstract, final or empty. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error 'if' is not followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error Line is longer than 80 characters. 143
Error Method 'isDebugEnabled' is not designed for extension - needs to be abstract, final or empty. 147
Error '{' should be on the previous line. 148
Error Method 'info' is not designed for extension - needs to be abstract, final or empty. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 158
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error Method 'info' is not designed for extension - needs to be abstract, final or empty. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 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 '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Line is longer than 80 characters. 177
Error Method 'isInfoEnabled' is not designed for extension - needs to be abstract, final or empty. 181
Error '{' should be on the previous line. 182
Error Method 'warn' is not designed for extension - needs to be abstract, final or empty. 191
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error Method 'warn' is not designed for extension - needs to be abstract, final or empty. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 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 Line is longer than 80 characters. 206
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error Line is longer than 80 characters. 211
Error Method 'isWarnEnabled' is not designed for extension - needs to be abstract, final or empty. 215
Error '{' should be on the previous line. 216
Error Method 'error' is not designed for extension - needs to be abstract, final or empty. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error Method 'error' is not designed for extension - needs to be abstract, final or empty. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '{' should be on the previous line. 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 Line is longer than 80 characters. 245
Error Method 'isErrorEnabled' is not designed for extension - needs to be abstract, final or empty. 249
Error '{' should be on the previous line. 250
Error Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. 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 Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. 270
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error '{' should be on the previous line. 271
Error 'if' is not followed by whitespace. 272
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error '{' should be on the previous line. 273
Error Line is longer than 80 characters. 274
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error Line is longer than 80 characters. 279
Error Method 'isFatalErrorEnabled' is not designed for extension - needs to be abstract, final or empty. 283
Error '{' should be on the previous line. 284
Error Line is longer than 80 characters. 289
Error Method 'getChildLogger' is not designed for extension - needs to be abstract, final or empty. 294
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error '{' should be on the previous line. 295

org/apache/avalon/excalibur/logger/SimpleLogKitManager.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. 51
Error Missing a Javadoc comment. 52
Error Line is longer than 80 characters. 53
Error Missing a Javadoc comment. 57
Error Name 'm_baseDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error First sentence should end with a period. 59
Error Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error Name 'm_logkitLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Missing a Javadoc comment. 74
Error Name 'm_targets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 85
Error '{' should be on the previous line. 87
Error 'cast' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '}' should be on the same line. 89
Error 'catch' 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 ')' is preceded with whitespace. 92
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 104
Error Line is longer than 80 characters. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line is longer than 80 characters. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 115
Error '{' should be on the previous line. 116
Error 'while' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error 'cast' is not followed by whitespace. 120
Error 'if' is not followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error 'cast' is not followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 145
Error '{' should be on the previous line. 146
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 159
Error 'for' 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. 165
Error ')' is preceded with whitespace. 165
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error Line is longer than 80 characters. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Line is longer than 80 characters. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error 'if' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with 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 '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '{' should be on the previous line. 183
Error Line is longer than 80 characters. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '}' should be on the same line. 185
Error 'catch' 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. 189
Error '+' should be on a new line. 189
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. 207
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 209
Error 'for' 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. 213
Error ')' is preceded with whitespace. 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 'cast' is not followed by whitespace. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error 'if' is not followed by whitespace. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error '{' should be on the previous line. 222
Error '+' should be on a new line. 224
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error Line is longer than 80 characters. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error 'if' is not followed by whitespace. 230
Error '(' is followed by whitespace. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error ')' is preceded with whitespace. 230
Error '{' should be on the previous line. 231
Error Line is longer than 80 characters. 233
Error '+' should be on a new line. 233
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
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 '+' should be on a new line. 241
Error Line is longer than 80 characters. 242
Error '+' should be on a new line. 242
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error 'if' is not followed by whitespace. 247
Error '(' is followed by whitespace. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 248
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error '}' should be on the same line. 251
Error '{' should be on the previous line. 253
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255

org/apache/avalon/excalibur/logger/decorator/CachingDecorator.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. 39
Error Line has trailing spaces. 41
Error Name 'm_loggers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Line has trailing spaces. 46
Error Name 'm_defaultLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error '(' is followed by whitespace. 60
Error Expected @param tag for 'loggerManager'. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Expected an @return tag. 68
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 68
Error '(' is followed by whitespace. 68
Error Expected @param tag for 'categoryName'. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error 'synchronized' is not followed by whitespace. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '+' should be on a new line. 80
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Expected an @return tag. 97
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 97
Error '{' should be on the previous line. 98
Error 'synchronized' 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. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107

org/apache/avalon/excalibur/logger/decorator/LogToSelfDecorator.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. 47
Error Missing a Javadoc comment. 49
Error Name 'm_switchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 51
Error Name 'm_switch' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Line has trailing spaces. 52
Error Line has trailing spaces. 53
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 66
Error '(' is followed by whitespace. 66
Error Expected @param tag for 'loggerManager'. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error 'if' construct must use '{}'s. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line has trailing spaces. 79
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 106
Error Expected @throws tag for 'Exception'. 106
Error '{' should be on the previous line. 107
Error Line has trailing spaces. 108
Error Line has trailing spaces. 111
Error Line is longer than 80 characters. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error Line has trailing spaces. 122
Error Line is longer than 80 characters. 122
Error '+' should be on a new line. 122
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error Line has trailing spaces. 135
Error '+' should be on a new line. 135
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137

org/apache/avalon/excalibur/logger/decorator/LoggerManagerDecorator.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 38
Error Line has trailing spaces. 56
Error Line has trailing spaces. 63
Error Line has trailing spaces. 80
Error Line has trailing spaces. 86
Error Line has trailing spaces. 87
Error Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error '{' should be on the previous line. 92
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
Error Variable 'm_loggerManager' must be private and have accessor methods. 96
Error Missing a Javadoc comment. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error 'if' construct must use '{}'s. 100
Error Line is longer than 80 characters. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 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 Line has trailing spaces. 113
Error Line is longer than 80 characters. 114
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error '{' should be on the previous line. 120
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Expected an @return tag. 137
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 137
Error '(' is followed by whitespace. 137
Error Expected @param tag for 'categoryName'. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Expected an @return tag. 146
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 146
Error '{' should be on the previous line. 147

org/apache/avalon/excalibur/logger/decorator/OverrideDefaultDecorator.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 30
Error First sentence should end with a period. 31
Error Line has trailing spaces. 32
Error Name 'm_defaultLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Line has trailing spaces. 44
Error '(' is followed by whitespace. 44
Error Expected @param tag for 'loggerManager'. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error 'if' construct must use '{}'s. 48
Error Line is longer than 80 characters. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Expected an @return tag. 55
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 55
Error '(' is followed by whitespace. 55
Error Expected @param tag for 'categoryName'. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error '}' should be on the same line. 60
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Expected an @return tag. 71
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 71
Error '{' should be on the previous line. 72

org/apache/avalon/excalibur/logger/decorator/PrefixDecorator.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 34
Error Name 'm_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Line is longer than 80 characters. 45
Error '(' is followed by whitespace. 45
Error Expected @param tag for 'loggerManager'. 45
Error ')' is preceded with whitespace. 45
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error 'if' construct must use '{}'s. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error 'if' construct must use '{}'s. 49
Error Line is longer than 80 characters. 49
Error '(' is followed by whitespace. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error ')' is preceded with whitespace. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Expected an @return tag. 56
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 56
Error '(' is followed by whitespace. 56
Error Expected @param tag for 'categoryName'. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error Line is longer than 80 characters. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Line has trailing spaces. 64
Error Expected an @return tag. 66
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 66
Error '{' should be on the previous line. 67
Error Line is longer than 80 characters. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69

org/apache/avalon/excalibur/logger/decorator/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/excalibur/logger/factory/AbstractTargetFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 42
Error First sentence should end with a period. 43
Error Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Variable 'm_configuration' must be private and have accessor methods. 44
Error First sentence should end with a period. 46
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Variable 'm_context' must be private and have accessor methods. 47
Error First sentence should end with a period. 49
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 52
Error '(' is followed by whitespace. 52
Error Parameter configuration should be final. 52
Error Expected @param tag for 'configuration'. 52
Error ')' is preceded with whitespace. 52
Error Expected @throws tag for 'ConfigurationException'. 53
Error '{' should be on the previous line. 54
Error First sentence should end with a period. 58
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 61
Error '(' is followed by whitespace. 61
Error Parameter context should be final. 61
Error Expected @param tag for 'context'. 61
Error ')' is preceded with whitespace. 61
Error Expected @throws tag for 'ContextException'. 62
Error '{' should be on the previous line. 63

org/apache/avalon/excalibur/logger/factory/AsyncLogTargetFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 45
Error '{' should be on the previous line. 64
Error First sentence should end with a period. 65
Error Name 'm_logTargetFactoryManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error Variable 'm_logTargetFactoryManager' must be private and have accessor methods. 66
Error First sentence should end with a period. 68
Error Expected an @return tag. 71
Error Redundant 'final' modifier. 71
Error '(' is followed by whitespace. 71
Error Expected @param tag for 'configuration'. 71
Error ')' is preceded with whitespace. 71
Error Expected @throws tag for 'ConfigurationException'. 72
Error '{' should be on the previous line. 73
Error Line is longer than 80 characters. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line is longer than 80 characters. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error 'if' is not followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '}' should be on the same line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error 'if' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error '}' should be on the same line. 93
Error 'if' is not followed by whitespace. 94
Error '(' is followed by whitespace. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '}' should be on the same line. 97
Error '{' should be on the previous line. 99
Error Line is longer than 80 characters. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error First sentence should end with a period. 109
Error Line is longer than 80 characters. 112
Error Redundant 'final' modifier. 112
Error '(' is followed by whitespace. 112
Error Parameter logTargetFactoryManager should be final. 112
Error Expected @param tag for 'logTargetFactoryManager'. 112
Error ')' is preceded with whitespace. 112

org/apache/avalon/excalibur/logger/factory/ConsoleTargetFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 33
Error Line is longer than 80 characters. 45
Error '{' should be on the previous line. 56
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error '(' is followed by whitespace. 61
Error Expected @param tag for 'configuration'. 61
Error ')' is preceded with whitespace. 61
Error Expected @throws tag for 'ConfigurationException'. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error 'if' is not followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79

org/apache/avalon/excalibur/logger/factory/DatagramTargetFactory.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 39
Error Line is longer than 80 characters. 46
Error Line is longer than 80 characters. 47
Error '{' should be on the previous line. 56
Error First sentence should end with a period. 57
Error Line is longer than 80 characters. 59
Error First sentence should end with a period. 61
Error Expected an @return tag. 64
Error Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. 64
Error '(' is followed by whitespace. 64
Error Expected @param tag for 'conf'. 64
Error ')' is preceded with whitespace. 64
Error Expected @throws tag for 'ConfigurationException'. 65
Error '{' should be on the previous line. 66
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error 'if' is not followed by whitespace. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
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
Error '{' should be on the previous line. 76
Error Line is longer than 80 characters. 77
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 77
Error '}' should be on the same line. 78
Error 'catch' is not followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error Line is longer than 80 characters. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line is longer than 80 characters. 86
Error '(' is followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '}' should be on the same line. 91
Error 'catch' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error Line is longer than 80 characters. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error First sentence should end with a period. 98
Error Expected an @return tag. 103
Error Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error 'if' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '}' should be on the same line. 111
Error 'if' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118

org/apache/avalon/excalibur/logger/factory/FileTargetFactory.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 78
Error Line is longer than 80 characters. 98
Error Line is longer than 80 characters. 112
Error Line is longer than 80 characters. 113
Error Line is longer than 80 characters. 118
Error Line is longer than 80 characters. 122
Error Line is longer than 80 characters. 128
Error '{' should be on the previous line. 133
Error First sentence should end with a period. 135
Error Expected an @return tag. 138
Error '(' is followed by whitespace. 138
Error Expected @param tag for 'configuration'. 138
Error ')' is preceded with whitespace. 138
Error Expected @throws tag for 'ConfigurationException'. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error Line is longer than 80 characters. 149
Error Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 160
Error Line is longer than 80 characters. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 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. 164
Error ')' is preceded with whitespace. 164
Error '}' should be on the same line. 165
Error '{' should be on the previous line. 167
Error 'if' is not followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error Line is longer than 80 characters. 171
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Line is longer than 80 characters. 174
Error Line is longer than 80 characters. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error Line is longer than 80 characters. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Line is longer than 80 characters. 179
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
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 '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error Missing a Javadoc comment. 190
Error Missing a Javadoc comment. 191
Error '60' is a magic number. 191
Error Missing a Javadoc comment. 192
Error '60' is a magic number. 192
Error Missing a Javadoc comment. 193
Error '24' is a magic number. 193
Error Missing a Javadoc comment. 195
Error Missing a Javadoc comment. 196
Error '1000' is a magic number. 196
Error Method 'getRotateStrategy' is not designed for extension - needs to be abstract, final or empty. 198
Error Missing a Javadoc comment. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '{' should be on the previous line. 199
Error 'if' is not followed by whitespace. 202
Error '(' is followed by whitespace. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 203
Error 'for' is not followed by whitespace. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 209
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '}' should be on the same line. 214
Error 'if' is not followed by whitespace. 215
Error '(' is followed by whitespace. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
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. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error ')' is preceded with whitespace. 227
Error '(' is followed by whitespace. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '}' should be on the same line. 239
Error 'if' is not followed by whitespace. 240
Error '(' is followed by whitespace. 240
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 241
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error '}' should be on the same line. 244
Error 'if' is not followed by whitespace. 245
Error '(' is followed by whitespace. 245
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error ')' is preceded with whitespace. 245
Error '{' should be on the previous line. 246
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error 'for' is not followed by whitespace. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '{' should be on the previous line. 255
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error 'if' is not followed by whitespace. 257
Error '(' is followed by whitespace. 257
Error '4' is a magic number. 257
Error ')' is preceded with whitespace. 257
Error '{' should be on the previous line. 258
Error 'if' is not followed by whitespace. 261
Error '(' is followed by whitespace. 261
Error '3' is a magic number. 261
Error ')' is preceded with whitespace. 261
Error '{' should be on the previous line. 262
Error 'if' is not followed by whitespace. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error '{' should be on the previous line. 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. 275
Error ')' is preceded with whitespace. 275
Error '}' should be on the same line. 276
Error '{' should be on the previous line. 278
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error 'for' 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 '(' is followed by whitespace. 288
Error ')' is preceded with whitespace. 288
Error 'if' is not followed by whitespace. 289
Error '(' is followed by whitespace. 289
Error '3' is a magic number. 289
Error ')' is preceded with whitespace. 289
Error '{' should be on the previous line. 290
Error 'if' is not followed by whitespace. 293
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error '{' should be on the previous line. 294
Error 'if' 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 '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error Line is longer than 80 characters. 307
Error Method 'getFileStrategy' is not designed for extension - needs to be abstract, final or empty. 307
Error Missing a Javadoc comment. 307
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error 'if' is not followed by whitespace. 311
Error '(' is followed by whitespace. 311
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error ')' is preceded with whitespace. 311
Error '{' should be on the previous line. 312
Error '(' is followed by whitespace. 314
Error '5' is a magic number. 314
Error ')' is preceded with whitespace. 314
Error '(' is followed by whitespace. 316
Error '10' is a magic number. 316
Error ')' is preceded with whitespace. 316
Error Line is longer than 80 characters. 318
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error 'if' is not followed by whitespace. 324
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error '{' should be on the previous line. 325
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error '}' should be on the same line. 327
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 '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error '}' should be on the same line. 333
Error '{' should be on the previous line. 335
Error '(' is followed by whitespace. 336
Error ')' is preceded with whitespace. 336
Error Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. 341
Error Missing a Javadoc comment. 341
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error '{' should be on the previous line. 342
Error 'if' is not followed by whitespace. 345
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error '{' should be on the previous line. 346
Error '(' is followed by whitespace. 348
Error ')' is preceded with whitespace. 348
Error '(' is followed by whitespace. 366
Error Parameter rawFilename should be final. 366
Error ')' is preceded with whitespace. 366
Error '{' should be on the previous line. 368
Error 'while' is not followed by whitespace. 372
Error '(' is followed by whitespace. 372
Error '(' is followed by whitespace. 372
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372
Error ')' is preceded with whitespace. 372
Error ')' is preceded with whitespace. 372
Error '{' should be on the previous line. 373
Error 'if' 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 '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 376
Error 'if' is not followed by whitespace. 378
Error '(' is followed by whitespace. 378
Error ')' is preceded with whitespace. 378
Error '{' should be on the previous line. 379
Error '(' is followed by whitespace. 380
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error ')' is preceded with whitespace. 380
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 previous line. 386
Error '(' is followed by whitespace. 387
Error ')' is preceded with whitespace. 387
Error '}' should be on the same line. 388
Error 'catch' is not followed by whitespace. 389
Error '(' is followed by whitespace. 389
Error ')' is preceded with whitespace. 389
Error '{' should be on the previous line. 390
Error ')' is preceded with whitespace. 392
Error '(' is followed by whitespace. 394
Error ')' is preceded with whitespace. 394
Error 'if' 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 '(' is followed by whitespace. 399
Error '(' is followed by whitespace. 399
Error ')' is preceded with whitespace. 399
Error ')' is preceded with whitespace. 399

org/apache/avalon/excalibur/logger/factory/FormatterFactory.java

ErrorLine
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. 36
Error Line is longer than 80 characters. 37
Error Method 'createFormatter' 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 ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error 'if' is not followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error Line is longer than 80 characters. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line is longer than 80 characters. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '}' should be on the same line. 48
Error 'if' is not followed by whitespace. 49
Error '(' is followed by whitespace. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 50
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '}' should be on the same line. 58
Error 'if' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with 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 'if' is not followed by whitespace. 63
Error '(' is followed by whitespace. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '}' should be on the same line. 66
Error 'if' is not followed by whitespace. 67
Error '(' is followed by whitespace. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error '}' should be on the same line. 70
Error 'if' is not followed by whitespace. 71
Error '(' is followed by whitespace. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with 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 '{' should be on the previous line. 76
Error Line is longer than 80 characters. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77

org/apache/avalon/excalibur/logger/factory/JDBCTargetFactory.java

ErrorLine
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. 59
Error Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error '(' is followed by whitespace. 60
Error Parameter configuration should be final. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line is longer than 80 characters. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error 'for' 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 '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 89
Error 'cast' is not followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '}' should be on the same line. 92
Error 'catch' 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 '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
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. 101
Error ')' is preceded with whitespace. 101
Error '}' should be on the same line. 102
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105

org/apache/avalon/excalibur/logger/factory/JMSTargetFactory.java

ErrorLine
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. 47
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 64
Error '{' should be on the previous line. 73
Error Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 97
Error 'cast' is not followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error 'cast' is not followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '}' should be on the same line. 101
Error 'catch' is not followed by whitespace. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '}' should be on the same line. 105
Error 'catch' 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. 108
Error 'if' is not followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error Line is longer than 80 characters. 114
Error 'cast' is not followed by whitespace. 114
Error 'cast' is not followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '}' should be on the same line. 115
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error Line is longer than 80 characters. 119
Error 'cast' is not followed by whitespace. 119
Error 'cast' is not followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line is longer than 80 characters. 125
Error Missing a Javadoc comment. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 127
Error Line is longer than 80 characters. 128
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 followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error Line is longer than 80 characters. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line is longer than 80 characters. 136
Error 'for' 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 followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line is longer than 80 characters. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 156
Error 'if' is not followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162

org/apache/avalon/excalibur/logger/factory/LF5TargetFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 26
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 36
Error '{' should be on the previous line. 44
Error Method 'createTarget' 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 '{' should be on the previous line. 47
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error 'if' is not followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error Line is longer than 80 characters. 53
Error '(' is followed by whitespace. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error ')' is preceded with whitespace. 53

org/apache/avalon/excalibur/logger/factory/PriorityFilterTargetFactory.java

ErrorLine
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. 44
Error Line is longer than 80 characters. 46
Error '{' should be on the previous line. 57
Error First sentence should end with a period. 58
Error Name 'm_logTargetFactoryManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Variable 'm_logTargetFactoryManager' must be private and have accessor methods. 59
Error First sentence should end with a period. 61
Error Expected an @return tag. 64
Error Redundant 'final' modifier. 64
Error '(' is followed by whitespace. 64
Error Expected @param tag for 'configuration'. 64
Error ')' is preceded with whitespace. 64
Error Expected @throws tag for 'ConfigurationException'. 65
Error '{' should be on the previous line. 66
Error Line is longer than 80 characters. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line has trailing spaces. 69
Error Line is longer than 80 characters. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line has trailing spaces. 72
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error ')' is preceded with whitespace. 74
Error 'for' 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. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error 'if' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error Line is longer than 80 characters. 84
Error '(' is followed by whitespace. 84
Error Line is longer than 80 characters. 85
Error ')' is preceded with whitespace. 85
Error Line is longer than 80 characters. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error First sentence should end with a period. 96
Error Line is longer than 80 characters. 99
Error Redundant 'final' modifier. 99
Error '(' is followed by whitespace. 99
Error Parameter logTargetFactoryManager should be final. 99
Error Expected @param tag for 'logTargetFactoryManager'. 99
Error ')' is preceded with whitespace. 99

org/apache/avalon/excalibur/logger/factory/SMTPTargetFactory.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 76
Error '{' should be on the previous line. 88
Error First sentence should end with a period. 89
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 98
Error '{' should be on the previous line. 100
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 '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '}' should be on the same line. 110
Error 'catch' 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 '(' is followed by whitespace. 113
Error '+' should be on a new line. 113
Error ')' is preceded with whitespace. 114
Error '}' should be on the same line. 115
Error 'catch' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. 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 '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 '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Line is longer than 80 characters. 144
Error Line is longer than 80 characters. 148
Error Line is longer than 80 characters. 151
Error Method 'getSession' is not designed for extension - needs to be abstract, final or empty. 158
Error '(' is followed by whitespace. 158
Error Parameter config should be final. 158
Error Expected @param tag for 'config'. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error 'if' is not followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '{' should be on the previous line. 164
Error Line is longer than 80 characters. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error 'if' is not followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error 'cast' is not followed by whitespace. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '}' should be on the same line. 174
Error '{' should be on the previous line. 176
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error ')' is preceded with whitespace. 179
Error ')' is preceded with whitespace. 179
Error '(' is followed by whitespace. 190
Error Parameter config should be final. 190
Error ')' is preceded with whitespace. 190
Error Expected @throws tag for 'ConfigurationException'. 191
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 203
Error Parameter config should be final. 203
Error ')' is preceded with whitespace. 203
Error Expected @throws tag for 'ConfigurationException'. 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. 206
Error ')' is preceded with whitespace. 206
Error '(' is followed by whitespace. 216
Error Parameter config should be final. 216
Error ')' is preceded with whitespace. 216
Error Expected @throws tag for 'ConfigurationException'. 217
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. 219
Error ')' is preceded with whitespace. 219
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 233
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error 'for' is not followed by whitespace. 237
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 238
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error '{' should be on the previous line. 256
Error '(' is followed by whitespace. 257
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error ')' is preceded with whitespace. 257
Error Method 'createAddress' is not designed for extension - needs to be abstract, final or empty. 270
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error '{' should be on the previous line. 272
Error '(' is followed by whitespace. 273
Error ')' is preceded with whitespace. 273

org/apache/avalon/excalibur/logger/factory/ServletTargetFactory.java

ErrorLine
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. 37
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 49
Error '{' should be on the previous line. 60
Error First sentence should end with a period. 62
Error Expected an @return tag. 65
Error Redundant 'final' modifier. 65
Error '(' is followed by whitespace. 65
Error Expected @param tag for 'configuration'. 65
Error ')' is preceded with whitespace. 65
Error Expected @throws tag for 'ConfigurationException'. 66
Error '{' should be on the previous line. 67
Error 'if' is not followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 80
Error 'cast' is not followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '}' should be on the same line. 82
Error 'catch' is not followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error Line is longer than 80 characters. 85
Error '(' is followed by whitespace. 85
Error '+' should be on a new line. 85
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Missing a Javadoc comment. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
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 '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99

org/apache/avalon/excalibur/logger/factory/SocketTargetFactory.java

ErrorLine
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. 39
Error Line is longer than 80 characters. 40
Error Line is longer than 80 characters. 41
Error '{' should be on the previous line. 50
Error First sentence should end with a period. 51
Error Expected an @return tag. 58
Error Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error 'if' is not followed by whitespace. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '{' should be on the previous line. 65
Error Line is longer than 80 characters. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 70
Error Line is longer than 80 characters. 71
Error '(' is followed by whitespace. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error ')' is preceded with whitespace. 71
Error '}' should be on the same line. 72
Error 'catch' is not followed by whitespace. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error Line is longer than 80 characters. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '}' should be on the same line. 83
Error 'catch' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error Line is longer than 80 characters. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86

org/apache/avalon/excalibur/logger/factory/StreamTargetFactory.java

ErrorLine
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. 33
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 48
Error '{' should be on the previous line. 56
Error First sentence should end with a period. 57
Error Expected an @return tag. 60
Error Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. 60
Error '(' is followed by whitespace. 60
Error Expected @param tag for 'configuration'. 60
Error ')' is preceded with whitespace. 60
Error Expected @throws tag for 'ConfigurationException'. 61
Error '{' should be on the previous line. 62
Error Line is longer than 80 characters. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error 'if' is not followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error '}' should be on the same line. 69
Error '{' should be on the previous line. 71
Error '{' should be on the previous line. 74
Error 'cast' is not followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '}' should be on the same line. 76
Error 'catch' 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 '(' is followed by whitespace. 79
Error '+' should be on a new line. 79
Error '+' should be on a new line. 80
Error Line is longer than 80 characters. 81
Error ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error 'if' is not followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110

org/apache/avalon/excalibur/logger/factory/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/excalibur/logger/log4j/Log4JAdapter.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_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Variable 'm_hierarchy' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error 'if' construct must use '{}'s. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line has trailing spaces. 47
Error Expected an @return tag. 50
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 50
Error '(' is followed by whitespace. 50
Error Expected @param tag for 'categoryName'. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '}' should be on the same line. 55
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error ')' is preceded with whitespace. 58
Error Expected an @return tag. 66
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68

org/apache/avalon/excalibur/logger/log4j/Log4JConfAdapter.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 55
Error '{' should be on the previous line. 57
Error Missing a Javadoc comment. 58
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 62
Error Line has trailing spaces. 64
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter context should be final. 64
Error '{' should be on the previous line. 65
Error Line has trailing spaces. 68
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error ')' is preceded with whitespace. 81
Error ')' is preceded with whitespace. 81
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 87
Error '(' is followed by whitespace. 87
Error Expected @param tag for 'configuration'. 87
Error ')' is preceded with whitespace. 87
Error Expected @throws tag for 'ConfigurationException'. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line is longer than 80 characters. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error 'for' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line is longer than 80 characters. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110

org/apache/avalon/excalibur/logger/log4j/Log4JConfigurator.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 First sentence should end with a period. 23
Error Line has trailing spaces. 25
Error Line is longer than 80 characters. 26
Error Missing a Javadoc comment. 30
Error Variable 'context' must be private and have accessor methods. 30
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error Parameter context should be final. 32
Error 'context' hides a field. 32
Error Line has trailing spaces. 35
Error Method 'subst' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter value should be final. 36
Error Line has trailing spaces. 44
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 46
Error Name 'DELIM_START' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Variable 'DELIM_START' must be private and have accessor methods. 46
Error Missing a Javadoc comment. 47
Error Name 'DELIM_STOP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Variable 'DELIM_STOP' must be private and have accessor methods. 47
Error Missing a Javadoc comment. 48
Error Name 'DELIM_START_LEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Variable 'DELIM_START_LEN' must be private and have accessor methods. 48
Error Missing a Javadoc comment. 49
Error Name 'DELIM_STOP_LEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Variable 'DELIM_STOP_LEN' must be private and have accessor methods. 49
Error Expected an @return tag. 55
Error Line has trailing spaces. 55
Error Method 'substVars' is not designed for extension - needs to be abstract, final or empty. 55
Error Parameter val should be final. 55
Error Expected @param tag for 'val'. 55
Error Expected @throws tag for 'IllegalArgumentException'. 56
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 56
Error 'while' is not followed by whitespace. 63
Error '=' is not preceded with whitespace. 64
Error '=' is not followed by whitespace. 64
Error 'if' is not followed by whitespace. 67
Error '==' is not preceded with whitespace. 67
Error '==' is not followed by whitespace. 67
Error Line is longer than 80 characters. 69
Error 'if' is not followed by whitespace. 76
Error '+' is not preceded with whitespace. 77
Error '+' is not followed by whitespace. 77
Error '+' is not preceded with whitespace. 77
Error '+' should be on a new line. 77
Error Line is longer than 80 characters. 78
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 93
Error Line is longer than 80 characters. 93
Error '+' is not preceded with whitespace. 93
Error '+' is not followed by whitespace. 93
Error '+' is not preceded with whitespace. 93
Error '+' is not followed by whitespace. 93
Error Line has trailing spaces. 96
Error Line has trailing spaces. 99
Error Line has trailing spaces. 111
Error Expected an @return tag. 116
Error Method 'getSystemProperty' is not designed for extension - needs to be abstract, final or empty. 116
Error Parameter key should be final. 116
Error Expected @param tag for 'key'. 116
Error Line is longer than 80 characters. 119
Error 'catch' is not followed by whitespace. 119
Error Line is longer than 80 characters. 120
Error '+' is not preceded with whitespace. 120
Error '+' is not followed by whitespace. 120
Error '+' is not preceded with whitespace. 120
Error '+' is not followed by whitespace. 120

org/apache/avalon/excalibur/logger/log4j/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/excalibur/logger/logkit/ErrorHandlerAdapter.java

ErrorLine
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_reliableLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line is longer than 80 characters. 46
Error Method 'error' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '}' should be on the same line. 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 '{' 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 '{' should be on the previous line. 76
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 79

org/apache/avalon/excalibur/logger/logkit/LogKitAdapter.java

ErrorLine
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 Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Variable 'm_hierarchy' must be private and have accessor methods. 40
Error '(' is followed by whitespace. 46
Error Expected @param tag for 'hierarchy'. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error 'if' construct must use '{}'s. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line has trailing spaces. 66
Error Expected an @return tag. 71
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 71
Error '(' is followed by whitespace. 71
Error Expected @param tag for 'categoryName'. 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 previous line. 74
Error '}' should be on the same line. 76
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 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 Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 87
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89

org/apache/avalon/excalibur/logger/logkit/LogKitConfHelper.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 57
Error Missing a Javadoc comment. 59
Error Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Missing a Javadoc comment. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error 'if' construct must use '{}'s. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error First sentence should end with a period. 68
Error 'private' modifier out of order with the JLS suggestions. 69
Error Name 'm_targets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Error First sentence should end with a period. 71
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error Line is longer than 80 characters. 75
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
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. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line is longer than 80 characters. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 102
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error ')' is preceded with whitespace. 106
Error First sentence should end with a period. 109
Error Expected an @return tag. 115
Error Redundant 'final' modifier. 115
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 118
Error Line is longer than 80 characters. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '}' should be on the same line. 126
Error 'catch' is not followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error Line is longer than 80 characters. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error First sentence should end with a period. 137
Error Expected an @return tag. 143
Error Line is longer than 80 characters. 143
Error Redundant 'final' modifier. 143
Error '(' is followed by whitespace. 143
Error Expected @param tag for 'targetFactoryManager'. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 146
Error Line is longer than 80 characters. 147
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error First sentence should end with a period. 158
Error Redundant 'final' modifier. 165
Error '(' is followed by whitespace. 165
Error Expected @param tag for 'targetManager'. 165
Error Expected @param tag for 'parentCategory'. 166
Error Parameter root should be final. 168
Error Expected @param tag for 'defaultAdditive'. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 171
Error Line is longer than 80 characters. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error 'if' is not followed by whitespace. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '{' should be on the previous line. 177
Error 'for' 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. 181
Error ')' is preceded with whitespace. 181
Error Line is longer than 80 characters. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error Line is longer than 80 characters. 186
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 'if' is not followed by whitespace. 192
Error '(' is followed by whitespace. 192
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error ')' is preceded with whitespace. 192
Error '{' should be on the previous line. 193
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '(' is followed by whitespace. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error Line is longer than 80 characters. 205
Error '+' should be on a new line. 205
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '{' should be on the previous line. 211
Error Line is longer than 80 characters. 212
Error '+' should be on a new line. 212
Error Line is longer than 80 characters. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '}' should be on the same line. 220
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 '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 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 Line is longer than 80 characters. 234
Error '+' should be on a new line. 234
Error '(' is followed by whitespace. 235
Error Avoid inline conditionals. 235
Error ')' is preceded with whitespace. 235
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '(' is followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error ')' is preceded with whitespace. 239
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
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. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 248
Error Line is longer than 80 characters. 250
Error '+' is not preceded with whitespace. 250
Error '+' should be on a new line. 250
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 259
Error '{' should be on the previous line. 260
Error 'while' is not followed by whitespace. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '{' should be on the previous line. 263
Error 'cast' is not followed by whitespace. 264
Error 'if' is not followed by whitespace. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error '{' should be on the previous line. 266
Error '(' is followed by whitespace. 267
Error 'cast' is not followed by whitespace. 267
Error ')' is preceded with whitespace. 267

org/apache/avalon/excalibur/logger/logkit/LogKitLoggerHelper.java

ErrorLine
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. 36
Error Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Missing a Javadoc comment. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error 'if' construct must use '{}'s. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error 'if' construct must use '{}'s. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line is longer than 80 characters. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50

org/apache/avalon/excalibur/logger/logkit/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/excalibur/logger/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/avalon/excalibur/logger/util/AvalonTee.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 50
Error '{' should be on the previous line. 52
Error Missing a Javadoc comment. 54
Error Name 'm_listeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error '(' is followed by whitespace. 54
Error '10' is a magic number. 54
Error ')' is preceded with whitespace. 54
Error Name 'm_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Missing a Javadoc comment. 63
Error Name 'm_readOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error Method 'makeReadOnly' is not designed for extension - needs to be abstract, final or empty. 68
Error '{' should be on the previous line. 69
Error Method 'addTee' is not designed for extension - needs to be abstract, final or empty. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error 'if' construct must use '{}'s. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error Must have at least one statement. 86
Error Line has trailing spaces. 87
Error '}' should be on the same line. 88
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error 'for' 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. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error ')' is preceded with whitespace. 101
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error 'for' is not followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line is longer than 80 characters. 113
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error 'for' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error ')' is preceded with whitespace. 117
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error '{' should be on the previous line. 122
Error 'for' is not followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error ')' is preceded with whitespace. 125
Error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error '{' should be on the previous line. 130
Error 'for' 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 '(' is followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error ')' is preceded with whitespace. 133
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error '{' should be on the previous line. 138
Error 'for' is not followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error ')' is preceded with whitespace. 141

org/apache/avalon/excalibur/logger/util/LoggerManagerTee.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. 36
Error Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error '(' is followed by whitespace. 43
Error Expected @param tag for 'loggerManager'. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Expected an @return tag. 52
Error Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. 52
Error '(' is followed by whitespace. 52
Error Expected @param tag for 'categoryName'. 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 Expected an @return tag. 61
Error Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. 61
Error '{' should be on the previous line. 62

org/apache/avalon/excalibur/logger/util/LoggerSwitch.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 39
Error Missing a Javadoc comment. 40
Error 'static' modifier out of order with the JLS suggestions. 40
Error Missing a Javadoc comment. 42
Error 'static' modifier out of order with the JLS suggestions. 42
Error '{' should be on the previous line. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error 'cast' is not followed by whitespace. 45
Error Missing a Javadoc comment. 48
Error '{' should be on the previous line. 49
Error Missing a Javadoc comment. 50
Error Name 'm_fallback' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Variable 'm_fallback' must be private and have accessor methods. 50
Error Missing a Javadoc comment. 51
Error Name 'm_preferred' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Variable 'm_preferred' must be private and have accessor methods. 51
Error Missing a Javadoc comment. 53
Error Name 'm_recursionOnPreferred' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Variable 'm_recursionOnPreferred' must be private and have accessor methods. 53
Error Missing a Javadoc comment. 54
Error Name 'm_recursionOnFallback' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Variable 'm_recursionOnFallback' must be private and have accessor methods. 54
Error Missing a Javadoc comment. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error Avoid inline conditionals. 58
Error Missing a Javadoc comment. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error Avoid inline conditionals. 64
Error Missing a Javadoc comment. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error Expected an @return tag. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '}' should be on the same line. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '}' should be on the same line. 88
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Missing a Javadoc comment. 96
Error '{' should be on the previous line. 97
Error Avoid inline conditionals. 98
Error Missing a Javadoc comment. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '}' should be on the same line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '}' should be on the same line. 110
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Missing a Javadoc comment. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '}' should be on the same line. 123
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 129
Error Missing a Javadoc comment. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '{' should be on the previous line. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '}' should be on the same line. 136
Error '{' should be on the previous line. 138
Error Line has trailing spaces. 142
Error Line has trailing spaces. 143
Error Expected an @return tag. 149
Error '{' should be on the previous line. 150
Error Line has trailing spaces. 155
Error Missing a Javadoc comment. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '}' should be on the same line. 162
Error '{' should be on the previous line. 164
Error Line has trailing spaces. 168
Error Missing a Javadoc comment. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error '{' should be on the previous line. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '}' should be on the same line. 175
Error '{' should be on the previous line. 177
Error Line has trailing spaces. 181
Error Missing a Javadoc comment. 182
Error '{' should be on the previous line. 183
Error Line has trailing spaces. 187
Error Missing a Javadoc comment. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '}' should be on the same line. 194
Error '{' should be on the previous line. 196
Error Line has trailing spaces. 200
Error Missing a Javadoc comment. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
Error '{' should be on the previous line. 205
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '}' should be on the same line. 207
Error '{' should be on the previous line. 209
Error Line has trailing spaces. 213
Error Missing a Javadoc comment. 214
Error '{' should be on the previous line. 215
Error Line has trailing spaces. 219
Error Missing a Javadoc comment. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '{' should be on the previous line. 221
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '}' should be on the same line. 226
Error '{' should be on the previous line. 228
Error Line has trailing spaces. 232
Error Missing a Javadoc comment. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
Error '{' should be on the previous line. 237
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '}' should be on the same line. 239
Error '{' should be on the previous line. 241
Error Line has trailing spaces. 245
Error Missing a Javadoc comment. 246
Error '{' should be on the previous line. 247
Error Line has trailing spaces. 251
Error Missing a Javadoc comment. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error '{' should be on the previous line. 256
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error '}' should be on the same line. 258
Error '{' should be on the previous line. 260
Error Line has trailing spaces. 264
Error Line is longer than 80 characters. 265
Error Missing a Javadoc comment. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error '{' should be on the previous line. 269
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error '}' should be on the same line. 271
Error '{' should be on the previous line. 273
Error Line has trailing spaces. 277
Error Missing a Javadoc comment. 278
Error '{' should be on the previous line. 279
Error Line has trailing spaces. 283
Error Missing a Javadoc comment. 284
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error Missing a Javadoc comment. 288
Error Name 'm_switch' must match pattern '^[a-z][a-zA-Z0-9]*$'. 288
Error Expected an @return tag. 296
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 296
Error '{' should be on the previous line. 297
Error Missing a Javadoc comment. 301
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error '{' should be on the previous line. 302
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error Missing a Javadoc comment. 306
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error '{' should be on the previous line. 307
Error '(' is followed by whitespace. 308
Error ')' is preceded with whitespace. 308
Error Method 'setFallback' is not designed for extension - needs to be abstract, final or empty. 311
Error Missing a Javadoc comment. 311
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error '{' should be on the previous line. 312
Error '(' is followed by whitespace. 313
Error ')' is preceded with whitespace. 313
Error Method 'setPreferred' is not designed for extension - needs to be abstract, final or empty. 316
Error Missing a Javadoc comment. 316
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error '{' should be on the previous line. 317
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318

org/apache/avalon/excalibur/logger/util/LoggerUtil.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 Utility classes should not have a public or default constructor. 26
Error '{' should be on the previous line. 27
Error Line is longer than 80 characters. 29
Error Expected an @return tag. 35
Error Line is longer than 80 characters. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error 'if' is not followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error 'if' is not followed by whitespace. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error '}' should be on the same line. 42
Error '{' should be on the previous line. 44
Error '}' should be on the same line. 47
Error '{' should be on the previous line. 49
Error 'if' is not followed by whitespace. 50
Error '(' is followed by whitespace. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error '}' should be on the same line. 53
Error '{' should be on the previous line. 55
Error Line is longer than 80 characters. 56

org/apache/avalon/excalibur/logger/util/package.html

ErrorLine
Error Missing package documentation file.0