Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
62 | 0 | 0 | 4016 |
Files
org/apache/avalon/excalibur/component/AbstractDualLogEnabled.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_logkitLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Method 'setLogger' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| '(' is followed by whitespace. |
39
|
| Parameter logger should be final. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| '(' is followed by whitespace. |
44
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| Missing a Javadoc comment. |
48
|
| '{' should be on the previous line. |
49
|
| 'if' is not followed by whitespace. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| '{' should be on the previous line. |
51
|
| Line is longer than 80 characters. |
52
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
org/apache/avalon/excalibur/component/AbstractDualLogEnabledInstrumentable.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
|
| Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Name 'm_instrumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
44
|
| Name 'm_childList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
47
|
| Line is longer than 80 characters. |
49
|
| Name 'm_registered' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| '{' should be on the previous line. |
59
|
| Method 'addInstrument' is not designed for extension - needs to be abstract, final or empty. |
75
|
| '(' is followed by whitespace. |
75
|
| Parameter instrument should be final. |
75
|
| ')' is preceded with whitespace. |
75
|
| '{' should be on the previous line. |
76
|
| 'if' 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. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
80
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| Method 'addChildInstrumentable' is not designed for extension - needs to be abstract, final or empty. |
95
|
| '(' is followed by whitespace. |
95
|
| Parameter child should be final. |
95
|
| ')' is preceded with whitespace. |
95
|
| '{' should be on the previous line. |
96
|
| 'if' is not followed by whitespace. |
97
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| '{' should be on the previous line. |
98
|
| Line is longer than 80 characters. |
99
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
100
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
114
|
| '(' is followed by whitespace. |
131
|
| Parameter name should be final. |
131
|
| ')' is preceded with whitespace. |
131
|
| '{' should be on the previous line. |
132
|
| '{' should be on the previous line. |
146
|
| 'if' is not followed by whitespace. |
148
|
| '(' is followed by whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| '{' should be on the previous line. |
149
|
| '}' should be on the same line. |
151
|
| '{' should be on the previous line. |
153
|
| Line is longer than 80 characters. |
154
|
| '(' is followed by whitespace. |
155
|
| ')' is preceded with whitespace. |
155
|
| '{' should be on the previous line. |
172
|
| 'if' is not followed by whitespace. |
174
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| '{' should be on the previous line. |
175
|
| '}' should be on the same line. |
177
|
| '{' should be on the previous line. |
179
|
| Line is longer than 80 characters. |
180
|
| '(' is followed by whitespace. |
181
|
| ')' is preceded with whitespace. |
181
|
org/apache/avalon/excalibur/component/ComponentHandler.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. |
48
|
| Missing a Javadoc comment. |
49
|
| Name 'm_referenceSemaphore' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49
|
| Missing a Javadoc comment. |
50
|
| Name 'm_references' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| Name 'm_referencesInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Name 'm_getsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Name 'm_putsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
59
|
| Line is longer than 80 characters. |
81
|
| Expected an @return tag. |
84
|
| Line is longer than 80 characters. |
84
|
| '(' is followed by whitespace. |
84
|
| Line is longer than 80 characters. |
85
|
| Line is longer than 80 characters. |
86
|
| Line is longer than 80 characters. |
88
|
| Line is longer than 80 characters. |
89
|
| ')' is preceded with whitespace. |
89
|
| '{' should be on the previous line. |
91
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
99
|
| Expected an @return tag. |
122
|
| Line is longer than 80 characters. |
122
|
| More than 7 parameters. |
122
|
| '(' is followed by whitespace. |
122
|
| Line is longer than 80 characters. |
123
|
| Line is longer than 80 characters. |
124
|
| Line is longer than 80 characters. |
126
|
| Line is longer than 80 characters. |
127
|
| Line is longer than 80 characters. |
128
|
| Line is longer than 80 characters. |
129
|
| ')' is preceded with whitespace. |
129
|
| '{' should be on the previous line. |
131
|
| Line is longer than 80 characters. |
137
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
| 'if' is not followed by whitespace. |
139
|
| '(' is followed by whitespace. |
139
|
| ')' is preceded with whitespace. |
139
|
| '{' should be on the previous line. |
140
|
| '{' should be on the previous line. |
142
|
| '(' is followed by whitespace. |
143
|
| ')' is preceded with whitespace. |
143
|
| 'if' construct must use '{}'s. |
145
|
| 'if' is not followed by whitespace. |
145
|
| '(' is followed by whitespace. |
145
|
| ')' is preceded with whitespace. |
145
|
| Line is longer than 80 characters. |
146
|
| '(' is followed by whitespace. |
146
|
| '+' should be on a new line. |
146
|
| '+' should be on a new line. |
147
|
| ')' is preceded with whitespace. |
148
|
| 'if' construct must use '{}'s. |
151
|
| 'if' is not followed by whitespace. |
151
|
| '(' is followed by whitespace. |
151
|
| ')' is preceded with whitespace. |
151
|
| 'cast' is not followed by whitespace. |
152
|
| '}' should be on the same line. |
153
|
| 'catch' 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
|
| '+' should be on a new line. |
156
|
| '+' should be on a new line. |
157
|
| ')' is preceded with whitespace. |
158
|
| '}' should be on the same line. |
159
|
| 'catch' is not followed by whitespace. |
160
|
| '(' is followed by whitespace. |
160
|
| ')' is preceded with whitespace. |
160
|
| '{' should be on the previous line. |
161
|
| Line is longer than 80 characters. |
162
|
| '(' is followed by whitespace. |
162
|
| '+' should be on a new line. |
162
|
| '+' should be on a new line. |
163
|
| ')' is preceded with whitespace. |
164
|
| '}' should be on the same line. |
165
|
| 'catch' is not followed by whitespace. |
166
|
| '(' is followed by whitespace. |
166
|
| ')' is preceded with whitespace. |
166
|
| '{' should be on the previous line. |
167
|
| '}' 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. |
174
|
| '(' is followed by whitespace. |
174
|
| '+' should be on a new line. |
174
|
| '+' should be on a new line. |
175
|
| ')' is preceded with whitespace. |
176
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
187
|
| Line is longer than 80 characters. |
206
|
| Expected an @return tag. |
209
|
| '(' is followed by whitespace. |
209
|
| Line is longer than 80 characters. |
210
|
| Line is longer than 80 characters. |
211
|
| Line is longer than 80 characters. |
212
|
| Line is longer than 80 characters. |
214
|
| Line is longer than 80 characters. |
215
|
| ')' is preceded with whitespace. |
215
|
| '{' should be on the previous line. |
217
|
| '(' is followed by whitespace. |
218
|
| ')' is preceded with whitespace. |
226
|
| Expected an @return tag. |
248
|
| More than 7 parameters. |
248
|
| '(' is followed by whitespace. |
248
|
| Line is longer than 80 characters. |
249
|
| Line is longer than 80 characters. |
250
|
| Line is longer than 80 characters. |
251
|
| Line is longer than 80 characters. |
253
|
| Line is longer than 80 characters. |
254
|
| Line is longer than 80 characters. |
255
|
| Line is longer than 80 characters. |
256
|
| ')' is preceded with whitespace. |
256
|
| '{' should be on the previous line. |
258
|
| 'if' is not followed by whitespace. |
261
|
| '(' is followed by whitespace. |
261
|
| '(' is followed by whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
| '{' should be on the previous line. |
262
|
| 'if' is not followed by whitespace. |
266
|
| '(' is followed by whitespace. |
266
|
| '(' is followed by whitespace. |
266
|
| ')' is preceded with whitespace. |
266
|
| ')' is preceded with whitespace. |
266
|
| '{' should be on the previous line. |
267
|
| 'if' is not followed by whitespace. |
271
|
| '(' is followed by whitespace. |
271
|
| '(' is followed by whitespace. |
271
|
| ')' is preceded with whitespace. |
271
|
| ')' is preceded with whitespace. |
271
|
| '{' should be on the previous line. |
272
|
| 'if' is not followed by whitespace. |
276
|
| '(' is followed by whitespace. |
276
|
| ')' is preceded with whitespace. |
276
|
| '{' should be on the previous line. |
277
|
| Line is longer than 80 characters. |
278
|
| '(' is followed by whitespace. |
278
|
| Line is longer than 80 characters. |
279
|
| ')' is preceded with whitespace. |
280
|
| '(' is followed by whitespace. |
285
|
| ')' is preceded with whitespace. |
293
|
| 'if' is not followed by whitespace. |
296
|
| '(' is followed by whitespace. |
296
|
| '(' is followed by whitespace. |
296
|
| ')' is preceded with whitespace. |
296
|
| ')' is preceded with whitespace. |
296
|
| '{' should be on the previous line. |
297
|
| '(' is followed by whitespace. |
298
|
| ')' is preceded with whitespace. |
298
|
| '}' should be on the same line. |
299
|
| 'if' is not followed by whitespace. |
300
|
| '(' is followed by whitespace. |
300
|
| '(' is followed by whitespace. |
300
|
| ')' is preceded with whitespace. |
300
|
| ')' is preceded with whitespace. |
300
|
| '{' should be on the previous line. |
301
|
| '(' is followed by whitespace. |
302
|
| ')' is preceded with whitespace. |
302
|
| '}' should be on the same line. |
303
|
| '{' should be on the previous line. |
305
|
| '(' is followed by whitespace. |
306
|
| ')' is preceded with whitespace. |
306
|
| Line is longer than 80 characters. |
311
|
| ')' is preceded with whitespace. |
311
|
| Missing a Javadoc comment. |
316
|
| ')' is preceded with whitespace. |
317
|
| '{' should be on the previous line. |
319
|
| Line is longer than 80 characters. |
322
|
| 'if' is not followed by whitespace. |
322
|
| '(' is followed by whitespace. |
322
|
| '(' is followed by whitespace. |
322
|
| ')' is preceded with whitespace. |
322
|
| ')' is preceded with whitespace. |
322
|
| 'if' is not followed by whitespace. |
327
|
| '(' is followed by whitespace. |
327
|
| '(' is followed by whitespace. |
327
|
| ')' is preceded with whitespace. |
327
|
| ')' is preceded with whitespace. |
327
|
| 'if' is not followed by whitespace. |
332
|
| '(' is followed by whitespace. |
332
|
| '(' is followed by whitespace. |
332
|
| ')' is preceded with whitespace. |
332
|
| ')' is preceded with whitespace. |
332
|
| '{' should be on the previous line. |
333
|
| 'if' is not followed by whitespace. |
337
|
| '(' is followed by whitespace. |
337
|
| ')' is preceded with whitespace. |
337
|
| '{' should be on the previous line. |
338
|
| Line is longer than 80 characters. |
339
|
| '(' is followed by whitespace. |
339
|
| ')' is preceded with whitespace. |
339
|
| Line is longer than 80 characters. |
342
|
| '(' is followed by whitespace. |
342
|
| ')' is preceded with whitespace. |
342
|
| Line has trailing spaces. |
343
|
| Line is longer than 80 characters. |
345
|
| '(' is followed by whitespace. |
345
|
| ')' is preceded with whitespace. |
345
|
| Line has trailing spaces. |
346
|
| '{' should be on the previous line. |
357
|
| Line is longer than 80 characters. |
359
|
| '(' is followed by whitespace. |
359
|
| ')' is preceded with whitespace. |
359
|
| Line is longer than 80 characters. |
360
|
| '(' is followed by whitespace. |
360
|
| Inner assignments should be avoided. |
360
|
| '(' is followed by whitespace. |
360
|
| ')' is preceded with whitespace. |
360
|
| ')' is preceded with whitespace. |
360
|
| '(' is followed by whitespace. |
361
|
| Inner assignments should be avoided. |
361
|
| '(' is followed by whitespace. |
361
|
| ')' is preceded with whitespace. |
361
|
| ')' is preceded with whitespace. |
361
|
| '(' is followed by whitespace. |
362
|
| Inner assignments should be avoided. |
362
|
| '(' is followed by whitespace. |
362
|
| ')' is preceded with whitespace. |
362
|
| ')' is preceded with whitespace. |
362
|
| Line is longer than 80 characters. |
371
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
379
|
| '{' should be on the previous line. |
380
|
| 'synchronized' is not followed by whitespace. |
383
|
| '(' is followed by whitespace. |
383
|
| ')' is preceded with whitespace. |
383
|
| '{' should be on the previous line. |
384
|
| '(' is followed by whitespace. |
390
|
| ')' is preceded with whitespace. |
390
|
| Line is longer than 80 characters. |
398
|
| Method 'put' is not designed for extension - needs to be abstract, final or empty. |
406
|
| '(' is followed by whitespace. |
406
|
| Parameter component should be final. |
406
|
| ')' is preceded with whitespace. |
406
|
| '{' should be on the previous line. |
407
|
| Line is longer than 80 characters. |
409
|
| Line is longer than 80 characters. |
410
|
| Line is longer than 80 characters. |
411
|
| Line is longer than 80 characters. |
412
|
| Line is longer than 80 characters. |
413
|
| 'synchronized' is not followed by whitespace. |
415
|
| '(' is followed by whitespace. |
415
|
| ')' is preceded with whitespace. |
415
|
| '{' should be on the previous line. |
416
|
| '(' is followed by whitespace. |
421
|
| ')' is preceded with whitespace. |
421
|
| '{' should be on the previous line. |
424
|
| '(' is followed by whitespace. |
425
|
| ')' is preceded with whitespace. |
425
|
| '}' should be on the same line. |
426
|
| 'catch' is not followed by whitespace. |
427
|
| '(' is followed by whitespace. |
427
|
| ')' is preceded with whitespace. |
427
|
| '{' should be on the previous line. |
428
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
439
|
| '{' should be on the previous line. |
440
|
| '(' is followed by whitespace. |
442
|
| ')' is preceded with whitespace. |
442
|
| Method 'doPut' is not designed for extension - needs to be abstract, final or empty. |
451
|
| '(' is followed by whitespace. |
451
|
| Parameter component should be final. |
451
|
| ')' is preceded with whitespace. |
451
|
| '{' should be on the previous line. |
452
|
| '(' is followed by whitespace. |
454
|
| ')' is preceded with whitespace. |
454
|
| '{' should be on the previous line. |
466
|
| '(' is followed by whitespace. |
467
|
| ')' is preceded with whitespace. |
467
|
org/apache/avalon/excalibur/component/ComponentProxyGenerator.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. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'm_classLoader' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| '{' should be on the previous line. |
45
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '(' is followed by whitespace. |
54
|
| Expected @param tag for 'parentClassLoader'. |
54
|
| ')' is preceded with whitespace. |
54
|
| '{' should be on the previous line. |
55
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| '?' should be on a new line. |
56
|
| Avoid inline conditionals. |
56
|
| '(' is followed by whitespace. |
57
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| '?' should be on a new line. |
57
|
| Avoid inline conditionals. |
57
|
| ')' is preceded with whitespace. |
59
|
| Expected an @return tag. |
67
|
| '(' is followed by whitespace. |
67
|
| Parameter role should be final. |
67
|
| Expected @param tag for 'role'. |
67
|
| Parameter service should be final. |
67
|
| Expected @param tag for 'service'. |
67
|
| ')' is preceded with whitespace. |
67
|
| Expected @throws tag for 'Exception'. |
67
|
| '{' should be on the previous line. |
68
|
| 'if' is not followed by whitespace. |
70
|
| '(' is followed by whitespace. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| '{' should be on the previous line. |
71
|
| '(' is followed by whitespace. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| 'cast' is not followed by whitespace. |
77
|
| '(' is followed by whitespace. |
77
|
| Line is longer than 80 characters. |
78
|
| Line is longer than 80 characters. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| Expected an @return tag. |
87
|
| '(' is followed by whitespace. |
87
|
| Parameter service should be final. |
87
|
| Expected @param tag for 'service'. |
87
|
| ')' is preceded with whitespace. |
87
|
| Expected @throws tag for 'Exception'. |
87
|
| '{' should be on the previous line. |
88
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
92
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| 'cast' is not followed by whitespace. |
96
|
| '(' is followed by whitespace. |
96
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| Line is longer than 80 characters. |
101
|
| Missing a Javadoc comment. |
101
|
| '(' is followed by whitespace. |
101
|
| Parameter clazz should be final. |
101
|
| Parameter interfaces should be final. |
101
|
| ')' is preceded with whitespace. |
101
|
| '{' should be on the previous line. |
104
|
| 'for' is not followed by whitespace. |
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
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| First sentence should end with a period. |
118
|
| 'static' modifier out of order with the JLS suggestions. |
121
|
| '{' should be on the previous line. |
123
|
| Missing a Javadoc comment. |
124
|
| Name 'm_delagate' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
124
|
| Missing a Javadoc comment. |
126
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| '{' should be on the previous line. |
127
|
| 'if' 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. |
130
|
| ')' is preceded with whitespace. |
130
|
| Missing a Javadoc comment. |
136
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
138
|
| '{' should be on the previous line. |
140
|
| '{' should be on the previous line. |
142
|
| '(' is followed by whitespace. |
143
|
| ')' is preceded with whitespace. |
143
|
| '}' should be on the same line. |
144
|
| 'catch' is not followed by whitespace. |
145
|
| '(' is followed by whitespace. |
145
|
| ')' is preceded with whitespace. |
145
|
| '{' should be on the previous line. |
146
|
org/apache/avalon/excalibur/component/DefaultComponentFactory.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. |
57
|
| Name 'm_componentClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
62
|
| First sentence should end with a period. |
64
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
67
|
| Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
72
|
| First sentence should end with a period. |
74
|
| Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
77
|
| Line has trailing spaces. |
78
|
| Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
82
|
| First sentence should end with a period. |
84
|
| Name 'm_roles' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
87
|
| First sentence should end with a period. |
89
|
| Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
92
|
| Line is longer than 80 characters. |
99
|
| Name 'm_componentProxies' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
99
|
| Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
105
|
| Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
110
|
| Missing a Javadoc comment. |
112
|
| Name 'm_proxyGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
112
|
| Missing a Javadoc comment. |
113
|
| Name 'm_role' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
113
|
| Line is longer than 80 characters. |
123
|
| Line is longer than 80 characters. |
124
|
| Line is longer than 80 characters. |
125
|
| Line is longer than 80 characters. |
126
|
| Line is longer than 80 characters. |
127
|
| Line is longer than 80 characters. |
129
|
| '(' is followed by whitespace. |
132
|
| Expected @param tag for 'role'. |
132
|
| Expected @param tag for 'loggerManager'. |
138
|
| ')' is preceded with whitespace. |
138
|
| '{' should be on the previous line. |
139
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
148
|
| Line is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
155
|
| Line is longer than 80 characters. |
156
|
| Line is longer than 80 characters. |
157
|
| Line is longer than 80 characters. |
160
|
| More than 7 parameters. |
165
|
| '(' is followed by whitespace. |
165
|
| Expected @param tag for 'role'. |
165
|
| Expected @param tag for 'loggerManager'. |
171
|
| ')' is preceded with whitespace. |
173
|
| '{' should be on the previous line. |
175
|
| Line is longer than 80 characters. |
185
|
| '(' is followed by whitespace. |
185
|
| ')' is preceded with whitespace. |
185
|
| '(' is followed by whitespace. |
186
|
| ')' is preceded with whitespace. |
186
|
| Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Missing a Javadoc comment. |
192
|
| '{' should be on the previous line. |
194
|
| 'if' is not followed by whitespace. |
197
|
| '(' is followed by whitespace. |
197
|
| ')' is preceded with whitespace. |
197
|
| '{' should be on the previous line. |
198
|
| '(' is followed by whitespace. |
199
|
| '+' should be on a new line. |
199
|
| ')' is preceded with whitespace. |
200
|
| 'if' is not followed by whitespace. |
203
|
| '(' is followed by whitespace. |
203
|
| ')' is preceded with whitespace. |
203
|
| '{' should be on the previous line. |
204
|
| 'if' is not followed by whitespace. |
205
|
| '(' is followed by whitespace. |
205
|
| ')' is preceded with whitespace. |
205
|
| '{' should be on the previous line. |
206
|
| '(' is followed by whitespace. |
207
|
| ')' is preceded with whitespace. |
207
|
| '}' should be on the same line. |
208
|
| '{' should be on the previous line. |
210
|
| Line is longer than 80 characters. |
211
|
| '(' is followed by whitespace. |
211
|
| ')' is preceded with whitespace. |
211
|
| 'if' is not followed by whitespace. |
212
|
| '(' is followed by whitespace. |
212
|
| ')' is preceded with whitespace. |
212
|
| '{' should be on the previous line. |
213
|
| Line is longer than 80 characters. |
214
|
| '(' is followed by whitespace. |
214
|
| ')' is preceded with whitespace. |
214
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| '}' should be on the same line. |
216
|
| '{' should be on the previous line. |
218
|
| '(' is followed by whitespace. |
219
|
| ')' is preceded with whitespace. |
219
|
| Line is longer than 80 characters. |
220
|
| '(' is followed by whitespace. |
220
|
| '(' is followed by whitespace. |
220
|
| ')' is preceded with whitespace. |
220
|
| ')' is preceded with whitespace. |
220
|
| '}' should be on the same line. |
223
|
| 'if' is not followed by whitespace. |
225
|
| '(' is followed by whitespace. |
225
|
| ')' is preceded with whitespace. |
225
|
| '{' should be on the previous line. |
226
|
| 'if' is not followed by whitespace. |
227
|
| '(' is followed by whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| '{' should be on the previous line. |
228
|
| '(' is followed by whitespace. |
229
|
| 'cast' is not followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| '(' is followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| '}' should be on the same line. |
230
|
| '{' should be on the previous line. |
232
|
| Line is longer than 80 characters. |
233
|
| '(' is followed by whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
| 'if' is not followed by whitespace. |
234
|
| '(' is followed by whitespace. |
234
|
| ')' is preceded with whitespace. |
234
|
| '{' should be on the previous line. |
235
|
| Line is longer than 80 characters. |
236
|
| '(' is followed by whitespace. |
236
|
| ')' is preceded with whitespace. |
236
|
| '(' is followed by whitespace. |
237
|
| 'cast' is not followed by whitespace. |
237
|
| ')' is preceded with whitespace. |
237
|
| '(' is followed by whitespace. |
237
|
| ')' is preceded with whitespace. |
237
|
| '}' should be on the same line. |
238
|
| '{' should be on the previous line. |
240
|
| '(' is followed by whitespace. |
241
|
| ')' is preceded with whitespace. |
241
|
| Line is longer than 80 characters. |
242
|
| '(' is followed by whitespace. |
242
|
| 'cast' is not followed by whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| '(' is followed by whitespace. |
242
|
| '(' is followed by whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| 'if' is not followed by whitespace. |
248
|
| '(' is followed by whitespace. |
248
|
| ')' is preceded with whitespace. |
248
|
| '{' should be on the previous line. |
249
|
| 'cast' is not followed by whitespace. |
250
|
| '(' is followed by whitespace. |
251
|
| ')' is preceded with whitespace. |
251
|
| Line is longer than 80 characters. |
254
|
| 'if' is not followed by whitespace. |
254
|
| '(' is followed by whitespace. |
254
|
| '(' is followed by whitespace. |
254
|
| ')' is preceded with whitespace. |
254
|
| '(' is followed by whitespace. |
254
|
| ')' is preceded with whitespace. |
254
|
| ')' is preceded with whitespace. |
254
|
| Line is longer than 80 characters. |
256
|
| '(' is followed by whitespace. |
256
|
| 'cast' is not followed by whitespace. |
256
|
| ')' is preceded with whitespace. |
256
|
| '(' is followed by whitespace. |
256
|
| ')' is preceded with whitespace. |
256
|
| 'if' is not followed by whitespace. |
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
|
| 'if' is not followed by whitespace. |
264
|
| '(' is followed by whitespace. |
264
|
| ')' is preceded with whitespace. |
264
|
| '{' should be on the previous line. |
265
|
| '(' is followed by whitespace. |
266
|
| ')' is preceded with whitespace. |
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. |
271
|
| ')' is preceded with whitespace. |
271
|
| 'if' is not followed by whitespace. |
275
|
| '(' is followed by whitespace. |
275
|
| ')' is preceded with whitespace. |
275
|
| '{' should be on the previous line. |
276
|
| '(' is followed by whitespace. |
277
|
| 'cast' is not followed by whitespace. |
277
|
| ')' is preceded with whitespace. |
277
|
| '(' is followed by whitespace. |
277
|
| ')' is preceded with whitespace. |
277
|
| 'if' is not followed by whitespace. |
280
|
| '(' is followed by whitespace. |
280
|
| ')' is preceded with whitespace. |
280
|
| '{' should be on the previous line. |
281
|
| '(' is followed by whitespace. |
282
|
| 'cast' is not followed by whitespace. |
282
|
| ')' is preceded with whitespace. |
282
|
| '(' is followed by whitespace. |
282
|
| ')' is preceded with whitespace. |
282
|
| '}' should be on the same line. |
283
|
| 'if' is not followed by whitespace. |
284
|
| '(' is followed by whitespace. |
284
|
| ')' is preceded with whitespace. |
284
|
| '{' should be on the previous line. |
285
|
| Line is longer than 80 characters. |
286
|
| '(' is followed by whitespace. |
286
|
| 'cast' is not followed by whitespace. |
286
|
| ')' is preceded with whitespace. |
286
|
| '(' is followed by whitespace. |
286
|
| ')' is preceded with whitespace. |
286
|
| '(' is followed by whitespace. |
289
|
| ')' is preceded with whitespace. |
289
|
| 'if' is not followed by whitespace. |
291
|
| '(' is followed by whitespace. |
291
|
| ')' is preceded with whitespace. |
291
|
| '{' should be on the previous line. |
292
|
| Line is longer than 80 characters. |
293
|
| '(' is followed by whitespace. |
293
|
| ')' is preceded with whitespace. |
293
|
| '(' is followed by whitespace. |
294
|
| ')' is preceded with whitespace. |
294
|
| '(' is followed by whitespace. |
297
|
| ')' is preceded with whitespace. |
297
|
| Line is longer than 80 characters. |
299
|
| 'if' is not followed by whitespace. |
300
|
| '(' is followed by whitespace. |
300
|
| ')' is preceded with whitespace. |
300
|
| '{' should be on the previous line. |
301
|
| 'if' is not followed by whitespace. |
303
|
| '(' is followed by whitespace. |
303
|
| ')' is preceded with whitespace. |
303
|
| '{' should be on the previous line. |
304
|
| 'cast' is not followed by whitespace. |
306
|
| ')' is preceded with whitespace. |
306
|
| '(' is followed by whitespace. |
309
|
| ')' is preceded with whitespace. |
309
|
| Line is longer than 80 characters. |
311
|
| Line is longer than 80 characters. |
312
|
| Line is longer than 80 characters. |
313
|
| 'if' is not followed by whitespace. |
319
|
| '(' is followed by whitespace. |
319
|
| '(' is followed by whitespace. |
319
|
| ')' is preceded with whitespace. |
319
|
| ')' is preceded with whitespace. |
319
|
| '{' should be on the previous line. |
320
|
| Line is longer than 80 characters. |
321
|
| '(' is followed by whitespace. |
321
|
| ')' is preceded with whitespace. |
321
|
| '(' is followed by whitespace. |
322
|
| ')' is preceded with whitespace. |
322
|
| '}' should be on the same line. |
323
|
| '{' should be on the previous line. |
325
|
| 'cast' is not followed by whitespace. |
326
|
| Method 'getCreatedClass' is not designed for extension - needs to be abstract, final or empty. |
332
|
| Missing a Javadoc comment. |
332
|
| '{' should be on the previous line. |
333
|
| Method 'decommission' is not designed for extension - needs to be abstract, final or empty. |
337
|
| Missing a Javadoc comment. |
337
|
| '(' is followed by whitespace. |
337
|
| ')' is preceded with whitespace. |
337
|
| '{' should be on the previous line. |
339
|
| 'if' is not followed by whitespace. |
340
|
| '(' is followed by whitespace. |
340
|
| ')' is preceded with whitespace. |
340
|
| '{' should be on the previous line. |
341
|
| '(' is followed by whitespace. |
342
|
| '+' should be on a new line. |
342
|
| ')' is preceded with whitespace. |
343
|
| Line is longer than 80 characters. |
346
|
| '(' is followed by whitespace. |
348
|
| ')' is preceded with whitespace. |
348
|
| '(' is followed by whitespace. |
349
|
| ')' is preceded with whitespace. |
349
|
| '{' should be on the previous line. |
350
|
| '(' is followed by whitespace. |
355
|
| ')' is preceded with whitespace. |
355
|
| '(' is followed by whitespace. |
356
|
| ')' is preceded with whitespace. |
356
|
| Line is longer than 80 characters. |
360
|
| Line is longer than 80 characters. |
362
|
| Line is longer than 80 characters. |
368
|
| Line is longer than 80 characters. |
370
|
| Missing a Javadoc comment. |
378
|
| '{' should be on the previous line. |
379
|
org/apache/avalon/excalibur/component/DefaultComponentHandler.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. |
37
|
| First sentence should end with a period. |
38
|
| Line is longer than 80 characters. |
38
|
| Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| First sentence should end with a period. |
41
|
| Line is longer than 80 characters. |
41
|
| Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| First sentence should end with a period. |
44
|
| Line is longer than 80 characters. |
44
|
| Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| '(' is followed by whitespace. |
63
|
| Expected @param tag for 'role'. |
63
|
| ')' is preceded with whitespace. |
69
|
| '{' should be on the previous line. |
71
|
| Line is longer than 80 characters. |
73
|
| ')' is preceded with whitespace. |
73
|
| ')' is preceded with whitespace. |
74
|
| Line is longer than 80 characters. |
81
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
88
|
| '{' should be on the previous line. |
90
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
97
|
| '{' should be on the previous line. |
98
|
| '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. |
103
|
| ')' is preceded with whitespace. |
103
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| 'if' 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. |
109
|
| First sentence should end with a period. |
114
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
122
|
| '{' should be on the previous line. |
124
|
| 'if' is not followed by whitespace. |
125
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| '{' should be on the previous line. |
126
|
| ')' is preceded with whitespace. |
128
|
| 'if' is not followed by whitespace. |
131
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| '{' should be on the previous line. |
132
|
| Line is longer than 80 characters. |
133
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| 'cast' is not followed by whitespace. |
136
|
| First sentence should end with a period. |
139
|
| Method 'doPut' is not designed for extension - needs to be abstract, final or empty. |
144
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '{' should be on the previous line. |
145
|
| 'if' is not followed by whitespace. |
146
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| '{' should be on the previous line. |
147
|
| ')' is preceded with whitespace. |
149
|
| '{' should be on the previous line. |
153
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| '}' should be on the same line. |
155
|
| 'catch' is not followed by whitespace. |
156
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '{' should be on the previous line. |
157
|
| 'if' is not followed by whitespace. |
158
|
| '(' is followed by whitespace. |
158
|
| ')' is preceded with whitespace. |
158
|
| '{' should be on the previous line. |
159
|
| '(' is followed by whitespace. |
160
|
| ')' is preceded with whitespace. |
161
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
169
|
| '{' should be on the previous line. |
170
|
| '{' should be on the previous line. |
172
|
| '(' is followed by whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| '}' should be on the same line. |
174
|
| 'catch' is not followed by whitespace. |
175
|
| '(' is followed by whitespace. |
175
|
| ')' is preceded with whitespace. |
175
|
| '{' should be on the previous line. |
176
|
| 'if' is not followed by whitespace. |
177
|
| '(' is followed by whitespace. |
177
|
| ')' is preceded with whitespace. |
177
|
| '{' should be on the previous line. |
178
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
180
|
org/apache/avalon/excalibur/component/DefaultComponentManager.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
|
| '{' should be on the previous line. |
31
|
| First sentence should end with a period. |
35
|
| '(' is followed by whitespace. |
36
|
| Expected @param tag for 'loader'. |
36
|
| ')' is preceded with whitespace. |
36
|
| '{' should be on the previous line. |
37
|
| '(' is followed by whitespace. |
38
|
| ')' is preceded with whitespace. |
38
|
org/apache/avalon/excalibur/component/DefaultComponentPool.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. |
36
|
| '{' should be on the previous line. |
41
|
| '(' is followed by whitespace. |
46
|
| Parameter factory should be final. |
46
|
| Expected @param tag for 'factory'. |
46
|
| ')' is preceded with whitespace. |
46
|
| Expected @throws tag for 'Exception'. |
46
|
| '{' should be on the previous line. |
47
|
| '(' is followed by whitespace. |
48
|
| '4' is a magic number. |
50
|
| ')' is preceded with whitespace. |
50
|
| '4' is a magic number. |
51
|
| ')' is preceded with whitespace. |
52
|
| '(' is followed by whitespace. |
59
|
| Parameter factory should be final. |
59
|
| Expected @param tag for 'factory'. |
59
|
| Parameter controller should be final. |
60
|
| Expected @param tag for 'controller'. |
60
|
| Parameter minimumPoolSize should be final. |
61
|
| Expected @param tag for 'minimumPoolSize'. |
61
|
| Parameter maximumPoolSIze should be final. |
62
|
| Expected @param tag for 'maximumPoolSIze'. |
62
|
| ')' is preceded with whitespace. |
62
|
| Expected @throws tag for 'Exception'. |
63
|
| '{' should be on the previous line. |
64
|
| '(' is followed by whitespace. |
65
|
| ')' is preceded with whitespace. |
65
|
org/apache/avalon/excalibur/component/DefaultComponentPoolController.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. |
30
|
| '{' should be on the previous line. |
34
|
| First sentence should end with a period. |
35
|
| First sentence should end with a period. |
38
|
| Name 'm_amount' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Variable 'm_amount' must be private and have accessor methods. |
39
|
| '{' should be on the previous line. |
46
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| '{' should be on the previous line. |
58
|
| 'if' is not followed by whitespace. |
59
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '{' should be on the previous line. |
60
|
| '}' should be on the same line. |
62
|
| '{' should be on the previous line. |
64
|
| Method 'grow' is not designed for extension - needs to be abstract, final or empty. |
75
|
| '{' should be on the previous line. |
76
|
| Method 'shrink' is not designed for extension - needs to be abstract, final or empty. |
86
|
| '{' should be on the previous line. |
87
|
org/apache/avalon/excalibur/component/DefaultComponentSelector.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
|
| First sentence should end with a period. |
30
|
| '{' should be on the previous line. |
32
|
| First sentence should end with a period. |
36
|
| '(' is followed by whitespace. |
37
|
| Expected @param tag for 'loader'. |
37
|
| ')' is preceded with whitespace. |
37
|
| '{' should be on the previous line. |
38
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
org/apache/avalon/excalibur/component/DefaultRoleManager.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. |
40
|
| First sentence should end with a period. |
41
|
| Name 'm_shorthands' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| First sentence should end with a period. |
44
|
| Name 'm_classNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| First sentence should end with a period. |
47
|
| Name 'm_hintClassNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| First sentence should end with a period. |
50
|
| Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| '{' should be on the previous line. |
57
|
| '(' is followed by whitespace. |
67
|
| Parameter parent should be final. |
67
|
| ')' is preceded with whitespace. |
67
|
| '{' should be on the previous line. |
68
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '{' should be on the previous line. |
82
|
| 'cast' is not followed by whitespace. |
83
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| 'if' 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. |
87
|
| ')' is preceded with whitespace. |
87
|
| 'if' 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
|
| '+' should be on a new line. |
92
|
| ')' is preceded with whitespace. |
93
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| '{' should be on the previous line. |
110
|
| 'cast' is not followed by whitespace. |
111
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| 'if' is not followed by whitespace. |
113
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| '{' should be on the previous line. |
114
|
| '(' is followed by whitespace. |
115
|
| ')' is preceded with whitespace. |
115
|
| '(' is followed by whitespace. |
133
|
| ')' 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
|
| 'cast' is not followed by whitespace. |
141
|
| '(' is followed by whitespace. |
141
|
| ')' is preceded with whitespace. |
141
|
| 'if' is not followed by whitespace. |
143
|
| '(' is followed by whitespace. |
143
|
| ')' is preceded with whitespace. |
143
|
| '{' should be on the previous line. |
144
|
| 'if' is not followed by whitespace. |
145
|
| '(' is followed by whitespace. |
145
|
| ')' is preceded with whitespace. |
145
|
| '{' should be on the previous line. |
146
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| '}' should be on the same line. |
148
|
| '{' should be on the previous line. |
150
|
| 'if' is not followed by whitespace. |
155
|
| '(' is followed by whitespace. |
155
|
| ')' is preceded with whitespace. |
155
|
| '{' should be on the previous line. |
156
|
| '(' is followed by whitespace. |
157
|
| ')' is preceded with whitespace. |
157
|
| '(' is followed by whitespace. |
160
|
| ')' is preceded with whitespace. |
160
|
| '(' is followed by whitespace. |
160
|
| ')' is preceded with whitespace. |
160
|
| '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
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
179
|
| '{' should be on the previous line. |
181
|
| '(' 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
|
| '(' is followed by whitespace. |
193
|
| ')' is preceded with whitespace. |
193
|
| '(' is followed by whitespace. |
195
|
| ')' is preceded with whitespace. |
195
|
| 'if' is not followed by whitespace. |
197
|
| '(' is followed by whitespace. |
197
|
| ')' is preceded with whitespace. |
197
|
| '{' should be on the previous line. |
198
|
| '(' is followed by whitespace. |
199
|
| ')' is preceded with whitespace. |
199
|
| '(' is followed by whitespace. |
202
|
| ')' is preceded with whitespace. |
202
|
| 'if' is not followed by whitespace. |
203
|
| '(' is followed by whitespace. |
203
|
| ')' is preceded with whitespace. |
203
|
| '{' should be on the previous line. |
204
|
| 'for' is not followed by whitespace. |
207
|
| '(' is followed by whitespace. |
207
|
| ')' is preceded with whitespace. |
207
|
| '{' should be on the previous line. |
208
|
| Line is longer than 80 characters. |
209
|
| '(' is followed by whitespace. |
209
|
| ')' is preceded with whitespace. |
209
|
| Line is longer than 80 characters. |
210
|
| '(' is followed by whitespace. |
210
|
| ')' is preceded with whitespace. |
210
|
| '(' is followed by whitespace. |
212
|
| ')' is preceded with whitespace. |
212
|
| 'if' is not followed by whitespace. |
213
|
| '(' is followed by whitespace. |
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
|
| '+' should be on a new line. |
216
|
| ')' is preceded with whitespace. |
217
|
| '(' is followed by whitespace. |
221
|
| '(' is followed by whitespace. |
221
|
| ')' is preceded with whitespace. |
221
|
| ')' is preceded with whitespace. |
221
|
| 'if' is not followed by whitespace. |
224
|
| '(' is followed by whitespace. |
224
|
| ')' is preceded with whitespace. |
224
|
| '{' should be on the previous line. |
225
|
| '(' is followed by whitespace. |
226
|
| '+' should be on a new line. |
226
|
| ')' is preceded with whitespace. |
227
|
| '(' is followed by whitespace. |
231
|
| ')' is preceded with whitespace. |
231
|
| '(' is followed by whitespace. |
232
|
| ')' is preceded with whitespace. |
232
|
| '(' is followed by whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
org/apache/avalon/excalibur/component/ExcaliburComponentManager.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. |
67
|
| First sentence should end with a period. |
73
|
| Name 'm_parentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
74
|
| Name 'm_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
77
|
| First sentence should end with a period. |
79
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
80
|
| Line is longer than 80 characters. |
83
|
| Name 'm_componentMapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
83
|
| Line is longer than 80 characters. |
86
|
| Name 'm_componentHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
86
|
| First sentence should end with a period. |
88
|
| Name 'm_newComponentHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
91
|
| Name 'm_roles' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
94
|
| Name 'm_logkit' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
97
|
| Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
100
|
| Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
103
|
| Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
106
|
| First sentence should end with a period. |
108
|
| Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
109
|
| '{' should be on the previous line. |
116
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| Line is longer than 80 characters. |
120
|
| '(' is followed by whitespace. |
121
|
| Expected @param tag for 'loader'. |
121
|
| ')' is preceded with whitespace. |
121
|
| '{' should be on the previous line. |
122
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| First sentence should end with a period. |
126
|
| Line is longer than 80 characters. |
126
|
| Line is longer than 80 characters. |
127
|
| '(' is followed by whitespace. |
127
|
| Expected @param tag for 'manager'. |
127
|
| Expected @param tag for 'loader'. |
127
|
| ')' is preceded with whitespace. |
127
|
| 'if' is not followed by whitespace. |
129
|
| '(' is followed by whitespace. |
129
|
| ')' is preceded with whitespace. |
129
|
| '{' should be on the previous line. |
130
|
| '}' should be on the same line. |
132
|
| '{' should be on the previous line. |
134
|
| First sentence should end with a period. |
141
|
| '(' is followed by whitespace. |
142
|
| Expected @param tag for 'manager'. |
142
|
| ')' is preceded with whitespace. |
142
|
| '{' should be on the previous line. |
143
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| Line is longer than 80 characters. |
151
|
| Line is longer than 80 characters. |
152
|
| Line is longer than 80 characters. |
153
|
| Expected an @return tag. |
155
|
| Method 'lookup' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Method length is 159 lines (max allowed is 150). |
155
|
| '(' is followed by whitespace. |
155
|
| Expected @param tag for 'role'. |
155
|
| ')' is preceded with whitespace. |
155
|
| Expected @throws tag for 'ComponentException'. |
156
|
| '{' should be on the previous line. |
157
|
| 'if' is not followed by whitespace. |
158
|
| '(' is followed by whitespace. |
158
|
| ')' is preceded with whitespace. |
158
|
| '{' should be on the previous line. |
159
|
| 'if' is not followed by whitespace. |
160
|
| '(' is followed by whitespace. |
160
|
| ')' is preceded with whitespace. |
160
|
| '{' should be on the previous line. |
161
|
| Line is longer than 80 characters. |
163
|
| ')' is preceded with whitespace. |
163
|
| 'if' is not followed by whitespace. |
167
|
| '(' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| '{' should be on the previous line. |
168
|
| ')' is preceded with whitespace. |
170
|
| 'if' is not followed by whitespace. |
173
|
| '(' is followed by whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| '{' should be on the previous line. |
174
|
| Line is longer than 80 characters. |
176
|
| 'if' 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. |
180
|
| ')' is preceded with whitespace. |
180
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| Line is longer than 80 characters. |
185
|
| 'cast' is not followed by whitespace. |
185
|
| '(' is followed by whitespace. |
185
|
| ')' is preceded with whitespace. |
185
|
| 'if' is not followed by whitespace. |
188
|
| '(' is followed by whitespace. |
188
|
| ')' is preceded with whitespace. |
188
|
| '{' should be on the previous line. |
189
|
| 'if' is not followed by whitespace. |
190
|
| '(' is followed by whitespace. |
190
|
| ')' is preceded with whitespace. |
190
|
| '{' should be on the previous line. |
191
|
| '{' should be on the previous line. |
193
|
| '(' is followed by whitespace. |
194
|
| ')' is preceded with whitespace. |
194
|
| '}' 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
|
| 'if' is not followed by whitespace. |
198
|
| '(' is followed by whitespace. |
198
|
| ')' is preceded with whitespace. |
198
|
| '{' should be on the previous line. |
199
|
| Line is longer than 80 characters. |
201
|
| '(' is followed by whitespace. |
202
|
| ')' is preceded with whitespace. |
202
|
| 'if' is not followed by whitespace. |
209
|
| '(' is followed by whitespace. |
209
|
| ')' is preceded with whitespace. |
209
|
| '{' should be on the previous line. |
210
|
| Line is longer than 80 characters. |
211
|
| '(' is followed by whitespace. |
211
|
| ')' is preceded with whitespace. |
211
|
| 'if' is not followed by whitespace. |
213
|
| '(' is followed by whitespace. |
213
|
| ')' is preceded with whitespace. |
213
|
| '{' should be on the previous line. |
214
|
| 'if' is not followed by whitespace. |
215
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| '{' should be on the previous line. |
216
|
| Line is longer than 80 characters. |
217
|
| '(' is followed by whitespace. |
217
|
| ')' is preceded with whitespace. |
218
|
| '{' should be on the previous line. |
222
|
| Line is longer than 80 characters. |
223
|
| '(' is followed by whitespace. |
223
|
| ')' is preceded with whitespace. |
223
|
| Line is longer than 80 characters. |
225
|
| '(' is followed by whitespace. |
225
|
| ')' is preceded with whitespace. |
225
|
| '(' is followed by whitespace. |
227
|
| ')' is preceded with whitespace. |
232
|
| '(' is followed by whitespace. |
234
|
| ')' is preceded with whitespace. |
234
|
| '(' is followed by whitespace. |
235
|
| ')' is preceded with whitespace. |
235
|
| '}' should be on the same line. |
237
|
| 'catch' is not followed by whitespace. |
238
|
| '(' is followed by whitespace. |
238
|
| ')' is preceded with whitespace. |
238
|
| '{' should be on the previous line. |
239
|
| 'if' is not followed by whitespace. |
241
|
| '(' is followed by whitespace. |
241
|
| ')' is preceded with whitespace. |
241
|
| '{' should be on the previous line. |
242
|
| Line is longer than 80 characters. |
243
|
| '(' is followed by whitespace. |
243
|
| ')' is preceded with whitespace. |
243
|
| '(' is followed by whitespace. |
245
|
| ')' is preceded with whitespace. |
245
|
| '(' is followed by whitespace. |
248
|
| ')' is preceded with whitespace. |
248
|
| '}' should be on the same line. |
250
|
| '{' should be on the previous line. |
252
|
| Line is longer than 80 characters. |
253
|
| '(' is followed by whitespace. |
253
|
| Line is longer than 80 characters. |
254
|
| ')' is preceded with whitespace. |
254
|
| 'if' is not followed by whitespace. |
258
|
| '(' is followed by whitespace. |
258
|
| ')' is preceded with whitespace. |
258
|
| '{' should be on the previous line. |
259
|
| 'if' is not followed by whitespace. |
261
|
| '(' is followed by whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
| '{' should be on the previous line. |
262
|
| '(' is followed by whitespace. |
263
|
| ')' is preceded with whitespace. |
263
|
| '(' is followed by whitespace. |
265
|
| ')' is preceded with whitespace. |
265
|
| '{' should be on the previous line. |
271
|
| '}' should be on the same line. |
273
|
| 'catch' is not followed by whitespace. |
274
|
| '(' is followed by whitespace. |
274
|
| ')' is preceded with whitespace. |
274
|
| '{' should be on the previous line. |
275
|
| '{' should be on the previous line. |
277
|
| '}' should be on the same line. |
280
|
| 'catch' is not followed by whitespace. |
281
|
| '(' is followed by whitespace. |
281
|
| ')' is preceded with whitespace. |
281
|
| '{' should be on the previous line. |
282
|
| Line is longer than 80 characters. |
283
|
| '}' should be on the same line. |
285
|
| 'catch' is not followed by whitespace. |
286
|
| '(' is followed by whitespace. |
286
|
| ')' is preceded with whitespace. |
286
|
| '{' should be on the previous line. |
287
|
| 'if' is not followed by whitespace. |
289
|
| '(' is followed by whitespace. |
289
|
| ')' is preceded with whitespace. |
289
|
| '{' should be on the previous line. |
290
|
| Line is longer than 80 characters. |
291
|
| '(' is followed by whitespace. |
291
|
| ')' is preceded with whitespace. |
291
|
| '(' is followed by whitespace. |
294
|
| ')' is preceded with whitespace. |
294
|
| '}' should be on the same line. |
296
|
| 'catch' is not followed by whitespace. |
297
|
| '(' is followed by whitespace. |
297
|
| ')' is preceded with whitespace. |
297
|
| '{' should be on the previous line. |
298
|
| 'if' is not followed by whitespace. |
300
|
| '(' is followed by whitespace. |
300
|
| ')' is preceded with whitespace. |
300
|
| '{' should be on the previous line. |
301
|
| '(' is followed by whitespace. |
302
|
| ')' is preceded with whitespace. |
302
|
| '(' is followed by whitespace. |
305
|
| ')' is preceded with whitespace. |
305
|
| Line is longer than 80 characters. |
309
|
| Line is longer than 80 characters. |
310
|
| Line is longer than 80 characters. |
311
|
| '(' is followed by whitespace. |
312
|
| ')' is preceded with whitespace. |
312
|
| Expected an @return tag. |
322
|
| Method 'hasComponent' is not designed for extension - needs to be abstract, final or empty. |
322
|
| '(' is followed by whitespace. |
322
|
| Expected @param tag for 'role'. |
322
|
| ')' is preceded with whitespace. |
322
|
| '{' should be on the previous line. |
323
|
| 'if' construct must use '{}'s. |
324
|
| 'if' is not followed by whitespace. |
324
|
| '(' is followed by whitespace. |
324
|
| ')' is preceded with whitespace. |
324
|
| 'if' construct must use '{}'s. |
325
|
| 'if' is not followed by whitespace. |
325
|
| '(' is followed by whitespace. |
325
|
| ')' is preceded with whitespace. |
325
|
| '(' is followed by whitespace. |
327
|
| ')' is preceded with whitespace. |
327
|
| 'if' is not followed by whitespace. |
329
|
| '(' is followed by whitespace. |
329
|
| ')' is preceded with whitespace. |
329
|
| '{' should be on the previous line. |
330
|
| '(' is followed by whitespace. |
331
|
| ')' is preceded with whitespace. |
331
|
| Line is longer than 80 characters. |
338
|
| Line is longer than 80 characters. |
339
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
341
|
| '(' is followed by whitespace. |
341
|
| Expected @param tag for 'component'. |
341
|
| ')' is preceded with whitespace. |
341
|
| '{' should be on the previous line. |
342
|
| 'if' is not followed by whitespace. |
343
|
| '(' is followed by whitespace. |
343
|
| ')' is preceded with whitespace. |
343
|
| '{' should be on the previous line. |
344
|
| Line is longer than 80 characters. |
348
|
| Line is longer than 80 characters. |
349
|
| 'cast' is not followed by whitespace. |
353
|
| '(' is followed by whitespace. |
353
|
| ')' is preceded with whitespace. |
353
|
| 'if' is not followed by whitespace. |
355
|
| '(' is followed by whitespace. |
355
|
| ')' is preceded with whitespace. |
355
|
| '{' should be on the previous line. |
356
|
| Line is longer than 80 characters. |
357
|
| Line is longer than 80 characters. |
358
|
| Line is longer than 80 characters. |
359
|
| 'if' is not followed by whitespace. |
362
|
| '(' is followed by whitespace. |
362
|
| '(' is followed by whitespace. |
362
|
| ')' is preceded with whitespace. |
362
|
| ')' is preceded with whitespace. |
362
|
| '{' should be on the previous line. |
363
|
| Line is longer than 80 characters. |
364
|
| Line is longer than 80 characters. |
365
|
| '(' is followed by whitespace. |
367
|
| ')' is preceded with whitespace. |
367
|
| '{' should be on the previous line. |
371
|
| '(' is followed by whitespace. |
372
|
| ')' is preceded with whitespace. |
372
|
| '}' should be on the same line. |
373
|
| 'catch' is not followed by whitespace. |
374
|
| '(' is followed by whitespace. |
374
|
| ')' is preceded with whitespace. |
374
|
| '{' should be on the previous line. |
375
|
| 'if' is not followed by whitespace. |
376
|
| '(' is followed by whitespace. |
376
|
| ')' is preceded with whitespace. |
376
|
| '{' should be on the previous line. |
377
|
| Line is longer than 80 characters. |
378
|
| '(' is followed by whitespace. |
378
|
| ')' is preceded with whitespace. |
378
|
| '}' should be on the same line. |
381
|
| 'if' is not followed by whitespace. |
382
|
| '(' is followed by whitespace. |
382
|
| ')' is preceded with whitespace. |
382
|
| '{' should be on the previous line. |
383
|
| '(' is followed by whitespace. |
384
|
| ')' is preceded with whitespace. |
384
|
| '}' should be on the same line. |
385
|
| '{' should be on the previous line. |
387
|
| Line is longer than 80 characters. |
388
|
| '(' is followed by whitespace. |
388
|
| '+' should be on a new line. |
388
|
| ')' is preceded with whitespace. |
389
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
399
|
| '(' is followed by whitespace. |
399
|
| Expected @param tag for 'configuration'. |
399
|
| ')' is preceded with whitespace. |
399
|
| Expected @throws tag for 'ConfigurationException'. |
400
|
| '{' should be on the previous line. |
401
|
| 'if' is not followed by whitespace. |
402
|
| '(' is followed by whitespace. |
402
|
| ')' is preceded with whitespace. |
402
|
| '{' should be on the previous line. |
403
|
| '(' is followed by whitespace. |
405
|
| ')' is preceded with whitespace. |
405
|
| '(' is followed by whitespace. |
406
|
| ')' is preceded with whitespace. |
406
|
| Line is longer than 80 characters. |
408
|
| '(' is followed by whitespace. |
408
|
| ')' is preceded with whitespace. |
408
|
| 'for' is not followed by whitespace. |
415
|
| '(' is followed by whitespace. |
415
|
| ')' is preceded with whitespace. |
415
|
| '{' should be on the previous line. |
416
|
| 'if' is not followed by whitespace. |
419
|
| '(' is followed by whitespace. |
419
|
| '(' is followed by whitespace. |
419
|
| ')' is preceded with whitespace. |
419
|
| ')' is preceded with whitespace. |
419
|
| '{' should be on the previous line. |
420
|
| '(' is followed by whitespace. |
421
|
| ')' is preceded with whitespace. |
421
|
| Line is longer than 80 characters. |
422
|
| '(' is followed by whitespace. |
422
|
| ')' is preceded with whitespace. |
422
|
| 'if' is not followed by whitespace. |
424
|
| '(' is followed by whitespace. |
424
|
| '(' is followed by whitespace. |
424
|
| ')' is preceded with whitespace. |
424
|
| ')' is preceded with whitespace. |
424
|
| '{' should be on the previous line. |
425
|
| '(' is followed by whitespace. |
426
|
| ')' is preceded with whitespace. |
426
|
| 'if' is not followed by whitespace. |
429
|
| '(' is followed by whitespace. |
429
|
| '(' is followed by whitespace. |
429
|
| ')' is preceded with whitespace. |
429
|
| ')' is preceded with whitespace. |
429
|
| '{' should be on the previous line. |
430
|
| 'if' is not followed by whitespace. |
431
|
| '(' is followed by whitespace. |
431
|
| '(' is followed by whitespace. |
431
|
| ')' is preceded with whitespace. |
431
|
| ')' is preceded with whitespace. |
431
|
| '{' should be on the previous line. |
432
|
| '(' is followed by whitespace. |
433
|
| ')' is preceded with whitespace. |
433
|
| '{' should be on the previous line. |
437
|
| 'if' is not followed by whitespace. |
438
|
| '(' is followed by whitespace. |
438
|
| ')' is preceded with whitespace. |
438
|
| '{' should be on the previous line. |
439
|
| Line is longer than 80 characters. |
440
|
| '(' is followed by whitespace. |
440
|
| ')' is preceded with whitespace. |
441
|
| '(' is followed by whitespace. |
444
|
| ')' is preceded with whitespace. |
444
|
| '(' is followed by whitespace. |
445
|
| ')' is preceded with whitespace. |
445
|
| '}' should be on the same line. |
446
|
| 'catch' is not followed by whitespace. |
447
|
| '(' is followed by whitespace. |
447
|
| ')' is preceded with whitespace. |
447
|
| '{' should be on the previous line. |
448
|
| 'if' is not followed by whitespace. |
451
|
| '(' is followed by whitespace. |
451
|
| ')' is preceded with whitespace. |
451
|
| '{' should be on the previous line. |
452
|
| Line is longer than 80 characters. |
453
|
| '(' is followed by whitespace. |
453
|
| Line is longer than 80 characters. |
454
|
| ')' is preceded with whitespace. |
455
|
| '(' is followed by whitespace. |
458
|
| ')' is preceded with whitespace. |
458
|
| '}' should be on the same line. |
459
|
| 'catch' is not followed by whitespace. |
460
|
| '(' is followed by whitespace. |
460
|
| ')' is preceded with whitespace. |
460
|
| '{' should be on the previous line. |
461
|
| 'if' is not followed by whitespace. |
464
|
| '(' is followed by whitespace. |
464
|
| ')' is preceded with whitespace. |
464
|
| '{' should be on the previous line. |
465
|
| Line is longer than 80 characters. |
466
|
| '(' is followed by whitespace. |
466
|
| Line is longer than 80 characters. |
467
|
| ')' is preceded with whitespace. |
468
|
| '(' is followed by whitespace. |
471
|
| ')' is preceded with whitespace. |
471
|
| '}' should be on the same line. |
472
|
| 'catch' is not followed by whitespace. |
473
|
| '(' is followed by whitespace. |
473
|
| ')' is preceded with whitespace. |
473
|
| '{' should be on the previous line. |
474
|
| 'if' is not followed by whitespace. |
475
|
| '(' is followed by whitespace. |
475
|
| ')' is preceded with whitespace. |
475
|
| '{' should be on the previous line. |
476
|
| Line is longer than 80 characters. |
477
|
| '(' is followed by whitespace. |
477
|
| ')' is preceded with whitespace. |
477
|
| Line is longer than 80 characters. |
479
|
| '(' is followed by whitespace. |
479
|
| ')' is preceded with whitespace. |
479
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
493
|
| '(' is followed by whitespace. |
493
|
| Expected @param tag for 'context'. |
493
|
| ')' is preceded with whitespace. |
493
|
| '{' should be on the previous line. |
494
|
| 'if' is not followed by whitespace. |
495
|
| '(' is followed by whitespace. |
495
|
| ')' is preceded with whitespace. |
495
|
| '{' should be on the previous line. |
496
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
506
|
| Expected @throws tag for 'Exception'. |
507
|
| '{' should be on the previous line. |
508
|
| 'if' is not followed by whitespace. |
509
|
| '(' is followed by whitespace. |
509
|
| ')' is preceded with whitespace. |
509
|
| '{' should be on the previous line. |
510
|
| Line is longer than 80 characters. |
511
|
| '(' is followed by whitespace. |
511
|
| ')' is preceded with whitespace. |
511
|
| 'synchronized' is not followed by whitespace. |
514
|
| '(' is followed by whitespace. |
514
|
| ')' is preceded with whitespace. |
514
|
| '{' should be on the previous line. |
515
|
| 'for' is not followed by whitespace. |
518
|
| '(' is followed by whitespace. |
518
|
| ')' is preceded with whitespace. |
518
|
| '{' should be on the previous line. |
519
|
| 'cast' is not followed by whitespace. |
521
|
| '(' is followed by whitespace. |
521
|
| ')' is preceded with whitespace. |
521
|
| '{' should be on the previous line. |
523
|
| Line is longer than 80 characters. |
526
|
| Line is longer than 80 characters. |
527
|
| 'if' is not followed by whitespace. |
529
|
| '(' is followed by whitespace. |
529
|
| '(' is followed by whitespace. |
529
|
| ')' is preceded with whitespace. |
529
|
| '&&' should be on a new line. |
529
|
| '(' is followed by whitespace. |
530
|
| ')' is preceded with 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. |
532
|
| 'cast' is not followed by whitespace. |
532
|
| ')' is preceded with whitespace. |
532
|
| Line is longer than 80 characters. |
533
|
| '(' is followed by whitespace. |
533
|
| ')' is preceded with whitespace. |
533
|
| '}' should be on the same line. |
535
|
| 'catch' is not followed by whitespace. |
536
|
| '(' is followed by whitespace. |
536
|
| ')' is preceded with whitespace. |
536
|
| '{' should be on the previous line. |
537
|
| 'if' is not followed by whitespace. |
538
|
| '(' is followed by whitespace. |
538
|
| ')' is preceded with whitespace. |
538
|
| '{' should be on the previous line. |
539
|
| Line is longer than 80 characters. |
540
|
| '(' is followed by whitespace. |
540
|
| ')' is preceded with whitespace. |
541
|
| '(' is followed by whitespace. |
549
|
| ')' is preceded with whitespace. |
549
|
| 'for' is not followed by whitespace. |
551
|
| '(' is followed by whitespace. |
551
|
| ')' is preceded with whitespace. |
551
|
| '{' should be on the previous line. |
552
|
| '(' is followed by whitespace. |
553
|
| ')' is preceded with whitespace. |
553
|
| 'cast' is not followed by whitespace. |
555
|
| '(' is followed by whitespace. |
555
|
| ')' is preceded with whitespace. |
555
|
| 'if' is not followed by whitespace. |
557
|
| '(' is followed by whitespace. |
557
|
| '(' is followed by whitespace. |
557
|
| ')' is preceded with whitespace. |
557
|
| ')' is preceded with whitespace. |
557
|
| '{' should be on the previous line. |
558
|
| '{' should be on the previous line. |
560
|
| Line is longer than 80 characters. |
563
|
| Line is longer than 80 characters. |
564
|
| 'if' is not followed by whitespace. |
566
|
| '(' is followed by whitespace. |
566
|
| '(' is followed by whitespace. |
566
|
| ')' is preceded with whitespace. |
566
|
| '&&' should be on a new line. |
566
|
| '(' is followed by whitespace. |
567
|
| ')' is preceded with whitespace. |
567
|
| ')' is preceded with whitespace. |
567
|
| '{' should be on the previous line. |
568
|
| Line is longer than 80 characters. |
570
|
| '(' is followed by whitespace. |
570
|
| 'cast' is not followed by whitespace. |
570
|
| ')' is preceded with whitespace. |
570
|
| Line is longer than 80 characters. |
571
|
| '(' is followed by whitespace. |
571
|
| ')' is preceded with whitespace. |
571
|
| '}' should be on the same line. |
573
|
| 'catch' is not followed by whitespace. |
574
|
| '(' is followed by whitespace. |
574
|
| ')' is preceded with whitespace. |
574
|
| '{' should be on the previous line. |
575
|
| 'if' is not followed by whitespace. |
576
|
| '(' is followed by whitespace. |
576
|
| ')' is preceded with whitespace. |
576
|
| '{' should be on the previous line. |
577
|
| Line is longer than 80 characters. |
578
|
| '(' is followed by whitespace. |
578
|
| ')' is preceded with whitespace. |
579
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
596
|
| '{' should be on the previous line. |
597
|
| 'synchronized' is not followed by whitespace. |
598
|
| '(' is followed by whitespace. |
598
|
| ')' is preceded with whitespace. |
598
|
| '{' should be on the previous line. |
599
|
| 'while' is not followed by whitespace. |
604
|
| '(' is followed by whitespace. |
604
|
| ')' is preceded with whitespace. |
604
|
| '{' should be on the previous line. |
605
|
| Line is longer than 80 characters. |
606
|
| 'for' is not followed by whitespace. |
606
|
| '(' is followed by whitespace. |
606
|
| ';' is followed by whitespace. |
607
|
| '{' should be on the previous line. |
608
|
| 'cast' is not followed by whitespace. |
612
|
| '(' is followed by whitespace. |
612
|
| ')' is preceded with whitespace. |
612
|
| 'if' is not followed by whitespace. |
614
|
| '(' is followed by whitespace. |
614
|
| ')' is preceded with whitespace. |
614
|
| '{' should be on the previous line. |
615
|
| 'if' is not followed by whitespace. |
616
|
| '(' is followed by whitespace. |
616
|
| ')' is preceded with whitespace. |
616
|
| '{' should be on the previous line. |
617
|
| Line is longer than 80 characters. |
619
|
| '(' is followed by whitespace. |
619
|
| ')' is preceded with whitespace. |
620
|
| '(' is followed by whitespace. |
624
|
| ')' is preceded with whitespace. |
624
|
| 'if' is not followed by whitespace. |
628
|
| '(' is followed by whitespace. |
628
|
| ')' is preceded with whitespace. |
628
|
| '{' should be on the previous line. |
629
|
| '(' is followed by whitespace. |
630
|
| ')' is preceded with whitespace. |
630
|
| '}' should be on the same line. |
631
|
| '{' should be on the previous line. |
633
|
| First sentence should end with a period. |
645
|
| Method 'setRoleManager' is not designed for extension - needs to be abstract, final or empty. |
648
|
| '(' is followed by whitespace. |
648
|
| Expected @param tag for 'roles'. |
648
|
| ')' is preceded with whitespace. |
648
|
| '{' should be on the previous line. |
649
|
| 'if' is not followed by whitespace. |
650
|
| '(' is followed by whitespace. |
650
|
| ')' is preceded with whitespace. |
650
|
| '{' should be on the previous line. |
651
|
| First sentence should end with a period. |
659
|
| Method 'setLogKitManager' is not designed for extension - needs to be abstract, final or empty. |
662
|
| '(' is followed by whitespace. |
662
|
| Expected @param tag for 'logkit'. |
662
|
| ')' is preceded with whitespace. |
662
|
| '{' should be on the previous line. |
663
|
| 'if' is not followed by whitespace. |
664
|
| '(' is followed by whitespace. |
664
|
| ')' is preceded with whitespace. |
664
|
| '{' should be on the previous line. |
665
|
| '(' is followed by whitespace. |
666
|
| ')' is preceded with whitespace. |
666
|
| Method 'setInstrumentManager' is not designed for extension - needs to be abstract, final or empty. |
679
|
| '(' is followed by whitespace. |
679
|
| Parameter instrumentManager should be final. |
679
|
| ')' is preceded with whitespace. |
679
|
| '{' should be on the previous line. |
680
|
| '(' is followed by whitespace. |
700
|
| Parameter name should be final. |
700
|
| ')' is preceded with whitespace. |
700
|
| '{' should be on the previous line. |
701
|
| Method 'getInstrumentableName' is not designed for extension - needs to be abstract, final or empty. |
710
|
| '{' should be on the previous line. |
711
|
| Method 'getInstruments' is not designed for extension - needs to be abstract, final or empty. |
726
|
| '{' should be on the previous line. |
727
|
| Method 'getChildInstrumentables' is not designed for extension - needs to be abstract, final or empty. |
740
|
| '{' should be on the previous line. |
741
|
| Missing a Javadoc comment. |
749
|
| '(' is followed by whitespace. |
749
|
| Parameter disposed should be final. |
749
|
| ')' is preceded with whitespace. |
749
|
| '{' should be on the previous line. |
750
|
| 'for' is not followed by whitespace. |
752
|
| '(' is followed by whitespace. |
752
|
| ';' is followed by whitespace. |
752
|
| '{' should be on the previous line. |
753
|
| '(' is followed by whitespace. |
754
|
| ')' is preceded with whitespace. |
754
|
| Method 'setLoggerManager' is not designed for extension - needs to be abstract, final or empty. |
763
|
| '(' is followed by whitespace. |
763
|
| Expected @param tag for 'logkit'. |
763
|
| ')' is preceded with whitespace. |
763
|
| '{' should be on the previous line. |
764
|
| 'if' is not followed by whitespace. |
765
|
| '(' is followed by whitespace. |
765
|
| ')' is preceded with whitespace. |
765
|
| '{' should be on the previous line. |
766
|
| '(' is followed by whitespace. |
767
|
| ')' is preceded with whitespace. |
767
|
| Expected an @return tag. |
785
|
| Method 'getComponentHandler' is not designed for extension - needs to be abstract, final or empty. |
785
|
| '(' is followed by whitespace. |
785
|
| Expected @param tag for 'role'. |
785
|
| Line is longer than 80 characters. |
787
|
| Line is longer than 80 characters. |
789
|
| Line is longer than 80 characters. |
790
|
| ')' is preceded with whitespace. |
790
|
| '{' should be on the previous line. |
792
|
| Line is longer than 80 characters. |
793
|
| Line is longer than 80 characters. |
794
|
| Line is longer than 80 characters. |
797
|
| '(' is followed by whitespace. |
797
|
| ')' is preceded with whitespace. |
797
|
| '(' is followed by whitespace. |
799
|
| ')' is preceded with whitespace. |
807
|
| Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. |
817
|
| '(' is followed by whitespace. |
817
|
| ')' is preceded with whitespace. |
819
|
| Expected @throws tag for 'ComponentException'. |
820
|
| '{' should be on the previous line. |
821
|
| 'if' is not followed by whitespace. |
822
|
| '(' is followed by whitespace. |
822
|
| ')' is preceded with whitespace. |
822
|
| '{' should be on the previous line. |
823
|
| '(' is followed by whitespace. |
824
|
| ')' is preceded with whitespace. |
825
|
| '{' should be on the previous line. |
829
|
| 'if' is not followed by whitespace. |
830
|
| '(' is followed by whitespace. |
830
|
| ')' is preceded with whitespace. |
830
|
| '{' should be on the previous line. |
831
|
| Line is longer than 80 characters. |
832
|
| '(' is followed by whitespace. |
832
|
| ')' is preceded with whitespace. |
832
|
| '(' is followed by whitespace. |
835
|
| ')' is preceded with whitespace. |
840
|
| 'if' is not followed by whitespace. |
842
|
| '(' is followed by whitespace. |
842
|
| ')' is preceded with whitespace. |
842
|
| '{' should be on the previous line. |
843
|
| Line is longer than 80 characters. |
844
|
| '(' is followed by whitespace. |
844
|
| ')' is preceded with whitespace. |
844
|
| '(' is followed by whitespace. |
847
|
| ')' is preceded with whitespace. |
847
|
| '(' is followed by whitespace. |
848
|
| ')' is preceded with whitespace. |
848
|
| '(' is followed by whitespace. |
849
|
| ')' is preceded with whitespace. |
849
|
| '(' is followed by whitespace. |
850
|
| ')' is preceded with whitespace. |
850
|
| '}' should be on the same line. |
851
|
| 'catch' is not followed by whitespace. |
852
|
| '(' is followed by whitespace. |
852
|
| ')' is preceded with whitespace. |
852
|
| '{' should be on the previous line. |
853
|
| Line is longer than 80 characters. |
854
|
| '(' is followed by whitespace. |
854
|
| ')' is preceded with whitespace. |
854
|
| Line is longer than 80 characters. |
862
|
| Method 'addComponentInstance' is not designed for extension - needs to be abstract, final or empty. |
862
|
| '(' is followed by whitespace. |
862
|
| ')' is preceded with whitespace. |
862
|
| 'if' is not followed by whitespace. |
864
|
| '(' is followed by whitespace. |
864
|
| ')' is preceded with whitespace. |
864
|
| '{' should be on the previous line. |
865
|
| ')' is preceded with whitespace. |
867
|
| '{' should be on the previous line. |
871
|
| '(' is followed by whitespace. |
873
|
| ')' is preceded with whitespace. |
873
|
| '(' is followed by whitespace. |
874
|
| ')' is preceded with whitespace. |
874
|
| '(' is followed by whitespace. |
875
|
| ')' is preceded with whitespace. |
875
|
| '(' is followed by whitespace. |
876
|
| ')' is preceded with whitespace. |
876
|
| '}' should be on the same line. |
877
|
| 'catch' is not followed by whitespace. |
878
|
| '(' is followed by whitespace. |
878
|
| ')' is preceded with whitespace. |
878
|
| '{' should be on the previous line. |
879
|
| 'if' is not followed by whitespace. |
880
|
| '(' is followed by whitespace. |
880
|
| ')' is preceded with whitespace. |
880
|
| '{' should be on the previous line. |
881
|
| Line is longer than 80 characters. |
882
|
| '(' is followed by whitespace. |
882
|
| ')' is preceded with whitespace. |
882
|
org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.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 is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
67
|
| '{' should be on the previous line. |
78
|
| Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
81
|
| Name 'm_primordialLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
85
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
88
|
| Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
91
|
| Name 'm_roleManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
94
|
| Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
97
|
| Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
100
|
| Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
103
|
| Expected an @return tag. |
110
|
| '{' should be on the previous line. |
111
|
| '(' is followed by whitespace. |
126
|
| Parameter is should be final. |
126
|
| ')' is preceded with whitespace. |
126
|
| '{' should be on the previous line. |
128
|
| 'if' is not followed by whitespace. |
129
|
| '(' is followed by whitespace. |
129
|
| ')' is preceded with whitespace. |
129
|
| '{' should be on the previous line. |
130
|
| '}' should be on the same line. |
132
|
| '{' should be on the previous line. |
134
|
| Line is longer than 80 characters. |
135
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
136
|
| '(' is followed by whitespace. |
150
|
| Parameter file should be final. |
150
|
| ')' is preceded with whitespace. |
150
|
| '{' should be on the previous line. |
152
|
| 'if' is not followed by whitespace. |
153
|
| '(' is followed by whitespace. |
153
|
| ')' is preceded with whitespace. |
153
|
| '{' should be on the previous line. |
154
|
| '}' should be on the same line. |
156
|
| '{' should be on the previous line. |
158
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| '{' should be on the previous line. |
161
|
| '(' is followed by whitespace. |
162
|
| ')' is preceded with whitespace. |
162
|
| '}' should be on the same line. |
163
|
| '{' should be on the previous line. |
165
|
| '(' is followed by whitespace. |
192
|
| Parameter context should be final. |
192
|
| Parameter loggerManagerConfig should be final. |
193
|
| Parameter roleManagerConfig should be final. |
194
|
| Line is longer than 80 characters. |
195
|
| Parameter componentManagerConfig should be final. |
195
|
| Line is longer than 80 characters. |
196
|
| Parameter instrumentManagerConfig should be final. |
196
|
| ')' is preceded with whitespace. |
196
|
| '{' should be on the previous line. |
198
|
| 'if' is not followed by whitespace. |
199
|
| '(' is followed by whitespace. |
199
|
| ')' is preceded with whitespace. |
199
|
| '{' should be on the previous line. |
200
|
| '}' should be on the same line. |
202
|
| '{' should be on the previous line. |
204
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| '{' should be on the previous line. |
218
|
| '(' is followed by whitespace. |
219
|
| ')' is preceded with whitespace. |
219
|
| '(' is followed by whitespace. |
220
|
| ')' is preceded with whitespace. |
220
|
| '(' is followed by whitespace. |
221
|
| ')' is preceded with whitespace. |
221
|
| '(' is followed by whitespace. |
222
|
| ')' is preceded with whitespace. |
222
|
| '}' 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
|
| '(' is followed by whitespace. |
254
|
| Parameter context should be final. |
254
|
| Line is longer than 80 characters. |
255
|
| Parameter loggerManagerConfigStream should be final. |
255
|
| Line is longer than 80 characters. |
256
|
| Parameter roleManagerConfigStream should be final. |
256
|
| Line is longer than 80 characters. |
257
|
| Parameter componentManagerConfigStream should be final. |
257
|
| Line is longer than 80 characters. |
258
|
| Parameter instrumentManagerConfigStream should be final. |
258
|
| ')' is preceded with whitespace. |
258
|
| '{' should be on the previous line. |
260
|
| '(' is followed by whitespace. |
261
|
| '(' is followed by whitespace. |
262
|
| ')' is preceded with whitespace. |
262
|
| '(' is followed by whitespace. |
263
|
| ')' is preceded with whitespace. |
263
|
| '(' is followed by whitespace. |
264
|
| ')' is preceded with whitespace. |
264
|
| '(' is followed by whitespace. |
265
|
| ')' is preceded with whitespace. |
265
|
| ')' is preceded with whitespace. |
265
|
| '(' is followed by whitespace. |
289
|
| Parameter context should be final. |
289
|
| Parameter loggerManagerConfigFile should be final. |
290
|
| Parameter roleManagerConfigFile should be final. |
291
|
| Parameter componentManagerConfigFile should be final. |
292
|
| Parameter instrumentManagerConfigFile should be final. |
293
|
| ')' is preceded with whitespace. |
293
|
| '{' should be on the previous line. |
295
|
| '(' is followed by whitespace. |
296
|
| '(' is followed by whitespace. |
297
|
| ')' is preceded with whitespace. |
297
|
| '(' is followed by whitespace. |
298
|
| ')' is preceded with whitespace. |
298
|
| '(' is followed by whitespace. |
299
|
| ')' is preceded with whitespace. |
299
|
| '(' is followed by whitespace. |
300
|
| ')' is preceded with whitespace. |
300
|
| ')' is preceded with whitespace. |
300
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
310
|
| '{' should be on the previous line. |
311
|
| '{' should be on the previous line. |
314
|
| 'if' is not followed by whitespace. |
315
|
| '(' is followed by whitespace. |
315
|
| ')' is preceded with whitespace. |
315
|
| '{' should be on the previous line. |
316
|
| '(' is followed by whitespace. |
317
|
| ')' is preceded with whitespace. |
317
|
| 'if' is not followed by whitespace. |
320
|
| '(' is followed by whitespace. |
320
|
| ')' is preceded with whitespace. |
320
|
| '{' should be on the previous line. |
321
|
| '(' is followed by whitespace. |
322
|
| ')' is preceded with whitespace. |
322
|
| 'if' is not followed by whitespace. |
325
|
| '(' is followed by whitespace. |
325
|
| ')' is preceded with whitespace. |
325
|
| '{' should be on the previous line. |
326
|
| '(' is followed by whitespace. |
327
|
| ')' is preceded with whitespace. |
327
|
| '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. |
334
|
| 'catch' is not followed by whitespace. |
335
|
| '(' is followed by whitespace. |
335
|
| ')' is preceded with whitespace. |
335
|
| '{' should be on the previous line. |
336
|
| '(' is followed by whitespace. |
337
|
| ')' is preceded with whitespace. |
337
|
| Method 'getLoggerManager' is not designed for extension - needs to be abstract, final or empty. |
349
|
| '{' should be on the previous line. |
350
|
| Method 'getInstrumentManager' is not designed for extension - needs to be abstract, final or empty. |
360
|
| '{' should be on the previous line. |
361
|
| Method 'getComponentManager' is not designed for extension - needs to be abstract, final or empty. |
373
|
| '{' should be on the previous line. |
374
|
| Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. |
383
|
| '{' should be on the previous line. |
384
|
| Expected an @return tag. |
391
|
| '{' should be on the previous line. |
392
|
| 'if' is not followed by whitespace. |
393
|
| '(' is followed by whitespace. |
393
|
| ')' is preceded with whitespace. |
393
|
| '{' should be on the previous line. |
394
|
| Missing a Javadoc comment. |
400
|
| '(' is followed by whitespace. |
400
|
| Parameter loggerManagerConfig should be final. |
400
|
| ')' is preceded with whitespace. |
400
|
| '{' should be on the previous line. |
402
|
| 'if' is not followed by whitespace. |
409
|
| '(' is followed by whitespace. |
409
|
| ')' is preceded with whitespace. |
409
|
| '{' should be on the previous line. |
410
|
| Line is longer than 80 characters. |
412
|
| '(' is followed by whitespace. |
412
|
| ')' is preceded with whitespace. |
412
|
| '}' should be on the same line. |
413
|
| '{' should be on the previous line. |
415
|
| '(' is followed by whitespace. |
418
|
| ')' is preceded with whitespace. |
418
|
| '(' is followed by whitespace. |
423
|
| ')' is preceded with whitespace. |
423
|
| Line is longer than 80 characters. |
424
|
| '(' is followed by whitespace. |
426
|
| ')' is preceded with whitespace. |
426
|
| '(' is followed by whitespace. |
430
|
| ')' is preceded with whitespace. |
430
|
| '(' is followed by whitespace. |
431
|
| '(' is followed by whitespace. |
432
|
| ')' is preceded with whitespace. |
432
|
| ')' is preceded with whitespace. |
432
|
| ')' is preceded with whitespace. |
432
|
| '(' is followed by whitespace. |
437
|
| ')' is preceded with whitespace. |
437
|
| '(' is followed by whitespace. |
437
|
| ')' is preceded with whitespace. |
437
|
| ')' is preceded with whitespace. |
437
|
| '(' is followed by whitespace. |
438
|
| ')' is preceded with whitespace. |
438
|
| '(' is followed by whitespace. |
439
|
| ')' is preceded with whitespace. |
439
|
| 'if' is not followed by whitespace. |
444
|
| '(' is followed by whitespace. |
444
|
| ')' is preceded with whitespace. |
444
|
| '{' should be on the previous line. |
445
|
| Line is longer than 80 characters. |
446
|
| '(' is followed by whitespace. |
446
|
| ')' is preceded with whitespace. |
446
|
| Missing a Javadoc comment. |
451
|
| '(' is followed by whitespace. |
451
|
| Parameter roleManagerConfig should be final. |
451
|
| ')' is preceded with whitespace. |
451
|
| '{' should be on the previous line. |
453
|
| '(' is followed by whitespace. |
456
|
| ')' is preceded with whitespace. |
456
|
| ')' is preceded with whitespace. |
456
|
| '(' is followed by whitespace. |
460
|
| ')' is preceded with whitespace. |
460
|
| '(' is followed by whitespace. |
461
|
| ')' is preceded with whitespace. |
461
|
| Line is longer than 80 characters. |
465
|
| Missing a Javadoc comment. |
465
|
| '(' is followed by whitespace. |
465
|
| Parameter instrumentManagerConfig should be final. |
465
|
| ')' is preceded with whitespace. |
465
|
| '{' should be on the previous line. |
467
|
| 'if' is not followed by whitespace. |
468
|
| '(' is followed by whitespace. |
468
|
| ')' is preceded with whitespace. |
468
|
| '{' should be on the previous line. |
469
|
| Line is longer than 80 characters. |
472
|
| '(' is followed by whitespace. |
472
|
| ')' is preceded with whitespace. |
472
|
| ')' is preceded with whitespace. |
472
|
| Line is longer than 80 characters. |
475
|
| '(' is followed by whitespace. |
476
|
| ')' is preceded with whitespace. |
476
|
| '(' is followed by whitespace. |
477
|
| ')' is preceded with whitespace. |
477
|
| Line is longer than 80 characters. |
483
|
| Missing a Javadoc comment. |
483
|
| '(' is followed by whitespace. |
483
|
| Parameter componentManagerConfig should be final. |
483
|
| ')' is preceded with whitespace. |
483
|
| '{' should be on the previous line. |
485
|
| Line is longer than 80 characters. |
488
|
| '(' is followed by whitespace. |
488
|
| ')' is preceded with whitespace. |
488
|
| ')' is preceded with whitespace. |
488
|
| Line is longer than 80 characters. |
491
|
| '(' is followed by whitespace. |
492
|
| ')' is preceded with whitespace. |
492
|
| '(' is followed by whitespace. |
493
|
| ')' is preceded with whitespace. |
493
|
| '(' is followed by whitespace. |
494
|
| ')' is preceded with whitespace. |
494
|
| '(' is followed by whitespace. |
495
|
| ')' is preceded with whitespace. |
495
|
| '{' should be on the previous line. |
496
|
| '(' is followed by whitespace. |
497
|
| ')' is preceded with whitespace. |
497
|
| '(' is followed by whitespace. |
499
|
| ')' is preceded with whitespace. |
499
|
| '(' is followed by whitespace. |
500
|
| ')' is preceded with whitespace. |
500
|
| '(' is followed by whitespace. |
506
|
| ')' is preceded with whitespace. |
506
|
org/apache/avalon/excalibur/component/ExcaliburComponentSelector.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. |
71
|
| Name 'm_loader' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
73
|
| First sentence should end with a period. |
79
|
| Name 'm_rolename' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
81
|
| First sentence should end with a period. |
83
|
| Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
85
|
| Variable 'm_context' must be private and have accessor methods. |
85
|
| First sentence should end with a period. |
87
|
| Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
89
|
| Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
93
|
| Line is longer than 80 characters. |
97
|
| Name 'm_componentHandlers' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
97
|
| Name 'm_componentMapping' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
101
|
| Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
105
|
| Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
109
|
| First sentence should end with a period. |
111
|
| Name 'm_roles' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
113
|
| First sentence should end with a period. |
115
|
| Name 'm_logkit' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
117
|
| Line is longer than 80 characters. |
119
|
| Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
120
|
| First sentence should end with a period. |
122
|
| Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
123
|
| First sentence should end with a period. |
128
|
| '{' should be on the previous line. |
130
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| First sentence should end with a period. |
134
|
| '(' is followed by whitespace. |
135
|
| Expected @param tag for 'loader'. |
135
|
| ')' is preceded with whitespace. |
135
|
| '{' should be on the previous line. |
136
|
| 'if' is not followed by whitespace. |
137
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
| '{' should be on the previous line. |
138
|
| '}' should be on the same line. |
140
|
| '{' should be on the previous line. |
142
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
152
|
| '(' is followed by whitespace. |
152
|
| Expected @param tag for 'context'. |
152
|
| ')' is preceded with whitespace. |
152
|
| '{' should be on the previous line. |
153
|
| '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. |
164
|
| Expected an @return tag. |
167
|
| Method 'select' is not designed for extension - needs to be abstract, final or empty. |
167
|
| '(' is followed by whitespace. |
167
|
| Expected @param tag for 'hint'. |
167
|
| ')' is preceded with whitespace. |
167
|
| Expected @throws tag for 'ComponentException'. |
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
|
| 'if' is not followed by whitespace. |
172
|
| '(' is followed by whitespace. |
172
|
| ')' is preceded with whitespace. |
172
|
| '{' should be on the previous line. |
173
|
| Line is longer than 80 characters. |
174
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
175
|
| 'if' is not followed by whitespace. |
179
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
179
|
| '{' should be on the previous line. |
180
|
| Line is longer than 80 characters. |
182
|
| ')' is preceded with whitespace. |
182
|
| '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. |
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
|
| '(' 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. |
197
|
| 'cast' is not followed by whitespace. |
197
|
| '(' is followed by whitespace. |
197
|
| ')' is preceded with whitespace. |
197
|
| 'if' is not followed by whitespace. |
200
|
| '(' is followed by whitespace. |
200
|
| ')' is preceded with whitespace. |
200
|
| '{' should be on the previous line. |
201
|
| Line is longer than 80 characters. |
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
|
| '(' is followed by whitespace. |
206
|
| ')' is preceded with whitespace. |
206
|
| '(' is followed by whitespace. |
208
|
| ')' is preceded with whitespace. |
208
|
| '{' should be on the previous line. |
214
|
| '}' should be on the same line. |
216
|
| 'catch' is not followed by whitespace. |
217
|
| '(' is followed by whitespace. |
217
|
| ')' is preceded with whitespace. |
217
|
| '{' should be on the previous line. |
218
|
| '}' should be on the same line. |
221
|
| 'catch' is not followed by whitespace. |
222
|
| '(' is followed by whitespace. |
222
|
| ')' is preceded with whitespace. |
222
|
| '{' should be on the previous line. |
223
|
| Line is longer than 80 characters. |
225
|
| 'if' is not followed by whitespace. |
227
|
| '(' is followed by whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| '{' should be on the previous line. |
228
|
| '(' is followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| '(' is followed by whitespace. |
231
|
| ')' is preceded with whitespace. |
231
|
| 'if' is not followed by whitespace. |
234
|
| '(' is followed by whitespace. |
234
|
| ')' is preceded with whitespace. |
234
|
| '{' should be on the previous line. |
235
|
| Line is longer than 80 characters. |
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
|
| '(' is followed by whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| '(' is followed by whitespace. |
245
|
| ')' is preceded with whitespace. |
245
|
| Expected an @return tag. |
252
|
| Method 'hasComponent' is not designed for extension - needs to be abstract, final or empty. |
252
|
| '(' is followed by whitespace. |
252
|
| Expected @param tag for 'hint'. |
252
|
| ')' is preceded with whitespace. |
252
|
| '{' should be on the previous line. |
253
|
| 'if' construct must use '{}'s. |
254
|
| 'if' is not followed by whitespace. |
254
|
| '(' is followed by whitespace. |
254
|
| ')' is preceded with whitespace. |
254
|
| 'if' construct must use '{}'s. |
255
|
| 'if' is not followed by whitespace. |
255
|
| '(' is followed by whitespace. |
255
|
| ')' is preceded with whitespace. |
255
|
| '{' should be on the previous line. |
260
|
| Line is longer than 80 characters. |
261
|
| 'cast' is not followed by whitespace. |
261
|
| '(' is followed by whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
| '}' should be on the same line. |
263
|
| 'catch' is not followed by whitespace. |
264
|
| '(' is followed by whitespace. |
264
|
| ')' is preceded with whitespace. |
264
|
| '{' should be on the previous line. |
265
|
| Must have at least one statement. |
265
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
275
|
| '(' is followed by whitespace. |
275
|
| Expected @param tag for 'component'. |
275
|
| ')' is preceded with whitespace. |
275
|
| '{' should be on the previous line. |
276
|
| 'if' is not followed by whitespace. |
277
|
| '(' is followed by whitespace. |
277
|
| ')' is preceded with whitespace. |
277
|
| '{' should be on the previous line. |
278
|
| 'cast' is not followed by whitespace. |
283
|
| '(' is followed by whitespace. |
283
|
| ')' is preceded with whitespace. |
283
|
| 'if' is not followed by whitespace. |
285
|
| '(' is followed by whitespace. |
285
|
| ')' is preceded with whitespace. |
285
|
| '{' should be on the previous line. |
286
|
| Line is longer than 80 characters. |
287
|
| '(' is followed by whitespace. |
287
|
| ')' is preceded with whitespace. |
288
|
| Line is longer than 80 characters. |
292
|
| Line is longer than 80 characters. |
293
|
| 'if' is not followed by whitespace. |
297
|
| '(' is followed by whitespace. |
297
|
| '(' is followed by whitespace. |
297
|
| ')' is preceded with whitespace. |
297
|
| ')' is preceded with whitespace. |
297
|
| '{' should be on the previous line. |
298
|
| Line is longer than 80 characters. |
299
|
| Line is longer than 80 characters. |
300
|
| '(' is followed by whitespace. |
302
|
| ')' is preceded with whitespace. |
302
|
| '{' should be on the previous line. |
306
|
| '(' is followed by whitespace. |
307
|
| ')' is preceded with whitespace. |
307
|
| '}' should be on the same line. |
308
|
| 'catch' is not followed by whitespace. |
309
|
| '(' is followed by whitespace. |
309
|
| ')' is preceded with whitespace. |
309
|
| '{' should be on the previous line. |
310
|
| 'if' is not followed by whitespace. |
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
|
| Expected an @return tag. |
321
|
| Method 'canRelease' is not designed for extension - needs to be abstract, final or empty. |
321
|
| Expected @param tag for 'component'. |
321
|
| '(' is followed by whitespace. |
322
|
| ')' is preceded with whitespace. |
322
|
| Line is longer than 80 characters. |
328
|
| Method 'compose' is not designed for extension - needs to be abstract, final or empty. |
330
|
| '(' is followed by whitespace. |
330
|
| Expected @param tag for 'componentManager'. |
330
|
| ')' is preceded with whitespace. |
330
|
| Expected @throws tag for 'ComponentException'. |
331
|
| '{' should be on the previous line. |
332
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
342
|
| '(' is followed by whitespace. |
342
|
| Expected @param tag for 'configuration'. |
342
|
| ')' is preceded with whitespace. |
342
|
| Expected @throws tag for 'ConfigurationException'. |
343
|
| '{' should be on the previous line. |
344
|
| 'if' is not followed by whitespace. |
347
|
| '(' is followed by whitespace. |
347
|
| ')' is preceded with whitespace. |
347
|
| '{' should be on the previous line. |
348
|
| Line is longer than 80 characters. |
349
|
| '(' is followed by whitespace. |
349
|
| '+' should be on a new line. |
349
|
| ')' is preceded with whitespace. |
350
|
| 'if' is not followed by whitespace. |
354
|
| '(' is followed by whitespace. |
354
|
| '(' is followed by whitespace. |
354
|
| ')' is preceded with whitespace. |
354
|
| ')' is preceded with whitespace. |
354
|
| '{' should be on the previous line. |
355
|
| '(' is followed by whitespace. |
356
|
| ')' is preceded with whitespace. |
356
|
| '}' should be on the same line. |
357
|
| '{' should be on the previous line. |
359
|
| '(' is followed by whitespace. |
360
|
| ')' is preceded with whitespace. |
360
|
| 'for' is not followed by whitespace. |
365
|
| '(' is followed by whitespace. |
365
|
| ')' is preceded with whitespace. |
365
|
| '{' should be on the previous line. |
366
|
| '(' is followed by whitespace. |
367
|
| ')' is preceded with whitespace. |
367
|
| 'if' is not followed by whitespace. |
370
|
| '(' is followed by whitespace. |
370
|
| '(' is followed by whitespace. |
370
|
| ')' is preceded with whitespace. |
370
|
| ')' is preceded with whitespace. |
370
|
| '{' should be on the previous line. |
371
|
| Line is longer than 80 characters. |
372
|
| 'cast' is not followed by whitespace. |
372
|
| '(' is followed by whitespace. |
372
|
| ')' is preceded with whitespace. |
372
|
| '}' should be on the same line. |
373
|
| '{' should be on the previous line. |
375
|
| '(' is followed by whitespace. |
376
|
| Line is longer than 80 characters. |
377
|
| ')' is preceded with whitespace. |
377
|
| '{' should be on the previous line. |
381
|
| '(' is followed by whitespace. |
382
|
| ')' is preceded with whitespace. |
382
|
| '(' is followed by whitespace. |
383
|
| ')' is preceded with whitespace. |
383
|
| '}' should be on the same line. |
384
|
| 'catch' is not followed by whitespace. |
385
|
| '(' is followed by whitespace. |
385
|
| ')' is preceded with whitespace. |
385
|
| '{' should be on the previous line. |
386
|
| 'if' is not followed by whitespace. |
390
|
| '(' is followed by whitespace. |
390
|
| ')' is preceded with whitespace. |
390
|
| '{' should be on the previous line. |
391
|
| '(' is followed by whitespace. |
392
|
| ')' is preceded with whitespace. |
392
|
| '(' is followed by whitespace. |
395
|
| ')' is preceded with whitespace. |
395
|
| '}' should be on the same line. |
396
|
| 'catch' is not followed by whitespace. |
397
|
| '(' is followed by whitespace. |
397
|
| ')' is preceded with whitespace. |
397
|
| '{' should be on the previous line. |
398
|
| 'if' is not followed by whitespace. |
399
|
| '(' is followed by whitespace. |
399
|
| ')' is preceded with whitespace. |
399
|
| '{' should be on the previous line. |
400
|
| Line is longer than 80 characters. |
402
|
| ')' is preceded with whitespace. |
402
|
| Line is longer than 80 characters. |
405
|
| '(' is followed by whitespace. |
405
|
| ')' is preceded with whitespace. |
405
|
| '}' should be on the same line. |
406
|
| 'catch' is not followed by whitespace. |
407
|
| '(' is followed by whitespace. |
407
|
| ')' is preceded with whitespace. |
407
|
| '{' should be on the previous line. |
408
|
| 'if' is not followed by whitespace. |
409
|
| '(' is followed by whitespace. |
409
|
| ')' is preceded with whitespace. |
409
|
| '{' should be on the previous line. |
410
|
| Line is longer than 80 characters. |
411
|
| '(' is followed by whitespace. |
411
|
| ')' is preceded with whitespace. |
411
|
| '(' is followed by whitespace. |
413
|
| ')' is preceded with whitespace. |
413
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
423
|
| '{' should be on the previous line. |
424
|
| 'synchronized' is not followed by whitespace. |
425
|
| '(' is followed by whitespace. |
425
|
| ')' is preceded with whitespace. |
425
|
| '{' should be on the previous line. |
426
|
| '(' is followed by whitespace. |
429
|
| ')' is preceded with whitespace. |
429
|
| 'for' is not followed by whitespace. |
431
|
| '(' is followed by whitespace. |
431
|
| ')' is preceded with whitespace. |
431
|
| '{' should be on the previous line. |
432
|
| '(' is followed by whitespace. |
433
|
| ')' is preceded with whitespace. |
433
|
| 'cast' is not followed by whitespace. |
435
|
| '(' is followed by whitespace. |
435
|
| ')' is preceded with whitespace. |
435
|
| '{' should be on the previous line. |
438
|
| Line is longer than 80 characters. |
442
|
| '(' is followed by whitespace. |
444
|
| '(' is followed by whitespace. |
444
|
| ')' is preceded with whitespace. |
444
|
| '&&' should be on a new line. |
444
|
| '(' is followed by whitespace. |
445
|
| ')' is preceded with whitespace. |
445
|
| ')' is preceded with whitespace. |
445
|
| '{' should be on the previous line. |
446
|
| Line is longer than 80 characters. |
447
|
| 'cast' is not followed by whitespace. |
447
|
| Line is longer than 80 characters. |
448
|
| '(' is followed by whitespace. |
448
|
| ')' is preceded with whitespace. |
448
|
| '}' should be on the same line. |
450
|
| 'catch' is not followed by whitespace. |
451
|
| '(' is followed by whitespace. |
451
|
| ')' is preceded with whitespace. |
451
|
| '{' should be on the previous line. |
452
|
| 'if' is not followed by whitespace. |
453
|
| '(' is followed by whitespace. |
453
|
| ')' is preceded with whitespace. |
453
|
| '{' should be on the previous line. |
454
|
| Line is longer than 80 characters. |
455
|
| '(' is followed by whitespace. |
455
|
| ')' is preceded with whitespace. |
456
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
475
|
| '{' should be on the previous line. |
476
|
| 'synchronized' is not followed by whitespace. |
477
|
| '(' is followed by whitespace. |
477
|
| ')' is preceded with whitespace. |
477
|
| '{' should be on the previous line. |
478
|
| 'while' is not followed by whitespace. |
482
|
| '(' is followed by whitespace. |
482
|
| ')' is preceded with whitespace. |
482
|
| '{' should be on the previous line. |
483
|
| 'cast' is not followed by whitespace. |
486
|
| '(' is followed by whitespace. |
486
|
| ')' is preceded with whitespace. |
486
|
| '(' is followed by whitespace. |
490
|
| ')' is preceded with whitespace. |
490
|
| 'while' is not followed by whitespace. |
495
|
| '(' is followed by whitespace. |
495
|
| ')' is preceded with whitespace. |
495
|
| '{' should be on the previous line. |
496
|
| '(' is followed by whitespace. |
497
|
| ')' is preceded with whitespace. |
497
|
| First sentence should end with a period. |
509
|
| Method 'setRoleManager' is not designed for extension - needs to be abstract, final or empty. |
512
|
| '(' is followed by whitespace. |
512
|
| Expected @param tag for 'roles'. |
512
|
| ')' is preceded with whitespace. |
512
|
| '{' should be on the previous line. |
513
|
| 'if' is not followed by whitespace. |
514
|
| '(' is followed by whitespace. |
514
|
| ')' is preceded with whitespace. |
514
|
| '{' should be on the previous line. |
515
|
| First sentence should end with a period. |
523
|
| Method 'setLogKitManager' is not designed for extension - needs to be abstract, final or empty. |
526
|
| '(' is followed by whitespace. |
526
|
| Expected @param tag for 'logkit'. |
526
|
| ')' is preceded with whitespace. |
526
|
| '{' should be on the previous line. |
527
|
| 'if' is not followed by whitespace. |
528
|
| '(' is followed by whitespace. |
528
|
| ')' is preceded with whitespace. |
528
|
| '{' should be on the previous line. |
529
|
| '(' is followed by whitespace. |
530
|
| ')' is preceded with whitespace. |
530
|
| Line is longer than 80 characters. |
543
|
| Method 'setInstrumentManager' is not designed for extension - needs to be abstract, final or empty. |
543
|
| '(' is followed by whitespace. |
543
|
| ')' is preceded with whitespace. |
543
|
| Method 'setInstrumentableName' is not designed for extension - needs to be abstract, final or empty. |
564
|
| '(' is followed by whitespace. |
564
|
| Parameter name should be final. |
564
|
| ')' is preceded with whitespace. |
564
|
| '{' should be on the previous line. |
565
|
| Method 'getInstrumentableName' is not designed for extension - needs to be abstract, final or empty. |
574
|
| '{' should be on the previous line. |
575
|
| Method 'getInstruments' is not designed for extension - needs to be abstract, final or empty. |
590
|
| '{' should be on the previous line. |
591
|
| Method 'getChildInstrumentables' is not designed for extension - needs to be abstract, final or empty. |
604
|
| '{' should be on the previous line. |
605
|
| Method 'setLoggerManager' is not designed for extension - needs to be abstract, final or empty. |
616
|
| '(' is followed by whitespace. |
616
|
| Expected @param tag for 'logkit'. |
616
|
| ')' is preceded with whitespace. |
616
|
| '{' should be on the previous line. |
617
|
| 'if' is not followed by whitespace. |
618
|
| '(' is followed by whitespace. |
618
|
| ')' is preceded with whitespace. |
618
|
| '{' should be on the previous line. |
619
|
| '(' is followed by whitespace. |
620
|
| ')' is preceded with whitespace. |
620
|
| Expected an @return tag. |
640
|
| Method 'getComponentHandler' is not designed for extension - needs to be abstract, final or empty. |
640
|
| '(' is followed by whitespace. |
640
|
| Expected @param tag for 'role'. |
640
|
| Line is longer than 80 characters. |
642
|
| Line is longer than 80 characters. |
643
|
| Line is longer than 80 characters. |
645
|
| Line is longer than 80 characters. |
646
|
| ')' is preceded with whitespace. |
646
|
| '{' should be on the previous line. |
648
|
| Line is longer than 80 characters. |
649
|
| Line is longer than 80 characters. |
650
|
| '(' is followed by whitespace. |
653
|
| '(' is followed by whitespace. |
654
|
| ')' is preceded with whitespace. |
654
|
| ')' is preceded with whitespace. |
654
|
| '(' is followed by whitespace. |
656
|
| ')' is preceded with whitespace. |
664
|
| Method 'getComponentHandlers' is not designed for extension - needs to be abstract, final or empty. |
672
|
| '{' should be on the previous line. |
673
|
| Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. |
682
|
| '(' is followed by whitespace. |
682
|
| ')' is preceded with whitespace. |
684
|
| Expected @throws tag for 'ComponentException'. |
685
|
| '{' should be on the previous line. |
686
|
| 'if' is not followed by whitespace. |
687
|
| '(' is followed by whitespace. |
687
|
| ')' is preceded with whitespace. |
687
|
| '{' should be on the previous line. |
688
|
| '(' is followed by whitespace. |
689
|
| Line is longer than 80 characters. |
690
|
| ')' is preceded with whitespace. |
690
|
| '{' should be on the previous line. |
694
|
| '(' is followed by whitespace. |
695
|
| Line is longer than 80 characters. |
698
|
| ')' is preceded with whitespace. |
701
|
| '(' is followed by whitespace. |
703
|
| ')' is preceded with whitespace. |
703
|
| '(' is followed by whitespace. |
704
|
| ')' is preceded with whitespace. |
704
|
| '(' is followed by whitespace. |
706
|
| ')' is preceded with whitespace. |
706
|
| 'if' is not followed by whitespace. |
708
|
| '(' is followed by whitespace. |
708
|
| ')' is preceded with whitespace. |
708
|
| '{' should be on the previous line. |
709
|
| Line is longer than 80 characters. |
711
|
| ')' is preceded with whitespace. |
711
|
| '}' should be on the same line. |
713
|
| 'catch' is not followed by whitespace. |
714
|
| '(' is followed by whitespace. |
714
|
| ')' is preceded with whitespace. |
714
|
| '{' should be on the previous line. |
715
|
| 'if' is not followed by whitespace. |
718
|
| '(' is followed by whitespace. |
718
|
| ')' is preceded with whitespace. |
718
|
| '{' should be on the previous line. |
719
|
| '(' is followed by whitespace. |
720
|
| ')' is preceded with whitespace. |
720
|
| '(' is followed by whitespace. |
723
|
| ')' is preceded with whitespace. |
723
|
| Line is longer than 80 characters. |
731
|
| Method 'addComponentInstance' is not designed for extension - needs to be abstract, final or empty. |
731
|
| '(' is followed by whitespace. |
731
|
| ')' is preceded with whitespace. |
731
|
| 'if' is not followed by whitespace. |
733
|
| '(' is followed by whitespace. |
733
|
| ')' is preceded with whitespace. |
733
|
| '{' should be on the previous line. |
734
|
| ')' is preceded with whitespace. |
736
|
| '{' should be on the previous line. |
740
|
| '(' is followed by whitespace. |
742
|
| ')' is preceded with whitespace. |
742
|
| '(' is followed by whitespace. |
743
|
| ')' is preceded with whitespace. |
743
|
| '(' is followed by whitespace. |
744
|
| ')' is preceded with whitespace. |
744
|
| '(' is followed by whitespace. |
746
|
| ')' is preceded with whitespace. |
746
|
| 'if' is not followed by whitespace. |
748
|
| '(' is followed by whitespace. |
748
|
| ')' is preceded with whitespace. |
748
|
| '{' should be on the previous line. |
749
|
| '(' is followed by whitespace. |
750
|
| ')' is preceded with whitespace. |
751
|
| '}' should be on the same line. |
753
|
| 'catch' is not followed by whitespace. |
754
|
| '(' is followed by whitespace. |
754
|
| ')' is preceded with whitespace. |
754
|
| '{' should be on the previous line. |
755
|
| 'if' is not followed by whitespace. |
756
|
| '(' is followed by whitespace. |
756
|
| ')' is preceded with whitespace. |
756
|
| '{' should be on the previous line. |
757
|
| Line is longer than 80 characters. |
758
|
| '(' is followed by whitespace. |
758
|
| ')' is preceded with whitespace. |
758
|
| Expected an @return tag. |
769
|
| '{' should be on the previous line. |
770
|
| 'if' is not followed by whitespace. |
771
|
| '(' is followed by whitespace. |
771
|
| '&&' should be on a new line. |
771
|
| '(' is followed by whitespace. |
772
|
| ')' is preceded with whitespace. |
772
|
| ')' is preceded with whitespace. |
772
|
| '{' should be on the previous line. |
773
|
org/apache/avalon/excalibur/component/Logger2LogKitManager.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
|
| '{' should be on the previous line. |
37
|
| Missing a Javadoc comment. |
38
|
| Name 'm_hierarchy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Line has trailing spaces. |
40
|
| Missing a Javadoc comment. |
41
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| '{' should be on the previous line. |
42
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| Line has trailing spaces. |
48
|
| Missing a Javadoc comment. |
49
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| '(' is followed by whitespace. |
57
|
| '{' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| Line has trailing spaces. |
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
|
| ')' 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
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '{' should be on the previous line. |
76
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| Line has trailing spaces. |
79
|
| Line has trailing spaces. |
82
|
| Missing a Javadoc comment. |
83
|
| '{' should be on the previous line. |
84
|
org/apache/avalon/excalibur/component/LogkitLoggerManager.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. |
35
|
| Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
36
|
| Name 'm_logKitManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36
|
| Missing a Javadoc comment. |
38
|
| '(' is followed by whitespace. |
38
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| Line is longer than 80 characters. |
45
|
| Method 'getLogKitLoggerForCategory' 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
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| Method 'getLoggerForCategory' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| '(' is followed by whitespace. |
50
|
| Parameter categoryName should be final. |
50
|
| ')' is preceded with whitespace. |
50
|
| '{' should be on the previous line. |
51
|
| 'if' is not followed by whitespace. |
52
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '{' should be on the previous line. |
53
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| '}' should be on the same line. |
55
|
| '{' should be on the previous line. |
57
|
| Line is longer than 80 characters. |
58
|
| '(' is followed by whitespace. |
58
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| Method 'getDefaultLogger' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| '{' should be on the previous line. |
63
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Method 'getLogKitManager' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| '{' should be on the previous line. |
68
|
| 'if' is not followed by whitespace. |
69
|
| '(' 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
|
org/apache/avalon/excalibur/component/PoolableComponentHandler.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 is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
37
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
56
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
58
|
| 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. |
63
|
| Line is longer than 80 characters. |
64
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
68
|
| '{' should be on the previous line. |
96
|
| First sentence should end with a period. |
97
|
| First sentence should end with a period. |
100
|
| Line is longer than 80 characters. |
100
|
| Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
101
|
| First sentence should end with a period. |
103
|
| Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
104
|
| First sentence should end with a period. |
106
|
| Line is longer than 80 characters. |
106
|
| Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
107
|
| First sentence should end with a period. |
109
|
| Line is longer than 80 characters. |
109
|
| Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
110
|
| '(' is followed by whitespace. |
117
|
| Expected @param tag for 'role'. |
117
|
| Expected @param tag for 'componentClass'. |
118
|
| Expected @param tag for 'config'. |
119
|
| Expected @param tag for 'manager'. |
120
|
| Expected @param tag for 'context'. |
121
|
| Expected @param tag for 'roles'. |
122
|
| Expected @param tag for 'logkit'. |
123
|
| ')' is preceded with whitespace. |
123
|
| Expected @throws tag for 'Exception'. |
124
|
| '{' should be on the previous line. |
125
|
| Line is longer than 80 characters. |
127
|
| '(' is followed by whitespace. |
127
|
| ')' is preceded with whitespace. |
127
|
| ')' is preceded with whitespace. |
128
|
| Line is longer than 80 characters. |
135
|
| '(' is followed by whitespace. |
139
|
| ')' is preceded with whitespace. |
140
|
| Expected @throws tag for 'Exception'. |
141
|
| '{' should be on the previous line. |
142
|
| Line is longer than 80 characters. |
145
|
| '(' is followed by whitespace. |
145
|
| ')' is preceded with whitespace. |
145
|
| Line is longer than 80 characters. |
146
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| Line is longer than 80 characters. |
147
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| '(' is followed by whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| Line is longer than 80 characters. |
149
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| Line is longer than 80 characters. |
151
|
| '(' is followed by whitespace. |
151
|
| ')' is preceded with whitespace. |
152
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
160
|
| '{' should be on the previous line. |
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. |
167
|
| ')' is preceded with whitespace. |
167
|
| '(' is followed by whitespace. |
168
|
| ')' is preceded with whitespace. |
168
|
| '(' is followed by whitespace. |
169
|
| ')' is preceded with whitespace. |
169
|
| 'if' is not followed by whitespace. |
171
|
| '(' is followed by whitespace. |
171
|
| ')' is preceded with whitespace. |
171
|
| '{' should be on the previous line. |
172
|
| '(' is followed by whitespace. |
173
|
| '+' should be on a new line. |
173
|
| ')' is preceded with whitespace. |
174
|
| First sentence should end with a period. |
180
|
| Expected an @return tag. |
183
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Expected @throws tag for 'Exception'. |
184
|
| '{' should be on the previous line. |
185
|
| 'if' 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. |
188
|
| '(' is followed by whitespace. |
188
|
| '+' should be on a new line. |
188
|
| ')' is preceded with whitespace. |
189
|
| 'if' is not followed by whitespace. |
192
|
| '(' is followed by whitespace. |
192
|
| ')' is preceded with whitespace. |
192
|
| '{' should be on the previous line. |
193
|
| Line is longer than 80 characters. |
194
|
| '(' is followed by whitespace. |
194
|
| '+' should be on a new line. |
194
|
| ')' is preceded with whitespace. |
195
|
| 'cast' is not followed by whitespace. |
198
|
| First sentence should end with a period. |
201
|
| Method 'doPut' is not designed for extension - needs to be abstract, final or empty. |
204
|
| '(' is followed by whitespace. |
204
|
| Expected @param tag for 'component'. |
204
|
| ')' is preceded with whitespace. |
204
|
| '{' should be on the previous line. |
205
|
| 'if' is not followed by whitespace. |
206
|
| '(' is followed by whitespace. |
206
|
| ')' is preceded with whitespace. |
206
|
| '{' should be on the previous line. |
207
|
| '(' is followed by whitespace. |
208
|
| '+' should be on a new line. |
208
|
| ')' is preceded with whitespace. |
209
|
| '(' is followed by whitespace. |
212
|
| 'cast' is not followed by whitespace. |
212
|
| ')' is preceded with whitespace. |
212
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
218
|
| '{' should be on the previous line. |
219
|
| 'if' is not followed by whitespace. |
222
|
| '(' is followed by whitespace. |
222
|
| ')' is preceded with whitespace. |
222
|
| '{' should be on the previous line. |
223
|
| '(' is followed by whitespace. |
224
|
| 'cast' is not followed by whitespace. |
224
|
| ')' is preceded with whitespace. |
224
|
org/apache/avalon/excalibur/component/RoleManageable.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. |
35
|
| Expected @param tag for 'roles'. |
35
|
| ')' is preceded with whitespace. |
35
|
org/apache/avalon/excalibur/component/RoleManager.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
|
| Expected an @return tag. |
38
|
| '(' is followed by whitespace. |
38
|
| Expected @param tag for 'shorthandName'. |
38
|
| ')' is preceded with whitespace. |
38
|
| Expected an @return tag. |
43
|
| '(' is followed by whitespace. |
43
|
| Expected @param tag for 'role'. |
43
|
| ')' is preceded with whitespace. |
43
|
| Expected an @return tag. |
49
|
| '(' is followed by whitespace. |
49
|
| Expected @param tag for 'hint'. |
49
|
| Expected @param tag for 'shorthand'. |
49
|
| ')' is preceded with whitespace. |
49
|
org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.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. |
38
|
| Missing a Javadoc comment. |
39
|
| Name 'm_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
39
|
| Missing a Javadoc comment. |
40
|
| Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Missing a Javadoc comment. |
41
|
| Name 'm_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Missing a Javadoc comment. |
42
|
| Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
| '(' is followed by whitespace. |
49
|
| Expected @param tag for 'role'. |
49
|
| Expected @param tag for 'componentClass'. |
50
|
| Expected @param tag for 'config'. |
51
|
| Expected @param tag for 'manager'. |
52
|
| Expected @param tag for 'context'. |
53
|
| Expected @param tag for 'roles'. |
54
|
| Expected @param tag for 'logkit'. |
55
|
| ')' is preceded with whitespace. |
55
|
| Expected @throws tag for 'Exception'. |
56
|
| '{' should be on the previous line. |
57
|
| Line is longer than 80 characters. |
59
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| ')' is preceded with whitespace. |
60
|
| Line is longer than 80 characters. |
67
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
72
|
| Expected @throws tag for 'Exception'. |
73
|
| '{' should be on the previous line. |
74
|
| '(' is followed by whitespace. |
83
|
| Expected @param tag for 'component'. |
83
|
| ')' is preceded with whitespace. |
83
|
| Expected @throws tag for 'Exception'. |
84
|
| '{' should be on the previous line. |
85
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Expected @throws tag for 'Exception'. |
94
|
| '{' should be on the previous line. |
95
|
| 'if' is not followed by whitespace. |
96
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| '{' should be on the previous line. |
97
|
| 'if' is not followed by whitespace. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '{' should be on the previous line. |
101
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| 'if' is not followed by whitespace. |
106
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| '{' should be on the previous line. |
107
|
| 'cast' is not followed by whitespace. |
108
|
| 'if' is not followed by whitespace. |
111
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| '{' should be on the previous line. |
112
|
| 'if' is not followed by whitespace. |
113
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| '{' should be on the previous line. |
114
|
| Line is longer than 80 characters. |
115
|
| '(' is followed by whitespace. |
115
|
| ')' is preceded with whitespace. |
115
|
| '}' should be on the same line. |
116
|
| '{' should be on the previous line. |
118
|
| Line is longer than 80 characters. |
119
|
| '(' is followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| First sentence should end with a period. |
126
|
| Expected an @return tag. |
129
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Expected @throws tag for 'Exception'. |
130
|
| '{' should be on the previous line. |
131
|
| 'if' is not followed by whitespace. |
132
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| '{' should be on the previous line. |
133
|
| Line is longer than 80 characters. |
134
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| 'if' is not followed by whitespace. |
137
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
| '{' should be on the previous line. |
138
|
| Line is longer than 80 characters. |
139
|
| '(' is followed by whitespace. |
139
|
| ')' is preceded with whitespace. |
139
|
| First sentence should end with a period. |
145
|
| Method 'doPut' is not designed for extension - needs to be abstract, final or empty. |
148
|
| '(' is followed by whitespace. |
148
|
| Expected @param tag for 'component'. |
148
|
| ')' is preceded with whitespace. |
148
|
| '{' should be on the previous line. |
149
|
| 'if' is not followed by whitespace. |
150
|
| '(' is followed by whitespace. |
150
|
| ')' is preceded with whitespace. |
150
|
| '{' should be on the previous line. |
151
|
| Line is longer than 80 characters. |
152
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. |
159
|
| '{' should be on the previous line. |
160
|
| '{' should be on the previous line. |
162
|
| 'if' is not followed by whitespace. |
163
|
| '(' is followed by whitespace. |
163
|
| ')' is preceded with whitespace. |
163
|
| '{' should be on the previous line. |
164
|
| '(' is followed by whitespace. |
165
|
| ')' is preceded with whitespace. |
165
|
| '}' should be on the same line. |
166
|
| '{' should be on the previous line. |
168
|
| 'if' is not followed by whitespace. |
169
|
| '(' is followed by whitespace. |
169
|
| ')' is preceded with whitespace. |
169
|
| '{' should be on the previous line. |
170
|
| '(' is followed by whitespace. |
171
|
| 'cast' is not followed by whitespace. |
171
|
| ')' is preceded with whitespace. |
171
|
| 'if' is not followed by whitespace. |
174
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| '{' should be on the previous line. |
175
|
| '(' is followed by whitespace. |
176
|
| 'cast' is not followed by whitespace. |
176
|
| ')' is preceded with whitespace. |
176
|
| '}' 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
|
| 'if' is not followed by whitespace. |
184
|
| '(' is followed by whitespace. |
184
|
| ')' is preceded with whitespace. |
184
|
| '{' should be on the previous line. |
185
|
| '(' is followed by whitespace. |
186
|
| '+' should be on a new line. |
186
|
| ')' is preceded with whitespace. |
187
|
org/apache/avalon/excalibur/component/servlet/AbstractComponentManagerServlet.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. |
54
|
| Missing a Javadoc comment. |
55
|
| Name 'm_referenceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| Missing a Javadoc comment. |
56
|
| Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56
|
| Missing a Javadoc comment. |
57
|
| Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
57
|
| First sentence should end with a period. |
59
|
| Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
60
|
| Name 'm_instrumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
63
|
| Name 'm_childList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
66
|
| Line is longer than 80 characters. |
68
|
| Name 'm_registered' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
69
|
| Name 'm_instrumentRequests' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
72
|
| Name 'm_instrumentTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
75
|
| '(' is followed by whitespace. |
87
|
| Parameter referenceName should be final. |
87
|
| ')' is preceded with whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| Line is longer than 80 characters. |
89
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| Line is longer than 80 characters. |
99
|
| '(' is followed by whitespace. |
99
|
| Inner assignments should be avoided. |
99
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| '(' is followed by whitespace. |
100
|
| Inner assignments should be avoided. |
100
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
114
|
| '(' is followed by whitespace. |
114
|
| Parameter config should be final. |
114
|
| ')' is preceded with whitespace. |
114
|
| '{' should be on the previous line. |
116
|
| Line is longer than 80 characters. |
121
|
| 'cast' is not followed by whitespace. |
121
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| 'if' is not followed by whitespace. |
122
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '{' should be on the previous line. |
123
|
| Line is longer than 80 characters. |
125
|
| ')' is preceded with whitespace. |
125
|
| '(' is followed by whitespace. |
127
|
| ')' is preceded with whitespace. |
127
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| 'if' is not followed by whitespace. |
130
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| '{' should be on the previous line. |
131
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| Line is longer than 80 characters. |
137
|
| 'cast' is not followed by whitespace. |
137
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
| 'if' 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 preceded with whitespace. |
141
|
| Line is longer than 80 characters. |
146
|
| 'cast' is not followed by whitespace. |
146
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| 'if' is not followed by whitespace. |
147
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| '{' should be on the previous line. |
148
|
| '{' should be on the previous line. |
150
|
| ')' is preceded with whitespace. |
152
|
| '}' should be on the same line. |
153
|
| 'catch' 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. |
157
|
| ')' is preceded with whitespace. |
157
|
| Line is longer than 80 characters. |
161
|
| '(' is followed by whitespace. |
163
|
| ')' is preceded with whitespace. |
163
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
170
|
| '{' should be on the previous line. |
171
|
| 'if' is not followed by whitespace. |
172
|
| '(' is followed by whitespace. |
172
|
| ')' is preceded with whitespace. |
172
|
| '{' should be on the previous line. |
173
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| Line is longer than 80 characters. |
185
|
| Line is longer than 80 characters. |
186
|
| '{' should be on the previous line. |
189
|
| '(' is followed by whitespace. |
190
|
| '250' is a magic number. |
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
|
| Must have at least one statement. |
193
|
| Line is longer than 80 characters. |
198
|
| Line is longer than 80 characters. |
202
|
| Line is longer than 80 characters. |
207
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
207
|
| '(' is followed by whitespace. |
207
|
| Parameter request should be final. |
207
|
| Parameter response should be final. |
207
|
| ')' is preceded with whitespace. |
207
|
| Expected @throws tag for 'ServletException'. |
208
|
| Expected @throws tag for 'IOException'. |
208
|
| '{' should be on the previous line. |
209
|
| 'if' 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. |
212
|
| ')' is preceded with whitespace. |
212
|
| 'if' is not followed by whitespace. |
214
|
| '(' is followed by whitespace. |
214
|
| ')' is preceded with whitespace. |
214
|
| '{' should be on the previous line. |
215
|
| '(' is followed by whitespace. |
216
|
| ')' is preceded with whitespace. |
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. |
228
|
| ')' is preceded with whitespace. |
228
|
| 'if' is not followed by whitespace. |
231
|
| '(' is followed by whitespace. |
231
|
| ')' is preceded with whitespace. |
231
|
| '{' should be on the previous line. |
232
|
| Line is longer than 80 characters. |
233
|
| '(' is followed by whitespace. |
233
|
| 'cast' is not followed by whitespace. |
233
|
| '(' is followed by whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
| '{' should be on the previous line. |
246
|
| '(' is followed by whitespace. |
263
|
| Parameter name should be final. |
263
|
| ')' is preceded with whitespace. |
263
|
| '{' should be on the previous line. |
264
|
| '{' should be on the previous line. |
278
|
| 'if' is not followed by whitespace. |
280
|
| '(' is followed by whitespace. |
280
|
| ')' is preceded with whitespace. |
280
|
| '{' should be on the previous line. |
281
|
| '}' should be on the same line. |
283
|
| '{' should be on the previous line. |
285
|
| Line is longer than 80 characters. |
286
|
| '(' is followed by whitespace. |
287
|
| ')' is preceded with whitespace. |
287
|
| '{' should be on the previous line. |
304
|
| 'if' is not followed by whitespace. |
306
|
| '(' is followed by whitespace. |
306
|
| ')' is preceded with whitespace. |
306
|
| '{' should be on the previous line. |
307
|
| '}' should be on the same line. |
309
|
| '{' should be on the previous line. |
311
|
| Line is longer than 80 characters. |
312
|
| '(' is followed by whitespace. |
313
|
| ')' is preceded with whitespace. |
313
|
| Method 'addInstrument' is not designed for extension - needs to be abstract, final or empty. |
328
|
| '(' is followed by whitespace. |
328
|
| Parameter instrument should be final. |
328
|
| ')' is preceded with whitespace. |
328
|
| '{' 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
|
| Line is longer than 80 characters. |
332
|
| '(' is followed by whitespace. |
332
|
| ')' is preceded with whitespace. |
333
|
| '(' is followed by whitespace. |
335
|
| ')' is preceded with whitespace. |
335
|
| Method 'addChildInstrumentable' is not designed for extension - needs to be abstract, final or empty. |
348
|
| '(' is followed by whitespace. |
348
|
| Parameter child should be final. |
348
|
| ')' is preceded with whitespace. |
348
|
| '{' should be on the previous line. |
349
|
| 'if' is not followed by whitespace. |
350
|
| '(' is followed by whitespace. |
350
|
| ')' is preceded with whitespace. |
350
|
| '{' should be on the previous line. |
351
|
| Line is longer than 80 characters. |
352
|
| '(' is followed by whitespace. |
352
|
| ')' is preceded with whitespace. |
353
|
| '(' is followed by whitespace. |
355
|
| ')' is preceded with whitespace. |
355
|
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. |
363
|
| '{' should be on the previous line. |
364
|
| Method 'getComponentManager' is not designed for extension - needs to be abstract, final or empty. |
373
|
| '{' should be on the previous line. |
374
|
org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxy.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
|
| Name 'm_latch' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Unused @param tag for 'object'. |
43
|
| '(' is followed by whitespace. |
46
|
| Parameter latch should be final. |
46
|
| Parameter name should be final. |
46
|
| Expected @param tag for 'name'. |
46
|
| ')' is preceded with whitespace. |
46
|
| '{' should be on the previous line. |
47
|
| '{' should be on the previous line. |
61
|
| '{' should be on the previous line. |
69
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxyLatch.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. |
46
|
| First sentence should end with a period. |
47
|
| Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Name 'm_waitingProxies' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
51
|
| Name 'm_triggerRequested' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| '{' should be on the previous line. |
63
|
| '(' is followed by whitespace. |
74
|
| Parameter object should be final. |
74
|
| Parameter name should be final. |
74
|
| ')' is preceded with whitespace. |
74
|
| '{' should be on the previous line. |
75
|
| 'if' is not followed by whitespace. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
79
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
81
|
| 'if' is not followed by whitespace. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| Line is longer than 80 characters. |
87
|
| '(' is followed by whitespace. |
87
|
| 'cast' is not followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '}' should be on the same line. |
88
|
| 'if' is not followed by whitespace. |
89
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| '{' should be on the previous line. |
90
|
| Line is longer than 80 characters. |
91
|
| '(' is followed by whitespace. |
91
|
| 'cast' is not followed by whitespace. |
91
|
| ')' is preceded with whitespace. |
91
|
| '}' should be on the same line. |
92
|
| 'if' is not followed by whitespace. |
93
|
| '(' is followed by whitespace. |
93
|
| ')' is preceded with whitespace. |
93
|
| '{' should be on the previous line. |
94
|
| Line is longer than 80 characters. |
95
|
| '(' is followed by whitespace. |
95
|
| 'cast' is not followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '}' should be on the same line. |
96
|
| 'if' is not followed by whitespace. |
97
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| '{' should be on the previous line. |
98
|
| Line is longer than 80 characters. |
99
|
| '(' is followed by whitespace. |
99
|
| 'cast' is not followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| '}' should be on the same line. |
100
|
| '{' should be on the previous line. |
102
|
| Line is longer than 80 characters. |
103
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
104
|
| Line is longer than 80 characters. |
113
|
| Line is longer than 80 characters. |
114
|
| '{' should be on the previous line. |
118
|
| 'synchronized' is not followed by whitespace. |
120
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| '{' should be on the previous line. |
121
|
| 'if' is not followed by whitespace. |
125
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| '{' should be on the previous line. |
126
|
| Line is longer than 80 characters. |
127
|
| '{' should be on the previous line. |
132
|
| '(' is followed by whitespace. |
133
|
| '1500' is a magic number. |
133
|
| ')' is preceded with whitespace. |
133
|
| '}' should be on the same line. |
134
|
| 'catch' is not followed by whitespace. |
135
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '{' should be on the previous line. |
136
|
| Must have at least one statement. |
136
|
| 'synchronized' is not followed by whitespace. |
140
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| '{' should be on the previous line. |
141
|
| 'if' is not followed by whitespace. |
146
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| '{' 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
|
| '(' is followed by whitespace. |
150
|
| ')' is preceded with whitespace. |
151
|
| '}' should be on the same line. |
153
|
| '{' should be on the previous line. |
155
|
| 'if' is not followed by whitespace. |
156
|
| '(' is followed by whitespace. |
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
|
| ')' is preceded with whitespace. |
158
|
| '{' should be on the previous line. |
162
|
| '}' should be on the same line. |
164
|
| 'catch' is not followed by whitespace. |
165
|
| '(' is followed by whitespace. |
165
|
| ')' is preceded with whitespace. |
165
|
| '{' should be on the previous line. |
166
|
| Line is longer than 80 characters. |
167
|
| '(' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| '(' is followed by whitespace. |
177
|
| Parameter proxy should be final. |
177
|
| ')' is preceded with whitespace. |
177
|
| '{' should be on the previous line. |
178
|
| 'synchronized' is not followed by whitespace. |
179
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
179
|
| '{' should be on the previous line. |
180
|
| 'if' is not followed by whitespace. |
184
|
| '(' is followed by whitespace. |
184
|
| ')' is preceded with whitespace. |
184
|
| '{' should be on the previous line. |
185
|
| 'if' 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. |
188
|
| '(' is followed by whitespace. |
188
|
| Line is longer than 80 characters. |
189
|
| ')' is preceded with whitespace. |
189
|
| '(' 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. |
199
|
| '(' is followed by whitespace. |
202
|
| ')' is preceded with whitespace. |
202
|
| '{' should be on the previous line. |
203
|
| '{' should be on the previous line. |
205
|
| '}' should be on the same line. |
207
|
| '(' is followed by whitespace. |
208
|
| ')' is preceded with whitespace. |
208
|
| '{' should be on the previous line. |
209
|
| Line is longer than 80 characters. |
210
|
| '(' is followed by whitespace. |
210
|
| ')' is preceded with whitespace. |
210
|
| Expected @throws tag for 'Exception'. |
218
|
org/apache/avalon/excalibur/component/servlet/AbstractServiceManagerServlet.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
|
| Missing a Javadoc comment. |
53
|
| Name 'm_referenceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
53
|
| Missing a Javadoc comment. |
54
|
| Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
54
|
| Missing a Javadoc comment. |
55
|
| Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55
|
| First sentence should end with a period. |
57
|
| Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
58
|
| Name 'm_instrumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
61
|
| Name 'm_childList' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
64
|
| Line is longer than 80 characters. |
66
|
| Name 'm_registered' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
67
|
| Name 'm_instrumentRequests' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
70
|
| Name 'm_instrumentTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
73
|
| '(' is followed by whitespace. |
85
|
| Parameter referenceName should be final. |
85
|
| ')' is preceded with whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| Line is longer than 80 characters. |
87
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| Line is longer than 80 characters. |
97
|
| '(' is followed by whitespace. |
97
|
| Inner assignments should be avoided. |
97
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| '(' is followed by whitespace. |
98
|
| Inner assignments should be avoided. |
98
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
112
|
| '(' is followed by whitespace. |
112
|
| Parameter config should be final. |
112
|
| ')' is preceded with whitespace. |
112
|
| '{' should be on the previous line. |
114
|
| Line is longer than 80 characters. |
119
|
| 'cast' is not followed by whitespace. |
119
|
| '(' is followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| '{' should be on the previous line. |
121
|
| Line is longer than 80 characters. |
123
|
| ')' is preceded with whitespace. |
123
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| '(' 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
|
| Line is longer than 80 characters. |
135
|
| 'cast' is not followed by whitespace. |
135
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
136
|
| '{' should be on the previous line. |
137
|
| Line is longer than 80 characters. |
139
|
| ')' is preceded with whitespace. |
139
|
| Line is longer than 80 characters. |
144
|
| 'cast' is not followed by whitespace. |
144
|
| '(' is followed by whitespace. |
144
|
| ')' is preceded with whitespace. |
144
|
| '(' is followed by whitespace. |
145
|
| ')' is preceded with whitespace. |
145
|
| '{' should be on the previous line. |
146
|
| '{' should be on the previous line. |
148
|
| ')' is preceded with whitespace. |
150
|
| '}' should be on the same line. |
151
|
| '(' is followed by whitespace. |
152
|
| ')' is preceded with whitespace. |
152
|
| '{' should be on the previous line. |
153
|
| Line is longer than 80 characters. |
155
|
| ')' is preceded with whitespace. |
155
|
| Line is longer than 80 characters. |
159
|
| '(' is followed by whitespace. |
161
|
| ')' is preceded with whitespace. |
161
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
168
|
| '{' should be on the previous line. |
169
|
| '(' 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. |
183
|
| Line is longer than 80 characters. |
184
|
| '{' should be on the previous line. |
187
|
| '250' is a magic number. |
188
|
| '}' should be on the same line. |
189
|
| '(' is followed by whitespace. |
190
|
| ')' is preceded with whitespace. |
190
|
| '{' should be on the previous line. |
191
|
| Must have at least one statement. |
191
|
| Line is longer than 80 characters. |
196
|
| Line is longer than 80 characters. |
200
|
| Line is longer than 80 characters. |
205
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
205
|
| '(' is followed by whitespace. |
205
|
| Parameter request should be final. |
205
|
| Parameter response should be final. |
205
|
| ')' is preceded with whitespace. |
205
|
| Expected @throws tag for 'ServletException'. |
206
|
| Expected @throws tag for 'IOException'. |
206
|
| '{' should be on the previous line. |
207
|
| '(' 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. |
212
|
| ')' is preceded with whitespace. |
212
|
| '{' should be on the previous line. |
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
|
| '(' is followed by whitespace. |
226
|
| ')' is preceded with whitespace. |
226
|
| '(' is followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| '{' should be on the previous line. |
230
|
| Line is longer than 80 characters. |
231
|
| '(' is followed by whitespace. |
231
|
| 'cast' is not followed by whitespace. |
231
|
| '(' is followed by whitespace. |
231
|
| ')' is preceded with whitespace. |
231
|
| ')' is preceded with whitespace. |
231
|
| '{' should be on the previous line. |
244
|
| '(' is followed by whitespace. |
261
|
| Parameter name should be final. |
261
|
| ')' is preceded with whitespace. |
261
|
| '{' should be on the previous line. |
262
|
| '{' should be on the previous line. |
276
|
| 'if' is not followed by whitespace. |
278
|
| '(' is followed by whitespace. |
278
|
| ')' is preceded with whitespace. |
278
|
| '{' should be on the previous line. |
279
|
| '}' should be on the same line. |
281
|
| '{' should be on the previous line. |
283
|
| Line is longer than 80 characters. |
284
|
| '(' is followed by whitespace. |
285
|
| ')' is preceded with whitespace. |
285
|
| '{' should be on the previous line. |
302
|
| 'if' is not followed by whitespace. |
304
|
| '(' is followed by whitespace. |
304
|
| ')' is preceded with whitespace. |
304
|
| '{' should be on the previous line. |
305
|
| '}' should be on the same line. |
307
|
| '{' should be on the previous line. |
309
|
| Line is longer than 80 characters. |
310
|
| '(' is followed by whitespace. |
311
|
| ')' is preceded with whitespace. |
311
|
| Method 'addInstrument' is not designed for extension - needs to be abstract, final or empty. |
326
|
| '(' is followed by whitespace. |
326
|
| Parameter instrument should be final. |
326
|
| ')' is preceded with whitespace. |
326
|
| '{' should be on the previous line. |
327
|
| 'if' is not followed by whitespace. |
328
|
| '(' is followed by whitespace. |
328
|
| ')' is preceded with whitespace. |
328
|
| '{' should be on the previous line. |
329
|
| Line is longer than 80 characters. |
330
|
| '(' is followed by whitespace. |
330
|
| ')' is preceded with whitespace. |
331
|
| '(' is followed by whitespace. |
333
|
| ')' is preceded with whitespace. |
333
|
| Method 'addChildInstrumentable' is not designed for extension - needs to be abstract, final or empty. |
346
|
| '(' is followed by whitespace. |
346
|
| Parameter child should be final. |
346
|
| ')' is preceded with whitespace. |
346
|
| '{' should be on the previous line. |
347
|
| 'if' is not followed by whitespace. |
348
|
| '(' is followed by whitespace. |
348
|
| ')' is preceded with whitespace. |
348
|
| '{' should be on the previous line. |
349
|
| Line is longer than 80 characters. |
350
|
| '(' is followed by whitespace. |
350
|
| ')' is preceded with whitespace. |
351
|
| '(' is followed by whitespace. |
353
|
| ')' is preceded with whitespace. |
353
|
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. |
361
|
| '{' should be on the previous line. |
362
|
| Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. |
371
|
| '{' should be on the previous line. |
372
|
org/apache/avalon/excalibur/component/servlet/ComponentManagerReferenceProxy.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. |
23
|
| '{' should be on the previous line. |
36
|
| Missing a Javadoc comment. |
37
|
| Name 'm_componentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
37
|
| Line has trailing spaces. |
38
|
| '(' is followed by whitespace. |
49
|
| Parameter componentManager should be final. |
49
|
| Parameter latch should be final. |
50
|
| Parameter name should be final. |
51
|
| ')' is preceded with whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| Line has trailing spaces. |
56
|
| '(' is followed by whitespace. |
81
|
| Parameter role should be final. |
81
|
| ')' is preceded with whitespace. |
81
|
| '{' should be on the previous line. |
83
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '(' is followed by whitespace. |
93
|
| Parameter role should be final. |
93
|
| ')' is preceded with whitespace. |
93
|
| '{' should be on the previous line. |
94
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| Line is longer than 80 characters. |
100
|
| '(' is followed by whitespace. |
107
|
| Parameter component should be final. |
107
|
| ')' is preceded with whitespace. |
107
|
| '{' should be on the previous line. |
108
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
org/apache/avalon/excalibur/component/servlet/ExcaliburComponentManagerServlet.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 is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
49
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
56
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
69
|
| Line is longer than 80 characters. |
76
|
| Line is longer than 80 characters. |
93
|
| Line is longer than 80 characters. |
95
|
| Line is longer than 80 characters. |
107
|
| Line is longer than 80 characters. |
111
|
| Line is longer than 80 characters. |
115
|
| Line is longer than 80 characters. |
119
|
| Line is longer than 80 characters. |
125
|
| Line is longer than 80 characters. |
126
|
| Line is longer than 80 characters. |
127
|
| Line is longer than 80 characters. |
128
|
| Line is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
138
|
| '{' should be on the previous line. |
148
|
| Missing a Javadoc comment. |
149
|
| Name 'm_componentManagerCreator' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
149
|
| Name 'm_latch' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
152
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
171
|
| '(' is followed by whitespace. |
171
|
| Parameter servletConfig should be final. |
171
|
| ')' is preceded with whitespace. |
171
|
| '{' should be on the previous line. |
172
|
| '(' is followed by whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| '{' should be on the previous line. |
183
|
| '(' is followed by whitespace. |
185
|
| ')' is preceded with whitespace. |
185
|
| '(' is followed by whitespace. |
187
|
| ')' is preceded with whitespace. |
187
|
| '(' is followed by whitespace. |
189
|
| ')' is preceded with whitespace. |
189
|
| '(' is followed by whitespace. |
191
|
| ')' is preceded with whitespace. |
191
|
| '{' should be on the previous line. |
195
|
| Line is longer than 80 characters. |
196
|
| ')' is preceded with whitespace. |
201
|
| '}' should be on the same line. |
202
|
| 'catch' is not followed by whitespace. |
203
|
| '(' is followed by whitespace. |
203
|
| ')' is preceded with whitespace. |
203
|
| '{' should be on the previous line. |
204
|
| '(' is followed by whitespace. |
207
|
| ')' is preceded with whitespace. |
207
|
| '}' should be on the same line. |
209
|
| '{' should be on the previous line. |
211
|
| '{' should be on the previous line. |
214
|
| 'if' is not followed by whitespace. |
215
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| '{' should be on the previous line. |
216
|
| 'if' is not followed by whitespace. |
219
|
| '(' is followed by whitespace. |
219
|
| ')' is preceded with whitespace. |
219
|
| '{' should be on the previous line. |
220
|
| 'if' is not followed by whitespace. |
223
|
| '(' is followed by whitespace. |
223
|
| ')' is preceded with whitespace. |
223
|
| '{' should be on the previous line. |
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
|
| '}' should be on the same line. |
231
|
| 'catch' is not followed by whitespace. |
232
|
| '(' is followed by whitespace. |
232
|
| ')' is preceded with whitespace. |
232
|
| '{' should be on the previous line. |
233
|
| Line is longer than 80 characters. |
234
|
| '(' is followed by whitespace. |
234
|
| ')' is preceded with whitespace. |
234
|
| Line is longer than 80 characters. |
238
|
| Line is longer than 80 characters. |
240
|
| Line is longer than 80 characters. |
241
|
| Line is longer than 80 characters. |
242
|
| Line is longer than 80 characters. |
243
|
| Line is longer than 80 characters. |
244
|
| '(' is followed by whitespace. |
247
|
| ')' is preceded with whitespace. |
247
|
| Line is longer than 80 characters. |
248
|
| '(' is followed by whitespace. |
248
|
| '(' is followed by whitespace. |
248
|
| ')' is preceded with whitespace. |
248
|
| ')' is preceded with whitespace. |
248
|
| ')' is preceded with whitespace. |
252
|
| ')' is preceded with whitespace. |
254
|
| Line is longer than 80 characters. |
256
|
| ')' is preceded with whitespace. |
256
|
| Line is longer than 80 characters. |
258
|
| ')' is preceded with whitespace. |
258
|
| Line is longer than 80 characters. |
260
|
| Line is longer than 80 characters. |
262
|
| '(' is followed by whitespace. |
262
|
| ')' is preceded with whitespace. |
262
|
| Line is longer than 80 characters. |
263
|
| '(' is followed by whitespace. |
263
|
| ')' is preceded with whitespace. |
263
|
| Line is longer than 80 characters. |
264
|
| '(' is followed by whitespace. |
264
|
| ')' is preceded with whitespace. |
264
|
| Line is longer than 80 characters. |
265
|
| '(' is followed by whitespace. |
265
|
| ')' is preceded with whitespace. |
265
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
273
|
| '{' should be on the previous line. |
274
|
| Line is longer than 80 characters. |
275
|
| '(' is followed by whitespace. |
280
|
| ')' is preceded with whitespace. |
280
|
| '(' is followed by whitespace. |
281
|
| ')' is preceded with whitespace. |
281
|
| '(' is followed by whitespace. |
282
|
| ')' is preceded with whitespace. |
282
|
| '(' is followed by whitespace. |
283
|
| ')' is preceded with whitespace. |
283
|
| Line is longer than 80 characters. |
288
|
| Unused @param tag for 'req'. |
294
|
| Unused @param tag for 'res'. |
295
|
| Line is longer than 80 characters. |
299
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
299
|
| '(' is followed by whitespace. |
299
|
| Parameter servletRequest should be final. |
299
|
| Expected @param tag for 'servletRequest'. |
299
|
| Parameter servletResponse should be final. |
299
|
| Expected @param tag for 'servletResponse'. |
299
|
| ')' is preceded with whitespace. |
299
|
| '{' should be on the previous line. |
301
|
| Line is longer than 80 characters. |
302
|
| '(' is followed by whitespace. |
302
|
| ')' is preceded with whitespace. |
302
|
| Line is longer than 80 characters. |
314
|
| '(' is followed by whitespace. |
321
|
| Parameter servletConfig should be final. |
321
|
| Parameter resourceName should be final. |
322
|
| Parameter required should be final. |
323
|
| ')' is preceded with whitespace. |
323
|
| '{' should be on the previous line. |
325
|
| '(' is followed by whitespace. |
327
|
| ')' is preceded with whitespace. |
327
|
| 'if' is not followed by whitespace. |
329
|
| '(' is followed by whitespace. |
329
|
| ')' is preceded with whitespace. |
329
|
| '{' should be on the previous line. |
330
|
| 'if' is not followed by whitespace. |
331
|
| '(' is followed by whitespace. |
331
|
| ')' is preceded with whitespace. |
331
|
| '{' should be on the previous line. |
332
|
| '(' is followed by whitespace. |
333
|
| Line is longer than 80 characters. |
334
|
| ')' is preceded with whitespace. |
334
|
| '}' should be on the same line. |
335
|
| '{' should be on the previous line. |
337
|
| '(' is followed by whitespace. |
344
|
| ')' is preceded with whitespace. |
344
|
| '(' is followed by whitespace. |
346
|
| ')' is preceded with whitespace. |
346
|
| 'if' is not followed by whitespace. |
348
|
| '(' is followed by whitespace. |
348
|
| ')' is preceded with whitespace. |
348
|
| '{' should be on the previous line. |
349
|
| Line is longer than 80 characters. |
350
|
| '(' is followed by whitespace. |
350
|
| ')' is preceded with whitespace. |
350
|
| Missing a Javadoc comment. |
359
|
| '{' should be on the previous line. |
361
|
| Missing a Javadoc comment. |
362
|
| Name 'm_componentManagerCreator' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
362
|
| Variable 'm_componentManagerCreator' must be private and have accessor methods. |
362
|
| Unused @param tag for 'ecmc'. |
370
|
| '(' is followed by whitespace. |
373
|
| Parameter componentManagerCreator should be final. |
373
|
| Expected @param tag for 'componentManagerCreator'. |
373
|
| ')' is preceded with whitespace. |
373
|
| '{' should be on the previous line. |
374
|
| Expected @throws tag for 'Exception'. |
385
|
| '{' should be on the previous line. |
386
|
| Line is longer than 80 characters. |
387
|
| '(' is followed by whitespace. |
388
|
| ')' is preceded with whitespace. |
388
|
| Line is longer than 80 characters. |
389
|
org/apache/avalon/excalibur/component/servlet/InstrumentManagerReferenceProxy.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. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_instrumentManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| '(' is followed by whitespace. |
47
|
| Parameter instrumentManager should be final. |
47
|
| Parameter latch should be final. |
48
|
| Parameter name should be final. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| Line is longer than 80 characters. |
64
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
69
|
| '(' is followed by whitespace. |
69
|
| Parameter instrumentable should be final. |
69
|
| Parameter instrumentableName should be final. |
69
|
| ')' is preceded with whitespace. |
69
|
| '{' should be on the previous line. |
71
|
| Line is longer than 80 characters. |
72
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
org/apache/avalon/excalibur/component/servlet/LoggerManagerReferenceProxy.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. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_loggerManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Unused @param tag for 'componentManager'. |
43
|
| '(' is followed by whitespace. |
47
|
| Parameter loggerManager should be final. |
47
|
| Expected @param tag for 'loggerManager'. |
47
|
| Parameter latch should be final. |
48
|
| Parameter name should be final. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| Expected an @return tag. |
61
|
| '(' is followed by whitespace. |
61
|
| Parameter categoryName should be final. |
61
|
| Expected @param tag for 'categoryName'. |
61
|
| ')' is preceded with whitespace. |
61
|
| '{' should be on the previous line. |
62
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| Expected an @return tag. |
70
|
| '{' should be on the previous line. |
71
|
org/apache/avalon/excalibur/component/servlet/ReferenceProxy.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. |
40
|
org/apache/avalon/excalibur/component/servlet/ServiceManagerReferenceProxy.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. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| '(' is followed by whitespace. |
47
|
| Parameter serviceManager should be final. |
47
|
| Parameter latch should be final. |
48
|
| Parameter name should be final. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| '(' is followed by whitespace. |
79
|
| Parameter role should be final. |
79
|
| ')' is preceded with whitespace. |
79
|
| '{' should be on the previous line. |
81
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '(' is followed by whitespace. |
91
|
| Parameter role should be final. |
91
|
| ')' is preceded with whitespace. |
91
|
| '{' should be on the previous line. |
92
|
| '(' is followed by whitespace. |
93
|
| ')' is preceded with whitespace. |
93
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
100
|
| Unused @param tag for 'object'. |
103
|
| '(' is followed by whitespace. |
105
|
| Parameter service should be final. |
105
|
| Expected @param tag for 'service'. |
105
|
| ')' is preceded with whitespace. |
105
|
| '{' should be on the previous line. |
106
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|