Checkstyle Results
The following document contains the results of
Checkstyle.
Summary
Files | Infos | Warnings | Errors |
40 | 0 | 0 | 1099 |
Files
org/codehaus/ivory/AxisService.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
8
|
| '{' should be on the previous line. |
13
|
| Missing a Javadoc comment. |
14
|
| Redundant 'static' modifier. |
14
|
| Line has trailing spaces. |
15
|
| First sentence should end with a period. |
16
|
| Redundant 'static' modifier. |
17
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
25
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
32
|
| Redundant 'public' modifier. |
32
|
| '(' is followed by whitespace. |
32
|
| Expected @param tag for 'serviceName'. |
32
|
| Expected @param tag for 'className'. |
32
|
| ')' is preceded with whitespace. |
32
|
| Expected @throws tag for 'AxisFault'. |
33
|
| Expected @throws tag for 'ClassNotFoundException'. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line has trailing spaces. |
38
|
| Line contains a tab character. |
42
|
| Redundant 'public' modifier. |
42
|
| '(' is followed by whitespace. |
42
|
| Expected @param tag for 'serviceName'. |
42
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| Expected @param tag for 'methodNames'. |
43
|
| Line contains a tab character. |
44
|
| Expected @param tag for 'className'. |
44
|
| ')' is preceded with whitespace. |
44
|
| Expected @throws tag for 'AxisFault'. |
45
|
| Expected @throws tag for 'ClassNotFoundException'. |
45
|
| Line has trailing spaces. |
46
|
| Line has trailing spaces. |
50
|
| Redundant 'public' modifier. |
53
|
| '(' is followed by whitespace. |
53
|
| Expected @param tag for 'serviceName'. |
53
|
| Expected @param tag for 'role'. |
53
|
| ')' is preceded with whitespace. |
53
|
| Expected @throws tag for 'AxisFault'. |
54
|
| Expected @throws tag for 'ClassNotFoundException'. |
54
|
| Line has trailing spaces. |
55
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
60
|
| Redundant 'public' modifier. |
64
|
| '(' is followed by whitespace. |
64
|
| Expected @param tag for 'serviceName'. |
64
|
| Line has trailing spaces. |
65
|
| Expected @param tag for 'methodNames'. |
65
|
| Expected @param tag for 'role'. |
66
|
| ')' is preceded with whitespace. |
66
|
| Expected @throws tag for 'AxisFault'. |
67
|
| Expected @throws tag for 'ClassNotFoundException'. |
67
|
org/codehaus/ivory/DefaultAxisService.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
48
|
| Line is longer than 80 characters. |
50
|
| Line has trailing spaces. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
58
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
60
|
| Missing a Javadoc comment. |
60
|
| Line contains a tab character. |
61
|
| Line has trailing spaces. |
62
|
| Missing a Javadoc comment. |
63
|
| Line has trailing spaces. |
64
|
| Missing a Javadoc comment. |
65
|
| Line has trailing spaces. |
66
|
| Missing a Javadoc comment. |
67
|
| Line has trailing spaces. |
68
|
| Missing a Javadoc comment. |
69
|
| Missing a Javadoc comment. |
71
|
| Line has trailing spaces. |
72
|
| Line is longer than 80 characters. |
76
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
78
|
| '(' is followed by whitespace. |
78
|
| Parameter configuration should be final. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
80
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| Line has trailing spaces. |
82
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| Line has trailing spaces. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Line contains a tab character. |
91
|
| '{' should be on the previous line. |
91
|
| Line contains a tab character. |
92
|
| Line has trailing spaces. |
94
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| '(' is followed by whitespace. |
96
|
| ')' is preceded with whitespace. |
96
|
| Line has trailing spaces. |
97
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
101
|
| '{' should be on the previous line. |
106
|
| Method 'initializeServices' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Parameter services should be final. |
118
|
| 'services' hides a field. |
118
|
| Expected @param tag for 'services'. |
118
|
| Expected @throws tag for 'Exception'. |
119
|
| '{' should be on the previous line. |
120
|
| '(' is followed by whitespace. |
121
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| Line has trailing spaces. |
122
|
| Line has trailing spaces. |
123
|
| '(' is followed by whitespace. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| Method 'initializeClassServices' is not designed for extension - needs to be abstract, final or empty. |
129
|
| '(' is followed by whitespace. |
129
|
| Parameter services should be final. |
129
|
| 'services' hides a field. |
129
|
| Expected @param tag for 'services'. |
129
|
| ')' is preceded with whitespace. |
129
|
| Expected @throws tag for 'Exception'. |
130
|
| '{' should be on the previous line. |
131
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| '{' should be on the previous line. |
133
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
136
|
| Line has trailing spaces. |
137
|
| Method 'initializeAvalonServices' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Parameter services should be final. |
143
|
| 'services' hides a field. |
143
|
| Expected @param tag for 'services'. |
143
|
| ')' is preceded with whitespace. |
143
|
| Expected @throws tag for 'Exception'. |
144
|
| '{' should be on the previous line. |
145
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| '{' should be on the previous line. |
147
|
| '(' is followed by whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| '(' is followed by whitespace. |
150
|
| ')' is preceded with whitespace. |
150
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Method 'initializeAxisServer' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Expected @throws tag for 'Exception'. |
158
|
| '{' should be on the previous line. |
159
|
| Line is longer than 80 characters. |
160
|
| Line contains a tab character. |
160
|
| Line is longer than 80 characters. |
161
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
167
|
| '(' is followed by whitespace. |
167
|
| ')' is preceded with whitespace. |
167
|
| Line contains a tab character. |
168
|
| '{' should be on the previous line. |
168
|
| Line contains a tab character. |
169
|
| '(' is followed by whitespace. |
169
|
| ')' is preceded with whitespace. |
169
|
| Line has trailing spaces. |
170
|
| Line contains a tab character. |
170
|
| Line is longer than 80 characters. |
171
|
| Line contains a tab character. |
171
|
| '(' is followed by whitespace. |
171
|
| ')' is preceded with whitespace. |
171
|
| Line has trailing spaces. |
172
|
| Line contains a tab character. |
172
|
| 'if' construct must use '{}'s. |
173
|
| Line contains a tab character. |
173
|
| '(' is followed by whitespace. |
173
|
| ')' is preceded with whitespace. |
173
|
| Line is longer than 80 characters. |
174
|
| Line contains a tab character. |
174
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| Line contains a tab character. |
176
|
| '(' is followed by whitespace. |
176
|
| ')' is preceded with whitespace. |
176
|
| Line contains a tab character. |
177
|
| '(' is followed by whitespace. |
177
|
| ')' is preceded with whitespace. |
177
|
| Line contains a tab character. |
178
|
| '}' should be on the same line. |
178
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| '{' should be on the previous line. |
180
|
| Line is longer than 80 characters. |
181
|
| Line contains a tab character. |
181
|
| '(' is followed by whitespace. |
181
|
| ')' is preceded with whitespace. |
181
|
| '{' should be on the previous line. |
184
|
| Line is longer than 80 characters. |
185
|
| '}' should be on the same line. |
186
|
| '{' should be on the previous line. |
188
|
| Line has trailing spaces. |
191
|
| Line is longer than 80 characters. |
192
|
| '(' is followed by whitespace. |
192
|
| ')' is preceded with whitespace. |
192
|
| Line is longer than 80 characters. |
193
|
| Line contains a tab character. |
193
|
| '(' is followed by whitespace. |
193
|
| ')' is preceded with whitespace. |
193
|
| Line contains a tab character. |
194
|
| '(' is followed by whitespace. |
201
|
| ')' is preceded with whitespace. |
201
|
| Line contains a tab character. |
203
|
| '(' is followed by whitespace. |
204
|
| ')' is preceded with whitespace. |
204
|
| '(' is followed by whitespace. |
205
|
| ')' is preceded with whitespace. |
206
|
| Line has trailing spaces. |
208
|
| Method 'start' is not designed for extension - needs to be abstract, final or empty. |
213
|
| '{' should be on the previous line. |
214
|
| Line contains a tab character. |
215
|
| '(' is followed by whitespace. |
215
|
| ')' is preceded with whitespace. |
215
|
| Line has trailing spaces. |
216
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
| Line has trailing spaces. |
221
|
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. |
226
|
| '{' should be on the previous line. |
227
|
| Line contains a tab character. |
228
|
| '(' is followed by whitespace. |
228
|
| ')' is preceded with whitespace. |
228
|
| Line has trailing spaces. |
229
|
| Line contains a tab character. |
229
|
| Line has trailing spaces. |
230
|
| Line contains a tab character. |
230
|
| Line has trailing spaces. |
232
|
| Method 'getAxisServer' is not designed for extension - needs to be abstract, final or empty. |
237
|
| '{' should be on the previous line. |
238
|
| Line has trailing spaces. |
241
|
| Line is longer than 80 characters. |
243
|
| Method 'exposeClass' is not designed for extension - needs to be abstract, final or empty. |
245
|
| '(' is followed by whitespace. |
245
|
| Parameter serviceName should be final. |
245
|
| Parameter classService should be final. |
245
|
| ')' is preceded with whitespace. |
245
|
| '{' should be on the previous line. |
247
|
| Line contains a tab character. |
248
|
| '(' is followed by whitespace. |
248
|
| ')' is preceded with whitespace. |
248
|
| Line has trailing spaces. |
250
|
| Line is longer than 80 characters. |
252
|
| Method 'exposeClass' is not designed for extension - needs to be abstract, final or empty. |
254
|
| '(' is followed by whitespace. |
254
|
| Parameter serviceName should be final. |
254
|
| Line has trailing spaces. |
255
|
| Line contains a tab character. |
255
|
| Parameter methodNames should be final. |
255
|
| Parameter className should be final. |
256
|
| ')' is preceded with whitespace. |
256
|
| '{' should be on the previous line. |
258
|
| Line contains a tab character. |
259
|
| '(' is followed by whitespace. |
259
|
| ')' is preceded with whitespace. |
259
|
| Line has trailing spaces. |
260
|
| '(' is followed by whitespace. |
261
|
| ')' is preceded with whitespace. |
262
|
| Line has trailing spaces. |
263
|
| Line has trailing spaces. |
264
|
| '(' is followed by whitespace. |
264
|
| '+' should be on a new line. |
264
|
| ')' is preceded with whitespace. |
265
|
| Line is longer than 80 characters. |
269
|
| Method 'exposeService' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Parameter serviceName should be final. |
271
|
| Parameter role should be final. |
271
|
| '{' should be on the previous line. |
273
|
| Line has trailing spaces. |
274
|
| '(' is followed by whitespace. |
274
|
| ')' is preceded with whitespace. |
274
|
| Line is longer than 80 characters. |
278
|
| Line has trailing spaces. |
280
|
| Method 'exposeService' is not designed for extension - needs to be abstract, final or empty. |
280
|
| Parameter serviceName should be final. |
280
|
| Line has trailing spaces. |
281
|
| Parameter methodNames should be final. |
281
|
| Parameter role should be final. |
282
|
| '{' should be on the previous line. |
284
|
| '(' is followed by whitespace. |
285
|
| ')' is preceded with whitespace. |
285
|
| Line has trailing spaces. |
286
|
| '(' is followed by whitespace. |
287
|
| ')' is preceded with whitespace. |
287
|
| Line has trailing spaces. |
288
|
| Line has trailing spaces. |
289
|
| '(' is followed by whitespace. |
289
|
| '+' should be on a new line. |
289
|
| ')' is preceded with whitespace. |
290
|
| Method 'initializeService' is not designed for extension - needs to be abstract, final or empty. |
296
|
| '(' is followed by whitespace. |
296
|
| Parameter service should be final. |
296
|
| Expected @param tag for 'service'. |
296
|
| Line has trailing spaces. |
297
|
| Parameter serviceName should be final. |
297
|
| Expected @param tag for 'serviceName'. |
297
|
| Line has trailing spaces. |
298
|
| Parameter methodNames should be final. |
298
|
| Expected @param tag for 'methodNames'. |
298
|
| Parameter className should be final. |
299
|
| Expected @param tag for 'className'. |
299
|
| ')' is preceded with whitespace. |
299
|
| Expected @throws tag for 'AxisFault'. |
300
|
| Expected @throws tag for 'ClassNotFoundException'. |
300
|
| '{' should be on the previous line. |
301
|
| '(' is followed by whitespace. |
302
|
| ')' is preceded with whitespace. |
302
|
| Line has trailing spaces. |
303
|
| '(' is followed by whitespace. |
305
|
| ')' is preceded with whitespace. |
305
|
| Line has trailing spaces. |
306
|
| Line has trailing spaces. |
308
|
| Line has trailing spaces. |
311
|
| Line has trailing spaces. |
315
|
| Line has trailing spaces. |
319
|
| Line has trailing spaces. |
322
|
| Line has trailing spaces. |
325
|
| '(' is followed by whitespace. |
330
|
| ')' is preceded with whitespace. |
330
|
| '(' is followed by whitespace. |
331
|
| ')' is preceded with whitespace. |
331
|
| '(' is followed by whitespace. |
332
|
| Line has trailing spaces. |
333
|
| '(' is followed by whitespace. |
333
|
| ')' is preceded with whitespace. |
334
|
| Line has trailing spaces. |
335
|
| '(' is followed by whitespace. |
337
|
| '{' should be on the previous line. |
338
|
| '(' is followed by whitespace. |
339
|
| ')' is preceded with whitespace. |
339
|
| '}' should be on the same line. |
340
|
| '{' should be on the previous line. |
342
|
| Line has trailing spaces. |
343
|
| Line is longer than 80 characters. |
343
|
| '(' is followed by whitespace. |
343
|
| ')' is preceded with whitespace. |
343
|
| Line has trailing spaces. |
345
|
| Line has trailing spaces. |
351
|
| Line contains a tab character. |
351
|
| Line has trailing spaces. |
353
|
| Line has trailing spaces. |
354
|
| Line has trailing spaces. |
357
|
| '(' is followed by whitespace. |
359
|
| ')' is preceded with whitespace. |
359
|
| Line is longer than 80 characters. |
363
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
365
|
| Parameter manager should be final. |
365
|
| 'manager' hides a field. |
365
|
| '{' should be on the previous line. |
366
|
| Line has trailing spaces. |
369
|
| Missing a Javadoc comment. |
370
|
| '{' should be on the previous line. |
371
|
| Line contains a tab character. |
375
|
| Line is longer than 80 characters. |
376
|
| Line contains a tab character. |
376
|
| Line contains a tab character. |
377
|
| Line contains a tab character. |
378
|
| Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
378
|
| Parameter context should be final. |
378
|
| 'context' hides a field. |
378
|
| Line contains a tab character. |
379
|
| '{' should be on the previous line. |
379
|
| Line contains a tab character. |
380
|
| Line contains a tab character. |
381
|
org/codehaus/ivory/IvoryServiceDesc.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
17
|
| '{' should be on the previous line. |
23
|
| Missing a Javadoc comment. |
24
|
| Line has trailing spaces. |
25
|
| Method 'loadMetaData' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Line has trailing spaces. |
31
|
| '{' should be on the previous line. |
31
|
| '(' is followed by whitespace. |
32
|
| ';' is followed by whitespace. |
32
|
| '{' should be on the previous line. |
33
|
| '(' is followed by whitespace. |
34
|
| ')' is preceded with whitespace. |
34
|
| Line has trailing spaces. |
35
|
| '(' is followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
36
|
| Line has trailing spaces. |
37
|
| '(' is followed by whitespace. |
38
|
| '(' is followed by whitespace. |
38
|
| ')' is preceded with whitespace. |
38
|
| '||' should be on a new line. |
38
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| Line has trailing spaces. |
49
|
| Expected an @return tag. |
53
|
| Method 'hideOperation' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter operation should be final. |
53
|
| Expected @param tag for 'operation'. |
53
|
| '{' should be on the previous line. |
54
|
| Line has trailing spaces. |
56
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| Method 'customizeOperation' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| '(' is followed by whitespace. |
60
|
| Parameter operation should be final. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
61
|
| Line is longer than 80 characters. |
62
|
| 'for' is not followed by whitespace. |
62
|
| '(' is followed by whitespace. |
62
|
| ';' is followed by whitespace. |
62
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
66
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| Line has trailing spaces. |
68
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line has trailing spaces. |
72
|
| Method 'customizeParameter' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| '(' is followed by whitespace. |
72
|
| Parameter operation should be final. |
72
|
| Parameter parameter should be final. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| Line has trailing spaces. |
76
|
| Line has trailing spaces. |
78
|
| '(' is followed by whitespace. |
79
|
| '&&' should be on a new line. |
79
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| Line has trailing spaces. |
83
|
| '(' is followed by whitespace. |
84
|
| ';' is followed by whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| Line has trailing spaces. |
89
|
| Line is longer than 80 characters. |
89
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| '}' should be on the same line. |
92
|
| Line is longer than 80 characters. |
93
|
| '(' is followed by whitespace. |
93
|
| ')' is preceded with whitespace. |
93
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| Line is longer than 80 characters. |
98
|
| Line has trailing spaces. |
99
|
| '(' is followed by whitespace. |
100
|
| ';' is followed by whitespace. |
100
|
| '{' should be on the previous line. |
101
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| Line has trailing spaces. |
105
|
| Line is longer than 80 characters. |
105
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| Line is longer than 80 characters. |
115
|
| Parameter parameter should be final. |
115
|
| Expected @param tag for 'parameter'. |
115
|
| Parameter type should be final. |
115
|
| Expected @param tag for 'type'. |
115
|
| Line has trailing spaces. |
116
|
| '(' is followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| Line has trailing spaces. |
120
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| Method 'isValidOperation' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| '(' is followed by whitespace. |
124
|
| Parameter operation should be final. |
124
|
| ')' is preceded with whitespace. |
124
|
| '{' should be on the previous line. |
125
|
| Line is longer than 80 characters. |
126
|
| 'for' is not followed by whitespace. |
126
|
| '(' is followed by whitespace. |
126
|
| ';' is followed by whitespace. |
126
|
| Line has trailing spaces. |
129
|
| 'if' construct must use '{}'s. |
130
|
| '(' is followed by whitespace. |
130
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| Line has trailing spaces. |
131
|
| Line has trailing spaces. |
133
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| Line has trailing spaces. |
140
|
| Expected an @return tag. |
144
|
| Method 'isValidParameter' is not designed for extension - needs to be abstract, final or empty. |
144
|
| '(' is followed by whitespace. |
144
|
| Parameter parameter should be final. |
144
|
| Expected @param tag for 'parameter'. |
144
|
| ')' is preceded with whitespace. |
144
|
| '{' should be on the previous line. |
145
|
| '(' is followed by whitespace. |
146
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| '{' should be on the previous line. |
148
|
| Line has trailing spaces. |
151
|
org/codehaus/ivory/attributes/NonWebMethod.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
3
|
| Line has trailing spaces. |
5
|
| '{' should be on the previous line. |
10
|
org/codehaus/ivory/attributes/ParameterType.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
6
|
| '{' should be on the previous line. |
11
|
| Missing a Javadoc comment. |
12
|
| Line has trailing spaces. |
13
|
| Missing a Javadoc comment. |
14
|
| '(' is followed by whitespace. |
14
|
| Parameter clazz should be final. |
14
|
| 'clazz' hides a field. |
14
|
| ')' is preceded with whitespace. |
14
|
| '{' should be on the previous line. |
15
|
| Line has trailing spaces. |
18
|
| Method 'getParameterType' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| '{' should be on the previous line. |
20
|
org/codehaus/ivory/attributes/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/ivory/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/ivory/plexus/PlexusAdminServlet.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
17
|
| Line has trailing spaces. |
21
|
| '{' should be on the previous line. |
23
|
| Line contains a tab character. |
24
|
| Missing a Javadoc comment. |
24
|
| Variable 'manager' must be private and have accessor methods. |
24
|
| Line has trailing spaces. |
25
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Missing a Javadoc comment. |
26
|
| Variable 'axisService' must be private and have accessor methods. |
26
|
| Line has trailing spaces. |
27
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
28
|
| '{' should be on the previous line. |
29
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
34
|
| Method 'getEngine' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Expected @throws tag for 'AxisFault'. |
38
|
| '{' should be on the previous line. |
39
|
| Line has trailing spaces. |
41
|
| '{' should be on the previous line. |
43
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| '}' should be on the same line. |
45
|
| '{' should be on the previous line. |
47
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| Line has trailing spaces. |
50
|
| Line has trailing spaces. |
53
|
| Line has trailing spaces. |
57
|
| Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. |
60
|
| '{' should be on the previous line. |
61
|
| Line has trailing spaces. |
64
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| '{' should be on the previous line. |
66
|
| Line contains a tab character. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| 'if' construct must use '{}'s. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line contains a tab character. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| Line has trailing spaces. |
72
|
| Method 'getOption' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter context should be final. |
73
|
| Line contains a tab character. |
74
|
| Parameter param should be final. |
74
|
| Line contains a tab character. |
75
|
| Parameter dephault should be final. |
75
|
| Line contains a tab character. |
76
|
| '{' should be on the previous line. |
76
|
| Line contains a tab character. |
77
|
| 'if' construct must use '{}'s. |
79
|
| Line contains a tab character. |
79
|
| 'if' construct must use '{}'s. |
81
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| '{' should be on the previous line. |
83
|
| Line contains a tab character. |
84
|
| 'if' construct must use '{}'s. |
85
|
| Line is longer than 80 characters. |
85
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| '}' should be on the same line. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| '{' should be on the previous line. |
89
|
| Must have at least one statement. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
92
|
| Avoid inline conditionals. |
92
|
| Line contains a tab character. |
93
|
org/codehaus/ivory/plexus/PlexusAxisServlet.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
20
|
| '{' should be on the previous line. |
22
|
| Line contains a tab character. |
23
|
| Missing a Javadoc comment. |
23
|
| Variable 'manager' must be private and have accessor methods. |
23
|
| Line has trailing spaces. |
24
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Missing a Javadoc comment. |
25
|
| Variable 'axisService' must be private and have accessor methods. |
25
|
| Line has trailing spaces. |
26
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
27
|
| Line contains a tab character. |
28
|
| '{' should be on the previous line. |
28
|
| Line contains a tab character. |
29
|
| Line has trailing spaces. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line has trailing spaces. |
33
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Method 'getEngine' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Expected @throws tag for 'AxisFault'. |
37
|
| Line contains a tab character. |
38
|
| '{' should be on the previous line. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| '{' should be on the previous line. |
42
|
| Line is longer than 80 characters. |
43
|
| Line contains a tab character. |
43
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| Line contains a tab character. |
44
|
| '}' should be on the same line. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| '{' should be on the previous line. |
46
|
| Line is longer than 80 characters. |
47
|
| Line contains a tab character. |
47
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| Line contains a tab character. |
48
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. |
59
|
| '{' should be on the previous line. |
60
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
64
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Line contains a tab character. |
65
|
| '{' should be on the previous line. |
65
|
| Line contains a tab character. |
66
|
| Line has trailing spaces. |
67
|
| Line contains a tab character. |
67
|
| 'if' construct must use '{}'s. |
68
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
82
|
| Line has trailing spaces. |
87
|
| Line has trailing spaces. |
96
|
| Line has trailing spaces. |
106
|
| Line has trailing spaces. |
117
|
| Line has trailing spaces. |
118
|
| Line has trailing spaces. |
132
|
| Expected an @return tag. |
133
|
| Method 'getOption' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Parameter context should be final. |
133
|
| Expected @param tag for 'context'. |
133
|
| Parameter param should be final. |
134
|
| Expected @param tag for 'param'. |
134
|
| Parameter dephault should be final. |
135
|
| Expected @param tag for 'dephault'. |
135
|
| '{' should be on the previous line. |
136
|
| 'if' construct must use '{}'s. |
139
|
| 'if' construct must use '{}'s. |
141
|
| '{' should be on the previous line. |
143
|
| 'if' construct must use '{}'s. |
145
|
| '}' should be on the same line. |
147
|
| '{' should be on the previous line. |
149
|
| Must have at least one statement. |
149
|
| Avoid inline conditionals. |
152
|
org/codehaus/ivory/plexus/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/ivory/provider/AvalonProvider.java
Error | Line |
| Line does not match expected header line of ' $Id: LICENSE.txt,v 1.1 2003/07/02 21:29:30 dandiep Exp $'. |
2
|
| Line is longer than 80 characters. |
124
|
| '{' should be on the previous line. |
128
|
| Line has trailing spaces. |
145
|
| Line is longer than 80 characters. |
147
|
| Method 'makeNewServiceObject' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Parameter msgContext should be final. |
152
|
| Parameter role should be final. |
153
|
| '{' should be on the previous line. |
155
|
| '(' is followed by whitespace. |
160
|
| ')' is preceded with whitespace. |
160
|
| 'if' construct must use '{}'s. |
162
|
| '{' should be on the previous line. |
179
|
| First sentence should end with a period. |
199
|
| Line has trailing spaces. |
201
|
| Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Parameter role should be final. |
209
|
| Parameter service should be final. |
210
|
| Parameter msgContext should be final. |
211
|
| '{' should be on the previous line. |
213
|
| Line has trailing spaces. |
220
|
| Line has trailing spaces. |
222
|
| '{' should be on the previous line. |
224
|
| Line has trailing spaces. |
227
|
| '{' should be on the previous line. |
229
|
| '(' is followed by whitespace. |
230
|
| ')' is preceded with whitespace. |
230
|
| '}' should be on the same line. |
231
|
| '{' should be on the previous line. |
233
|
| '(' is followed by whitespace. |
234
|
| ')' is preceded with whitespace. |
234
|
| Line has trailing spaces. |
253
|
| '{' should be on the previous line. |
271
|
| Missing a Javadoc comment. |
273
|
| Name 'SL_DESTROY' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
273
|
| Missing a Javadoc comment. |
274
|
| Name 'SL_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
274
|
| Missing a Javadoc comment. |
277
|
| Name 'm_object' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
277
|
| Missing a Javadoc comment. |
278
|
| Name 'm_manager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
278
|
| First sentence should end with a period. |
280
|
| Unused @param tag for 'log'. |
285
|
| '{' should be on the previous line. |
288
|
| Line is longer than 80 characters. |
304
|
| Parameter proxy should be final. |
310
|
| Parameter method should be final. |
310
|
| Parameter args should be final. |
310
|
| '{' should be on the previous line. |
312
|
| '{' should be on the previous line. |
314
|
| '{' should be on the previous line. |
317
|
| '{' should be on the previous line. |
319
|
| '}' should be on the same line. |
324
|
| '{' should be on the previous line. |
326
|
| '}' should be on the same line. |
329
|
| '(' is followed by whitespace. |
330
|
| ')' is preceded with whitespace. |
330
|
| '{' should be on the previous line. |
331
|
org/codehaus/ivory/provider/IvoryAvalonProvider.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
16
|
| '{' should be on the previous line. |
22
|
| Line has trailing spaces. |
39
|
| Line is longer than 80 characters. |
41
|
| Method 'makeNewServiceObject' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Parameter msgContext should be final. |
46
|
| Parameter role should be final. |
47
|
| '{' should be on the previous line. |
49
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| 'if' construct must use '{}'s. |
56
|
| '{' should be on the previous line. |
73
|
| First sentence should end with a period. |
93
|
| Line has trailing spaces. |
95
|
| Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter role should be final. |
103
|
| Parameter service should be final. |
104
|
| Parameter msgContext should be final. |
105
|
| '{' should be on the previous line. |
107
|
| Line has trailing spaces. |
116
|
| '{' should be on the previous line. |
118
|
| Line has trailing spaces. |
121
|
| '{' should be on the previous line. |
123
|
| '(' is followed by whitespace. |
124
|
| ')' is preceded with whitespace. |
124
|
| '}' should be on the same line. |
125
|
| '{' should be on the previous line. |
127
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| Line has trailing spaces. |
147
|
| '{' should be on the previous line. |
165
|
| Missing a Javadoc comment. |
167
|
| Name 'SL_DESTROY' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
167
|
| Missing a Javadoc comment. |
168
|
| Name 'SL_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
168
|
| Missing a Javadoc comment. |
171
|
| Name 'm_object' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
171
|
| Missing a Javadoc comment. |
172
|
| Name 'm_manager' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
172
|
| First sentence should end with a period. |
174
|
| Unused @param tag for 'log'. |
179
|
| '{' should be on the previous line. |
182
|
| Line is longer than 80 characters. |
198
|
| Parameter proxy should be final. |
204
|
| Parameter method should be final. |
204
|
| Parameter args should be final. |
204
|
| '{' should be on the previous line. |
206
|
| '{' should be on the previous line. |
208
|
| '{' should be on the previous line. |
211
|
| '{' should be on the previous line. |
213
|
| Line has trailing spaces. |
216
|
| '}' should be on the same line. |
218
|
| '{' should be on the previous line. |
220
|
| '}' should be on the same line. |
223
|
| '(' is followed by whitespace. |
224
|
| ')' is preceded with whitespace. |
224
|
| '{' should be on the previous line. |
225
|
org/codehaus/ivory/provider/IvoryProvider.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
18
|
| '{' should be on the previous line. |
18
|
| Method 'initServiceDesc' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| Parameter service should be final. |
19
|
| Parameter msgContext should be final. |
19
|
| '{' should be on the previous line. |
21
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
| Line has trailing spaces. |
24
|
| '(' is followed by whitespace. |
26
|
| ')' is preceded with whitespace. |
26
|
| Line has trailing spaces. |
27
|
| Line has trailing spaces. |
28
|
org/codehaus/ivory/provider/WSDDJavaAvalonProvider.java
Error | Line |
| File does not end with a newline. |
0
|
org/codehaus/ivory/provider/WSDDJavaAvalonProvider.java
Error | Line |
| Line does not match expected header line of ' $Id: LICENSE.txt,v 1.1 2003/07/02 21:29:30 dandiep Exp $'. |
2
|
| Line is longer than 80 characters. |
67
|
| '{' should be on the previous line. |
70
|
| Line is longer than 80 characters. |
79
|
| Method 'newProviderInstance' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter service should be final. |
79
|
| Parameter registry should be final. |
79
|
| '{' should be on the previous line. |
81
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
89
|
| '{' should be on the previous line. |
90
|
org/codehaus/ivory/provider/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/ivory/serialize/MetaBeanUtils.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
23
|
| '{' should be on the previous line. |
28
|
| Missing a Javadoc comment. |
30
|
| Name 'noArgs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
30
|
| Missing a Javadoc comment. |
32
|
| Variable 'log' must be private and have accessor methods. |
32
|
| Parameter javaType should be final. |
39
|
| Expected @param tag for 'javaType'. |
39
|
| '{' should be on the previous line. |
40
|
| Parameter javaType should be final. |
51
|
| Expected @param tag for 'javaType'. |
51
|
| Parameter typeDesc should be final. |
52
|
| Expected @param tag for 'typeDesc'. |
52
|
| '{' should be on the previous line. |
53
|
| '{' should be on the previous line. |
56
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| '}' should be on the same line. |
62
|
| '{' should be on the previous line. |
64
|
| Line is longer than 80 characters. |
71
|
| Missing a Javadoc comment. |
71
|
| '{' should be on the previous line. |
78
|
| Line is longer than 80 characters. |
80
|
| '{' should be on the previous line. |
82
|
| '{' should be on the previous line. |
85
|
| '}' should be on the same line. |
91
|
| Line is longer than 80 characters. |
92
|
| '}' should be on the same line. |
99
|
| '{' should be on the previous line. |
101
|
| Line is longer than 80 characters. |
108
|
| '}' should be on the same line. |
109
|
| Name 'Iie' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
110
|
| '{' should be on the previous line. |
111
|
| Must have at least one statement. |
111
|
| First sentence should end with a period. |
118
|
| Expected an @return tag. |
121
|
| Parameter javaType should be final. |
121
|
| Expected @param tag for 'javaType'. |
121
|
| Parameter typeDesc should be final. |
121
|
| Expected @param tag for 'typeDesc'. |
121
|
| '{' should be on the previous line. |
122
|
| '{' should be on the previous line. |
126
|
| '{' should be on the previous line. |
132
|
| '{' should be on the previous line. |
143
|
| '}' should be on the same line. |
146
|
| '{' should be on the previous line. |
148
|
| '}' should be on the same line. |
151
|
| '{' should be on the previous line. |
153
|
| '{' should be on the previous line. |
156
|
| '{' should be on the previous line. |
158
|
| '{' should be on the previous line. |
161
|
| Line is longer than 80 characters. |
174
|
| Line is longer than 80 characters. |
175
|
| Line is longer than 80 characters. |
176
|
| Line is longer than 80 characters. |
177
|
| Expected an @return tag. |
180
|
| Parameter rawPd should be final. |
181
|
| Expected @param tag for 'rawPd'. |
181
|
| Parameter cls should be final. |
182
|
| Expected @param tag for 'cls'. |
182
|
| '{' should be on the previous line. |
183
|
| Missing a Javadoc comment. |
187
|
| Parameter rawPd should be final. |
188
|
| Parameter cls should be final. |
189
|
| Parameter typeDesc should be final. |
190
|
| '{' should be on the previous line. |
191
|
| '{' should be on the previous line. |
195
|
| '{' should be on the previous line. |
199
|
| '}' should be on the same line. |
201
|
| '{' should be on the previous line. |
203
|
| Comment matches to-do format 'TODO:'. |
204
|
| Line is longer than 80 characters. |
210
|
| '(' is followed by whitespace. |
210
|
| ')' is preceded with whitespace. |
210
|
org/codehaus/ivory/serialize/MetadataDeserializer.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
12
|
| '{' should be on the previous line. |
18
|
| Missing a Javadoc comment. |
20
|
| Parameter javaType should be final. |
20
|
| Parameter xmlType should be final. |
20
|
| '{' should be on the previous line. |
21
|
| Missing a Javadoc comment. |
26
|
| Parameter javaType should be final. |
27
|
| Parameter xmlType should be final. |
28
|
| Parameter typeDesc should be final. |
29
|
| '{' should be on the previous line. |
30
|
| Missing a Javadoc comment. |
39
|
| Parameter javaType should be final. |
40
|
| Parameter xmlType should be final. |
41
|
| Parameter typeDesc should be final. |
42
|
| Parameter propertyMap should be final. |
43
|
| '{' should be on the previous line. |
44
|
org/codehaus/ivory/serialize/MetadataDeserializerFactory.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
16
|
| '{' should be on the previous line. |
21
|
| Missing a Javadoc comment. |
23
|
| Parameter javaType should be final. |
23
|
| Parameter xmlType should be final. |
23
|
| '{' should be on the previous line. |
24
|
| First sentence should end with a period. |
28
|
| Expected an @return tag. |
31
|
| Parameter javaType should be final. |
31
|
| Expected @param tag for 'javaType'. |
31
|
| Parameter typeDesc should be final. |
31
|
| Expected @param tag for 'typeDesc'. |
31
|
| '{' should be on the previous line. |
32
|
| '{' should be on the previous line. |
36
|
| '}' should be on the same line. |
38
|
| '{' should be on the previous line. |
40
|
| '{' should be on the previous line. |
45
|
| Expected an @return tag. |
57
|
| Method 'getGeneralPurpose' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter mechanismType should be final. |
57
|
| Expected @param tag for 'mechanismType'. |
57
|
| '{' should be on the previous line. |
58
|
| '{' should be on the previous line. |
60
|
| '{' should be on the previous line. |
65
|
org/codehaus/ivory/serialize/MetadataSerializer.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
17
|
| '{' should be on the previous line. |
22
|
| Missing a Javadoc comment. |
24
|
| Parameter javaType should be final. |
24
|
| Parameter xmlType should be final. |
24
|
| '{' should be on the previous line. |
25
|
| Missing a Javadoc comment. |
30
|
| Parameter javaType should be final. |
30
|
| Parameter xmlType should be final. |
30
|
| Parameter typeDesc should be final. |
30
|
| '{' should be on the previous line. |
35
|
| '}' should be on the same line. |
37
|
| '{' should be on the previous line. |
39
|
| Missing a Javadoc comment. |
45
|
| Parameter javaType should be final. |
46
|
| Parameter xmlType should be final. |
47
|
| Parameter typeDesc should be final. |
48
|
| Parameter propertyDescriptor should be final. |
49
|
| '{' should be on the previous line. |
50
|
| Method 'writeSchema' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter javaType should be final. |
76
|
| Parameter types should be final. |
76
|
| Expected @throws tag for 'Exception'. |
76
|
| '&&' should be on a new line. |
86
|
| '&&' should be on a new line. |
87
|
| '&&' should be on a new line. |
88
|
| '&&' should be on a new line. |
89
|
| '&&' should be on a new line. |
90
|
| '&&' should be on a new line. |
91
|
| '||' should be on a new line. |
92
|
| ')' is preceded with whitespace. |
93
|
| '=' is not preceded with whitespace. |
128
|
| '=' is not followed by whitespace. |
128
|
| '<' is not preceded with whitespace. |
128
|
| '<' is not followed by whitespace. |
128
|
| '=' is not preceded with whitespace. |
140
|
| '=' is not followed by whitespace. |
140
|
| '<' is not preceded with whitespace. |
140
|
| '<' is not followed by whitespace. |
140
|
| Line is longer than 80 characters. |
163
|
| Line is longer than 80 characters. |
194
|
| Line is longer than 80 characters. |
201
|
org/codehaus/ivory/serialize/MetadataSerializerFactory.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| '{' should be on the previous line. |
18
|
| Missing a Javadoc comment. |
19
|
| Variable 'typeDesc' must be private and have accessor methods. |
19
|
| Missing a Javadoc comment. |
20
|
| Variable 'propertyDescriptor' must be private and have accessor methods. |
20
|
| Missing a Javadoc comment. |
22
|
| Parameter javaType should be final. |
22
|
| Parameter xmlType should be final. |
22
|
| '{' should be on the previous line. |
23
|
| '{' should be on the previous line. |
28
|
| '{' should be on the previous line. |
35
|
| '}' should be on the same line. |
37
|
| '{' should be on the previous line. |
39
|
| Method 'getSerializerAs' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter mechanismType should be final. |
45
|
| Redundant throws: 'JAXRPCException' is unchecked exception. |
46
|
| '{' should be on the previous line. |
47
|
| Line has trailing spaces. |
50
|
| Expected an @return tag. |
55
|
| Method 'getGeneralPurpose' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter mechanismType should be final. |
55
|
| Expected @param tag for 'mechanismType'. |
55
|
| '{' should be on the previous line. |
56
|
| '{' should be on the previous line. |
58
|
| '{' should be on the previous line. |
63
|
org/codehaus/ivory/serialize/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/ivory/util/AvalonContextUtilities.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Class AvalonContextUtilities should be declared as final. |
32
|
| First sentence should end with a period. |
34
|
| First sentence should end with a period. |
39
|
| Missing a Javadoc comment. |
44
|
| Line has trailing spaces. |
45
|
| Unused @throws tag for 'IllegalArgumentException'. |
57
|
| Unused @throws tag for 'ContextException'. |
59
|
| Expected an @return tag. |
64
|
| Parameter context should be final. |
64
|
| Parameter fileURL should be final. |
64
|
| Expected @throws tag for 'Exception'. |
65
|
| Line is longer than 80 characters. |
67
|
| Line is longer than 80 characters. |
71
|
| 'cast' is not followed by whitespace. |
79
|
| Line is longer than 80 characters. |
82
|
| Line is longer than 80 characters. |
84
|
| '128' is a magic number. |
87
|
| Line is longer than 80 characters. |
97
|
| '{' is not followed by whitespace. |
105
|
| '}' is not preceded with whitespace. |
105
|
org/codehaus/ivory/util/package.html
Error | Line |
| Missing package documentation file. | 0 |