Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
110 | 0 | 0 | 4313 |
Files
org/apache/avalon/excalibur/logger/AbstractLoggerManager.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
35
|
| '{' should be on the previous line. |
50
|
| Line has trailing spaces. |
51
|
| 'protected' modifier out of order with the JLS suggestions. |
56
|
| Name 'm_loggers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Variable 'm_loggers' must be private and have accessor methods. |
56
|
| First sentence should end with a period. |
58
|
| Name 'm_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
59
|
| Variable 'm_prefix' must be private and have accessor methods. |
59
|
| Line has trailing spaces. |
61
|
| Name 'm_switch' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
67
|
| First sentence should end with a period. |
69
|
| Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
70
|
| Line has trailing spaces. |
72
|
| Line has trailing spaces. |
73
|
| Name 'm_switchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
76
|
| Name 'm_enableLoggingInvoked' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
79
|
| Name 'm_startInvoked' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
82
|
| Line has trailing spaces. |
84
|
| Line has trailing spaces. |
87
|
| 'private' modifier out of order with the JLS suggestions. |
89
|
| Name 'm_defaultLoggerOverride' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
89
|
| Expected an @return tag. |
98
|
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. |
98
|
| '{' should be on the previous line. |
99
|
| Line has trailing spaces. |
109
|
| Line has trailing spaces. |
110
|
| Line has trailing spaces. |
114
|
| '(' is followed by whitespace. |
114
|
| Parameter defaultLoggerOverride should be final. |
115
|
| Expected @param tag for 'defaultLoggerOverride'. |
115
|
| ')' is preceded with whitespace. |
115
|
| '{' should be on the previous line. |
116
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. |
129
|
| '(' is followed by whitespace. |
129
|
| Expected @param tag for 'fallbackLogger'. |
129
|
| ')' is preceded with whitespace. |
129
|
| '{' should be on the previous line. |
130
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| '{' should be on the previous line. |
132
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| Method 'start' is not designed for extension - needs to be abstract, final or empty. |
142
|
| '{' should be on the previous line. |
143
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '{' should be on the previous line. |
145
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| '{' should be on the previous line. |
150
|
| '(' is followed by whitespace. |
151
|
| ')' is preceded with whitespace. |
151
|
| '{' should be on the previous line. |
152
|
| Line has trailing spaces. |
153
|
| '+' should be on a new line. |
153
|
| '+' should be on a new line. |
154
|
| Line is longer than 80 characters. |
155
|
| '(' is followed by whitespace. |
155
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| Line has trailing spaces. |
160
|
| '(' is followed by whitespace. |
161
|
| ')' is preceded with whitespace. |
161
|
| '{' should be on the previous line. |
162
|
| '(' is followed by whitespace. |
163
|
| ')' is preceded with whitespace. |
163
|
| Line has trailing spaces. |
165
|
| '(' is followed by whitespace. |
166
|
| ')' is preceded with whitespace. |
166
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| '{' should be on the previous line. |
169
|
| Line has trailing spaces. |
170
|
| Line is longer than 80 characters. |
170
|
| '+' should be on a new line. |
170
|
| '+' should be on a new line. |
171
|
| Line is longer than 80 characters. |
172
|
| '(' is followed by whitespace. |
172
|
| '(' is followed by whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| '}' should be on the same line. |
175
|
| '{' should be on the previous line. |
177
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| '{' should be on the previous line. |
179
|
| '+' should be on a new line. |
180
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| '{' is not preceded with whitespace. |
189
|
| '{' is not followed by whitespace. |
189
|
| '}' is not preceded with whitespace. |
189
|
| Expected an @return tag. |
194
|
| '{' should be on the previous line. |
195
|
| '(' is followed by whitespace. |
196
|
| ')' is preceded with whitespace. |
196
|
| Expected an @return tag. |
205
|
| Line is longer than 80 characters. |
205
|
| '(' is followed by whitespace. |
205
|
| Expected @param tag for 'fullCategoryName'. |
205
|
| ')' is preceded with whitespace. |
205
|
| Expected an @return tag. |
213
|
| '(' is followed by whitespace. |
213
|
| Expected @param tag for 'categoryName'. |
213
|
| ')' is preceded with whitespace. |
213
|
| '{' should be on the previous line. |
214
|
| '(' is followed by whitespace. |
215
|
| '&&' should be on a new line. |
215
|
| '(' is followed by whitespace. |
216
|
| ')' is preceded with whitespace. |
216
|
| ')' is preceded with whitespace. |
216
|
| '{' should be on the previous line. |
217
|
| Line has trailing spaces. |
221
|
| '(' is followed by whitespace. |
222
|
| ')' is preceded with whitespace. |
222
|
| 'synchronized' is not followed by whitespace. |
227
|
| '(' is followed by whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| '{' should be on the previous line. |
228
|
| 'cast' is not followed by whitespace. |
229
|
| '(' is followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| Line has trailing spaces. |
230
|
| '(' is followed by whitespace. |
231
|
| ')' is preceded with whitespace. |
231
|
| '{' should be on the previous line. |
232
|
| '(' is followed by whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
| '(' is followed by whitespace. |
234
|
| ')' is preceded with whitespace. |
234
|
| '}' should be on the same line. |
235
|
| '{' should be on the previous line. |
237
|
| 'if' is not followed by whitespace. |
243
|
| '(' is followed by whitespace. |
243
|
| ')' is preceded with whitespace. |
243
|
| '{' should be on the previous line. |
244
|
| 'if' is not followed by whitespace. |
245
|
| '(' is followed by whitespace. |
245
|
| ')' is preceded with whitespace. |
245
|
| '{' should be on the previous line. |
246
|
| Line is longer than 80 characters. |
247
|
| '(' is followed by whitespace. |
247
|
| ')' is preceded with whitespace. |
247
|
| 'if' is not followed by whitespace. |
252
|
| '(' is followed by whitespace. |
252
|
| ')' is preceded with whitespace. |
252
|
| '{' should be on the previous line. |
253
|
| Line is longer than 80 characters. |
254
|
| '(' is followed by whitespace. |
254
|
| Line is longer than 80 characters. |
255
|
| ')' is preceded with whitespace. |
255
|
org/apache/avalon/excalibur/logger/ConsoleLoggerManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| First sentence should end with a period. |
22
|
| '{' should be on the previous line. |
30
|
| Missing a Javadoc comment. |
32
|
| Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Variable 'm_logger' must be private and have accessor methods. |
32
|
| Line has trailing spaces. |
33
|
| First sentence should end with a period. |
34
|
| Line has trailing spaces. |
37
|
| '{' should be on the previous line. |
38
|
| Line has trailing spaces. |
41
|
| Line has trailing spaces. |
45
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| '{' should be on the previous line. |
46
|
| Line has trailing spaces. |
49
|
| Line is longer than 80 characters. |
51
|
| Line has trailing spaces. |
53
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter categoryName should be final. |
53
|
| '{' should be on the previous line. |
54
|
org/apache/avalon/excalibur/logger/DefaultLogKitManager.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
52
|
| First sentence should end with a period. |
53
|
| 'private' modifier out of order with the JLS suggestions. |
54
|
| Name 'm_loggers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| First sentence should end with a period. |
56
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
| First sentence should end with a period. |
59
|
| Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
60
|
| First sentence should end with a period. |
62
|
| Name 'm_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
63
|
| Line is longer than 80 characters. |
66
|
| '{' should be on the previous line. |
69
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| Line is longer than 80 characters. |
74
|
| '(' is followed by whitespace. |
76
|
| Expected @param tag for 'hierarchy'. |
76
|
| ')' is preceded with whitespace. |
76
|
| '{' should be on the previous line. |
77
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '(' is followed by whitespace. |
85
|
| Expected @param tag for 'prefix'. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
94
|
| '(' is followed by whitespace. |
94
|
| Expected @param tag for 'prefix'. |
94
|
| Expected @param tag for 'hierarchy'. |
94
|
| ')' is preceded with whitespace. |
94
|
| Method 'setLogger' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '{' should be on the previous line. |
101
|
| '(' is followed by whitespace. |
102
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '{' should be on the previous line. |
115
|
| 'cast' is not followed by whitespace. |
116
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| 'if' is not followed by whitespace. |
118
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '{' should be on the previous line. |
119
|
| 'if' is not followed by whitespace. |
120
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| '{' should be on the previous line. |
121
|
| Line is longer than 80 characters. |
122
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| 'if' is not followed by whitespace. |
127
|
| '(' is followed by whitespace. |
127
|
| ')' is preceded with whitespace. |
127
|
| '{' should be on the previous line. |
128
|
| '(' is followed by whitespace. |
129
|
| Line is longer than 80 characters. |
130
|
| ')' is preceded with whitespace. |
130
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| Method 'getHierarchy' is not designed for extension - needs to be abstract, final or empty. |
141
|
| '{' should be on the previous line. |
142
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| '{' should be on the previous line. |
154
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| '{' should be on the previous line. |
170
|
| '(' is followed by whitespace. |
171
|
| ')' is preceded with whitespace. |
171
|
| Line is longer than 80 characters. |
172
|
| '(' is followed by whitespace. |
172
|
| ')' is preceded with whitespace. |
172
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| Line is longer than 80 characters. |
175
|
| '(' is followed by whitespace. |
175
|
| ')' is preceded with whitespace. |
175
|
| '(' is followed by whitespace. |
177
|
| ')' is preceded with whitespace. |
177
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
179
|
| '(' is followed by whitespace. |
180
|
| ')' is preceded with whitespace. |
180
|
| 'if' is not followed by whitespace. |
182
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| '{' should be on the previous line. |
183
|
| '{' should be on the previous line. |
185
|
| 'cast' is not followed by whitespace. |
186
|
| '(' is followed by whitespace. |
186
|
| ')' is preceded with whitespace. |
186
|
| Line is longer than 80 characters. |
187
|
| Line is longer than 80 characters. |
188
|
| '(' is followed by whitespace. |
188
|
| '(' is followed by whitespace. |
188
|
| ')' is preceded with whitespace. |
188
|
| ')' is preceded with whitespace. |
188
|
| Line is longer than 80 characters. |
189
|
| '(' is followed by whitespace. |
189
|
| ')' is preceded with whitespace. |
189
|
| '(' is followed by whitespace. |
190
|
| ')' is preceded with whitespace. |
190
|
| '}' should be on the same line. |
191
|
| 'catch' is not followed by whitespace. |
192
|
| '(' is followed by whitespace. |
192
|
| ')' is preceded with whitespace. |
192
|
| '{' should be on the previous line. |
193
|
| '}' should be on the same line. |
195
|
| 'catch' is not followed by whitespace. |
196
|
| '(' is followed by whitespace. |
196
|
| ')' is preceded with whitespace. |
196
|
| '{' should be on the previous line. |
197
|
| Line is longer than 80 characters. |
198
|
| '(' is followed by whitespace. |
198
|
| ')' is preceded with whitespace. |
198
|
| '(' is followed by whitespace. |
199
|
| ')' is preceded with whitespace. |
199
|
| First sentence should end with a period. |
205
|
| Expected an @return tag. |
211
|
| Line is longer than 80 characters. |
211
|
| Redundant 'final' modifier. |
211
|
| '(' is followed by whitespace. |
211
|
| ')' is preceded with whitespace. |
211
|
| '{' should be on the previous line. |
213
|
| Line is longer than 80 characters. |
214
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| '{' should be on the previous line. |
217
|
| '(' is followed by whitespace. |
218
|
| ')' is preceded with whitespace. |
218
|
| '}' should be on the same line. |
219
|
| 'catch' is not followed by whitespace. |
220
|
| '(' is followed by whitespace. |
220
|
| ')' is preceded with whitespace. |
220
|
| '{' should be on the previous line. |
221
|
| Line is longer than 80 characters. |
222
|
| '(' is followed by whitespace. |
223
|
| ')' is preceded with whitespace. |
223
|
| '(' is followed by whitespace. |
225
|
| ')' is preceded with whitespace. |
225
|
| First sentence should end with a period. |
230
|
| Expected an @return tag. |
236
|
| Line is longer than 80 characters. |
236
|
| Redundant 'final' modifier. |
236
|
| '(' is followed by whitespace. |
236
|
| Line is longer than 80 characters. |
237
|
| Expected @param tag for 'targetFactoryManager'. |
237
|
| ')' is preceded with whitespace. |
237
|
| '{' should be on the previous line. |
239
|
| Line is longer than 80 characters. |
240
|
| '(' is followed by whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| '{' should be on the previous line. |
244
|
| '(' is followed by whitespace. |
245
|
| ')' is preceded with whitespace. |
245
|
| '}' should be on the same line. |
246
|
| 'catch' is not followed by whitespace. |
247
|
| '(' is followed by whitespace. |
247
|
| ')' is preceded with whitespace. |
247
|
| '{' should be on the previous line. |
248
|
| '(' is followed by whitespace. |
250
|
| ')' is preceded with whitespace. |
250
|
| '(' is followed by whitespace. |
253
|
| ')' is preceded with whitespace. |
253
|
| '(' is followed by whitespace. |
255
|
| ')' is preceded with whitespace. |
255
|
| First sentence should end with a period. |
259
|
| Redundant 'final' modifier. |
265
|
| '(' is followed by whitespace. |
265
|
| Expected @param tag for 'targetManager'. |
265
|
| Expected @param tag for 'parentCategory'. |
266
|
| ')' is preceded with whitespace. |
267
|
| '{' should be on the previous line. |
269
|
| 'for' is not followed by whitespace. |
270
|
| '(' is followed by whitespace. |
270
|
| ')' is preceded with whitespace. |
270
|
| '{' should be on the previous line. |
271
|
| '(' is followed by whitespace. |
272
|
| ')' is preceded with whitespace. |
272
|
| Line is longer than 80 characters. |
273
|
| '(' is followed by whitespace. |
273
|
| ')' is preceded with whitespace. |
273
|
| Line is longer than 80 characters. |
275
|
| '(' is followed by whitespace. |
275
|
| ')' is preceded with whitespace. |
275
|
| 'for' is not followed by whitespace. |
277
|
| '(' is followed by whitespace. |
277
|
| ')' is preceded with whitespace. |
277
|
| '{' should be on the previous line. |
278
|
| '(' is followed by whitespace. |
279
|
| ')' is preceded with whitespace. |
279
|
| '(' is followed by whitespace. |
280
|
| ')' is preceded with whitespace. |
280
|
| 'if' is not followed by whitespace. |
283
|
| '(' is followed by whitespace. |
283
|
| '(' is followed by whitespace. |
283
|
| ')' is preceded with whitespace. |
283
|
| ')' is preceded with whitespace. |
283
|
| '{' should be on the previous line. |
284
|
| Line is longer than 80 characters. |
285
|
| '(' is followed by whitespace. |
285
|
| '(' is followed by whitespace. |
285
|
| ')' is preceded with whitespace. |
285
|
| ')' is preceded with whitespace. |
285
|
| '(' is followed by whitespace. |
286
|
| ')' is preceded with whitespace. |
286
|
| 'if' is not followed by whitespace. |
290
|
| '(' is followed by whitespace. |
290
|
| ')' is preceded with whitespace. |
290
|
| '{' should be on the previous line. |
291
|
| '}' should be on the same line. |
293
|
| '{' should be on the previous line. |
295
|
| Line is longer than 80 characters. |
296
|
| '(' is followed by whitespace. |
300
|
| ')' is preceded with whitespace. |
300
|
| '(' is followed by whitespace. |
301
|
| ')' is preceded with whitespace. |
301
|
| 'if' is not followed by whitespace. |
302
|
| '(' is followed by whitespace. |
302
|
| ')' is preceded with whitespace. |
302
|
| '{' should be on the previous line. |
303
|
| Line is longer than 80 characters. |
304
|
| '(' is followed by whitespace. |
304
|
| ')' is preceded with whitespace. |
304
|
| '(' is followed by whitespace. |
306
|
| '(' is followed by whitespace. |
306
|
| ')' is preceded with whitespace. |
306
|
| ')' is preceded with whitespace. |
306
|
| '(' is followed by whitespace. |
307
|
| ')' is preceded with whitespace. |
307
|
| Line is longer than 80 characters. |
309
|
| '(' is followed by whitespace. |
309
|
| ')' is preceded with whitespace. |
309
|
| 'if' is not followed by whitespace. |
310
|
| '(' is followed by whitespace. |
310
|
| ')' is preceded with whitespace. |
310
|
| '{' should be on the previous line. |
311
|
| '(' is followed by whitespace. |
312
|
| ')' is preceded with whitespace. |
312
|
org/apache/avalon/excalibur/logger/DefaultLogTargetFactoryManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
31
|
| '{' should be on the previous line. |
41
|
| First sentence should end with a period. |
42
|
| Name 'm_factories' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| First sentence should end with a period. |
45
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Name 'm_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Line is longer than 80 characters. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| 'cast' is not followed by whitespace. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '{' should be on the previous line. |
73
|
| '{' should be on the previous line. |
76
|
| Line is longer than 80 characters. |
77
|
| 'cast' is not followed by whitespace. |
77
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '}' should be on the same line. |
78
|
| 'catch' is not followed by whitespace. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '{' should be on the previous line. |
80
|
| '{' should be on the previous line. |
82
|
| 'cast' is not followed by whitespace. |
83
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| '}' should be on the same line. |
84
|
| 'catch' is not followed by whitespace. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '{' should be on the previous line. |
100
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| 'for' is not followed by whitespace. |
102
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
103
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '{' should be on the previous line. |
109
|
| '{' should be on the previous line. |
112
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| '}' should be on the same line. |
114
|
| 'catch' is not followed by whitespace. |
115
|
| '(' is followed by whitespace. |
115
|
| ')' is preceded with whitespace. |
115
|
| '{' should be on the previous line. |
116
|
| Line is longer than 80 characters. |
117
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| 'cast' is not followed by whitespace. |
120
|
| '}' should be on the same line. |
121
|
| 'catch' is not followed by whitespace. |
122
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '{' should be on the previous line. |
123
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| '}' should be on the same line. |
127
|
| 'catch' is not followed by whitespace. |
128
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| '{' should be on the previous line. |
129
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| '}' should be on the same line. |
133
|
| 'catch' is not followed by whitespace. |
134
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '{' should be on the previous line. |
135
|
| '(' is followed by whitespace. |
138
|
| ')' is preceded with whitespace. |
138
|
| '(' is followed by whitespace. |
141
|
| ')' is preceded with whitespace. |
141
|
| '{' should be on the previous line. |
143
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '}' should be on the same line. |
145
|
| 'catch' is not followed by whitespace. |
146
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| '{' should be on the previous line. |
147
|
| '(' is followed by whitespace. |
150
|
| ')' is preceded with whitespace. |
150
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| 'if' is not followed by whitespace. |
154
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| '{' should be on the previous line. |
155
|
| Line is longer than 80 characters. |
156
|
| '(' is followed by whitespace. |
156
|
| 'cast' is not followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| 'if' is not followed by whitespace. |
159
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| '{' should be on the previous line. |
160
|
| '(' is followed by whitespace. |
163
|
| ')' is preceded with whitespace. |
163
|
| '(' is followed by whitespace. |
165
|
| ')' is preceded with whitespace. |
165
|
org/apache/avalon/excalibur/logger/DefaultLogTargetManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
38
|
| First sentence should end with a period. |
39
|
| 'private' modifier out of order with the JLS suggestions. |
40
|
| Name 'm_targets' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| First sentence should end with a period. |
42
|
| Name 'm_factoryManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '{' should be on the previous line. |
53
|
| 'cast' is not followed by whitespace. |
54
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| Line is longer than 80 characters. |
60
|
| '(' is followed by whitespace. |
60
|
| Expected @param tag for 'logTargetFactoryManager'. |
60
|
| ')' is preceded with whitespace. |
60
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| '{' should be on the previous line. |
73
|
| 'if' is not followed by whitespace. |
74
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| '{' should be on the previous line. |
75
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| 'for' is not followed by whitespace. |
81
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '{' should be on the previous line. |
82
|
| Line is longer than 80 characters. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| 'if' is not followed by whitespace. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| '+' should be on a new line. |
88
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| Line is longer than 80 characters. |
92
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| '(' is followed by whitespace. |
93
|
| ')' is preceded with whitespace. |
93
|
| 'if' is not followed by whitespace. |
94
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| '{' should be on the previous line. |
95
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
org/apache/avalon/excalibur/logger/DefaultLoggerManager.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
55
|
| First sentence should end with a period. |
56
|
| Name 'm_loggermanager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
| First sentence should end with a period. |
59
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
60
|
| Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
63
|
| First sentence should end with a period. |
65
|
| Name 'm_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
66
|
| First sentence should end with a period. |
68
|
| Name 'm_manager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
69
|
| First sentence should end with a period. |
71
|
| Name 'm_disposeManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
72
|
| '{' should be on the previous line. |
78
|
| '(' is followed by whitespace. |
84
|
| Parameter prefix should be final. |
84
|
| Expected @param tag for 'prefix'. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| '{' should be on the previous line. |
95
|
| Expected an @return tag. |
102
|
| Redundant 'final' modifier. |
102
|
| '(' is followed by whitespace. |
102
|
| Expected @param tag for 'categoryName'. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
103
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| Expected an @return tag. |
111
|
| Redundant 'final' modifier. |
111
|
| '{' should be on the previous line. |
112
|
| Redundant 'final' modifier. |
122
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '{' should be on the previous line. |
124
|
| Redundant 'final' modifier. |
134
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '{' should be on the previous line. |
136
|
| Line is longer than 80 characters. |
138
|
| '(' is followed by whitespace. |
138
|
| ')' is preceded with whitespace. |
138
|
| 'if' is not followed by whitespace. |
140
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| '{' should be on the previous line. |
141
|
| Line is longer than 80 characters. |
143
|
| '(' is followed by whitespace. |
143
|
| ')' is preceded with whitespace. |
143
|
| '{' should be on the previous line. |
147
|
| 'if' is not followed by whitespace. |
148
|
| '(' is followed by whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| '{' should be on the previous line. |
149
|
| Line is longer than 80 characters. |
150
|
| 'cast' is not followed by whitespace. |
150
|
| '(' is followed by whitespace. |
150
|
| ')' is preceded with whitespace. |
150
|
| '}' should be on the same line. |
151
|
| '{' should be on the previous line. |
153
|
| 'cast' is not followed by whitespace. |
154
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| '(' is followed by whitespace. |
155
|
| ')' is preceded with whitespace. |
155
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '}' should be on the same line. |
158
|
| 'catch' is not followed by whitespace. |
159
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| '{' should be on the previous line. |
160
|
| Line is longer than 80 characters. |
161
|
| '(' is followed by whitespace. |
161
|
| ')' is preceded with whitespace. |
161
|
| ')' is preceded with whitespace. |
165
|
| '{' should be on the previous line. |
168
|
| '(' is followed by whitespace. |
169
|
| ')' is preceded with whitespace. |
169
|
| '}' should be on the same line. |
170
|
| 'catch' is not followed by whitespace. |
171
|
| '(' is followed by whitespace. |
171
|
| ')' is preceded with whitespace. |
171
|
| '{' should be on the previous line. |
172
|
| Line is longer than 80 characters. |
173
|
| '(' is followed by whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| Line has trailing spaces. |
176
|
| '{' should be on the previous line. |
177
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| '}' should be on the same line. |
179
|
| Line has trailing spaces. |
180
|
| ')' is preceded with whitespace. |
180
|
| Line has trailing spaces. |
181
|
| '{' should be on the previous line. |
181
|
| Line is longer than 80 characters. |
182
|
| Line has trailing spaces. |
184
|
| 'if' is not followed by whitespace. |
185
|
| '(' is followed by whitespace. |
185
|
| ')' is preceded with whitespace. |
185
|
| '{' should be on the previous line. |
186
|
| Line is longer than 80 characters. |
187
|
| '(' is followed by whitespace. |
187
|
| 'cast' is not followed by whitespace. |
187
|
| ')' is preceded with whitespace. |
187
|
| '(' is followed by whitespace. |
187
|
| ')' is preceded with whitespace. |
187
|
| '}' should be on the same line. |
188
|
| 'if' is not followed by whitespace. |
189
|
| '(' is followed by whitespace. |
189
|
| ')' is preceded with whitespace. |
189
|
| '{' should be on the previous line. |
190
|
| '{' should be on the previous line. |
192
|
| Line is longer than 80 characters. |
193
|
| '(' is followed by whitespace. |
193
|
| 'cast' is not followed by whitespace. |
193
|
| ')' is preceded with whitespace. |
193
|
| '(' is followed by whitespace. |
193
|
| '(' is followed by whitespace. |
193
|
| ')' is preceded with whitespace. |
193
|
| ')' is preceded with whitespace. |
193
|
| '}' should be on the same line. |
194
|
| 'catch' is not followed by whitespace. |
195
|
| '(' is followed by whitespace. |
195
|
| ')' is preceded with whitespace. |
195
|
| '{' should be on the previous line. |
196
|
| Line is longer than 80 characters. |
197
|
| '(' is followed by whitespace. |
197
|
| ')' is preceded with whitespace. |
197
|
| '{' should be on the previous line. |
202
|
| '(' is followed by whitespace. |
203
|
| ')' is preceded with whitespace. |
203
|
| '}' should be on the same line. |
204
|
| Line has trailing spaces. |
205
|
| ')' is preceded with whitespace. |
205
|
| '{' should be on the previous line. |
206
|
| Line is longer than 80 characters. |
207
|
| '}' should be on the same line. |
209
|
| '{' should be on the previous line. |
211
|
| Line is longer than 80 characters. |
213
|
| '(' is followed by whitespace. |
213
|
| ')' is preceded with whitespace. |
213
|
| 'if' is not followed by whitespace. |
214
|
| '(' is followed by whitespace. |
214
|
| ')' is preceded with whitespace. |
214
|
| '{' should be on the previous line. |
215
|
| Line is longer than 80 characters. |
216
|
| '(' is followed by whitespace. |
216
|
| ')' is preceded with whitespace. |
216
|
| '{' should be on the previous line. |
220
|
| 'cast' is not followed by whitespace. |
221
|
| '(' is followed by whitespace. |
221
|
| ')' is preceded with whitespace. |
221
|
| '}' should be on the same line. |
223
|
| 'catch' is not followed by whitespace. |
224
|
| '(' is followed by whitespace. |
224
|
| ')' is preceded with whitespace. |
224
|
| '{' should be on the previous line. |
225
|
| Line is longer than 80 characters. |
226
|
| '(' is followed by whitespace. |
226
|
| ')' is preceded with whitespace. |
226
|
| Missing a Javadoc comment. |
231
|
| '(' is followed by whitespace. |
231
|
| Parameter manager should be final. |
231
|
| ')' is preceded with whitespace. |
231
|
| '{' should be on the previous line. |
233
|
| Missing a Javadoc comment. |
237
|
| '{' should be on the previous line. |
238
|
| 'if' is not followed by whitespace. |
239
|
| '(' is followed by whitespace. |
239
|
| ')' is preceded with whitespace. |
239
|
| '{' should be on the previous line. |
240
|
| '(' is followed by whitespace. |
241
|
| ')' is preceded with whitespace. |
241
|
org/apache/avalon/excalibur/logger/Facade.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Redundant import from the same package - org.apache.avalon.excalibur.logger.LoggerManager. |
19
|
| Utility classes should not have a public or default constructor. |
39
|
| '{' should be on the previous line. |
40
|
| Expected an @return tag. |
48
|
| Line has trailing spaces. |
48
|
| '(' is followed by whitespace. |
48
|
| Expected @param tag for 'prefix'. |
49
|
| Expected @param tag for 'switchTo'. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| Line is longer than 80 characters. |
54
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '(' is followed by whitespace. |
57
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| '(' is followed by whitespace. |
58
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| Expected an @return tag. |
69
|
| Expected @param tag for 'prefix'. |
70
|
| Expected @param tag for 'switchTo'. |
70
|
| ')' is preceded with whitespace. |
70
|
| '{' should be on the previous line. |
71
|
| Line is longer than 80 characters. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| Missing a Javadoc comment. |
77
|
| '(' is followed by whitespace. |
77
|
| Parameter target should be final. |
77
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
79
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| '{' should be on the previous line. |
81
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
org/apache/avalon/excalibur/logger/Log4JConfLoggerManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
43
|
| Missing a Javadoc comment. |
44
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
48
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter context should be final. |
50
|
| '{' should be on the previous line. |
51
|
| Line has trailing spaces. |
54
|
| Expected an @return tag. |
61
|
| '(' is followed by whitespace. |
61
|
| Expected @param tag for 'prefix'. |
61
|
| Expected @param tag for 'switchToCategory'. |
62
|
| ')' is preceded with whitespace. |
62
|
| '{' should be on the previous line. |
63
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Line is longer than 80 characters. |
67
|
| Missing a Javadoc comment. |
67
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Missing a Javadoc comment. |
72
|
| '{' should be on the previous line. |
73
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '{' should be on the previous line. |
78
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| Line is longer than 80 characters. |
81
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| 'for' is not followed by whitespace. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| Line has trailing spaces. |
92
|
| '(' is followed by whitespace. |
94
|
org/apache/avalon/excalibur/logger/Log4JLogger.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
23
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
30
|
| '{' should be on the previous line. |
32
|
| Line has trailing spaces. |
33
|
| First sentence should end with a period. |
40
|
| Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Missing a Javadoc comment. |
43
|
| Name 'm_isDebugEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
43
|
| Missing a Javadoc comment. |
44
|
| Name 'm_isInfoEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Missing a Javadoc comment. |
45
|
| Name 'm_isWarnEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Missing a Javadoc comment. |
46
|
| Name 'm_isErrorEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Missing a Javadoc comment. |
47
|
| Name 'm_isFatalErrorEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| '{' should be on the previous line. |
55
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| '(' is followed by whitespace. |
61
|
| ')' is preceded with whitespace. |
61
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '{' should be on the previous line. |
70
|
| 'if' construct must use '{}'s. |
71
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '{' should be on the previous line. |
82
|
| 'if' construct must use '{}'s. |
83
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
93
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
103
|
| 'if' construct must use '{}'s. |
104
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '{' should be on the previous line. |
115
|
| 'if' construct must use '{}'s. |
116
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| '{' should be on the previous line. |
126
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '{' should be on the previous line. |
136
|
| 'if' construct must use '{}'s. |
137
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
| '(' is followed by whitespace. |
138
|
| ')' is preceded with whitespace. |
138
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| '{' should be on the previous line. |
148
|
| 'if' construct must use '{}'s. |
149
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| '(' is followed by whitespace. |
150
|
| ')' is preceded with whitespace. |
150
|
| '{' should be on the previous line. |
159
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| '{' should be on the previous line. |
169
|
| 'if' construct must use '{}'s. |
170
|
| '(' is followed by whitespace. |
170
|
| ')' is preceded with whitespace. |
170
|
| '(' is followed by whitespace. |
171
|
| ')' is preceded with whitespace. |
171
|
| '(' is followed by whitespace. |
180
|
| ')' is preceded with whitespace. |
180
|
| '{' should be on the previous line. |
181
|
| 'if' construct must use '{}'s. |
182
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| '(' is followed by whitespace. |
183
|
| ')' is preceded with whitespace. |
183
|
| '{' should be on the previous line. |
192
|
| '(' is followed by whitespace. |
201
|
| ')' is preceded with whitespace. |
201
|
| '{' should be on the previous line. |
202
|
| 'if' construct must use '{}'s. |
203
|
| '(' is followed by whitespace. |
203
|
| ')' is preceded with whitespace. |
203
|
| '(' is followed by whitespace. |
204
|
| ')' is preceded with whitespace. |
204
|
| Line is longer than 80 characters. |
213
|
| '(' is followed by whitespace. |
213
|
| ')' is preceded with whitespace. |
213
|
| 'if' construct must use '{}'s. |
215
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| '(' is followed by whitespace. |
216
|
| ')' is preceded with whitespace. |
216
|
| '{' should be on the previous line. |
225
|
| Line is longer than 80 characters. |
232
|
| '(' is followed by whitespace. |
237
|
| ')' is preceded with whitespace. |
237
|
| '{' should be on the previous line. |
238
|
| Line is longer than 80 characters. |
239
|
| '(' is followed by whitespace. |
239
|
| '(' is followed by whitespace. |
239
|
| ')' is preceded with whitespace. |
239
|
| ')' is preceded with whitespace. |
239
|
| Line has trailing spaces. |
241
|
org/apache/avalon/excalibur/logger/Log4JLoggerManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
24
|
| '{' should be on the previous line. |
34
|
| First sentence should end with a period. |
35
|
| Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Line is longer than 80 characters. |
39
|
| '{' should be on the previous line. |
42
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| Line is longer than 80 characters. |
47
|
| '(' is followed by whitespace. |
49
|
| Expected @param tag for 'hierarchy'. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| Line is longer than 80 characters. |
51
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| '(' is followed by whitespace. |
58
|
| Expected @param tag for 'prefix'. |
58
|
| ')' is preceded with whitespace. |
58
|
| '{' should be on the previous line. |
59
|
| Line is longer than 80 characters. |
60
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| Line is longer than 80 characters. |
64
|
| '(' is followed by whitespace. |
67
|
| Expected @param tag for 'prefix'. |
67
|
| Expected @param tag for 'hierarchy'. |
68
|
| ')' is preceded with whitespace. |
68
|
| '{' should be on the previous line. |
69
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| Line is longer than 80 characters. |
77
|
| '(' is followed by whitespace. |
77
|
| Expected @param tag for 'prefix'. |
77
|
| Expected @param tag for 'switchToCategory'. |
77
|
| ')' is preceded with whitespace. |
77
|
| Line is longer than 80 characters. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| Line is longer than 80 characters. |
83
|
| '(' is followed by whitespace. |
86
|
| Expected @param tag for 'prefix'. |
86
|
| Expected @param tag for 'hierarchy'. |
87
|
| Expected @param tag for 'switchToCategory'. |
88
|
| ')' is preceded with whitespace. |
88
|
| '{' should be on the previous line. |
89
|
| Line is longer than 80 characters. |
90
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| Line is longer than 80 characters. |
94
|
| '(' is followed by whitespace. |
97
|
| Expected @param tag for 'prefix'. |
97
|
| Expected @param tag for 'hierarchy'. |
98
|
| Expected @param tag for 'defaultLogger'. |
99
|
| ')' is preceded with whitespace. |
99
|
| '{' should be on the previous line. |
100
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| Line is longer than 80 characters. |
105
|
| '(' is followed by whitespace. |
108
|
| Expected @param tag for 'prefix'. |
108
|
| Expected @param tag for 'hierarchy'. |
109
|
| Expected @param tag for 'defaultLogger'. |
110
|
| Expected @param tag for 'logger'. |
111
|
| ')' is preceded with whitespace. |
111
|
| '{' should be on the previous line. |
112
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| Line has trailing spaces. |
118
|
| '(' is followed by whitespace. |
138
|
| ')' is preceded with whitespace. |
142
|
| '{' should be on the previous line. |
143
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| '{' should be on the previous line. |
147
|
| '}' should be on the same line. |
153
|
| '{' should be on the previous line. |
155
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| '{' should be on the previous line. |
160
|
| '(' is followed by whitespace. |
161
|
| ')' is preceded with whitespace. |
161
|
| Method 'doGetLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Missing a Javadoc comment. |
166
|
| '(' is followed by whitespace. |
166
|
| ')' is preceded with whitespace. |
166
|
| '{' should be on the previous line. |
167
|
| '(' is followed by whitespace. |
168
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
org/apache/avalon/excalibur/logger/LogKitLoggerManager.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| '{' should be on the previous line. |
51
|
| First sentence should end with a period. |
52
|
| 'private' modifier out of order with the JLS suggestions. |
53
|
| Name 'm_targets' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| First sentence should end with a period. |
55
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| First sentence should end with a period. |
58
|
| Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
59
|
| '{' should be on the previous line. |
68
|
| Line is longer than 80 characters. |
69
|
| '(' is followed by whitespace. |
69
|
| 'cast' is not followed by whitespace. |
69
|
| 'cast' is not followed by whitespace. |
69
|
| 'cast' is not followed by whitespace. |
69
|
| 'cast' is not followed by whitespace. |
69
|
| 'cast' is not followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '{' should be on the previous line. |
82
|
| Line is longer than 80 characters. |
83
|
| '(' is followed by whitespace. |
83
|
| 'cast' is not followed by whitespace. |
83
|
| 'cast' is not followed by whitespace. |
83
|
| 'cast' is not followed by whitespace. |
83
|
| 'cast' is not followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| Line is longer than 80 characters. |
96
|
| Line is longer than 80 characters. |
112
|
| '(' is followed by whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| Line is longer than 80 characters. |
114
|
| '(' is followed by whitespace. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '(' is followed by whitespace. |
139
|
| Expected @param tag for 'hierarchy'. |
139
|
| ')' is preceded with whitespace. |
140
|
| '{' should be on the previous line. |
141
|
| '(' is followed by whitespace. |
142
|
| 'cast' is not followed by whitespace. |
142
|
| 'cast' is not followed by whitespace. |
142
|
| ')' is preceded with whitespace. |
142
|
| '(' is followed by whitespace. |
156
|
| Expected @param tag for 'hierarchy'. |
156
|
| ')' is preceded with whitespace. |
156
|
| '{' should be on the previous line. |
157
|
| Line is longer than 80 characters. |
158
|
| '(' is followed by whitespace. |
158
|
| 'cast' is not followed by whitespace. |
158
|
| 'cast' is not followed by whitespace. |
158
|
| 'cast' is not followed by whitespace. |
158
|
| 'cast' is not followed by whitespace. |
158
|
| ')' is preceded with whitespace. |
158
|
| '(' is followed by whitespace. |
175
|
| Expected @param tag for 'hierarchy'. |
175
|
| ')' is preceded with whitespace. |
175
|
| '(' is followed by whitespace. |
177
|
| 'cast' is not followed by whitespace. |
177
|
| 'cast' is not followed by whitespace. |
177
|
| 'cast' is not followed by whitespace. |
177
|
| ')' is preceded with whitespace. |
177
|
| '(' is followed by whitespace. |
216
|
| Expected @param tag for 'hierarchy'. |
216
|
| ')' is preceded with whitespace. |
217
|
| '{' should be on the previous line. |
218
|
| '(' is followed by whitespace. |
219
|
| 'cast' is not followed by whitespace. |
219
|
| ')' is preceded with whitespace. |
220
|
| Line is longer than 80 characters. |
240
|
| '(' is followed by whitespace. |
247
|
| Expected @param tag for 'hierarchy'. |
247
|
| ')' is preceded with whitespace. |
249
|
| '{' should be on the previous line. |
250
|
| Line is longer than 80 characters. |
251
|
| '(' is followed by whitespace. |
251
|
| 'cast' is not followed by whitespace. |
251
|
| ')' is preceded with whitespace. |
251
|
| '(' is followed by whitespace. |
342
|
| Expected @param tag for 'hierarchy'. |
342
|
| ')' is preceded with whitespace. |
345
|
| '{' should be on the previous line. |
346
|
| '(' is followed by whitespace. |
347
|
| ')' is preceded with whitespace. |
347
|
| '(' is followed by whitespace. |
350
|
| ')' is preceded with whitespace. |
350
|
| '{' should be on the previous line. |
351
|
| '(' is followed by whitespace. |
353
|
| ')' is preceded with whitespace. |
353
|
| Line is longer than 80 characters. |
354
|
| '(' is followed by whitespace. |
354
|
| ')' is preceded with whitespace. |
354
|
| '(' is followed by whitespace. |
355
|
| ')' is preceded with whitespace. |
355
|
| '}' should be on the same line. |
356
|
| '{' should be on the previous line. |
358
|
| '(' is followed by whitespace. |
362
|
| ')' is preceded with whitespace. |
362
|
| '{' should be on the previous line. |
363
|
| '(' is followed by whitespace. |
364
|
| ')' is preceded with whitespace. |
364
|
| Line is longer than 80 characters. |
369
|
| '(' is followed by whitespace. |
374
|
| ')' is preceded with whitespace. |
374
|
| '{' should be on the previous line. |
376
|
| Expected an @return tag. |
385
|
| Method 'doGetLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
385
|
| '(' is followed by whitespace. |
385
|
| Expected @param tag for 'fullCategoryName'. |
385
|
| ')' is preceded with whitespace. |
385
|
| '{' should be on the previous line. |
386
|
| '(' is followed by whitespace. |
387
|
| '(' is followed by whitespace. |
387
|
| ')' is preceded with whitespace. |
387
|
| ')' is preceded with whitespace. |
387
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
396
|
| '(' is followed by whitespace. |
396
|
| ')' is preceded with whitespace. |
396
|
| '{' should be on the previous line. |
398
|
| '(' is followed by whitespace. |
399
|
| ')' is preceded with whitespace. |
399
|
| Line is longer than 80 characters. |
400
|
| '(' is followed by whitespace. |
400
|
| ')' is preceded with whitespace. |
400
|
| '(' is followed by whitespace. |
402
|
| ')' is preceded with whitespace. |
402
|
| Line is longer than 80 characters. |
403
|
| '(' is followed by whitespace. |
403
|
| ')' is preceded with whitespace. |
403
|
| '(' is followed by whitespace. |
405
|
| ')' is preceded with whitespace. |
405
|
| '(' is followed by whitespace. |
406
|
| ')' is preceded with whitespace. |
406
|
| '(' is followed by whitespace. |
407
|
| '(' is followed by whitespace. |
411
|
| ')' is preceded with whitespace. |
411
|
| ')' is preceded with whitespace. |
411
|
| First sentence should end with a period. |
414
|
| Expected an @return tag. |
420
|
| Line is longer than 80 characters. |
420
|
| Redundant 'final' modifier. |
420
|
| '(' is followed by whitespace. |
420
|
| ')' is preceded with whitespace. |
420
|
| '{' should be on the previous line. |
422
|
| Line is longer than 80 characters. |
423
|
| '(' is followed by whitespace. |
425
|
| ')' is preceded with whitespace. |
425
|
| '{' should be on the previous line. |
428
|
| '(' is followed by whitespace. |
429
|
| ')' is preceded with whitespace. |
429
|
| '}' should be on the same line. |
430
|
| 'catch' is not followed by whitespace. |
431
|
| '(' is followed by whitespace. |
431
|
| ')' is preceded with whitespace. |
431
|
| '{' should be on the previous line. |
432
|
| Line is longer than 80 characters. |
433
|
| '(' is followed by whitespace. |
433
|
| ')' is preceded with whitespace. |
433
|
| '(' is followed by whitespace. |
436
|
| ')' is preceded with whitespace. |
436
|
| First sentence should end with a period. |
441
|
| Expected an @return tag. |
447
|
| Line is longer than 80 characters. |
447
|
| Redundant 'final' modifier. |
447
|
| '(' is followed by whitespace. |
447
|
| Line is longer than 80 characters. |
448
|
| Expected @param tag for 'targetFactoryManager'. |
448
|
| ')' is preceded with whitespace. |
448
|
| '{' should be on the previous line. |
450
|
| Line is longer than 80 characters. |
451
|
| '(' is followed by whitespace. |
453
|
| ')' is preceded with whitespace. |
453
|
| '(' is followed by whitespace. |
455
|
| ')' is preceded with whitespace. |
455
|
| '(' is followed by whitespace. |
457
|
| ')' is preceded with whitespace. |
457
|
| First sentence should end with a period. |
462
|
| Redundant 'final' modifier. |
469
|
| '(' is followed by whitespace. |
469
|
| Expected @param tag for 'targetManager'. |
469
|
| Expected @param tag for 'parentCategory'. |
470
|
| Parameter root should be final. |
472
|
| Expected @param tag for 'defaultAdditive'. |
473
|
| ')' is preceded with whitespace. |
473
|
| '{' should be on the previous line. |
475
|
| 'for' is not followed by whitespace. |
478
|
| '(' is followed by whitespace. |
478
|
| ')' is preceded with whitespace. |
478
|
| '{' should be on the previous line. |
479
|
| '(' is followed by whitespace. |
480
|
| ')' is preceded with whitespace. |
480
|
| '(' is followed by whitespace. |
482
|
| ')' is preceded with whitespace. |
482
|
| Line is longer than 80 characters. |
484
|
| '(' is followed by whitespace. |
484
|
| ')' is preceded with whitespace. |
484
|
| '(' is followed by whitespace. |
486
|
| ')' is preceded with whitespace. |
486
|
| Line is longer than 80 characters. |
488
|
| '(' is followed by whitespace. |
488
|
| ')' is preceded with whitespace. |
488
|
| 'for' is not followed by whitespace. |
490
|
| '(' is followed by whitespace. |
490
|
| ')' is preceded with whitespace. |
490
|
| '{' should be on the previous line. |
491
|
| '(' is followed by whitespace. |
492
|
| ')' is preceded with whitespace. |
492
|
| '(' is followed by whitespace. |
493
|
| ')' is preceded with whitespace. |
493
|
| '{' should be on the previous line. |
495
|
| Line is longer than 80 characters. |
496
|
| '+' should be on a new line. |
496
|
| Line is longer than 80 characters. |
497
|
| 'if' is not followed by whitespace. |
500
|
| '(' is followed by whitespace. |
500
|
| '(' is followed by whitespace. |
500
|
| ')' is preceded with whitespace. |
500
|
| ')' is preceded with whitespace. |
500
|
| '{' should be on the previous line. |
501
|
| '(' is followed by whitespace. |
502
|
| ')' is preceded with whitespace. |
502
|
| 'if' is not followed by whitespace. |
506
|
| '(' is followed by whitespace. |
506
|
| '(' is followed by whitespace. |
506
|
| ')' is preceded with whitespace. |
506
|
| ')' is preceded with whitespace. |
506
|
| '{' should be on the previous line. |
507
|
| Line is longer than 80 characters. |
508
|
| '(' is followed by whitespace. |
508
|
| '(' is followed by whitespace. |
508
|
| ')' is preceded with whitespace. |
508
|
| ')' is preceded with whitespace. |
508
|
| '(' is followed by whitespace. |
509
|
| ')' is preceded with whitespace. |
509
|
| Line is longer than 80 characters. |
513
|
| '(' is followed by whitespace. |
513
|
| ')' is preceded with whitespace. |
513
|
| '(' is followed by whitespace. |
514
|
| '(' is followed by whitespace. |
514
|
| ')' is preceded with whitespace. |
514
|
| ')' is preceded with whitespace. |
514
|
| 'if' is not followed by whitespace. |
515
|
| '(' is followed by whitespace. |
515
|
| ')' is preceded with whitespace. |
515
|
| '{' should be on the previous line. |
516
|
| Line is longer than 80 characters. |
517
|
| '(' is followed by whitespace. |
517
|
| ')' is preceded with whitespace. |
517
|
| '(' is followed by whitespace. |
519
|
| '(' is followed by whitespace. |
519
|
| ')' is preceded with whitespace. |
519
|
| ')' is preceded with whitespace. |
519
|
| '(' is followed by whitespace. |
520
|
| ')' is preceded with whitespace. |
520
|
| '(' is followed by whitespace. |
521
|
| ')' is preceded with whitespace. |
521
|
| Line is longer than 80 characters. |
523
|
| '(' is followed by whitespace. |
523
|
| ')' is preceded with whitespace. |
523
|
| 'if' is not followed by whitespace. |
524
|
| '(' is followed by whitespace. |
524
|
| ')' is preceded with whitespace. |
524
|
| '{' should be on the previous line. |
525
|
| Line is longer than 80 characters. |
526
|
| '(' is followed by whitespace. |
526
|
| ')' is preceded with whitespace. |
526
|
| '(' is followed by whitespace. |
530
|
| ')' is preceded with whitespace. |
530
|
| '{' should be on the previous line. |
531
|
| Line is longer than 80 characters. |
532
|
| '(' is followed by whitespace. |
534
|
| ')' is preceded with whitespace. |
534
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
541
|
| '{' should be on the previous line. |
542
|
| 'while' is not followed by whitespace. |
544
|
| '(' is followed by whitespace. |
544
|
| ')' is preceded with whitespace. |
544
|
| '{' should be on the previous line. |
545
|
| 'cast' is not followed by whitespace. |
546
|
| 'if' is not followed by whitespace. |
547
|
| '(' is followed by whitespace. |
547
|
| ')' is preceded with whitespace. |
547
|
| '{' should be on the previous line. |
548
|
| '(' is followed by whitespace. |
549
|
| 'cast' is not followed by whitespace. |
549
|
| ')' is preceded with whitespace. |
549
|
| Missing a Javadoc comment. |
554
|
| '{' should be on the previous line. |
555
|
| Line is longer than 80 characters. |
557
|
| Name 'm_reliableLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
560
|
| Missing a Javadoc comment. |
562
|
| '(' is followed by whitespace. |
562
|
| ')' is preceded with whitespace. |
562
|
| '{' should be on the previous line. |
563
|
| '(' is followed by whitespace. |
564
|
| ')' is preceded with whitespace. |
564
|
| '{' should be on the previous line. |
565
|
| '(' is followed by whitespace. |
566
|
| ')' is preceded with whitespace. |
566
|
| Line is longer than 80 characters. |
571
|
| Missing a Javadoc comment. |
571
|
| '(' is followed by whitespace. |
571
|
| ')' is preceded with whitespace. |
571
|
| '(' is followed by whitespace. |
574
|
| ')' is preceded with whitespace. |
574
|
| Line is longer than 80 characters. |
578
|
| '(' is followed by whitespace. |
580
|
| ')' is preceded with whitespace. |
580
|
| '{' should be on the previous line. |
581
|
| '(' is followed by whitespace. |
582
|
| ')' is preceded with whitespace. |
582
|
| '}' should be on the same line. |
583
|
| '(' is followed by whitespace. |
584
|
| ')' is preceded with whitespace. |
584
|
| '{' should be on the previous line. |
585
|
| '(' is followed by whitespace. |
586
|
| ')' is preceded with whitespace. |
586
|
| '}' should be on the same line. |
587
|
| '(' is followed by whitespace. |
588
|
| ')' is preceded with whitespace. |
588
|
| '{' should be on the previous line. |
589
|
| '(' is followed by whitespace. |
590
|
| ')' is preceded with whitespace. |
590
|
| '}' should be on the same line. |
591
|
| '(' is followed by whitespace. |
592
|
| ')' is preceded with whitespace. |
592
|
| '{' should be on the previous line. |
593
|
| '(' is followed by whitespace. |
594
|
| ')' is preceded with whitespace. |
594
|
| '}' should be on the same line. |
595
|
| '(' is followed by whitespace. |
596
|
| '{' should be on the previous line. |
597
|
| Line is longer than 80 characters. |
598
|
| '(' is followed by whitespace. |
598
|
| ')' is preceded with whitespace. |
598
|
| '}' should be on the same line. |
599
|
| '{' should be on the previous line. |
601
|
| Line is longer than 80 characters. |
603
|
| '(' is followed by whitespace. |
603
|
| ')' is preceded with whitespace. |
604
|
org/apache/avalon/excalibur/logger/LogKitManageable.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
28
|
| '(' is followed by whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
org/apache/avalon/excalibur/logger/LogKitManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
32
|
| Expected an @return tag. |
36
|
| '(' is followed by whitespace. |
36
|
| Expected @param tag for 'categoryName'. |
36
|
| ')' is preceded with whitespace. |
36
|
org/apache/avalon/excalibur/logger/LogTargetFactory.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
31
|
| First sentence should end with a period. |
32
|
| Expected an @return tag. |
35
|
| Line is longer than 80 characters. |
35
|
| '(' is followed by whitespace. |
35
|
| Expected @param tag for 'configuration'. |
35
|
| ')' is preceded with whitespace. |
35
|
| Expected @throws tag for 'ConfigurationException'. |
35
|
org/apache/avalon/excalibur/logger/LogTargetFactoryManageable.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
20
|
| '{' should be on the previous line. |
28
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
33
|
| '(' is followed by whitespace. |
33
|
| Expected @param tag for 'logTargetFactoryManager'. |
33
|
| ')' is preceded with whitespace. |
33
|
org/apache/avalon/excalibur/logger/LogTargetFactoryManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
27
|
| Expected an @return tag. |
31
|
| '(' is followed by whitespace. |
31
|
| Expected @param tag for 'factoryName'. |
31
|
| ')' is preceded with whitespace. |
31
|
org/apache/avalon/excalibur/logger/LogTargetManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
29
|
| Expected an @return tag. |
33
|
| '(' is followed by whitespace. |
33
|
| Expected @param tag for 'targetId'. |
33
|
| ')' is preceded with whitespace. |
33
|
org/apache/avalon/excalibur/logger/LoggerLoggerManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
30
|
| '(' is followed by whitespace. |
30
|
| Parameter logger should be final. |
30
|
| 'logger' hides a field. |
30
|
| ')' is preceded with whitespace. |
30
|
| '{' should be on the previous line. |
31
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| '(' is followed by whitespace. |
35
|
| Parameter categoryName should be final. |
35
|
| ')' is preceded with whitespace. |
35
|
| '{' should be on the previous line. |
36
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| '{' should be on the previous line. |
41
|
org/apache/avalon/excalibur/logger/LoggerManageable.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
30
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
org/apache/avalon/excalibur/logger/LoggerManager.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
29
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Expected an @return tag. |
35
|
| Redundant 'public' modifier. |
35
|
| '(' is followed by whitespace. |
35
|
| Expected @param tag for 'categoryName'. |
35
|
| ')' is preceded with whitespace. |
35
|
| Expected an @return tag. |
41
|
| Redundant 'public' modifier. |
41
|
org/apache/avalon/excalibur/logger/ServletLogger.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
27
|
| '{' should be on the previous line. |
35
|
| Missing a Javadoc comment. |
54
|
| Name 'm_servletContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
55
|
| Name 'm_logLevel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| Missing a Javadoc comment. |
56
|
| Name 'm_prompt' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| '(' is followed by whitespace. |
61
|
| Expected @param tag for 'servletConfig'. |
61
|
| ')' is preceded with whitespace. |
61
|
| '{' should be on the previous line. |
62
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| '{' should be on the previous line. |
68
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '{' should be on the previous line. |
70
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| Line is longer than 80 characters. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
86
|
| '{' should be on the previous line. |
87
|
| Line is longer than 80 characters. |
97
|
| Line is longer than 80 characters. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '(' is followed by whitespace. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '{' should be on the previous line. |
109
|
| '}' should be on the same line. |
111
|
| '{' should be on the previous line. |
113
|
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| '{' should be on the previous line. |
124
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. |
134
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '{' should be on the previous line. |
135
|
| 'if' is not followed by whitespace. |
136
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
136
|
| '{' should be on the previous line. |
137
|
| '(' is followed by whitespace. |
138
|
| ')' is preceded with whitespace. |
138
|
| Line is longer than 80 characters. |
143
|
| Method 'isDebugEnabled' is not designed for extension - needs to be abstract, final or empty. |
147
|
| '{' should be on the previous line. |
148
|
| Method 'info' is not designed for extension - needs to be abstract, final or empty. |
157
|
| '(' is followed by whitespace. |
157
|
| ')' is preceded with whitespace. |
157
|
| '{' should be on the previous line. |
158
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| Method 'info' is not designed for extension - needs to be abstract, final or empty. |
168
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| '{' should be on the previous line. |
169
|
| 'if' is not followed by whitespace. |
170
|
| '(' is followed by whitespace. |
170
|
| ')' is preceded with whitespace. |
170
|
| '{' should be on the previous line. |
171
|
| '(' is followed by whitespace. |
172
|
| ')' is preceded with whitespace. |
172
|
| Line is longer than 80 characters. |
177
|
| Method 'isInfoEnabled' is not designed for extension - needs to be abstract, final or empty. |
181
|
| '{' should be on the previous line. |
182
|
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. |
191
|
| '(' is followed by whitespace. |
191
|
| ')' is preceded with whitespace. |
191
|
| '{' should be on the previous line. |
192
|
| '(' is followed by whitespace. |
193
|
| ')' is preceded with whitespace. |
193
|
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. |
202
|
| '(' is followed by whitespace. |
202
|
| ')' is preceded with whitespace. |
202
|
| '{' should be on the previous line. |
203
|
| 'if' is not followed by whitespace. |
204
|
| '(' is followed by whitespace. |
204
|
| ')' is preceded with whitespace. |
204
|
| '{' should be on the previous line. |
205
|
| Line is longer than 80 characters. |
206
|
| '(' is followed by whitespace. |
206
|
| ')' is preceded with whitespace. |
206
|
| Line is longer than 80 characters. |
211
|
| Method 'isWarnEnabled' is not designed for extension - needs to be abstract, final or empty. |
215
|
| '{' should be on the previous line. |
216
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
225
|
| '(' is followed by whitespace. |
225
|
| ')' is preceded with whitespace. |
225
|
| '{' should be on the previous line. |
226
|
| '(' is followed by whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
236
|
| '(' is followed by whitespace. |
236
|
| ')' is preceded with whitespace. |
236
|
| '{' should be on the previous line. |
237
|
| 'if' is not followed by whitespace. |
238
|
| '(' is followed by whitespace. |
238
|
| ')' is preceded with whitespace. |
238
|
| '{' should be on the previous line. |
239
|
| '(' is followed by whitespace. |
240
|
| ')' is preceded with whitespace. |
240
|
| Line is longer than 80 characters. |
245
|
| Method 'isErrorEnabled' is not designed for extension - needs to be abstract, final or empty. |
249
|
| '{' should be on the previous line. |
250
|
| Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. |
259
|
| '(' is followed by whitespace. |
259
|
| ')' is preceded with whitespace. |
259
|
| '{' should be on the previous line. |
260
|
| '(' is followed by whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
| Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. |
270
|
| '(' is followed by whitespace. |
270
|
| ')' is preceded with whitespace. |
270
|
| '{' should be on the previous line. |
271
|
| 'if' is not followed by whitespace. |
272
|
| '(' is followed by whitespace. |
272
|
| ')' is preceded with whitespace. |
272
|
| '{' should be on the previous line. |
273
|
| Line is longer than 80 characters. |
274
|
| '(' is followed by whitespace. |
274
|
| ')' is preceded with whitespace. |
274
|
| Line is longer than 80 characters. |
279
|
| Method 'isFatalErrorEnabled' is not designed for extension - needs to be abstract, final or empty. |
283
|
| '{' should be on the previous line. |
284
|
| Line is longer than 80 characters. |
289
|
| Method 'getChildLogger' is not designed for extension - needs to be abstract, final or empty. |
294
|
| '(' is followed by whitespace. |
294
|
| ')' is preceded with whitespace. |
294
|
| '{' should be on the previous line. |
295
|
org/apache/avalon/excalibur/logger/SimpleLogKitManager.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
51
|
| Missing a Javadoc comment. |
52
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
57
|
| Name 'm_baseDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
| First sentence should end with a period. |
59
|
| Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
62
|
| Name 'm_logkitLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
67
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| Missing a Javadoc comment. |
74
|
| Name 'm_targets' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
74
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
83
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| '{' should be on the previous line. |
85
|
| '{' should be on the previous line. |
87
|
| 'cast' is not followed by whitespace. |
88
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| '}' should be on the same line. |
89
|
| 'catch' is not followed by whitespace. |
90
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| '{' should be on the previous line. |
91
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
102
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
104
|
| Line is longer than 80 characters. |
105
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| Line is longer than 80 characters. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
115
|
| '{' should be on the previous line. |
116
|
| 'while' is not followed by whitespace. |
118
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '{' should be on the previous line. |
119
|
| 'cast' is not followed by whitespace. |
120
|
| 'if' is not followed by whitespace. |
121
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| '{' should be on the previous line. |
122
|
| '(' is followed by whitespace. |
123
|
| 'cast' is not followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
134
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '{' should be on the previous line. |
136
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
145
|
| '{' should be on the previous line. |
146
|
| '(' is followed by whitespace. |
157
|
| ')' is preceded with whitespace. |
157
|
| '{' should be on the previous line. |
159
|
| 'for' is not followed by whitespace. |
162
|
| '(' is followed by whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
| '{' should be on the previous line. |
163
|
| '(' is followed by whitespace. |
165
|
| ')' is preceded with whitespace. |
165
|
| '(' is followed by whitespace. |
166
|
| ')' is preceded with whitespace. |
166
|
| Line is longer than 80 characters. |
167
|
| '(' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| Line is longer than 80 characters. |
168
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| 'if' is not followed by whitespace. |
170
|
| '(' is followed by whitespace. |
170
|
| '(' is followed by whitespace. |
170
|
| ')' is preceded with whitespace. |
170
|
| ')' is preceded with whitespace. |
170
|
| '{' should be on the previous line. |
171
|
| '(' is followed by whitespace. |
172
|
| ')' is preceded with whitespace. |
172
|
| '(' is followed by whitespace. |
175
|
| ')' is preceded with whitespace. |
175
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| '{' should be on the previous line. |
183
|
| Line is longer than 80 characters. |
184
|
| '(' is followed by whitespace. |
184
|
| ')' is preceded with whitespace. |
184
|
| '}' should be on the same line. |
185
|
| 'catch' is not followed by whitespace. |
186
|
| '(' is followed by whitespace. |
186
|
| ')' is preceded with whitespace. |
186
|
| '{' should be on the previous line. |
187
|
| Line is longer than 80 characters. |
189
|
| '+' should be on a new line. |
189
|
| '(' is followed by whitespace. |
191
|
| ')' is preceded with whitespace. |
191
|
| '(' is followed by whitespace. |
194
|
| ')' is preceded with whitespace. |
194
|
| Line is longer than 80 characters. |
207
|
| '(' is followed by whitespace. |
207
|
| ')' is preceded with whitespace. |
207
|
| '{' should be on the previous line. |
209
|
| 'for' is not followed by whitespace. |
210
|
| '(' is followed by whitespace. |
210
|
| ')' is preceded with whitespace. |
210
|
| '{' should be on the previous line. |
211
|
| '(' is followed by whitespace. |
213
|
| ')' is preceded with whitespace. |
213
|
| '(' is followed by whitespace. |
214
|
| ')' is preceded with whitespace. |
214
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| '(' is followed by whitespace. |
218
|
| ')' is preceded with whitespace. |
218
|
| 'cast' is not followed by whitespace. |
220
|
| '(' is followed by whitespace. |
220
|
| ')' is preceded with whitespace. |
220
|
| 'if' is not followed by whitespace. |
221
|
| '(' is followed by whitespace. |
221
|
| ')' is preceded with whitespace. |
221
|
| '{' should be on the previous line. |
222
|
| '+' should be on a new line. |
224
|
| '(' is followed by whitespace. |
226
|
| ')' is preceded with whitespace. |
226
|
| Line is longer than 80 characters. |
229
|
| '(' is followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| 'if' is not followed by whitespace. |
230
|
| '(' is followed by whitespace. |
230
|
| '(' is followed by whitespace. |
230
|
| ')' is preceded with whitespace. |
230
|
| ')' is preceded with whitespace. |
230
|
| '{' should be on the previous line. |
231
|
| Line is longer than 80 characters. |
233
|
| '+' should be on a new line. |
233
|
| '(' is followed by whitespace. |
235
|
| ')' is preceded with whitespace. |
235
|
| 'if' is not followed by whitespace. |
238
|
| '(' is followed by whitespace. |
238
|
| ')' is preceded with whitespace. |
238
|
| '{' should be on the previous line. |
239
|
| '+' should be on a new line. |
241
|
| Line is longer than 80 characters. |
242
|
| '+' should be on a new line. |
242
|
| '(' is followed by whitespace. |
244
|
| ')' is preceded with whitespace. |
244
|
| 'if' is not followed by whitespace. |
247
|
| '(' is followed by whitespace. |
247
|
| '(' is followed by whitespace. |
247
|
| ')' is preceded with whitespace. |
247
|
| ')' is preceded with whitespace. |
247
|
| '{' should be on the previous line. |
248
|
| '(' is followed by whitespace. |
249
|
| ')' is preceded with whitespace. |
249
|
| '(' is followed by whitespace. |
250
|
| ')' is preceded with whitespace. |
250
|
| '}' should be on the same line. |
251
|
| '{' should be on the previous line. |
253
|
| '(' is followed by whitespace. |
254
|
| ')' is preceded with whitespace. |
254
|
| '(' is followed by whitespace. |
255
|
| ')' is preceded with whitespace. |
255
|
org/apache/avalon/excalibur/logger/decorator/CachingDecorator.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
39
|
| Line has trailing spaces. |
41
|
| Name 'm_loggers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Line has trailing spaces. |
46
|
| Name 'm_defaultLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| '(' is followed by whitespace. |
60
|
| Expected @param tag for 'loggerManager'. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
61
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| Expected an @return tag. |
68
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
68
|
| '(' is followed by whitespace. |
68
|
| Expected @param tag for 'categoryName'. |
68
|
| ')' is preceded with whitespace. |
68
|
| '{' should be on the previous line. |
69
|
| 'synchronized' is not followed by whitespace. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| '{' should be on the previous line. |
71
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| '{' should be on the previous line. |
75
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| Line has trailing spaces. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
79
|
| '+' should be on a new line. |
80
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| Expected an @return tag. |
97
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
97
|
| '{' should be on the previous line. |
98
|
| 'synchronized' is not followed by whitespace. |
99
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| '{' should be on the previous line. |
100
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '{' should be on the previous line. |
102
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '{' should be on the previous line. |
106
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
org/apache/avalon/excalibur/logger/decorator/LogToSelfDecorator.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
47
|
| Missing a Javadoc comment. |
49
|
| Name 'm_switchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
51
|
| Name 'm_switch' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Line has trailing spaces. |
52
|
| Line has trailing spaces. |
53
|
| Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Line has trailing spaces. |
61
|
| Line is longer than 80 characters. |
66
|
| '(' is followed by whitespace. |
66
|
| Expected @param tag for 'loggerManager'. |
66
|
| ')' is preceded with whitespace. |
66
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| 'if' construct must use '{}'s. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line has trailing spaces. |
79
|
| Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. |
82
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '{' should be on the previous line. |
83
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| '{' should be on the previous line. |
90
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| Method 'start' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Expected @throws tag for 'Exception'. |
106
|
| '{' should be on the previous line. |
107
|
| Line has trailing spaces. |
108
|
| Line has trailing spaces. |
111
|
| Line is longer than 80 characters. |
114
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '(' is followed by whitespace. |
115
|
| ')' is preceded with whitespace. |
115
|
| '{' should be on the previous line. |
116
|
| Line has trailing spaces. |
122
|
| Line is longer than 80 characters. |
122
|
| '+' should be on a new line. |
122
|
| '(' is followed by whitespace. |
124
|
| ')' is preceded with whitespace. |
124
|
| Line has trailing spaces. |
126
|
| '(' is followed by whitespace. |
127
|
| ')' is preceded with whitespace. |
127
|
| '(' is followed by whitespace. |
129
|
| ')' is preceded with whitespace. |
129
|
| '{' should be on the previous line. |
130
|
| Line has trailing spaces. |
135
|
| '+' should be on a new line. |
135
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
org/apache/avalon/excalibur/logger/decorator/LoggerManagerDecorator.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
56
|
| Line has trailing spaces. |
63
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
86
|
| Line has trailing spaces. |
87
|
| Line has trailing spaces. |
88
|
| Line has trailing spaces. |
89
|
| Line has trailing spaces. |
90
|
| '{' should be on the previous line. |
92
|
| Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
96
|
| Variable 'm_loggerManager' must be private and have accessor methods. |
96
|
| Missing a Javadoc comment. |
98
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '{' should be on the previous line. |
99
|
| 'if' construct must use '{}'s. |
100
|
| Line is longer than 80 characters. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Missing a Javadoc comment. |
104
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| '{' should be on the previous line. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| '{' should be on the previous line. |
110
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| Line has trailing spaces. |
113
|
| Line is longer than 80 characters. |
114
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Missing a Javadoc comment. |
114
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| Method 'start' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Missing a Javadoc comment. |
119
|
| '{' should be on the previous line. |
120
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| '{' should be on the previous line. |
125
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Missing a Javadoc comment. |
129
|
| '{' should be on the previous line. |
130
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| Expected an @return tag. |
137
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
137
|
| '(' is followed by whitespace. |
137
|
| Expected @param tag for 'categoryName'. |
137
|
| ')' is preceded with whitespace. |
137
|
| '{' should be on the previous line. |
138
|
| '(' is followed by whitespace. |
139
|
| ')' is preceded with whitespace. |
139
|
| Expected an @return tag. |
146
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
146
|
| '{' should be on the previous line. |
147
|
org/apache/avalon/excalibur/logger/decorator/OverrideDefaultDecorator.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
30
|
| First sentence should end with a period. |
31
|
| Line has trailing spaces. |
32
|
| Name 'm_defaultLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Line has trailing spaces. |
44
|
| '(' is followed by whitespace. |
44
|
| Expected @param tag for 'loggerManager'. |
45
|
| ')' is preceded with whitespace. |
45
|
| '{' should be on the previous line. |
46
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| 'if' construct must use '{}'s. |
48
|
| Line is longer than 80 characters. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| Expected an @return tag. |
55
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
55
|
| '(' is followed by whitespace. |
55
|
| Expected @param tag for 'categoryName'. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on the previous line. |
56
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| '{' should be on the previous line. |
58
|
| '}' should be on the same line. |
60
|
| '{' should be on the previous line. |
62
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| Expected an @return tag. |
71
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
71
|
| '{' should be on the previous line. |
72
|
org/apache/avalon/excalibur/logger/decorator/PrefixDecorator.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
34
|
| Name 'm_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
40
|
| Line is longer than 80 characters. |
45
|
| '(' is followed by whitespace. |
45
|
| Expected @param tag for 'loggerManager'. |
45
|
| ')' is preceded with whitespace. |
45
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| 'if' construct must use '{}'s. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| 'if' construct must use '{}'s. |
49
|
| Line is longer than 80 characters. |
49
|
| '(' is followed by whitespace. |
49
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| Expected an @return tag. |
56
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
56
|
| '(' is followed by whitespace. |
56
|
| Expected @param tag for 'categoryName'. |
56
|
| ')' is preceded with whitespace. |
56
|
| '{' should be on the previous line. |
57
|
| Line is longer than 80 characters. |
58
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| Line has trailing spaces. |
64
|
| Expected an @return tag. |
66
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
66
|
| '{' should be on the previous line. |
67
|
| Line is longer than 80 characters. |
68
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
org/apache/avalon/excalibur/logger/decorator/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/avalon/excalibur/logger/factory/AbstractTargetFactory.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
42
|
| First sentence should end with a period. |
43
|
| Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Variable 'm_configuration' must be private and have accessor methods. |
44
|
| First sentence should end with a period. |
46
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Variable 'm_context' must be private and have accessor methods. |
47
|
| First sentence should end with a period. |
49
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
52
|
| '(' is followed by whitespace. |
52
|
| Parameter configuration should be final. |
52
|
| Expected @param tag for 'configuration'. |
52
|
| ')' is preceded with whitespace. |
52
|
| Expected @throws tag for 'ConfigurationException'. |
53
|
| '{' should be on the previous line. |
54
|
| First sentence should end with a period. |
58
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
61
|
| '(' is followed by whitespace. |
61
|
| Parameter context should be final. |
61
|
| Expected @param tag for 'context'. |
61
|
| ')' is preceded with whitespace. |
61
|
| Expected @throws tag for 'ContextException'. |
62
|
| '{' should be on the previous line. |
63
|
org/apache/avalon/excalibur/logger/factory/AsyncLogTargetFactory.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
45
|
| '{' should be on the previous line. |
64
|
| First sentence should end with a period. |
65
|
| Name 'm_logTargetFactoryManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
66
|
| Variable 'm_logTargetFactoryManager' must be private and have accessor methods. |
66
|
| First sentence should end with a period. |
68
|
| Expected an @return tag. |
71
|
| Redundant 'final' modifier. |
71
|
| '(' is followed by whitespace. |
71
|
| Expected @param tag for 'configuration'. |
71
|
| ')' is preceded with whitespace. |
71
|
| Expected @throws tag for 'ConfigurationException'. |
72
|
| '{' should be on the previous line. |
73
|
| Line is longer than 80 characters. |
74
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| Line is longer than 80 characters. |
76
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| 'if' is not followed by whitespace. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '{' should be on the previous line. |
80
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '}' should be on the same line. |
82
|
| '{' should be on the previous line. |
84
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| 'if' is not followed by whitespace. |
90
|
| '(' is followed by whitespace. |
90
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| '{' should be on the previous line. |
91
|
| '}' should be on the same line. |
93
|
| 'if' is not followed by whitespace. |
94
|
| '(' is followed by whitespace. |
94
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| '{' should be on the previous line. |
95
|
| '}' should be on the same line. |
97
|
| '{' should be on the previous line. |
99
|
| Line is longer than 80 characters. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| First sentence should end with a period. |
109
|
| Line is longer than 80 characters. |
112
|
| Redundant 'final' modifier. |
112
|
| '(' is followed by whitespace. |
112
|
| Parameter logTargetFactoryManager should be final. |
112
|
| Expected @param tag for 'logTargetFactoryManager'. |
112
|
| ')' is preceded with whitespace. |
112
|
org/apache/avalon/excalibur/logger/factory/ConsoleTargetFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
30
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
45
|
| '{' should be on the previous line. |
56
|
| First sentence should end with a period. |
58
|
| Expected an @return tag. |
61
|
| '(' is followed by whitespace. |
61
|
| Expected @param tag for 'configuration'. |
61
|
| ')' is preceded with whitespace. |
61
|
| Expected @throws tag for 'ConfigurationException'. |
62
|
| '{' should be on the previous line. |
63
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '(' is followed by whitespace. |
65
|
| ')' is preceded with whitespace. |
65
|
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '{' should be on the previous line. |
73
|
| 'if' is not followed by whitespace. |
76
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '{' should be on the previous line. |
77
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
org/apache/avalon/excalibur/logger/factory/DatagramTargetFactory.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
47
|
| '{' should be on the previous line. |
56
|
| First sentence should end with a period. |
57
|
| Line is longer than 80 characters. |
59
|
| First sentence should end with a period. |
61
|
| Expected an @return tag. |
64
|
| Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. |
64
|
| '(' is followed by whitespace. |
64
|
| Expected @param tag for 'conf'. |
64
|
| ')' is preceded with whitespace. |
64
|
| Expected @throws tag for 'ConfigurationException'. |
65
|
| '{' should be on the previous line. |
66
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| 'if' is not followed by whitespace. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| '{' should be on the previous line. |
71
|
| Line is longer than 80 characters. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '{' should be on the previous line. |
76
|
| Line is longer than 80 characters. |
77
|
| '(' is followed by whitespace. |
77
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '}' should be on the same line. |
78
|
| 'catch' is not followed by whitespace. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '{' should be on the previous line. |
80
|
| Line is longer than 80 characters. |
81
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| Line is longer than 80 characters. |
86
|
| '(' is followed by whitespace. |
86
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '{' should be on the previous line. |
89
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| '}' should be on the same line. |
91
|
| 'catch' is not followed by whitespace. |
92
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| '{' should be on the previous line. |
93
|
| Line is longer than 80 characters. |
94
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| First sentence should end with a period. |
98
|
| Expected an @return tag. |
103
|
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. |
103
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| 'if' is not followed by whitespace. |
108
|
| '(' is followed by whitespace. |
108
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '{' should be on the previous line. |
109
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| '}' should be on the same line. |
111
|
| 'if' is not followed by whitespace. |
112
|
| '(' is followed by whitespace. |
112
|
| '(' is followed by whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| '{' should be on the previous line. |
113
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
org/apache/avalon/excalibur/logger/factory/FileTargetFactory.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
78
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
112
|
| Line is longer than 80 characters. |
113
|
| Line is longer than 80 characters. |
118
|
| Line is longer than 80 characters. |
122
|
| Line is longer than 80 characters. |
128
|
| '{' should be on the previous line. |
133
|
| First sentence should end with a period. |
135
|
| Expected an @return tag. |
138
|
| '(' is followed by whitespace. |
138
|
| Expected @param tag for 'configuration'. |
138
|
| ')' is preceded with whitespace. |
138
|
| Expected @throws tag for 'ConfigurationException'. |
139
|
| '{' should be on the previous line. |
140
|
| '(' is followed by whitespace. |
141
|
| ')' is preceded with whitespace. |
141
|
| '(' is followed by whitespace. |
142
|
| ')' is preceded with whitespace. |
142
|
| '(' is followed by whitespace. |
143
|
| ')' is preceded with whitespace. |
143
|
| '(' is followed by whitespace. |
145
|
| ')' is preceded with whitespace. |
145
|
| Line is longer than 80 characters. |
149
|
| Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Missing a Javadoc comment. |
149
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| '{' should be on the previous line. |
151
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| '(' is followed by whitespace. |
153
|
| ')' is preceded with whitespace. |
153
|
| '(' is followed by whitespace. |
155
|
| ')' is preceded with whitespace. |
155
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '{' should be on the previous line. |
160
|
| Line is longer than 80 characters. |
161
|
| '(' is followed by whitespace. |
161
|
| ')' is preceded with whitespace. |
161
|
| 'if' is not followed by whitespace. |
162
|
| '(' is followed by whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
| '{' should be on the previous line. |
163
|
| '(' is followed by whitespace. |
164
|
| ')' is preceded with whitespace. |
164
|
| '}' should be on the same line. |
165
|
| '{' should be on the previous line. |
167
|
| 'if' is not followed by whitespace. |
168
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| '{' should be on the previous line. |
169
|
| Line is longer than 80 characters. |
171
|
| '(' is followed by whitespace. |
172
|
| ')' is preceded with whitespace. |
172
|
| Line is longer than 80 characters. |
174
|
| Line is longer than 80 characters. |
175
|
| '(' is followed by whitespace. |
175
|
| ')' is preceded with whitespace. |
175
|
| Line is longer than 80 characters. |
176
|
| '(' is followed by whitespace. |
176
|
| ')' is preceded with whitespace. |
176
|
| Line is longer than 80 characters. |
179
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
179
|
| '}' should be on the same line. |
181
|
| 'catch' is not followed by whitespace. |
182
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| '{' should be on the previous line. |
183
|
| '(' is followed by whitespace. |
184
|
| ')' is preceded with whitespace. |
184
|
| Missing a Javadoc comment. |
190
|
| Missing a Javadoc comment. |
191
|
| '60' is a magic number. |
191
|
| Missing a Javadoc comment. |
192
|
| '60' is a magic number. |
192
|
| Missing a Javadoc comment. |
193
|
| '24' is a magic number. |
193
|
| Missing a Javadoc comment. |
195
|
| Missing a Javadoc comment. |
196
|
| '1000' is a magic number. |
196
|
| Method 'getRotateStrategy' is not designed for extension - needs to be abstract, final or empty. |
198
|
| Missing a Javadoc comment. |
198
|
| '(' is followed by whitespace. |
198
|
| ')' is preceded with whitespace. |
198
|
| '{' should be on the previous line. |
199
|
| 'if' is not followed by whitespace. |
202
|
| '(' is followed by whitespace. |
202
|
| '(' is followed by whitespace. |
202
|
| ')' is preceded with whitespace. |
202
|
| ')' is preceded with whitespace. |
202
|
| '{' should be on the previous line. |
203
|
| 'for' is not followed by whitespace. |
208
|
| '(' is followed by whitespace. |
208
|
| ')' is preceded with whitespace. |
208
|
| '{' should be on the previous line. |
209
|
| '(' is followed by whitespace. |
210
|
| ')' is preceded with whitespace. |
210
|
| '(' is followed by whitespace. |
213
|
| ')' is preceded with whitespace. |
213
|
| '}' should be on the same line. |
214
|
| 'if' is not followed by whitespace. |
215
|
| '(' is followed by whitespace. |
215
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| '{' should be on the previous line. |
216
|
| '(' is followed by whitespace. |
217
|
| ')' is preceded with whitespace. |
217
|
| '(' is followed by whitespace. |
220
|
| ')' is preceded with whitespace. |
220
|
| '(' is followed by whitespace. |
224
|
| ')' is preceded with whitespace. |
224
|
| '{' should be on the previous line. |
225
|
| '(' is followed by whitespace. |
227
|
| '(' is followed by whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| '(' is followed by whitespace. |
231
|
| '(' is followed by whitespace. |
231
|
| ')' is preceded with whitespace. |
231
|
| ')' is preceded with whitespace. |
231
|
| '(' is followed by whitespace. |
235
|
| ')' is preceded with whitespace. |
235
|
| '(' is followed by whitespace. |
238
|
| ')' is preceded with whitespace. |
238
|
| '}' should be on the same line. |
239
|
| 'if' is not followed by whitespace. |
240
|
| '(' is followed by whitespace. |
240
|
| '(' is followed by whitespace. |
240
|
| ')' is preceded with whitespace. |
240
|
| ')' is preceded with whitespace. |
240
|
| '{' should be on the previous line. |
241
|
| '(' is followed by whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| '(' is followed by whitespace. |
243
|
| ')' is preceded with whitespace. |
243
|
| '}' should be on the same line. |
244
|
| 'if' is not followed by whitespace. |
245
|
| '(' is followed by whitespace. |
245
|
| '(' is followed by whitespace. |
245
|
| ')' is preceded with whitespace. |
245
|
| ')' is preceded with whitespace. |
245
|
| '{' should be on the previous line. |
246
|
| '(' is followed by whitespace. |
248
|
| ')' is preceded with whitespace. |
248
|
| '(' is followed by whitespace. |
251
|
| ')' is preceded with whitespace. |
251
|
| 'for' is not followed by whitespace. |
254
|
| '(' is followed by whitespace. |
254
|
| ')' is preceded with whitespace. |
254
|
| '{' should be on the previous line. |
255
|
| '(' is followed by whitespace. |
256
|
| ')' is preceded with whitespace. |
256
|
| 'if' is not followed by whitespace. |
257
|
| '(' is followed by whitespace. |
257
|
| '4' is a magic number. |
257
|
| ')' is preceded with whitespace. |
257
|
| '{' should be on the previous line. |
258
|
| 'if' is not followed by whitespace. |
261
|
| '(' is followed by whitespace. |
261
|
| '3' is a magic number. |
261
|
| ')' is preceded with whitespace. |
261
|
| '{' should be on the previous line. |
262
|
| 'if' is not followed by whitespace. |
265
|
| '(' is followed by whitespace. |
265
|
| ')' is preceded with whitespace. |
265
|
| '{' should be on the previous line. |
266
|
| 'if' is not followed by whitespace. |
269
|
| '(' is followed by whitespace. |
269
|
| ')' is preceded with whitespace. |
269
|
| '{' should be on the previous line. |
270
|
| '(' is followed by whitespace. |
275
|
| ')' is preceded with whitespace. |
275
|
| '}' should be on the same line. |
276
|
| '{' should be on the previous line. |
278
|
| '(' is followed by whitespace. |
280
|
| ')' is preceded with whitespace. |
280
|
| '(' is followed by whitespace. |
283
|
| ')' is preceded with whitespace. |
283
|
| 'for' is not followed by whitespace. |
286
|
| '(' is followed by whitespace. |
286
|
| ')' is preceded with whitespace. |
286
|
| '{' should be on the previous line. |
287
|
| '(' is followed by whitespace. |
288
|
| ')' is preceded with whitespace. |
288
|
| 'if' is not followed by whitespace. |
289
|
| '(' is followed by whitespace. |
289
|
| '3' is a magic number. |
289
|
| ')' is preceded with whitespace. |
289
|
| '{' should be on the previous line. |
290
|
| 'if' is not followed by whitespace. |
293
|
| '(' is followed by whitespace. |
293
|
| ')' is preceded with whitespace. |
293
|
| '{' should be on the previous line. |
294
|
| 'if' is not followed by whitespace. |
297
|
| '(' is followed by whitespace. |
297
|
| ')' is preceded with whitespace. |
297
|
| '{' should be on the previous line. |
298
|
| '(' is followed by whitespace. |
303
|
| ')' is preceded with whitespace. |
303
|
| Line is longer than 80 characters. |
307
|
| Method 'getFileStrategy' is not designed for extension - needs to be abstract, final or empty. |
307
|
| Missing a Javadoc comment. |
307
|
| '(' is followed by whitespace. |
307
|
| ')' is preceded with whitespace. |
307
|
| '(' is followed by whitespace. |
309
|
| ')' is preceded with whitespace. |
309
|
| 'if' is not followed by whitespace. |
311
|
| '(' is followed by whitespace. |
311
|
| '(' is followed by whitespace. |
311
|
| ')' is preceded with whitespace. |
311
|
| ')' is preceded with whitespace. |
311
|
| '{' should be on the previous line. |
312
|
| '(' is followed by whitespace. |
314
|
| '5' is a magic number. |
314
|
| ')' is preceded with whitespace. |
314
|
| '(' is followed by whitespace. |
316
|
| '10' is a magic number. |
316
|
| ')' is preceded with whitespace. |
316
|
| Line is longer than 80 characters. |
318
|
| '(' is followed by whitespace. |
318
|
| ')' is preceded with whitespace. |
318
|
| '(' is followed by whitespace. |
322
|
| ')' is preceded with whitespace. |
322
|
| '(' is followed by whitespace. |
323
|
| ')' is preceded with whitespace. |
323
|
| 'if' is not followed by whitespace. |
324
|
| '(' is followed by whitespace. |
324
|
| ')' is preceded with whitespace. |
324
|
| '{' should be on the previous line. |
325
|
| '(' is followed by whitespace. |
326
|
| ')' is preceded with whitespace. |
326
|
| '}' should be on the same line. |
327
|
| '{' should be on the previous line. |
329
|
| 'if' is not followed by whitespace. |
330
|
| '(' is followed by whitespace. |
330
|
| ')' is preceded with whitespace. |
330
|
| '{' should be on the previous line. |
331
|
| '(' is followed by whitespace. |
332
|
| ')' is preceded with whitespace. |
332
|
| '}' should be on the same line. |
333
|
| '{' should be on the previous line. |
335
|
| '(' is followed by whitespace. |
336
|
| ')' is preceded with whitespace. |
336
|
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. |
341
|
| Missing a Javadoc comment. |
341
|
| '(' is followed by whitespace. |
341
|
| ')' is preceded with whitespace. |
341
|
| '{' should be on the previous line. |
342
|
| 'if' is not followed by whitespace. |
345
|
| '(' is followed by whitespace. |
345
|
| ')' is preceded with whitespace. |
345
|
| '{' should be on the previous line. |
346
|
| '(' is followed by whitespace. |
348
|
| ')' is preceded with whitespace. |
348
|
| '(' is followed by whitespace. |
366
|
| Parameter rawFilename should be final. |
366
|
| ')' is preceded with whitespace. |
366
|
| '{' should be on the previous line. |
368
|
| 'while' is not followed by whitespace. |
372
|
| '(' is followed by whitespace. |
372
|
| '(' is followed by whitespace. |
372
|
| '(' is followed by whitespace. |
372
|
| ')' is preceded with whitespace. |
372
|
| ')' is preceded with whitespace. |
372
|
| ')' is preceded with whitespace. |
372
|
| '{' should be on the previous line. |
373
|
| 'if' is not followed by whitespace. |
374
|
| '(' is followed by whitespace. |
374
|
| ')' is preceded with whitespace. |
374
|
| '{' should be on the previous line. |
375
|
| '(' is followed by whitespace. |
376
|
| ')' is preceded with whitespace. |
376
|
| 'if' is not followed by whitespace. |
378
|
| '(' is followed by whitespace. |
378
|
| ')' is preceded with whitespace. |
378
|
| '{' should be on the previous line. |
379
|
| '(' is followed by whitespace. |
380
|
| '(' is followed by whitespace. |
380
|
| ')' is preceded with whitespace. |
380
|
| ')' is preceded with whitespace. |
380
|
| '(' is followed by whitespace. |
382
|
| ')' is preceded with whitespace. |
382
|
| '(' is followed by whitespace. |
383
|
| ')' is preceded with whitespace. |
383
|
| '{' should be on the previous line. |
386
|
| '(' is followed by whitespace. |
387
|
| ')' is preceded with whitespace. |
387
|
| '}' should be on the same line. |
388
|
| 'catch' is not followed by whitespace. |
389
|
| '(' is followed by whitespace. |
389
|
| ')' is preceded with whitespace. |
389
|
| '{' should be on the previous line. |
390
|
| ')' is preceded with whitespace. |
392
|
| '(' is followed by whitespace. |
394
|
| ')' is preceded with whitespace. |
394
|
| 'if' is not followed by whitespace. |
397
|
| '(' is followed by whitespace. |
397
|
| ')' is preceded with whitespace. |
397
|
| '{' should be on the previous line. |
398
|
| '(' is followed by whitespace. |
399
|
| '(' is followed by whitespace. |
399
|
| ')' is preceded with whitespace. |
399
|
| ')' is preceded with whitespace. |
399
|
org/apache/avalon/excalibur/logger/factory/FormatterFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
34
|
| Missing a Javadoc comment. |
36
|
| Line is longer than 80 characters. |
37
|
| Method 'createFormatter' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| '(' is followed by whitespace. |
42
|
| ')' is preceded with whitespace. |
42
|
| 'if' is not followed by whitespace. |
43
|
| '(' is followed by whitespace. |
43
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| '{' should be on the previous line. |
44
|
| Line is longer than 80 characters. |
45
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| Line is longer than 80 characters. |
46
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| '}' should be on the same line. |
48
|
| 'if' is not followed by whitespace. |
49
|
| '(' is followed by whitespace. |
49
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| '}' should be on the same line. |
58
|
| 'if' is not followed by whitespace. |
59
|
| '(' is followed by whitespace. |
59
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '{' should be on the previous line. |
60
|
| '}' should be on the same line. |
62
|
| 'if' is not followed by whitespace. |
63
|
| '(' is followed by whitespace. |
63
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| '{' should be on the previous line. |
64
|
| '}' should be on the same line. |
66
|
| 'if' is not followed by whitespace. |
67
|
| '(' is followed by whitespace. |
67
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '{' should be on the previous line. |
68
|
| '}' should be on the same line. |
70
|
| 'if' is not followed by whitespace. |
71
|
| '(' is followed by whitespace. |
71
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| '{' should be on the previous line. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '}' should be on the same line. |
74
|
| '{' should be on the previous line. |
76
|
| Line is longer than 80 characters. |
77
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
org/apache/avalon/excalibur/logger/factory/JDBCTargetFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
59
|
| Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| '(' is followed by whitespace. |
60
|
| Parameter configuration should be final. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
62
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Line is longer than 80 characters. |
67
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| 'for' is not followed by whitespace. |
77
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
78
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| '{' should be on the previous line. |
89
|
| 'cast' is not followed by whitespace. |
91
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| '}' should be on the same line. |
92
|
| 'catch' is not followed by whitespace. |
93
|
| '(' is followed by whitespace. |
93
|
| ')' is preceded with whitespace. |
93
|
| '{' should be on the previous line. |
94
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| 'if' is not followed by whitespace. |
99
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| '{' should be on the previous line. |
100
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '}' should be on the same line. |
102
|
| '{' should be on the previous line. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
org/apache/avalon/excalibur/logger/factory/JMSTargetFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
64
|
| '{' should be on the previous line. |
73
|
| Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '{' should be on the previous line. |
77
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| '{' should be on the previous line. |
97
|
| 'cast' is not followed by whitespace. |
99
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| 'cast' is not followed by whitespace. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '}' should be on the same line. |
101
|
| 'catch' is not followed by whitespace. |
102
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
103
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| '}' should be on the same line. |
105
|
| 'catch' is not followed by whitespace. |
106
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| '{' should be on the previous line. |
107
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| 'if' is not followed by whitespace. |
111
|
| '(' is followed by whitespace. |
111
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| '{' should be on the previous line. |
112
|
| '(' is followed by whitespace. |
113
|
| Line is longer than 80 characters. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| 'cast' is not followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| '}' should be on the same line. |
115
|
| '{' should be on the previous line. |
117
|
| '(' is followed by whitespace. |
118
|
| Line is longer than 80 characters. |
119
|
| 'cast' is not followed by whitespace. |
119
|
| 'cast' is not followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| Line is longer than 80 characters. |
125
|
| Missing a Javadoc comment. |
125
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| '{' should be on the previous line. |
127
|
| Line is longer than 80 characters. |
128
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| 'if' is not followed by whitespace. |
130
|
| '(' is followed by whitespace. |
130
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| '{' should be on the previous line. |
131
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| Line is longer than 80 characters. |
134
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| Line is longer than 80 characters. |
136
|
| 'for' is not followed by whitespace. |
138
|
| '(' is followed by whitespace. |
138
|
| ')' is preceded with whitespace. |
138
|
| '{' should be on the previous line. |
139
|
| Line is longer than 80 characters. |
141
|
| '(' is followed by whitespace. |
141
|
| ')' is preceded with whitespace. |
141
|
| Line is longer than 80 characters. |
142
|
| '(' is followed by whitespace. |
142
|
| ')' is preceded with whitespace. |
142
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Missing a Javadoc comment. |
155
|
| '(' is followed by whitespace. |
155
|
| ')' is preceded with whitespace. |
155
|
| '{' should be on the previous line. |
156
|
| 'if' is not followed by whitespace. |
159
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| '{' should be on the previous line. |
160
|
| '(' is followed by whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
org/apache/avalon/excalibur/logger/factory/LF5TargetFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
36
|
| '{' should be on the previous line. |
44
|
| Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| '{' should be on the previous line. |
47
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| 'if' is not followed by whitespace. |
51
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| Line is longer than 80 characters. |
53
|
| '(' is followed by whitespace. |
53
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
org/apache/avalon/excalibur/logger/factory/PriorityFilterTargetFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
46
|
| '{' should be on the previous line. |
57
|
| First sentence should end with a period. |
58
|
| Name 'm_logTargetFactoryManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
59
|
| Variable 'm_logTargetFactoryManager' must be private and have accessor methods. |
59
|
| First sentence should end with a period. |
61
|
| Expected an @return tag. |
64
|
| Redundant 'final' modifier. |
64
|
| '(' is followed by whitespace. |
64
|
| Expected @param tag for 'configuration'. |
64
|
| ')' is preceded with whitespace. |
64
|
| Expected @throws tag for 'ConfigurationException'. |
65
|
| '{' should be on the previous line. |
66
|
| Line is longer than 80 characters. |
67
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| Line has trailing spaces. |
69
|
| Line is longer than 80 characters. |
71
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| Line has trailing spaces. |
72
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| 'for' is not followed by whitespace. |
77
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
78
|
| Line is longer than 80 characters. |
80
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| 'if' is not followed by whitespace. |
82
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '{' should be on the previous line. |
83
|
| Line is longer than 80 characters. |
84
|
| '(' is followed by whitespace. |
84
|
| Line is longer than 80 characters. |
85
|
| ')' is preceded with whitespace. |
85
|
| Line is longer than 80 characters. |
89
|
| ')' is preceded with whitespace. |
89
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| First sentence should end with a period. |
96
|
| Line is longer than 80 characters. |
99
|
| Redundant 'final' modifier. |
99
|
| '(' is followed by whitespace. |
99
|
| Parameter logTargetFactoryManager should be final. |
99
|
| Expected @param tag for 'logTargetFactoryManager'. |
99
|
| ')' is preceded with whitespace. |
99
|
org/apache/avalon/excalibur/logger/factory/SMTPTargetFactory.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
76
|
| '{' should be on the previous line. |
88
|
| First sentence should end with a period. |
89
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| '{' should be on the previous line. |
98
|
| '{' should be on the previous line. |
100
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| '}' should be on the same line. |
110
|
| 'catch' is not followed by whitespace. |
111
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| '{' should be on the previous line. |
112
|
| '(' is followed by whitespace. |
113
|
| '+' should be on a new line. |
113
|
| ')' is preceded with whitespace. |
114
|
| '}' should be on the same line. |
115
|
| 'catch' is not followed by whitespace. |
116
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| '{' should be on the previous line. |
117
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. |
128
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| '{' should be on the previous line. |
129
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| 'if' is not followed by whitespace. |
132
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| '{' should be on the previous line. |
133
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| Line is longer than 80 characters. |
144
|
| Line is longer than 80 characters. |
148
|
| Line is longer than 80 characters. |
151
|
| Method 'getSession' is not designed for extension - needs to be abstract, final or empty. |
158
|
| '(' is followed by whitespace. |
158
|
| Parameter config should be final. |
158
|
| Expected @param tag for 'config'. |
158
|
| ')' is preceded with whitespace. |
158
|
| '{' should be on the previous line. |
160
|
| '(' is followed by whitespace. |
161
|
| ')' is preceded with whitespace. |
161
|
| 'if' is not followed by whitespace. |
163
|
| '(' is followed by whitespace. |
163
|
| ')' is preceded with whitespace. |
163
|
| '{' should be on the previous line. |
164
|
| Line is longer than 80 characters. |
166
|
| '(' is followed by whitespace. |
166
|
| ')' is preceded with whitespace. |
166
|
| 'if' is not followed by whitespace. |
168
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| '{' should be on the previous line. |
169
|
| '(' is followed by whitespace. |
170
|
| ')' is preceded with whitespace. |
170
|
| 'cast' is not followed by whitespace. |
173
|
| '(' is followed by whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| '}' should be on the same line. |
174
|
| '{' should be on the previous line. |
176
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
179
|
| ')' is preceded with whitespace. |
179
|
| ')' is preceded with whitespace. |
179
|
| '(' is followed by whitespace. |
190
|
| Parameter config should be final. |
190
|
| ')' is preceded with whitespace. |
190
|
| Expected @throws tag for 'ConfigurationException'. |
191
|
| '{' should be on the previous line. |
192
|
| '(' is followed by whitespace. |
193
|
| ')' is preceded with whitespace. |
193
|
| '(' is followed by whitespace. |
203
|
| Parameter config should be final. |
203
|
| ')' is preceded with whitespace. |
203
|
| Expected @throws tag for 'ConfigurationException'. |
204
|
| '{' should be on the previous line. |
205
|
| '(' is followed by whitespace. |
206
|
| ')' is preceded with whitespace. |
206
|
| '(' is followed by whitespace. |
206
|
| ')' is preceded with whitespace. |
206
|
| '(' is followed by whitespace. |
216
|
| Parameter config should be final. |
216
|
| ')' is preceded with whitespace. |
216
|
| Expected @throws tag for 'ConfigurationException'. |
217
|
| '{' should be on the previous line. |
218
|
| '(' is followed by whitespace. |
219
|
| ')' is preceded with whitespace. |
219
|
| '(' is followed by whitespace. |
219
|
| ')' is preceded with whitespace. |
219
|
| '(' is followed by whitespace. |
231
|
| ')' is preceded with whitespace. |
231
|
| '{' should be on the previous line. |
233
|
| '(' is followed by whitespace. |
234
|
| ')' is preceded with whitespace. |
234
|
| 'for' is not followed by whitespace. |
237
|
| '(' is followed by whitespace. |
237
|
| ')' is preceded with whitespace. |
237
|
| '{' should be on the previous line. |
238
|
| '(' is followed by whitespace. |
239
|
| ')' is preceded with whitespace. |
239
|
| '(' is followed by whitespace. |
254
|
| ')' is preceded with whitespace. |
254
|
| '{' should be on the previous line. |
256
|
| '(' is followed by whitespace. |
257
|
| '(' is followed by whitespace. |
257
|
| ')' is preceded with whitespace. |
257
|
| ')' is preceded with whitespace. |
257
|
| Method 'createAddress' is not designed for extension - needs to be abstract, final or empty. |
270
|
| '(' is followed by whitespace. |
270
|
| ')' is preceded with whitespace. |
270
|
| '{' should be on the previous line. |
272
|
| '(' is followed by whitespace. |
273
|
| ')' is preceded with whitespace. |
273
|
org/apache/avalon/excalibur/logger/factory/ServletTargetFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
37
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
49
|
| '{' should be on the previous line. |
60
|
| First sentence should end with a period. |
62
|
| Expected an @return tag. |
65
|
| Redundant 'final' modifier. |
65
|
| '(' is followed by whitespace. |
65
|
| Expected @param tag for 'configuration'. |
65
|
| ')' is preceded with whitespace. |
65
|
| Expected @throws tag for 'ConfigurationException'. |
66
|
| '{' should be on the previous line. |
67
|
| 'if' is not followed by whitespace. |
68
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| '{' should be on the previous line. |
69
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
80
|
| 'cast' is not followed by whitespace. |
81
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '}' should be on the same line. |
82
|
| 'catch' is not followed by whitespace. |
83
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| '{' should be on the previous line. |
84
|
| Line is longer than 80 characters. |
85
|
| '(' is followed by whitespace. |
85
|
| '+' should be on a new line. |
85
|
| ')' is preceded with whitespace. |
86
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| Missing a Javadoc comment. |
92
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| '{' should be on the previous line. |
93
|
| 'if' is not followed by whitespace. |
96
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| '{' should be on the previous line. |
97
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
org/apache/avalon/excalibur/logger/factory/SocketTargetFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
41
|
| '{' should be on the previous line. |
50
|
| First sentence should end with a period. |
51
|
| Expected an @return tag. |
58
|
| Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. |
58
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '{' should be on the previous line. |
60
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| 'if' is not followed by whitespace. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '{' should be on the previous line. |
65
|
| Line is longer than 80 characters. |
66
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| '{' should be on the previous line. |
70
|
| Line is longer than 80 characters. |
71
|
| '(' is followed by whitespace. |
71
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| '}' should be on the same line. |
72
|
| 'catch' is not followed by whitespace. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| Line is longer than 80 characters. |
75
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
81
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '}' should be on the same line. |
83
|
| 'catch' is not followed by whitespace. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| Line is longer than 80 characters. |
86
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
org/apache/avalon/excalibur/logger/factory/StreamTargetFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
48
|
| '{' should be on the previous line. |
56
|
| First sentence should end with a period. |
57
|
| Expected an @return tag. |
60
|
| Method 'createTarget' is not designed for extension - needs to be abstract, final or empty. |
60
|
| '(' is followed by whitespace. |
60
|
| Expected @param tag for 'configuration'. |
60
|
| ')' is preceded with whitespace. |
60
|
| Expected @throws tag for 'ConfigurationException'. |
61
|
| '{' should be on the previous line. |
62
|
| Line is longer than 80 characters. |
65
|
| '(' is followed by whitespace. |
65
|
| ')' is preceded with whitespace. |
65
|
| 'if' is not followed by whitespace. |
66
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| '{' should be on the previous line. |
67
|
| '}' should be on the same line. |
69
|
| '{' should be on the previous line. |
71
|
| '{' should be on the previous line. |
74
|
| 'cast' is not followed by whitespace. |
75
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '}' should be on the same line. |
76
|
| 'catch' is not followed by whitespace. |
77
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
78
|
| '(' is followed by whitespace. |
79
|
| '+' should be on a new line. |
79
|
| '+' should be on a new line. |
80
|
| Line is longer than 80 characters. |
81
|
| ')' is preceded with whitespace. |
81
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| '{' should be on the previous line. |
93
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| 'if' is not followed by whitespace. |
107
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| '{' should be on the previous line. |
108
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
org/apache/avalon/excalibur/logger/factory/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/avalon/excalibur/logger/log4j/Log4JAdapter.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Variable 'm_hierarchy' must be private and have accessor methods. |
37
|
| Missing a Javadoc comment. |
39
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| 'if' construct must use '{}'s. |
41
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| Line has trailing spaces. |
47
|
| Expected an @return tag. |
50
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
50
|
| '(' is followed by whitespace. |
50
|
| Expected @param tag for 'categoryName'. |
50
|
| ')' is preceded with whitespace. |
50
|
| '{' should be on the previous line. |
51
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '{' should be on the previous line. |
53
|
| '}' should be on the same line. |
55
|
| '{' should be on the previous line. |
57
|
| '(' is followed by whitespace. |
58
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| Expected an @return tag. |
66
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
66
|
| '{' should be on the previous line. |
67
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
org/apache/avalon/excalibur/logger/log4j/Log4JConfAdapter.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
55
|
| '{' should be on the previous line. |
57
|
| Missing a Javadoc comment. |
58
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
58
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
60
|
| Line is longer than 80 characters. |
62
|
| Line has trailing spaces. |
64
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter context should be final. |
64
|
| '{' should be on the previous line. |
65
|
| Line has trailing spaces. |
68
|
| '{' should be on the previous line. |
77
|
| Line has trailing spaces. |
78
|
| '(' is followed by whitespace. |
81
|
| '(' is followed by whitespace. |
81
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
87
|
| '(' is followed by whitespace. |
87
|
| Expected @param tag for 'configuration'. |
87
|
| ')' is preceded with whitespace. |
87
|
| Expected @throws tag for 'ConfigurationException'. |
88
|
| '{' should be on the previous line. |
89
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| Line is longer than 80 characters. |
92
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| 'for' is not followed by whitespace. |
95
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '{' should be on the previous line. |
96
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| Line is longer than 80 characters. |
109
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
org/apache/avalon/excalibur/logger/log4j/Log4JConfigurator.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
23
|
| Line has trailing spaces. |
25
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
30
|
| Variable 'context' must be private and have accessor methods. |
30
|
| Line has trailing spaces. |
31
|
| Missing a Javadoc comment. |
32
|
| Parameter context should be final. |
32
|
| 'context' hides a field. |
32
|
| Line has trailing spaces. |
35
|
| Method 'subst' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter value should be final. |
36
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
45
|
| Missing a Javadoc comment. |
46
|
| Name 'DELIM_START' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
46
|
| Variable 'DELIM_START' must be private and have accessor methods. |
46
|
| Missing a Javadoc comment. |
47
|
| Name 'DELIM_STOP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Variable 'DELIM_STOP' must be private and have accessor methods. |
47
|
| Missing a Javadoc comment. |
48
|
| Name 'DELIM_START_LEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Variable 'DELIM_START_LEN' must be private and have accessor methods. |
48
|
| Missing a Javadoc comment. |
49
|
| Name 'DELIM_STOP_LEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| Variable 'DELIM_STOP_LEN' must be private and have accessor methods. |
49
|
| Expected an @return tag. |
55
|
| Line has trailing spaces. |
55
|
| Method 'substVars' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter val should be final. |
55
|
| Expected @param tag for 'val'. |
55
|
| Expected @throws tag for 'IllegalArgumentException'. |
56
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
56
|
| 'while' is not followed by whitespace. |
63
|
| '=' is not preceded with whitespace. |
64
|
| '=' is not followed by whitespace. |
64
|
| 'if' is not followed by whitespace. |
67
|
| '==' is not preceded with whitespace. |
67
|
| '==' is not followed by whitespace. |
67
|
| Line is longer than 80 characters. |
69
|
| 'if' is not followed by whitespace. |
76
|
| '+' is not preceded with whitespace. |
77
|
| '+' is not followed by whitespace. |
77
|
| '+' is not preceded with whitespace. |
77
|
| '+' should be on a new line. |
77
|
| Line is longer than 80 characters. |
78
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| Line has trailing spaces. |
93
|
| Line is longer than 80 characters. |
93
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| '+' is not preceded with whitespace. |
93
|
| '+' is not followed by whitespace. |
93
|
| Line has trailing spaces. |
96
|
| Line has trailing spaces. |
99
|
| Line has trailing spaces. |
111
|
| Expected an @return tag. |
116
|
| Method 'getSystemProperty' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Parameter key should be final. |
116
|
| Expected @param tag for 'key'. |
116
|
| Line is longer than 80 characters. |
119
|
| 'catch' is not followed by whitespace. |
119
|
| Line is longer than 80 characters. |
120
|
| '+' is not preceded with whitespace. |
120
|
| '+' is not followed by whitespace. |
120
|
| '+' is not preceded with whitespace. |
120
|
| '+' is not followed by whitespace. |
120
|
org/apache/avalon/excalibur/logger/log4j/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/avalon/excalibur/logger/logkit/ErrorHandlerAdapter.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_reliableLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
37
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| '{' should be on the previous line. |
38
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| Line is longer than 80 characters. |
46
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on the previous line. |
56
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| '}' should be on the same line. |
58
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '{' should be on the previous line. |
60
|
| '(' is followed by whitespace. |
61
|
| ')' is preceded with whitespace. |
61
|
| '}' should be on the same line. |
62
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| '{' should be on the previous line. |
64
|
| '(' is followed by whitespace. |
65
|
| ')' is preceded with whitespace. |
65
|
| '}' should be on the same line. |
66
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '{' should be on the previous line. |
68
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '}' should be on the same line. |
70
|
| '(' is followed by whitespace. |
71
|
| '{' should be on the previous line. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '}' should be on the same line. |
74
|
| '{' should be on the previous line. |
76
|
| Line has trailing spaces. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
79
|
org/apache/avalon/excalibur/logger/logkit/LogKitAdapter.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
36
|
| Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Variable 'm_hierarchy' must be private and have accessor methods. |
40
|
| '(' is followed by whitespace. |
46
|
| Expected @param tag for 'hierarchy'. |
46
|
| ')' is preceded with whitespace. |
46
|
| '{' should be on the previous line. |
47
|
| 'if' construct must use '{}'s. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| Line has trailing spaces. |
66
|
| Expected an @return tag. |
71
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
71
|
| '(' is followed by whitespace. |
71
|
| Expected @param tag for 'categoryName'. |
71
|
| ')' is preceded with whitespace. |
71
|
| '{' should be on the previous line. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| '}' should be on the same line. |
76
|
| '{' should be on the previous line. |
78
|
| '(' is followed by whitespace. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| Expected an @return tag. |
87
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
87
|
| '{' should be on the previous line. |
88
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
org/apache/avalon/excalibur/logger/logkit/LogKitConfHelper.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
57
|
| Missing a Javadoc comment. |
59
|
| Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
59
|
| Missing a Javadoc comment. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '{' should be on the previous line. |
63
|
| 'if' construct must use '{}'s. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| First sentence should end with a period. |
68
|
| 'private' modifier out of order with the JLS suggestions. |
69
|
| Name 'm_targets' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
69
|
| First sentence should end with a period. |
71
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
72
|
| Line is longer than 80 characters. |
75
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| '{' should be on the previous line. |
82
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| '{' should be on the previous line. |
94
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| Line is longer than 80 characters. |
96
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| Line is longer than 80 characters. |
99
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '(' is followed by whitespace. |
102
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| First sentence should end with a period. |
109
|
| Expected an @return tag. |
115
|
| Redundant 'final' modifier. |
115
|
| ')' is preceded with whitespace. |
116
|
| '{' should be on the previous line. |
118
|
| Line is longer than 80 characters. |
119
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| '{' should be on the previous line. |
124
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| '}' should be on the same line. |
126
|
| 'catch' is not followed by whitespace. |
127
|
| '(' is followed by whitespace. |
127
|
| ')' is preceded with whitespace. |
127
|
| '{' should be on the previous line. |
128
|
| Line is longer than 80 characters. |
129
|
| '(' is followed by whitespace. |
129
|
| ')' is preceded with whitespace. |
129
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| First sentence should end with a period. |
137
|
| Expected an @return tag. |
143
|
| Line is longer than 80 characters. |
143
|
| Redundant 'final' modifier. |
143
|
| '(' is followed by whitespace. |
143
|
| Expected @param tag for 'targetFactoryManager'. |
144
|
| ')' is preceded with whitespace. |
144
|
| '{' should be on the previous line. |
146
|
| Line is longer than 80 characters. |
147
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| '(' is followed by whitespace. |
151
|
| ')' is preceded with whitespace. |
151
|
| '(' is followed by whitespace. |
153
|
| ')' is preceded with whitespace. |
153
|
| First sentence should end with a period. |
158
|
| Redundant 'final' modifier. |
165
|
| '(' is followed by whitespace. |
165
|
| Expected @param tag for 'targetManager'. |
165
|
| Expected @param tag for 'parentCategory'. |
166
|
| Parameter root should be final. |
168
|
| Expected @param tag for 'defaultAdditive'. |
169
|
| ')' is preceded with whitespace. |
169
|
| '{' should be on the previous line. |
171
|
| Line is longer than 80 characters. |
174
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| 'if' is not followed by whitespace. |
176
|
| '(' is followed by whitespace. |
176
|
| ')' is preceded with whitespace. |
176
|
| '{' should be on the previous line. |
177
|
| 'for' is not followed by whitespace. |
178
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| '{' should be on the previous line. |
179
|
| '(' is followed by whitespace. |
181
|
| ')' is preceded with whitespace. |
181
|
| Line is longer than 80 characters. |
182
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| '(' is followed by whitespace. |
184
|
| ')' is preceded with whitespace. |
184
|
| Line is longer than 80 characters. |
186
|
| '(' is followed by whitespace. |
186
|
| ')' is preceded with whitespace. |
186
|
| 'for' is not followed by whitespace. |
188
|
| '(' is followed by whitespace. |
188
|
| ')' is preceded with whitespace. |
188
|
| '{' should be on the previous line. |
189
|
| '(' is followed by whitespace. |
190
|
| ')' is preceded with whitespace. |
190
|
| '(' is followed by whitespace. |
191
|
| ')' is preceded with whitespace. |
191
|
| 'if' is not followed by whitespace. |
192
|
| '(' is followed by whitespace. |
192
|
| '(' is followed by whitespace. |
192
|
| ')' is preceded with whitespace. |
192
|
| ')' is preceded with whitespace. |
192
|
| '{' should be on the previous line. |
193
|
| '(' is followed by whitespace. |
194
|
| ')' is preceded with whitespace. |
194
|
| '(' is followed by whitespace. |
201
|
| '(' is followed by whitespace. |
201
|
| ')' is preceded with whitespace. |
201
|
| ')' is preceded with whitespace. |
201
|
| '{' should be on the previous line. |
202
|
| '(' is followed by whitespace. |
203
|
| ')' is preceded with whitespace. |
203
|
| '{' should be on the previous line. |
204
|
| Line is longer than 80 characters. |
205
|
| '+' should be on a new line. |
205
|
| '(' is followed by whitespace. |
207
|
| ')' is preceded with whitespace. |
207
|
| '(' is followed by whitespace. |
210
|
| ')' is preceded with whitespace. |
210
|
| '{' should be on the previous line. |
211
|
| Line is longer than 80 characters. |
212
|
| '+' should be on a new line. |
212
|
| Line is longer than 80 characters. |
213
|
| '(' is followed by whitespace. |
214
|
| ')' is preceded with whitespace. |
214
|
| '}' should be on the same line. |
220
|
| '{' should be on the previous line. |
222
|
| Line is longer than 80 characters. |
223
|
| '(' is followed by whitespace. |
223
|
| ')' is preceded with whitespace. |
223
|
| '(' is followed by whitespace. |
224
|
| ')' is preceded with whitespace. |
224
|
| 'if' is not followed by whitespace. |
227
|
| '(' is followed by whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| '{' should be on the previous line. |
228
|
| Line is longer than 80 characters. |
234
|
| '+' should be on a new line. |
234
|
| '(' is followed by whitespace. |
235
|
| Avoid inline conditionals. |
235
|
| ')' is preceded with whitespace. |
235
|
| '(' is followed by whitespace. |
236
|
| ')' is preceded with whitespace. |
236
|
| '(' is followed by whitespace. |
239
|
| '(' is followed by whitespace. |
239
|
| ')' is preceded with whitespace. |
239
|
| ')' is preceded with whitespace. |
239
|
| '(' is followed by whitespace. |
240
|
| ')' is preceded with whitespace. |
240
|
| '(' is followed by whitespace. |
241
|
| ')' is preceded with whitespace. |
241
|
| Line is longer than 80 characters. |
243
|
| '(' is followed by whitespace. |
243
|
| ')' is preceded with whitespace. |
243
|
| '(' is followed by whitespace. |
247
|
| ')' is preceded with whitespace. |
247
|
| '{' should be on the previous line. |
248
|
| Line is longer than 80 characters. |
250
|
| '+' is not preceded with whitespace. |
250
|
| '+' should be on a new line. |
250
|
| '(' is followed by whitespace. |
252
|
| ')' is preceded with whitespace. |
252
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
259
|
| '{' should be on the previous line. |
260
|
| 'while' is not followed by whitespace. |
262
|
| '(' is followed by whitespace. |
262
|
| ')' is preceded with whitespace. |
262
|
| '{' should be on the previous line. |
263
|
| 'cast' is not followed by whitespace. |
264
|
| 'if' is not followed by whitespace. |
265
|
| '(' is followed by whitespace. |
265
|
| ')' is preceded with whitespace. |
265
|
| '{' should be on the previous line. |
266
|
| '(' is followed by whitespace. |
267
|
| 'cast' is not followed by whitespace. |
267
|
| ')' is preceded with whitespace. |
267
|
org/apache/avalon/excalibur/logger/logkit/LogKitLoggerHelper.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
34
|
| Missing a Javadoc comment. |
36
|
| Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
39
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| 'if' construct must use '{}'s. |
41
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '{' should be on the previous line. |
47
|
| 'if' construct must use '{}'s. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| Line is longer than 80 characters. |
49
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
org/apache/avalon/excalibur/logger/logkit/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/avalon/excalibur/logger/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/avalon/excalibur/logger/util/AvalonTee.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
50
|
| '{' should be on the previous line. |
52
|
| Missing a Javadoc comment. |
54
|
| Name 'm_listeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| '(' is followed by whitespace. |
54
|
| '10' is a magic number. |
54
|
| ')' is preceded with whitespace. |
54
|
| Name 'm_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
60
|
| Missing a Javadoc comment. |
63
|
| Name 'm_readOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
63
|
| Method 'makeReadOnly' is not designed for extension - needs to be abstract, final or empty. |
68
|
| '{' should be on the previous line. |
69
|
| Method 'addTee' is not designed for extension - needs to be abstract, final or empty. |
77
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
78
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '{' should be on the previous line. |
80
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| 'if' construct must use '{}'s. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '(' is followed by whitespace. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| Must have at least one statement. |
86
|
| Line has trailing spaces. |
87
|
| '}' should be on the same line. |
88
|
| '{' should be on the previous line. |
90
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| '{' should be on the previous line. |
98
|
| 'for' is not followed by whitespace. |
99
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| '{' should be on the previous line. |
100
|
| '(' is followed by whitespace. |
101
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '{' should be on the previous line. |
106
|
| 'for' is not followed by whitespace. |
107
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| '{' should be on the previous line. |
108
|
| '(' is followed by whitespace. |
109
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| Line is longer than 80 characters. |
113
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| 'for' is not followed by whitespace. |
115
|
| '(' is followed by whitespace. |
115
|
| ')' is preceded with whitespace. |
115
|
| '{' should be on the previous line. |
116
|
| '(' is followed by whitespace. |
117
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| Method 'start' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| '{' should be on the previous line. |
122
|
| 'for' is not followed by whitespace. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| '{' should be on the previous line. |
124
|
| '(' is followed by whitespace. |
125
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Missing a Javadoc comment. |
129
|
| '{' should be on the previous line. |
130
|
| 'for' is not followed by whitespace. |
131
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| '{' should be on the previous line. |
132
|
| '(' is followed by whitespace. |
133
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| '{' should be on the previous line. |
138
|
| 'for' is not followed by whitespace. |
139
|
| '(' is followed by whitespace. |
139
|
| ')' is preceded with whitespace. |
139
|
| '{' should be on the previous line. |
140
|
| '(' is followed by whitespace. |
141
|
| '(' is followed by whitespace. |
141
|
| ')' is preceded with whitespace. |
141
|
| ')' is preceded with whitespace. |
141
|
org/apache/avalon/excalibur/logger/util/LoggerManagerTee.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
34
|
| Missing a Javadoc comment. |
36
|
| Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| '(' is followed by whitespace. |
43
|
| Expected @param tag for 'loggerManager'. |
43
|
| ')' is preceded with whitespace. |
43
|
| '{' should be on the previous line. |
44
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| Expected an @return tag. |
52
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
52
|
| '(' is followed by whitespace. |
52
|
| Expected @param tag for 'categoryName'. |
52
|
| ')' is preceded with whitespace. |
52
|
| '{' should be on the previous line. |
53
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| Expected an @return tag. |
61
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
61
|
| '{' should be on the previous line. |
62
|
org/apache/avalon/excalibur/logger/util/LoggerSwitch.java
Error | Line |
| Line does not match expected header line of ''. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
39
|
| Missing a Javadoc comment. |
40
|
| 'static' modifier out of order with the JLS suggestions. |
40
|
| Missing a Javadoc comment. |
42
|
| 'static' modifier out of order with the JLS suggestions. |
42
|
| '{' should be on the previous line. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| 'cast' is not followed by whitespace. |
45
|
| Missing a Javadoc comment. |
48
|
| '{' should be on the previous line. |
49
|
| Missing a Javadoc comment. |
50
|
| Name 'm_fallback' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Variable 'm_fallback' must be private and have accessor methods. |
50
|
| Missing a Javadoc comment. |
51
|
| Name 'm_preferred' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Variable 'm_preferred' must be private and have accessor methods. |
51
|
| Missing a Javadoc comment. |
53
|
| Name 'm_recursionOnPreferred' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Variable 'm_recursionOnPreferred' must be private and have accessor methods. |
53
|
| Missing a Javadoc comment. |
54
|
| Name 'm_recursionOnFallback' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| Variable 'm_recursionOnFallback' must be private and have accessor methods. |
54
|
| Missing a Javadoc comment. |
56
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| '{' should be on the previous line. |
57
|
| Avoid inline conditionals. |
58
|
| Missing a Javadoc comment. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '{' should be on the previous line. |
63
|
| Avoid inline conditionals. |
64
|
| Missing a Javadoc comment. |
67
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '{' should be on the previous line. |
68
|
| Expected an @return tag. |
78
|
| '{' should be on the previous line. |
79
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| '{' should be on the previous line. |
81
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '}' should be on the same line. |
83
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '}' should be on the same line. |
88
|
| '{' should be on the previous line. |
90
|
| '(' is followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| Missing a Javadoc comment. |
96
|
| '{' should be on the previous line. |
97
|
| Avoid inline conditionals. |
98
|
| Missing a Javadoc comment. |
101
|
| '{' should be on the previous line. |
102
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '}' should be on the same line. |
106
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| '{' should be on the previous line. |
108
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| '}' should be on the same line. |
110
|
| '{' should be on the previous line. |
112
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| Missing a Javadoc comment. |
117
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| '{' should be on the previous line. |
118
|
| '{' should be on the previous line. |
121
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '}' should be on the same line. |
123
|
| '{' should be on the previous line. |
125
|
| Line has trailing spaces. |
129
|
| Missing a Javadoc comment. |
130
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| '{' should be on the previous line. |
131
|
| '{' should be on the previous line. |
134
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '}' should be on the same line. |
136
|
| '{' should be on the previous line. |
138
|
| Line has trailing spaces. |
142
|
| Line has trailing spaces. |
143
|
| Expected an @return tag. |
149
|
| '{' should be on the previous line. |
150
|
| Line has trailing spaces. |
155
|
| Missing a Javadoc comment. |
156
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '{' should be on the previous line. |
157
|
| '{' should be on the previous line. |
160
|
| '(' is followed by whitespace. |
161
|
| ')' is preceded with whitespace. |
161
|
| '}' should be on the same line. |
162
|
| '{' should be on the previous line. |
164
|
| Line has trailing spaces. |
168
|
| Missing a Javadoc comment. |
169
|
| '(' is followed by whitespace. |
169
|
| ')' is preceded with whitespace. |
169
|
| '{' should be on the previous line. |
170
|
| '{' should be on the previous line. |
173
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| '}' should be on the same line. |
175
|
| '{' should be on the previous line. |
177
|
| Line has trailing spaces. |
181
|
| Missing a Javadoc comment. |
182
|
| '{' should be on the previous line. |
183
|
| Line has trailing spaces. |
187
|
| Missing a Javadoc comment. |
188
|
| '(' is followed by whitespace. |
188
|
| ')' is preceded with whitespace. |
188
|
| '{' should be on the previous line. |
189
|
| '{' should be on the previous line. |
192
|
| '(' is followed by whitespace. |
193
|
| ')' is preceded with whitespace. |
193
|
| '}' should be on the same line. |
194
|
| '{' should be on the previous line. |
196
|
| Line has trailing spaces. |
200
|
| Missing a Javadoc comment. |
201
|
| '(' is followed by whitespace. |
201
|
| ')' is preceded with whitespace. |
201
|
| '{' should be on the previous line. |
202
|
| '{' should be on the previous line. |
205
|
| '(' is followed by whitespace. |
206
|
| ')' is preceded with whitespace. |
206
|
| '}' should be on the same line. |
207
|
| '{' should be on the previous line. |
209
|
| Line has trailing spaces. |
213
|
| Missing a Javadoc comment. |
214
|
| '{' should be on the previous line. |
215
|
| Line has trailing spaces. |
219
|
| Missing a Javadoc comment. |
220
|
| '(' is followed by whitespace. |
220
|
| ')' is preceded with whitespace. |
220
|
| '{' should be on the previous line. |
221
|
| '{' should be on the previous line. |
224
|
| '(' is followed by whitespace. |
225
|
| ')' is preceded with whitespace. |
225
|
| '}' should be on the same line. |
226
|
| '{' should be on the previous line. |
228
|
| Line has trailing spaces. |
232
|
| Missing a Javadoc comment. |
233
|
| '(' is followed by whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
| '{' should be on the previous line. |
234
|
| '{' should be on the previous line. |
237
|
| '(' is followed by whitespace. |
238
|
| ')' is preceded with whitespace. |
238
|
| '}' should be on the same line. |
239
|
| '{' should be on the previous line. |
241
|
| Line has trailing spaces. |
245
|
| Missing a Javadoc comment. |
246
|
| '{' should be on the previous line. |
247
|
| Line has trailing spaces. |
251
|
| Missing a Javadoc comment. |
252
|
| '(' is followed by whitespace. |
252
|
| ')' is preceded with whitespace. |
252
|
| '{' should be on the previous line. |
253
|
| '{' should be on the previous line. |
256
|
| '(' is followed by whitespace. |
257
|
| ')' is preceded with whitespace. |
257
|
| '}' should be on the same line. |
258
|
| '{' should be on the previous line. |
260
|
| Line has trailing spaces. |
264
|
| Line is longer than 80 characters. |
265
|
| Missing a Javadoc comment. |
265
|
| '(' is followed by whitespace. |
265
|
| ')' is preceded with whitespace. |
265
|
| '{' should be on the previous line. |
269
|
| '(' is followed by whitespace. |
270
|
| ')' is preceded with whitespace. |
270
|
| '}' should be on the same line. |
271
|
| '{' should be on the previous line. |
273
|
| Line has trailing spaces. |
277
|
| Missing a Javadoc comment. |
278
|
| '{' should be on the previous line. |
279
|
| Line has trailing spaces. |
283
|
| Missing a Javadoc comment. |
284
|
| '(' is followed by whitespace. |
284
|
| ')' is preceded with whitespace. |
284
|
| Missing a Javadoc comment. |
288
|
| Name 'm_switch' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
288
|
| Expected an @return tag. |
296
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
296
|
| '{' should be on the previous line. |
297
|
| Missing a Javadoc comment. |
301
|
| '(' is followed by whitespace. |
301
|
| ')' is preceded with whitespace. |
301
|
| '{' should be on the previous line. |
302
|
| '(' is followed by whitespace. |
303
|
| ')' is preceded with whitespace. |
303
|
| Missing a Javadoc comment. |
306
|
| '(' is followed by whitespace. |
306
|
| ')' is preceded with whitespace. |
306
|
| '{' should be on the previous line. |
307
|
| '(' is followed by whitespace. |
308
|
| ')' is preceded with whitespace. |
308
|
| Method 'setFallback' is not designed for extension - needs to be abstract, final or empty. |
311
|
| Missing a Javadoc comment. |
311
|
| '(' is followed by whitespace. |
311
|
| ')' is preceded with whitespace. |
311
|
| '{' should be on the previous line. |
312
|
| '(' is followed by whitespace. |
313
|
| ')' is preceded with whitespace. |
313
|
| Method 'setPreferred' is not designed for extension - needs to be abstract, final or empty. |
316
|
| Missing a Javadoc comment. |
316
|
| '(' is followed by whitespace. |
316
|
| ')' is preceded with whitespace. |
316
|
| '{' should be on the previous line. |
317
|
| '(' is followed by whitespace. |
318
|
| ')' is preceded with whitespace. |
318
|
org/apache/avalon/excalibur/logger/util/LoggerUtil.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Utility classes should not have a public or default constructor. |
26
|
| '{' should be on the previous line. |
27
|
| Line is longer than 80 characters. |
29
|
| Expected an @return tag. |
35
|
| Line is longer than 80 characters. |
35
|
| '(' is followed by whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
| 'if' is not followed by whitespace. |
37
|
| '(' is followed by whitespace. |
37
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| '{' should be on the previous line. |
38
|
| 'if' is not followed by whitespace. |
39
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| '}' should be on the same line. |
42
|
| '{' should be on the previous line. |
44
|
| '}' should be on the same line. |
47
|
| '{' should be on the previous line. |
49
|
| 'if' is not followed by whitespace. |
50
|
| '(' is followed by whitespace. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| '{' should be on the previous line. |
51
|
| '}' should be on the same line. |
53
|
| '{' should be on the previous line. |
55
|
| Line is longer than 80 characters. |
56
|
org/apache/avalon/excalibur/logger/util/package.html
Error | Line |
| Missing package documentation file. | 0 |