Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
113 | 0 | 0 | 3655 |
Files
org/codehaus/xfire/attachments/AbstractDataContentHandlerFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
14
|
| '{' should be on the previous line. |
14
|
| Missing a Javadoc comment. |
15
|
| Missing a Javadoc comment. |
16
|
| Missing a Javadoc comment. |
17
|
| Line has trailing spaces. |
18
|
| Method 'createDataContentHandler' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Missing a Javadoc comment. |
19
|
| Parameter contentType should be final. |
19
|
| '{' should be on the previous line. |
20
|
| Line has trailing spaces. |
23
|
| Method 'getDataContentHandler' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Missing a Javadoc comment. |
24
|
| Parameter clazz should be final. |
24
|
| '{' should be on the previous line. |
25
|
| Line has trailing spaces. |
28
|
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Missing a Javadoc comment. |
29
|
| Parameter clazz should be final. |
29
|
| '{' should be on the previous line. |
30
|
| Line has trailing spaces. |
33
|
| Line is longer than 80 characters. |
39
|
| Method 'register' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Parameter contentType should be final. |
39
|
| Parameter clazz should be final. |
39
|
| Expected @param tag for 'clazz'. |
39
|
| Parameter handler should be final. |
39
|
org/codehaus/xfire/attachments/ImageDataContentHandler.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
20
|
| Method 'getContent' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Missing a Javadoc comment. |
21
|
| Parameter ds should be final. |
21
|
| '{' should be on the previous line. |
23
|
| Line has trailing spaces. |
25
|
| '8096' is a magic number. |
26
|
| Line is longer than 80 characters. |
28
|
| Line has trailing spaces. |
32
|
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| '{' should be on the previous line. |
37
|
| '{' should be on the previous line. |
42
|
| Method 'getTransferData' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter arg0 should be final. |
47
|
| Parameter arg1 should be final. |
47
|
| '{' should be on the previous line. |
49
|
| Method 'getTransferDataFlavors' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| '{' should be on the previous line. |
54
|
| Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter obj should be final. |
58
|
| Parameter contentTyp should be final. |
58
|
| Parameter out should be final. |
58
|
| '{' should be on the previous line. |
60
|
org/codehaus/xfire/attachments/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/xfire/message/AbstractMessageBridge.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
14
|
| '{' should be on the previous line. |
19
|
| Missing a Javadoc comment. |
20
|
| Missing a Javadoc comment. |
22
|
| Line has trailing spaces. |
23
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
26
|
| Variable 'operation' must be private and have accessor methods. |
26
|
| Line has trailing spaces. |
27
|
| Missing a Javadoc comment. |
28
|
| '{' should be on the previous line. |
29
|
| Line has trailing spaces. |
31
|
| Missing a Javadoc comment. |
32
|
| Parameter context should be final. |
32
|
| 'context' hides a field. |
32
|
| '{' should be on the previous line. |
33
|
| Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
42
|
| '{' should be on the previous line. |
43
|
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. |
50
|
| '{' should be on the previous line. |
51
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
58
|
| '{' should be on the previous line. |
59
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter context should be final. |
67
|
| 'context' hides a field. |
67
|
| '{' should be on the previous line. |
68
|
| Method 'getRequestReader' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| '{' should be on the previous line. |
73
|
| Method 'getResponseWriter' is not designed for extension - needs to be abstract, final or empty. |
80
|
| '{' should be on the previous line. |
81
|
| Line is longer than 80 characters. |
82
|
| Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. |
88
|
| '{' should be on the previous line. |
89
|
| Method 'setOperation' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter operation should be final. |
97
|
| 'operation' hides a field. |
97
|
| '{' should be on the previous line. |
98
|
org/codehaus/xfire/message/DocumentBridge.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
17
|
| '{' should be on the previous line. |
23
|
| Line contains a tab character. |
24
|
| Missing a Javadoc comment. |
24
|
| Parameter context should be final. |
24
|
| '{' should be on the previous line. |
25
|
| Line contains a tab character. |
27
|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Missing a Javadoc comment. |
29
|
| Line contains a tab character. |
30
|
| '{' should be on the previous line. |
31
|
| Line has trailing spaces. |
35
|
| 'while' is not followed by whitespace. |
36
|
| '(' is followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
36
|
| '{' should be on the previous line. |
37
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
41
|
| '{' should be on the previous line. |
43
|
| Line has trailing spaces. |
44
|
| Line is longer than 80 characters. |
44
|
| Line has trailing spaces. |
50
|
| '(' is followed by whitespace. |
51
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| Method 'findParameter' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter name should be final. |
55
|
| '{' should be on the previous line. |
56
|
| Line is longer than 80 characters. |
57
|
| '(' is followed by whitespace. |
57
|
| ';' is followed by whitespace. |
57
|
| Line has trailing spaces. |
61
|
| 'if' construct must use '{}'s. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| Method 'findOperation' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter i should be final. |
68
|
| '{' should be on the previous line. |
69
|
| Line is longer than 80 characters. |
70
|
| '(' is followed by whitespace. |
70
|
| ';' is followed by whitespace. |
70
|
| 'if' construct must use '{}'s. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| Line has trailing spaces. |
76
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter values should be final. |
80
|
| Line contains a tab character. |
81
|
| '{' should be on the previous line. |
82
|
| Line is longer than 80 characters. |
84
|
| 'for' is not followed by whitespace. |
84
|
| Line has trailing spaces. |
87
|
| Line is longer than 80 characters. |
88
|
org/codehaus/xfire/message/LiteralReader.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
18
|
| '{' should be on the previous line. |
23
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Line has trailing spaces. |
33
|
| Parameter root should be final. |
38
|
| 'root' hides a field. |
38
|
| Expected @param tag for 'root'. |
38
|
| '{' should be on the previous line. |
39
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
47
|
| Missing a Javadoc comment. |
48
|
| Parameter reader should be final. |
48
|
| '{' should be on the previous line. |
49
|
| Line has trailing spaces. |
54
|
| Line has trailing spaces. |
60
|
| Line has trailing spaces. |
62
|
| Parameter is should be final. |
62
|
| Expected @param tag for 'is'. |
62
|
| Expected @throws tag for 'XMLStreamException'. |
63
|
| '{' should be on the previous line. |
64
|
| Line has trailing spaces. |
67
|
| 'while' construct must use '{}'s. |
68
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| Line has trailing spaces. |
70
|
| Line has trailing spaces. |
75
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
82
|
| '{' should be on the previous line. |
83
|
| 'while' is not followed by whitespace. |
84
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| Must have at least one statement. |
85
|
| Line has trailing spaces. |
90
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| '(' is followed by whitespace. |
91
|
| Parameter ns should be final. |
91
|
| Parameter attr should be final. |
91
|
| ')' is preceded with whitespace. |
91
|
| '{' should be on the previous line. |
92
|
| Line has trailing spaces. |
95
|
| Method 'getValueAsInt' is not designed for extension - needs to be abstract, final or empty. |
99
|
| '{' should be on the previous line. |
100
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| Method 'getValueAsInt' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Missing a Javadoc comment. |
104
|
| Parameter ns should be final. |
104
|
| Parameter attr should be final. |
104
|
| '{' should be on the previous line. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| Method 'getValueAsDate' is not designed for extension - needs to be abstract, final or empty. |
112
|
| '{' should be on the previous line. |
113
|
| 'if' construct must use '{}'s. |
114
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| Line has trailing spaces. |
116
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| Method 'getValueAsDate' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Parameter ns should be final. |
120
|
| Parameter attr should be final. |
120
|
| '{' should be on the previous line. |
121
|
| 'value' hides a field. |
122
|
| 'if' construct must use '{}'s. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| Line has trailing spaces. |
125
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| Line has trailing spaces. |
128
|
| Method 'getValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. |
132
|
| '{' should be on the previous line. |
133
|
| 'if' construct must use '{}'s. |
134
|
| '(' is followed by whitespace. |
134
|
| ')' is preceded with whitespace. |
134
|
| '(' is followed by whitespace. |
137
|
| ')' is preceded with whitespace. |
137
|
| Method 'getValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Missing a Javadoc comment. |
140
|
| Parameter ns should be final. |
140
|
| Parameter attr should be final. |
140
|
| '{' should be on the previous line. |
141
|
| 'value' hides a field. |
142
|
| 'if' construct must use '{}'s. |
143
|
| '(' is followed by whitespace. |
143
|
| ')' is preceded with whitespace. |
143
|
| Line has trailing spaces. |
145
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Method 'getValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. |
152
|
| '{' should be on the previous line. |
153
|
| 'if' construct must use '{}'s. |
154
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| '(' is followed by whitespace. |
158
|
| ')' is preceded with whitespace. |
158
|
| Method 'getValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Missing a Javadoc comment. |
162
|
| Parameter ns should be final. |
162
|
| Parameter attr should be final. |
162
|
| '{' should be on the previous line. |
163
|
| 'value' hides a field. |
164
|
| 'if' construct must use '{}'s. |
165
|
| '(' is followed by whitespace. |
165
|
| ')' is preceded with whitespace. |
165
|
| '(' is followed by whitespace. |
169
|
| ')' is preceded with whitespace. |
169
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Method 'getValueAsLong' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Line contains a tab character. |
177
|
| '{' should be on the previous line. |
177
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
181
|
| Method 'getValueAsLong' is not designed for extension - needs to be abstract, final or empty. |
181
|
| Missing a Javadoc comment. |
181
|
| Parameter ns should be final. |
181
|
| Parameter att should be final. |
181
|
| Line contains a tab character. |
182
|
| '{' should be on the previous line. |
182
|
| '(' is followed by whitespace. |
183
|
| ')' is preceded with whitespace. |
183
|
| Line contains a tab character. |
184
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| Line contains a tab character. |
188
|
| Line contains a tab character. |
189
|
| Method 'getValueAsDouble' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Line contains a tab character. |
190
|
| '{' should be on the previous line. |
190
|
| Line contains a tab character. |
191
|
| '(' is followed by whitespace. |
191
|
| ')' is preceded with whitespace. |
191
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
194
|
| Method 'getValueAsDouble' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Missing a Javadoc comment. |
194
|
| Parameter ns should be final. |
194
|
| Parameter attr should be final. |
194
|
| Line contains a tab character. |
195
|
| '{' should be on the previous line. |
195
|
| Line contains a tab character. |
196
|
| '(' is followed by whitespace. |
196
|
| ')' is preceded with whitespace. |
196
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Method 'getValueAsFloat' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Line contains a tab character. |
203
|
| '{' should be on the previous line. |
203
|
| Line contains a tab character. |
204
|
| '(' is followed by whitespace. |
204
|
| ')' is preceded with whitespace. |
204
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
207
|
| Method 'getValueAsFloat' is not designed for extension - needs to be abstract, final or empty. |
207
|
| Missing a Javadoc comment. |
207
|
| Parameter ns should be final. |
207
|
| Parameter attr should be final. |
207
|
| Line contains a tab character. |
208
|
| '{' should be on the previous line. |
208
|
| Line contains a tab character. |
209
|
| '(' is followed by whitespace. |
209
|
| ')' is preceded with whitespace. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
214
|
| Line contains a tab character. |
215
|
| Method 'getValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Line contains a tab character. |
216
|
| '{' should be on the previous line. |
216
|
| Line contains a tab character. |
217
|
| '(' is followed by whitespace. |
217
|
| ')' is preceded with whitespace. |
217
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
220
|
| Method 'getValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Missing a Javadoc comment. |
220
|
| Parameter ns should be final. |
220
|
| Parameter attr should be final. |
220
|
| Line contains a tab character. |
221
|
| '{' should be on the previous line. |
221
|
| Line contains a tab character. |
222
|
| '(' is followed by whitespace. |
222
|
| ')' is preceded with whitespace. |
222
|
| Line contains a tab character. |
223
|
| Line has trailing spaces. |
224
|
| Line contains a tab character. |
224
|
| Method 'hasMoreChildReaders' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Missing a Javadoc comment. |
225
|
| '{' should be on the previous line. |
226
|
| Line has trailing spaces. |
227
|
| 'if' construct must use '{}'s. |
229
|
| '(' is followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| Line has trailing spaces. |
231
|
| Line has trailing spaces. |
234
|
| Missing a Javadoc comment. |
235
|
| '{' should be on the previous line. |
236
|
| '{' should be on the previous line. |
238
|
| '(' is followed by whitespace. |
240
|
| ')' is preceded with whitespace. |
240
|
| '{' should be on the previous line. |
241
|
| '(' is followed by whitespace. |
242
|
| ')' is preceded with whitespace. |
242
|
| '{' should be on the previous line. |
243
|
| '(' is followed by whitespace. |
245
|
| ')' is preceded with whitespace. |
245
|
| '{' should be on the previous line. |
246
|
| '(' is followed by whitespace. |
253
|
| ')' is preceded with whitespace. |
253
|
| '{' should be on the previous line. |
254
|
| '}' should be on the same line. |
275
|
| '{' should be on the previous line. |
277
|
| Comment matches to-do format 'TODO:'. |
278
|
| Method 'getNextChildReader' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Missing a Javadoc comment. |
283
|
| '{' should be on the previous line. |
284
|
| 'if' construct must use '{}'s. |
285
|
| '(' is followed by whitespace. |
285
|
| ')' is preceded with whitespace. |
285
|
| Line has trailing spaces. |
287
|
| 'if' construct must use '{}'s. |
288
|
| '(' is followed by whitespace. |
288
|
| ')' is preceded with whitespace. |
288
|
| Line has trailing spaces. |
290
|
| '(' is followed by whitespace. |
293
|
| ')' is preceded with whitespace. |
293
|
| Line has trailing spaces. |
295
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
296
|
| Missing a Javadoc comment. |
296
|
| '{' should be on the previous line. |
297
|
| Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. |
301
|
| Missing a Javadoc comment. |
301
|
| '{' should be on the previous line. |
302
|
| Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. |
306
|
| Missing a Javadoc comment. |
306
|
| '{' should be on the previous line. |
307
|
| Method 'getXMLStreamReader' is not designed for extension - needs to be abstract, final or empty. |
311
|
| Missing a Javadoc comment. |
311
|
| '{' should be on the previous line. |
312
|
org/codehaus/xfire/message/LiteralWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
15
|
| Line has trailing spaces. |
17
|
| '{' should be on the previous line. |
22
|
| Missing a Javadoc comment. |
23
|
| Line has trailing spaces. |
24
|
| Missing a Javadoc comment. |
25
|
| Line has trailing spaces. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Line has trailing spaces. |
35
|
| Parameter writer should be final. |
38
|
| 'writer' hides a field. |
38
|
| Expected @param tag for 'writer'. |
38
|
| '{' should be on the previous line. |
39
|
| Line has trailing spaces. |
42
|
| Line is longer than 80 characters. |
43
|
| Missing a Javadoc comment. |
43
|
| '(' is followed by whitespace. |
43
|
| Parameter writer should be final. |
43
|
| 'writer' hides a field. |
43
|
| Parameter name should be final. |
43
|
| 'name' hides a field. |
43
|
| Parameter namespace should be final. |
43
|
| 'namespace' hides a field. |
43
|
| ')' is preceded with whitespace. |
43
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
48
|
| '(' is followed by whitespace. |
48
|
| Parameter writer should be final. |
48
|
| 'writer' hides a field. |
48
|
| Parameter name should be final. |
48
|
| 'name' hides a field. |
48
|
| Parameter namespace should be final. |
48
|
| 'namespace' hides a field. |
48
|
| Parameter prefix should be final. |
48
|
| 'prefix' hides a field. |
48
|
| ')' is preceded with whitespace. |
48
|
| Line has trailing spaces. |
54
|
| '{' should be on the previous line. |
56
|
| '}' should be on the same line. |
58
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '{' should be on the previous line. |
60
|
| Comment matches to-do format 'TODO:'. |
61
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
68
|
| Line has trailing spaces. |
70
|
| Parameter os should be final. |
70
|
| Expected @param tag for 'os'. |
70
|
| Parameter name should be final. |
70
|
| 'name' hides a field. |
70
|
| Expected @param tag for 'name'. |
70
|
| Parameter namespace should be final. |
70
|
| 'namespace' hides a field. |
70
|
| Expected @param tag for 'namespace'. |
70
|
| Expected @throws tag for 'XMLStreamException'. |
71
|
| '{' should be on the previous line. |
72
|
| Line has trailing spaces. |
75
|
| Line has trailing spaces. |
78
|
| '{' should be on the previous line. |
80
|
| '}' should be on the same line. |
82
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
| '{' should be on the previous line. |
84
|
| Comment matches to-do format 'TODO:'. |
85
|
| Line has trailing spaces. |
90
|
| Missing a Javadoc comment. |
90
|
| '{' should be on the previous line. |
92
|
| '{' should be on the previous line. |
94
|
| 'if' construct must use '{}'s. |
95
|
| Line has trailing spaces. |
97
|
| '}' should be on the same line. |
101
|
| '{' should be on the previous line. |
103
|
| Line is longer than 80 characters. |
109
|
| Method 'writeValue' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter value should be final. |
111
|
| '{' should be on the previous line. |
112
|
| '{' should be on the previous line. |
114
|
| 'if' construct must use '{}'s. |
115
|
| '(' is followed by whitespace. |
115
|
| ')' is preceded with whitespace. |
115
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| '}' should be on the same line. |
117
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| '{' should be on the previous line. |
119
|
| Comment matches to-do format 'TODO:'. |
120
|
| Line is longer than 80 characters. |
126
|
| Method 'writeValue' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter value should be final. |
128
|
| Parameter ns should be final. |
128
|
| Parameter attr should be final. |
128
|
| '{' should be on the previous line. |
129
|
| '{' should be on the previous line. |
131
|
| 'if' construct must use '{}'s. |
132
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| '}' should be on the same line. |
134
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| '{' should be on the previous line. |
136
|
| Comment matches to-do format 'TODO:'. |
137
|
| Line has trailing spaces. |
141
|
| Method 'getChildWriter' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter name should be final. |
145
|
| 'name' hides a field. |
145
|
| '{' should be on the previous line. |
146
|
| Method 'getChildWriter' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| Parameter name should be final. |
150
|
| 'name' hides a field. |
150
|
| Parameter ns should be final. |
150
|
| '{' should be on the previous line. |
151
|
| Method 'getChildWriter' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Missing a Javadoc comment. |
155
|
| Parameter qname should be final. |
155
|
| '{' should be on the previous line. |
156
|
| Line has trailing spaces. |
157
|
| Line has trailing spaces. |
158
|
| Line has trailing spaces. |
159
|
| Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Missing a Javadoc comment. |
163
|
| '{' should be on the previous line. |
164
|
| Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Missing a Javadoc comment. |
168
|
| Parameter namespace should be final. |
168
|
| 'namespace' hides a field. |
168
|
| '{' should be on the previous line. |
169
|
| Line is longer than 80 characters. |
174
|
| Method 'writeValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Parameter calendar should be final. |
176
|
| 'calendar' hides a field. |
176
|
| '{' should be on the previous line. |
177
|
| '(' is followed by whitespace. |
178
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| Line has trailing spaces. |
180
|
| Method 'writeValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. |
181
|
| Missing a Javadoc comment. |
181
|
| Parameter calendar should be final. |
181
|
| 'calendar' hides a field. |
181
|
| Parameter ns should be final. |
181
|
| Parameter attr should be final. |
181
|
| '(' is followed by whitespace. |
183
|
| '(' is followed by whitespace. |
183
|
| ')' is preceded with whitespace. |
183
|
| ')' is preceded with whitespace. |
183
|
| Line has trailing spaces. |
185
|
| Line is longer than 80 characters. |
187
|
| Method 'writeValueAsInt' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Parameter i should be final. |
189
|
| '{' should be on the previous line. |
190
|
| '(' is followed by whitespace. |
191
|
| ')' is preceded with whitespace. |
191
|
| Method 'writeValueAsInt' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Missing a Javadoc comment. |
194
|
| Parameter i should be final. |
194
|
| Parameter ns should be final. |
194
|
| Parameter attr should be final. |
194
|
| '{' should be on the previous line. |
195
|
| '(' is followed by whitespace. |
196
|
| ')' is preceded with whitespace. |
196
|
| Line is longer than 80 characters. |
200
|
| Method 'writeValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Parameter date should be final. |
202
|
| '{' should be on the previous line. |
203
|
| '(' is followed by whitespace. |
204
|
| ')' is preceded with whitespace. |
204
|
| Method 'writeValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. |
207
|
| Missing a Javadoc comment. |
207
|
| Parameter date should be final. |
207
|
| Parameter ns should be final. |
207
|
| Parameter attr should be final. |
207
|
| '{' should be on the previous line. |
208
|
| '(' is followed by whitespace. |
209
|
| ')' is preceded with whitespace. |
209
|
| Line has trailing spaces. |
211
|
| Line is longer than 80 characters. |
213
|
| Method 'writeValueAsDate' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Parameter date should be final. |
215
|
| '{' should be on the previous line. |
216
|
| '(' is followed by whitespace. |
217
|
| ')' is preceded with whitespace. |
217
|
| Method 'writeValueAsDate' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Missing a Javadoc comment. |
220
|
| Parameter date should be final. |
220
|
| Parameter ns should be final. |
220
|
| Parameter attr should be final. |
220
|
| '{' should be on the previous line. |
221
|
| '(' is followed by whitespace. |
222
|
| ')' is preceded with whitespace. |
222
|
| Line contains a tab character. |
225
|
| Line is longer than 80 characters. |
226
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Method 'writeValueAsDouble' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Parameter d should be final. |
228
|
| Line contains a tab character. |
229
|
| '{' should be on the previous line. |
229
|
| Line contains a tab character. |
230
|
| '(' is followed by whitespace. |
230
|
| ')' is preceded with whitespace. |
230
|
| Line contains a tab character. |
231
|
| Line contains a tab character. |
233
|
| Method 'writeValueAsDouble' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Missing a Javadoc comment. |
233
|
| Parameter d should be final. |
233
|
| Parameter ns should be final. |
233
|
| Parameter attr should be final. |
233
|
| Line contains a tab character. |
234
|
| '{' should be on the previous line. |
234
|
| Line contains a tab character. |
235
|
| '(' is followed by whitespace. |
235
|
| ')' is preceded with whitespace. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
238
|
| Line is longer than 80 characters. |
239
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| Line contains a tab character. |
241
|
| Method 'writeValueAsLong' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Parameter l should be final. |
241
|
| Line contains a tab character. |
242
|
| '{' should be on the previous line. |
242
|
| Line contains a tab character. |
243
|
| '(' is followed by whitespace. |
243
|
| ')' is preceded with whitespace. |
243
|
| Line contains a tab character. |
244
|
| Line contains a tab character. |
246
|
| Method 'writeValueAsLong' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Missing a Javadoc comment. |
246
|
| Parameter l should be final. |
246
|
| Parameter ns should be final. |
246
|
| Parameter attr should be final. |
246
|
| Line contains a tab character. |
247
|
| '{' should be on the previous line. |
247
|
| Line contains a tab character. |
248
|
| '(' is followed by whitespace. |
248
|
| ')' is preceded with whitespace. |
248
|
| Line contains a tab character. |
249
|
| Line contains a tab character. |
251
|
| Line is longer than 80 characters. |
252
|
| Line contains a tab character. |
252
|
| Line contains a tab character. |
253
|
| Line contains a tab character. |
254
|
| Method 'writeValueAsFloat' is not designed for extension - needs to be abstract, final or empty. |
254
|
| Parameter f should be final. |
254
|
| Line contains a tab character. |
255
|
| '{' should be on the previous line. |
255
|
| Line contains a tab character. |
256
|
| '(' is followed by whitespace. |
256
|
| ')' is preceded with whitespace. |
256
|
| Line contains a tab character. |
257
|
| Line contains a tab character. |
259
|
| Method 'writeValueAsFloat' is not designed for extension - needs to be abstract, final or empty. |
259
|
| Missing a Javadoc comment. |
259
|
| Parameter f should be final. |
259
|
| Parameter ns should be final. |
259
|
| Parameter attr should be final. |
259
|
| Line contains a tab character. |
260
|
| '{' should be on the previous line. |
260
|
| Line contains a tab character. |
261
|
| '(' is followed by whitespace. |
261
|
| ')' is preceded with whitespace. |
261
|
| Line contains a tab character. |
262
|
| Line contains a tab character. |
264
|
| Line is longer than 80 characters. |
265
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line contains a tab character. |
267
|
| Method 'writeValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. |
267
|
| Parameter b should be final. |
267
|
| Line contains a tab character. |
268
|
| '{' should be on the previous line. |
268
|
| Line contains a tab character. |
269
|
| '(' is followed by whitespace. |
269
|
| ')' is preceded with whitespace. |
269
|
| Line contains a tab character. |
270
|
| Line contains a tab character. |
272
|
| Method 'writeValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. |
272
|
| Missing a Javadoc comment. |
272
|
| Parameter b should be final. |
272
|
| Parameter ns should be final. |
272
|
| Parameter attr should be final. |
272
|
| Line contains a tab character. |
273
|
| '{' should be on the previous line. |
273
|
| Line contains a tab character. |
274
|
| '(' is followed by whitespace. |
274
|
| ')' is preceded with whitespace. |
274
|
| Line contains a tab character. |
275
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
277
|
| Missing a Javadoc comment. |
277
|
| '{' should be on the previous line. |
278
|
| '{' should be on the previous line. |
280
|
| '}' should be on the same line. |
282
|
| '(' is followed by whitespace. |
283
|
| ')' is preceded with whitespace. |
283
|
| '{' should be on the previous line. |
284
|
| Comment matches to-do format 'TODO:'. |
285
|
| Method 'flush' is not designed for extension - needs to be abstract, final or empty. |
290
|
| Missing a Javadoc comment. |
290
|
| '{' should be on the previous line. |
291
|
| Method 'getXMLStreamWriter' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Missing a Javadoc comment. |
295
|
| '{' should be on the previous line. |
296
|
org/codehaus/xfire/message/MessageBridge.java
Error | Line |
| File does not end with a newline. |
0
|
org/codehaus/xfire/message/MessageBridge.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
9
|
| '{' should be on the previous line. |
14
|
| Line contains a tab character. |
15
|
| Missing a Javadoc comment. |
15
|
| Missing a Javadoc comment. |
17
|
| '(' is followed by whitespace. |
17
|
| ')' is preceded with whitespace. |
17
|
org/codehaus/xfire/message/MessageBridgeFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
13
|
| '{' should be on the previous line. |
14
|
| Line contains a tab character. |
15
|
| Missing a Javadoc comment. |
15
|
| Parameter context should be final. |
15
|
| '{' should be on the previous line. |
16
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
20
|
| '{' should be on the previous line. |
22
|
| '}' should be on the same line. |
24
|
| Line has trailing spaces. |
25
|
| '{' should be on the previous line. |
27
|
| '}' should be on the same line. |
29
|
| Line has trailing spaces. |
30
|
| '{' should be on the previous line. |
32
|
| '}' should be on the same line. |
34
|
| '{' should be on the previous line. |
36
|
| Line is longer than 80 characters. |
37
|
| Line contains a tab character. |
37
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
41
|
org/codehaus/xfire/message/MessageReader.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
10
|
| Line has trailing spaces. |
12
|
| '{' should be on the previous line. |
16
|
| Missing a Javadoc comment. |
17
|
| Redundant 'public' modifier. |
17
|
| Missing a Javadoc comment. |
19
|
| Redundant 'public' modifier. |
19
|
| Missing a Javadoc comment. |
21
|
| Redundant 'public' modifier. |
21
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
23
|
| Redundant 'public' modifier. |
23
|
| Missing a Javadoc comment. |
25
|
| Redundant 'public' modifier. |
25
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| Missing a Javadoc comment. |
39
|
| Redundant 'public' modifier. |
39
|
| Line contains a tab character. |
41
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Line contains a tab character. |
43
|
| Missing a Javadoc comment. |
43
|
| Redundant 'public' modifier. |
43
|
| Missing a Javadoc comment. |
45
|
| Redundant 'public' modifier. |
45
|
| Line has trailing spaces. |
46
|
| Missing a Javadoc comment. |
47
|
| Redundant 'public' modifier. |
47
|
| Line has trailing spaces. |
48
|
| Line has trailing spaces. |
50
|
| Missing a Javadoc comment. |
51
|
| Redundant 'public' modifier. |
51
|
| Line has trailing spaces. |
52
|
| Missing a Javadoc comment. |
53
|
| Redundant 'public' modifier. |
53
|
| Line has trailing spaces. |
54
|
| Missing a Javadoc comment. |
55
|
| Redundant 'public' modifier. |
55
|
| Line has trailing spaces. |
56
|
| Missing a Javadoc comment. |
57
|
| Redundant 'public' modifier. |
57
|
| Line has trailing spaces. |
58
|
| Missing a Javadoc comment. |
59
|
| Redundant 'public' modifier. |
59
|
| Line has trailing spaces. |
60
|
| Expected an @return tag. |
65
|
| Redundant 'public' modifier. |
65
|
| Expected an @return tag. |
70
|
| Redundant 'public' modifier. |
70
|
| Line has trailing spaces. |
77
|
| Expected an @return tag. |
80
|
| Redundant 'public' modifier. |
80
|
org/codehaus/xfire/message/MessageWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
11
|
| '{' should be on the previous line. |
15
|
| Missing a Javadoc comment. |
16
|
| '(' is followed by whitespace. |
16
|
| ')' is preceded with whitespace. |
16
|
| Line has trailing spaces. |
17
|
| Missing a Javadoc comment. |
18
|
| '(' is followed by whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| Missing a Javadoc comment. |
20
|
| '(' is followed by whitespace. |
20
|
| ')' is preceded with whitespace. |
20
|
| Line has trailing spaces. |
21
|
| Missing a Javadoc comment. |
22
|
| '(' is followed by whitespace. |
22
|
| ')' is preceded with whitespace. |
22
|
| Missing a Javadoc comment. |
24
|
| '(' is followed by whitespace. |
24
|
| ')' is preceded with whitespace. |
24
|
| Line has trailing spaces. |
25
|
| Missing a Javadoc comment. |
26
|
| '(' is followed by whitespace. |
26
|
| ')' is preceded with whitespace. |
26
|
| Line has trailing spaces. |
27
|
| Missing a Javadoc comment. |
28
|
| '(' is followed by whitespace. |
28
|
| ')' is preceded with whitespace. |
28
|
| Line has trailing spaces. |
29
|
| Missing a Javadoc comment. |
30
|
| '(' is followed by whitespace. |
30
|
| ')' is preceded with whitespace. |
30
|
| Missing a Javadoc comment. |
33
|
| '(' is followed by whitespace. |
33
|
| ')' is preceded with whitespace. |
33
|
| Missing a Javadoc comment. |
35
|
| '(' is followed by whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
51
|
| Line has trailing spaces. |
52
|
| Missing a Javadoc comment. |
53
|
| Line has trailing spaces. |
54
|
| Missing a Javadoc comment. |
55
|
| Line has trailing spaces. |
56
|
| Missing a Javadoc comment. |
57
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Expected @param tag for 'b'. |
62
|
| Line has trailing spaces. |
63
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
69
|
| Missing a Javadoc comment. |
70
|
org/codehaus/xfire/message/ObjectServiceHandler.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
19
|
| '{' should be on the previous line. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
27
|
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
27
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
37
|
| Line has trailing spaces. |
38
|
| Missing a Javadoc comment. |
39
|
| '{' should be on the previous line. |
40
|
| Missing a Javadoc comment. |
44
|
| 'invoker' hides a field. |
44
|
| '{' should be on the previous line. |
45
|
| Line has trailing spaces. |
49
|
| Missing a Javadoc comment. |
50
|
| 'invoker' hides a field. |
50
|
| '{' should be on the previous line. |
51
|
| Line is longer than 80 characters. |
57
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
59
|
| '{' should be on the previous line. |
61
|
| '{' should be on the previous line. |
63
|
| Line has trailing spaces. |
65
|
| Line is longer than 80 characters. |
74
|
| '}' should be on the same line. |
78
|
| '{' should be on the previous line. |
80
|
| Line is longer than 80 characters. |
82
|
| Line has trailing spaces. |
88
|
| Expected an @return tag. |
90
|
| Line has trailing spaces. |
90
|
| Method 'getMessageBridge' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter context should be final. |
90
|
| Expected @param tag for 'context'. |
90
|
| Expected @throws tag for 'XFireFault'. |
91
|
| '{' should be on the previous line. |
92
|
| '{' should be on the previous line. |
94
|
| '{' should be on the previous line. |
96
|
| Line is longer than 80 characters. |
98
|
| Line has trailing spaces. |
99
|
| Line is longer than 80 characters. |
100
|
| '(' is followed by whitespace. |
100
|
| '{' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| '}' should be on the same line. |
101
|
| '{' should be on the previous line. |
103
|
| Line is longer than 80 characters. |
105
|
| Line has trailing spaces. |
107
|
| Method 'writeResponse' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| '{' should be on the previous line. |
114
|
| Line is longer than 80 characters. |
115
|
| '{' is followed by whitespace. |
118
|
org/codehaus/xfire/message/RPCEncodedBridge.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
15
|
| '{' should be on the previous line. |
21
|
| Missing a Javadoc comment. |
22
|
| Parameter context should be final. |
22
|
| '{' should be on the previous line. |
23
|
| Line contains a tab character. |
25
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
27
|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| Line contains a tab character. |
28
|
| '{' should be on the previous line. |
29
|
| Line is longer than 80 characters. |
31
|
| Line has trailing spaces. |
32
|
| 'if' construct must use '{}'s. |
33
|
| '(' is followed by whitespace. |
33
|
| ')' is preceded with whitespace. |
33
|
| Line is longer than 80 characters. |
34
|
| Line has trailing spaces. |
35
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
41
|
| '{' should be on the previous line. |
46
|
| Line is longer than 80 characters. |
47
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on the previous line. |
56
|
| Line is longer than 80 characters. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| 'while' is not followed by whitespace. |
60
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
61
|
| Line has trailing spaces. |
63
|
| '{' should be on the previous line. |
67
|
| Line is longer than 80 characters. |
68
|
| '+' is not preceded with whitespace. |
68
|
| '+' is not followed by whitespace. |
68
|
| Line has trailing spaces. |
73
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter values should be final. |
80
|
| Line contains a tab character. |
81
|
| '{' should be on the previous line. |
82
|
| Line has trailing spaces. |
84
|
| '(' is followed by whitespace. |
84
|
| Line has trailing spaces. |
85
|
| Line has trailing spaces. |
86
|
| ')' is preceded with whitespace. |
87
|
| Line has trailing spaces. |
88
|
| Line is longer than 80 characters. |
90
|
| 'for' is not followed by whitespace. |
90
|
| Line has trailing spaces. |
96
|
org/codehaus/xfire/message/WrappedBridge.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
15
|
| '{' should be on the previous line. |
21
|
| Missing a Javadoc comment. |
22
|
| Parameter context should be final. |
22
|
| '{' should be on the previous line. |
23
|
| Line contains a tab character. |
25
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
27
|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. |
27
|
| Missing a Javadoc comment. |
27
|
| Line contains a tab character. |
28
|
| '{' should be on the previous line. |
29
|
| Line is longer than 80 characters. |
31
|
| Line has trailing spaces. |
32
|
| 'if' construct must use '{}'s. |
33
|
| '(' is followed by whitespace. |
33
|
| ')' is preceded with whitespace. |
33
|
| Line is longer than 80 characters. |
34
|
| Line has trailing spaces. |
35
|
| '(' is followed by whitespace. |
38
|
| ')' is preceded with whitespace. |
38
|
| '{' should be on the previous line. |
43
|
| 'while' is not followed by whitespace. |
47
|
| '{' should be on the previous line. |
48
|
| Line has trailing spaces. |
50
|
| '{' should be on the previous line. |
54
|
| Line has trailing spaces. |
55
|
| Line is longer than 80 characters. |
55
|
| Line has trailing spaces. |
61
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter values should be final. |
68
|
| Line contains a tab character. |
69
|
| '{' should be on the previous line. |
70
|
| Line has trailing spaces. |
72
|
| '(' is followed by whitespace. |
72
|
| Line has trailing spaces. |
73
|
| Line has trailing spaces. |
74
|
| ')' is preceded with whitespace. |
75
|
| Line has trailing spaces. |
76
|
| Line is longer than 80 characters. |
78
|
| 'for' is not followed by whitespace. |
78
|
org/codehaus/xfire/message/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/xfire/service/object/DefaultObjectService.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
22
|
| Missing a Javadoc comment. |
23
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
39
|
| '{' should be on the previous line. |
40
|
| Method 'setServiceClass' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Expected @param tag for 'className'. |
49
|
| Expected @throws tag for 'ClassNotFoundException'. |
50
|
| '{' should be on the previous line. |
51
|
| Method 'setServiceClass' is not designed for extension - needs to be abstract, final or empty. |
58
|
| 'serviceClass' hides a field. |
58
|
| Expected @param tag for 'serviceClass'. |
58
|
| '{' should be on the previous line. |
59
|
| Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| '{' should be on the previous line. |
64
|
| Line has trailing spaces. |
70
|
| Expected an @return tag. |
73
|
| Expected @param tag for 'methodName'. |
73
|
| '{' should be on the previous line. |
74
|
| Line is longer than 80 characters. |
75
|
| Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| '{' should be on the previous line. |
79
|
| Method 'getOperations' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| '{' should be on the previous line. |
84
|
| Method 'getOperationsMap' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| '{' should be on the previous line. |
89
|
| Method 'getAllowedMethods' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| '{' should be on the previous line. |
94
|
| Method 'setAllowedMethods' is not designed for extension - needs to be abstract, final or empty. |
102
|
| 'allowedMethods' hides a field. |
102
|
| '{' should be on the previous line. |
103
|
| Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| '{' should be on the previous line. |
108
|
| Method 'setTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
116
|
| 'typeMapping' hides a field. |
116
|
| '{' should be on the previous line. |
117
|
| Expected an @return tag. |
124
|
| Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. |
124
|
| '{' should be on the previous line. |
125
|
| Line has trailing spaces. |
131
|
| Line has trailing spaces. |
134
|
| Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Expected @throws tag for 'ClassNotFoundException'. |
138
|
| '{' should be on the previous line. |
139
|
| '{' should be on the previous line. |
141
|
| '}' should be on the same line. |
143
|
| '{' should be on the previous line. |
145
|
| '{' should be on the previous line. |
147
|
| '}' should be on the same line. |
149
|
| '{' should be on the previous line. |
151
|
| Line is longer than 80 characters. |
152
|
| Method 'getWSDLWriter' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Missing a Javadoc comment. |
157
|
| '{' should be on the previous line. |
159
|
| '{' should be on the previous line. |
163
|
| 'if' construct must use '{}'s. |
166
|
| Method 'isAutoTyped' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Missing a Javadoc comment. |
173
|
| '{' should be on the previous line. |
174
|
| Method 'setAutoTyped' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Missing a Javadoc comment. |
178
|
| 'autoTyped' hides a field. |
178
|
| '{' should be on the previous line. |
179
|
| Method 'getScope' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Missing a Javadoc comment. |
183
|
| '{' should be on the previous line. |
184
|
| Method 'setScope' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Missing a Javadoc comment. |
188
|
| 'scope' hides a field. |
188
|
| '{' should be on the previous line. |
189
|
| Method 'getWSDLBuilder' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Missing a Javadoc comment. |
193
|
| '{' should be on the previous line. |
194
|
| Method 'setWSDLBuilder' is not designed for extension - needs to be abstract, final or empty. |
198
|
| Missing a Javadoc comment. |
198
|
| 'wsdlBuilder' hides a field. |
198
|
| '{' should be on the previous line. |
199
|
| Method 'getEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Missing a Javadoc comment. |
203
|
| '{' should be on the previous line. |
204
|
| Method 'setEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Missing a Javadoc comment. |
208
|
| 'encodingStyleURI' hides a field. |
208
|
| '{' should be on the previous line. |
209
|
org/codehaus/xfire/service/object/Invoker.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
12
|
| '{' should be on the previous line. |
17
|
| Missing a Javadoc comment. |
18
|
| '(' is followed by whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| Line contains a tab character. |
19
|
org/codehaus/xfire/service/object/ObjectInvoker.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
17
|
| '{' should be on the previous line. |
22
|
| Line is longer than 80 characters. |
23
|
| Missing a Javadoc comment. |
23
|
| Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
23
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
| Line is longer than 80 characters. |
30
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| '(' is followed by whitespace. |
30
|
| ')' is preceded with whitespace. |
30
|
| '{' should be on the previous line. |
32
|
| '{' should be on the previous line. |
34
|
| '(' is followed by whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| '}' should be on the same line. |
38
|
| 'catch' is not followed by whitespace. |
39
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| '}' should be on the same line. |
42
|
| 'catch' is not followed by whitespace. |
43
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| '{' should be on the previous line. |
44
|
| 'if' is not followed by whitespace. |
47
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| '{' should be on the previous line. |
48
|
| 'cast' is not followed by whitespace. |
49
|
| '}' should be on the same line. |
50
|
| 'if' is not followed by whitespace. |
51
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
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
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '}' should be on the same line. |
61
|
| 'catch' is not followed by whitespace. |
62
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '{' should be on the previous line. |
63
|
| Line is longer than 80 characters. |
64
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Expected an @return tag. |
71
|
| Method 'getServiceObject' is not designed for extension - needs to be abstract, final or empty. |
71
|
| '(' is followed by whitespace. |
71
|
| Expected @param tag for 'context'. |
71
|
| ')' is preceded with whitespace. |
71
|
| Expected @throws tag for 'XFireFault'. |
72
|
| '{' should be on the previous line. |
73
|
| 'cast' is not followed by whitespace. |
74
|
| 'if' is not followed by whitespace. |
76
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '{' should be on the previous line. |
77
|
| 'if' is not followed by whitespace. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '{' should be on the previous line. |
79
|
| 'synchronized' is not followed by whitespace. |
80
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| '{' should be on the previous line. |
81
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| '}' should be on the same line. |
86
|
| 'if' is not followed by whitespace. |
87
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| '(' is followed by whitespace. |
92
|
| ')' is preceded with whitespace. |
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
|
| 'synchronized' is not followed by whitespace. |
95
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '{' should be on the previous line. |
96
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '}' should be on the same line. |
102
|
| 'if' is not followed by whitespace. |
103
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '}' should be on the same line. |
106
|
| '{' should be on the previous line. |
108
|
| Line is longer than 80 characters. |
109
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| Expected an @return tag. |
119
|
| Line is longer than 80 characters. |
119
|
| Method 'createServiceObject' is not designed for extension - needs to be abstract, final or empty. |
119
|
| '(' is followed by whitespace. |
119
|
| Expected @param tag for 'service'. |
119
|
| ')' is preceded with whitespace. |
119
|
| Expected @throws tag for 'XFireFault'. |
119
|
| '{' should be on the previous line. |
122
|
| Line is longer than 80 characters. |
123
|
| Line has trailing spaces. |
124
|
| '{' should be on the previous line. |
126
|
| '}' should be on the same line. |
131
|
| 'catch' 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
|
| '}' should be on the same line. |
135
|
| 'catch' is not followed by whitespace. |
136
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
136
|
| '{' should be on the previous line. |
137
|
| Line is longer than 80 characters. |
138
|
| '(' is followed by whitespace. |
138
|
| ')' is preceded with whitespace. |
138
|
org/codehaus/xfire/service/object/ObjectService.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
11
|
| '{' should be on the previous line. |
17
|
| Missing a Javadoc comment. |
18
|
| Redundant 'public' modifier. |
18
|
| 'static' modifier out of order with the JLS suggestions. |
18
|
| Missing a Javadoc comment. |
20
|
| Redundant 'public' modifier. |
20
|
| 'static' modifier out of order with the JLS suggestions. |
20
|
| Missing a Javadoc comment. |
22
|
| Redundant 'public' modifier. |
22
|
| 'static' modifier out of order with the JLS suggestions. |
22
|
| Line has trailing spaces. |
23
|
| Missing a Javadoc comment. |
24
|
| Redundant 'public' modifier. |
24
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| Expected an @return tag. |
32
|
| Expected an @return tag. |
39
|
| Expected an @return tag. |
45
|
| Expected an @return tag. |
51
|
| Missing a Javadoc comment. |
53
|
org/codehaus/xfire/service/object/ObjectServiceBuilder.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Line has trailing spaces. |
40
|
| Missing a Javadoc comment. |
41
|
| '{' should be on the previous line. |
42
|
| Line has trailing spaces. |
45
|
| Missing a Javadoc comment. |
46
|
| Parameter xfire should be final. |
46
|
| 'xfire' hides a field. |
46
|
| '{' should be on the previous line. |
47
|
| Line has trailing spaces. |
49
|
| Missing a Javadoc comment. |
53
|
| Parameter xfire should be final. |
53
|
| 'xfire' hides a field. |
53
|
| Parameter registry should be final. |
53
|
| 'registry' hides a field. |
53
|
| '{' should be on the previous line. |
54
|
| Expected an @return tag. |
64
|
| Line is longer than 80 characters. |
64
|
| Method 'create' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter clazz should be final. |
64
|
| Expected @param tag for 'clazz'. |
64
|
| Parameter tm should be final. |
64
|
| Expected @param tag for 'tm'. |
64
|
| Parameter wsdlUrl should be final. |
64
|
| Expected @param tag for 'wsdlUrl'. |
64
|
| Expected @throws tag for 'Exception'. |
64
|
| Line has trailing spaces. |
68
|
| Line has trailing spaces. |
78
|
| Line has trailing spaces. |
81
|
| Line has trailing spaces. |
86
|
| Expected an @return tag. |
91
|
| Method 'create' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter clazz should be final. |
91
|
| Expected @param tag for 'clazz'. |
91
|
| '{' should be on the previous line. |
92
|
| Expected an @return tag. |
106
|
| Line is longer than 80 characters. |
106
|
| Method 'create' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter clazz should be final. |
106
|
| Expected @param tag for 'clazz'. |
106
|
| Parameter version should be final. |
106
|
| Expected @param tag for 'version'. |
106
|
| Parameter style should be final. |
106
|
| Expected @param tag for 'style'. |
106
|
| Parameter use should be final. |
106
|
| Expected @param tag for 'use'. |
106
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| '{' should be on the previous line. |
111
|
| '+' is not preceded with whitespace. |
112
|
| '+' is not followed by whitespace. |
112
|
| Line has trailing spaces. |
114
|
| Line is longer than 80 characters. |
115
|
| Line has trailing spaces. |
118
|
| Method 'create' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Missing a Javadoc comment. |
119
|
| Parameter clazz should be final. |
119
|
| Parameter name should be final. |
120
|
| Parameter namespace should be final. |
121
|
| Parameter version should be final. |
122
|
| Parameter style should be final. |
123
|
| Parameter use should be final. |
124
|
| '{' should be on the previous line. |
125
|
| Line has trailing spaces. |
131
|
| Line has trailing spaces. |
136
|
| '{' should be on the previous line. |
138
|
| '}' should be on the same line. |
140
|
| '{' should be on the previous line. |
142
|
| Line has trailing spaces. |
145
|
| '{' should be on the previous line. |
147
|
| Line is longer than 80 characters. |
148
|
| Line has trailing spaces. |
150
|
| Line has trailing spaces. |
156
|
| '{' should be on the previous line. |
158
|
| Line has trailing spaces. |
161
|
| Line has trailing spaces. |
165
|
| Method 'initializeOperations' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Missing a Javadoc comment. |
166
|
| Parameter service should be final. |
166
|
| '{' should be on the previous line. |
167
|
| Comment matches to-do format 'TODO:'. |
170
|
| '{' should be on the previous line. |
173
|
| '(' is followed by whitespace. |
178
|
| '{' should be on the previous line. |
180
|
| Line is longer than 80 characters. |
186
|
| Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Missing a Javadoc comment. |
186
|
| Parameter service should be final. |
186
|
| Line is longer than 80 characters. |
192
|
| Line has trailing spaces. |
195
|
| '{' should be on the previous line. |
197
|
| 'if' construct must use '{}'s. |
199
|
| '{' should be on the previous line. |
212
|
| 'if' construct must use '{}'s. |
214
|
| Line is longer than 80 characters. |
217
|
| Method 'initializeTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Parameter service should be final. |
230
|
| Expected @param tag for 'service'. |
230
|
| '{' should be on the previous line. |
231
|
| Line has trailing spaces. |
233
|
| '{' should be on the previous line. |
235
|
| '{' should be on the previous line. |
237
|
| '}' should be on the same line. |
239
|
| '{' should be on the previous line. |
241
|
| Line is longer than 80 characters. |
247
|
org/codehaus/xfire/service/object/Operation.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
10
|
| '{' should be on the previous line. |
15
|
| Missing a Javadoc comment. |
16
|
| Missing a Javadoc comment. |
18
|
| Line has trailing spaces. |
19
|
| Missing a Javadoc comment. |
20
|
| Missing a Javadoc comment. |
22
|
| '(' is followed by whitespace. |
22
|
| 'method' hides a field. |
22
|
| ')' is preceded with whitespace. |
22
|
| '{' should be on the previous line. |
23
|
| Method 'getInParameterClass' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| '(' is followed by whitespace. |
30
|
| ')' is preceded with whitespace. |
30
|
| '{' should be on the previous line. |
31
|
| '(' is followed by whitespace. |
32
|
| ')' is preceded with whitespace. |
32
|
| Method 'addInParameter' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| '(' is followed by whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
| '{' should be on the previous line. |
36
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| Line has trailing spaces. |
39
|
| Method 'getInParameter' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| '(' is followed by whitespace. |
40
|
| ')' is preceded with whitespace. |
40
|
| '{' should be on the previous line. |
41
|
| Line has trailing spaces. |
44
|
| Method 'getInParameters' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| '{' should be on the previous line. |
46
|
| Method 'getOutParameterClass' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| '{' should be on the previous line. |
51
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| Method 'addOutParameter' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' should be on the previous line. |
56
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| Line has trailing spaces. |
59
|
| Method 'getOutParameter' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
61
|
| Line has trailing spaces. |
64
|
| Method 'getOutParameters' 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 has trailing spaces. |
69
|
| Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| '{' should be on the previous line. |
71
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| '{' should be on the previous line. |
76
|
org/codehaus/xfire/service/object/Parameter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
18
|
| Missing a Javadoc comment. |
19
|
| Missing a Javadoc comment. |
20
|
| Line has trailing spaces. |
21
|
| Missing a Javadoc comment. |
22
|
| '{' should be on the previous line. |
23
|
| Line has trailing spaces. |
25
|
| Missing a Javadoc comment. |
26
|
| Parameter name should be final. |
26
|
| 'name' hides a field. |
26
|
| Parameter typeClass should be final. |
26
|
| 'typeClass' hides a field. |
26
|
| '{' should be on the previous line. |
27
|
| Line has trailing spaces. |
31
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
35
|
| '{' should be on the previous line. |
36
|
| Line has trailing spaces. |
39
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Parameter name should be final. |
43
|
| 'name' hides a field. |
43
|
| '{' should be on the previous line. |
44
|
| Method 'getTypeClass' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| '{' should be on the previous line. |
49
|
| Line has trailing spaces. |
52
|
| Method 'setTypeClass' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter typeClass should be final. |
53
|
| 'typeClass' hides a field. |
53
|
| '{' should be on the previous line. |
54
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
58
|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter reader should be final. |
58
|
| Parameter context should be final. |
58
|
| '{' should be on the previous line. |
60
|
| Line is longer than 80 characters. |
61
|
| 'cast' is not followed by whitespace. |
61
|
| Line has trailing spaces. |
62
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
66
|
| Line is longer than 80 characters. |
66
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter value should be final. |
66
|
| Parameter writer should be final. |
66
|
| Parameter context should be final. |
66
|
| '{' should be on the previous line. |
68
|
| Line is longer than 80 characters. |
69
|
| 'cast' is not followed by whitespace. |
69
|
org/codehaus/xfire/service/object/ServiceBuilder.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
13
|
| Line is longer than 80 characters. |
16
|
| Redundant 'public' modifier. |
19
|
| Line has trailing spaces. |
20
|
| Line is longer than 80 characters. |
23
|
| Line has trailing spaces. |
26
|
| Line is longer than 80 characters. |
33
|
| Redundant 'public' modifier. |
33
|
| Line has trailing spaces. |
34
|
| Line is longer than 80 characters. |
37
|
| Line has trailing spaces. |
42
|
| Redundant 'public' modifier. |
49
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
61
|
| Line has trailing spaces. |
64
|
| Expected an @return tag. |
66
|
| Line is longer than 80 characters. |
66
|
| Redundant 'public' modifier. |
66
|
| Expected @param tag for 'tm'. |
66
|
| Expected @throws tag for 'Exception'. |
66
|
org/codehaus/xfire/test/AbstractXFireTypeTest.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
15
|
| Missing a Javadoc comment. |
16
|
| Variable 'registry' must be private and have accessor methods. |
16
|
| Missing a Javadoc comment. |
18
|
| Variable 'builder' must be private and have accessor methods. |
18
|
| Method 'setUp' is not designed for extension - needs to be abstract, final or empty. |
20
|
| Missing a Javadoc comment. |
20
|
| '{' should be on the previous line. |
22
|
| Method 'getRegistry' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| '{' should be on the previous line. |
34
|
| Method 'getServiceBuilder' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| '{' should be on the previous line. |
39
|
org/codehaus/xfire/test/TestHttpTransport.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
6
|
| Line has trailing spaces. |
8
|
| '{' should be on the previous line. |
13
|
| Method 'getServiceURL' is not designed for extension - needs to be abstract, final or empty. |
14
|
| Missing a Javadoc comment. |
14
|
| '(' is followed by whitespace. |
14
|
| Parameter service should be final. |
14
|
| ')' is preceded with whitespace. |
14
|
| '{' should be on the previous line. |
15
|
| Line contains a tab character. |
17
|
org/codehaus/xfire/test/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/xfire/type/AutoTypeMapping.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
15
|
| '{' should be on the previous line. |
21
|
| Missing a Javadoc comment. |
22
|
| '(' is followed by whitespace. |
22
|
| Parameter defaultTM should be final. |
22
|
| ')' is preceded with whitespace. |
22
|
| '{' should be on the previous line. |
23
|
| '(' is followed by whitespace. |
24
|
| ')' is preceded with whitespace. |
24
|
| Line has trailing spaces. |
26
|
| Missing a Javadoc comment. |
27
|
| '{' should be on the previous line. |
28
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line is longer than 80 characters. |
33
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
35
|
| '(' is followed by whitespace. |
35
|
| Parameter javaType should be final. |
35
|
| Parameter xmlType should be final. |
35
|
| ')' is preceded with whitespace. |
35
|
| Line contains a tab character. |
36
|
| '{' should be on the previous line. |
36
|
| Line has trailing spaces. |
38
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| Line has trailing spaces. |
42
|
| Line contains a tab character. |
43
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Expected an @return tag. |
57
|
| Line contains a tab character. |
57
|
| Method 'findTypeForClass' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter javaType should be final. |
57
|
| Expected @param tag for 'javaType'. |
57
|
| Line contains a tab character. |
58
|
| '{' should be on the previous line. |
58
|
| Line contains a tab character. |
59
|
| '(' is followed by whitespace. |
59
|
| '||' should be on a new line. |
59
|
| '(' is followed by whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| ')' is preceded with whitespace. |
60
|
| '{' should be on the previous line. |
61
|
| Line contains a tab character. |
62
|
| '}' should be on the same line. |
63
|
| '{' should be on the previous line. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
70
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Parameter javaType should be final. |
73
|
| '{' should be on the previous line. |
74
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '{' should be on the previous line. |
78
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '(' is followed by whitespace. |
80
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| Line has trailing spaces. |
84
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Expected an @return tag. |
93
|
| Line contains a tab character. |
93
|
| Parameter javaType should be final. |
93
|
| Expected @param tag for 'javaType'. |
93
|
| Line contains a tab character. |
94
|
| '{' should be on the previous line. |
94
|
| Line has trailing spaces. |
96
|
| Line contains a tab character. |
98
|
| '{' should be on the previous line. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
103
|
| Line has trailing spaces. |
105
|
| '||' should be on a new line. |
106
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| '{' should be on the previous line. |
108
|
| Line is longer than 80 characters. |
109
|
| '(' is followed by whitespace. |
109
|
| '+' is not preceded with whitespace. |
109
|
| '+' is not followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| Line has trailing spaces. |
110
|
| '(' 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
|
| Line has trailing spaces. |
116
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| '{' should be on the previous line. |
118
|
| '}' should be on the same line. |
120
|
| '{' should be on the previous line. |
122
|
| '}' should be on the same line. |
126
|
| '{' should be on the previous line. |
128
|
| '(' is followed by whitespace. |
129
|
| '+' is not preceded with whitespace. |
129
|
| '+' is not followed by whitespace. |
129
|
| ')' is preceded with whitespace. |
129
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| Line has trailing spaces. |
133
|
| Line contains a tab character. |
133
|
org/codehaus/xfire/type/ClassQNamePair.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
7
|
| '{' should be on the previous line. |
12
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| Line has trailing spaces. |
15
|
| Missing a Javadoc comment. |
16
|
| '(' is followed by whitespace. |
16
|
| Parameter javaClass should be final. |
16
|
| Parameter qname should be final. |
16
|
| 'qname' hides a field. |
16
|
| ')' is preceded with whitespace. |
16
|
| '{' should be on the previous line. |
17
|
| ';' is preceded with whitespace. |
18
|
| Line has trailing spaces. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. |
25
|
| Line contains a tab character. |
26
|
| '{' should be on the previous line. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Method 'getQName' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Line contains a tab character. |
34
|
| '{' should be on the previous line. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter o should be final. |
41
|
| '{' should be on the previous line. |
42
|
| 'if' construct must use '{}'s. |
43
|
| Line has trailing spaces. |
45
|
| Line has trailing spaces. |
47
|
| Line has trailing spaces. |
49
|
| '{' should be on the previous line. |
52
|
| Line has trailing spaces. |
55
|
| Line has trailing spaces. |
56
|
| '(' is followed by whitespace. |
56
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
60
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| '{' should be on the previous line. |
62
|
| Line has trailing spaces. |
64
|
| '{' should be on the previous line. |
66
|
| Line has trailing spaces. |
69
|
| '{' should be on the previous line. |
71
|
| Line has trailing spaces. |
74
|
org/codehaus/xfire/type/CustomTypeMapping.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
11
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
19
|
| Line contains a tab character. |
20
|
| Missing a Javadoc comment. |
20
|
| Line has trailing spaces. |
21
|
| Missing a Javadoc comment. |
22
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
26
|
| Line has trailing spaces. |
27
|
| Missing a Javadoc comment. |
28
|
| Line has trailing spaces. |
29
|
| Missing a Javadoc comment. |
30
|
| Line has trailing spaces. |
31
|
| Missing a Javadoc comment. |
32
|
| '(' is followed by whitespace. |
32
|
| Parameter defaultTM should be final. |
32
|
| 'defaultTM' hides a field. |
32
|
| ')' is preceded with whitespace. |
32
|
| '{' should be on the previous line. |
33
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
38
|
| Missing a Javadoc comment. |
39
|
| '{' should be on the previous line. |
40
|
| Line contains a tab character. |
47
|
| Line is longer than 80 characters. |
48
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Method 'isRegistered' is not designed for extension - needs to be abstract, final or empty. |
50
|
| '(' is followed by whitespace. |
50
|
| Parameter javaType should be final. |
50
|
| Parameter xmlType should be final. |
50
|
| ')' is preceded with whitespace. |
50
|
| Line contains a tab character. |
51
|
| '{' should be on the previous line. |
51
|
| Line has trailing spaces. |
53
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| Line has trailing spaces. |
55
|
| 'if' construct must use '{}'s. |
56
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| Line has trailing spaces. |
58
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
62
|
| Line is longer than 80 characters. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Method 'register' is not designed for extension - needs to be abstract, final or empty. |
65
|
| '(' is followed by whitespace. |
65
|
| Parameter javaType should be final. |
65
|
| Parameter xmlType should be final. |
65
|
| Parameter type should be final. |
65
|
| ')' is preceded with whitespace. |
65
|
| Line contains a tab character. |
66
|
| '{' should be on the previous line. |
66
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line has trailing spaces. |
70
|
| Line contains a tab character. |
71
|
| Line has trailing spaces. |
72
|
| Line contains a tab character. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| Line has trailing spaces. |
74
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
80
|
| Line is longer than 80 characters. |
81
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
83
|
| '(' is followed by whitespace. |
83
|
| Parameter javaType should be final. |
83
|
| Parameter xmlType should be final. |
83
|
| ')' is preceded with whitespace. |
83
|
| Line contains a tab character. |
84
|
| '{' should be on the previous line. |
84
|
| Line has trailing spaces. |
86
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| 'if' construct must use '{}'s. |
89
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| Line has trailing spaces. |
91
|
| Line contains a tab character. |
93
|
| Line has trailing spaces. |
94
|
| Line contains a tab character. |
95
|
| Line is longer than 80 characters. |
96
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Method 'removeType' is not designed for extension - needs to be abstract, final or empty. |
98
|
| '(' is followed by whitespace. |
98
|
| Parameter javaType should be final. |
98
|
| Parameter xmlType should be final. |
98
|
| ')' is preceded with whitespace. |
98
|
| Line contains a tab character. |
99
|
| '{' should be on the previous line. |
99
|
| Line has trailing spaces. |
101
|
| Line has trailing spaces. |
103
|
| 'if' construct must use '{}'s. |
104
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '{' should be on the previous line. |
107
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| Line contains a tab character. |
113
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Parameter javaType should be final. |
118
|
| '{' should be on the previous line. |
119
|
| '(' is followed by whitespace. |
120
|
| ')' is preceded with whitespace. |
120
|
| Line has trailing spaces. |
121
|
| 'if' construct must use '{}'s. |
122
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| Line has trailing spaces. |
124
|
| Line is longer than 80 characters. |
129
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter xmlType should be final. |
131
|
| '{' should be on the previous line. |
132
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| 'if' construct must use '{}'s. |
135
|
| '(' 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 'getTypeQName' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Parameter clazz should be final. |
144
|
| '{' should be on the previous line. |
145
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| 'if' construct must use '{}'s. |
148
|
| '(' is followed by whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| Line has trailing spaces. |
150
|
| Line has trailing spaces. |
153
|
| Line has trailing spaces. |
154
|
| Method 'getEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Missing a Javadoc comment. |
155
|
| '{' should be on the previous line. |
156
|
| Line has trailing spaces. |
159
|
| Method 'setEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Missing a Javadoc comment. |
160
|
| '(' is followed by whitespace. |
160
|
| Parameter encodingStyleURI should be final. |
160
|
| 'encodingStyleURI' hides a field. |
160
|
| ')' is preceded with whitespace. |
160
|
| '{' should be on the previous line. |
161
|
org/codehaus/xfire/type/DefaultTypeMappingRegistry.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
27
|
| '(' is followed by whitespace. |
27
|
| ')' is preceded with whitespace. |
27
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
28
|
| '(' is followed by whitespace. |
28
|
| ')' is preceded with whitespace. |
28
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
29
|
| '(' is followed by whitespace. |
29
|
| ')' is preceded with whitespace. |
29
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| '(' is followed by whitespace. |
30
|
| ')' is preceded with whitespace. |
30
|
| Missing a Javadoc comment. |
31
|
| '(' is followed by whitespace. |
31
|
| ')' is preceded with whitespace. |
31
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| '(' is followed by whitespace. |
32
|
| ')' is preceded with whitespace. |
32
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
35
|
| '(' is followed by whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
| Missing a Javadoc comment. |
36
|
| '(' is followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
36
|
| Missing a Javadoc comment. |
37
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| '(' is followed by whitespace. |
38
|
| ')' is preceded with whitespace. |
38
|
| Missing a Javadoc comment. |
39
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| '(' is followed by whitespace. |
40
|
| ')' is preceded with whitespace. |
40
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
46
|
| '{' should be on the previous line. |
47
|
| Missing a Javadoc comment. |
51
|
| Parameter createDefault should be final. |
51
|
| '{' should be on the previous line. |
52
|
| '{' should be on the previous line. |
56
|
| Line is longer than 80 characters. |
62
|
| Method 'register' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter encodingStyleURI should be final. |
65
|
| Parameter mapping should be final. |
65
|
| '{' should be on the previous line. |
66
|
| Line is longer than 80 characters. |
77
|
| Method 'registerDefault' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter mapping should be final. |
79
|
| '{' should be on the previous line. |
80
|
| Method 'getDefaultTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
87
|
| '{' should be on the previous line. |
88
|
| Line is longer than 80 characters. |
93
|
| Method 'getRegisteredEncodingStyleURIs' is not designed for extension - needs to be abstract, final or empty. |
95
|
| '{' should be on the previous line. |
96
|
| Line is longer than 80 characters. |
101
|
| Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter encodingStyleURI should be final. |
103
|
| '{' should be on the previous line. |
104
|
| Line is longer than 80 characters. |
109
|
| Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter autoTypes should be final. |
111
|
| '{' should be on the previous line. |
112
|
| Line is longer than 80 characters. |
117
|
| Line is longer than 80 characters. |
120
|
| Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter parentNamespace should be final. |
120
|
| Parameter autoTypes should be final. |
120
|
| Line is longer than 80 characters. |
125
|
| Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| Parameter parent should be final. |
125
|
| Parameter autoTypes should be final. |
125
|
| '{' should be on the previous line. |
128
|
| '}' should be on the same line. |
130
|
| '{' should be on the previous line. |
132
|
| Line is longer than 80 characters. |
138
|
| Method 'unregisterTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Parameter encodingStyleURI should be final. |
140
|
| '{' should be on the previous line. |
141
|
| Line is longer than 80 characters. |
148
|
| Method 'removeTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter mapping should be final. |
150
|
| '{' should be on the previous line. |
151
|
| '{' should be on the previous line. |
155
|
| '{' should be on the previous line. |
157
|
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. |
169
|
| '{' should be on the previous line. |
170
|
| Method 'createDefaultMappings' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Missing a Javadoc comment. |
174
|
| '{' should be on the previous line. |
175
|
| Line has trailing spaces. |
221
|
org/codehaus/xfire/type/Type.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
14
|
| Line has trailing spaces. |
16
|
| '{' should be on the previous line. |
21
|
| Missing a Javadoc comment. |
22
|
| Missing a Javadoc comment. |
23
|
| Missing a Javadoc comment. |
24
|
| Line has trailing spaces. |
25
|
| Missing a Javadoc comment. |
26
|
| '{' should be on the previous line. |
27
|
| Line has trailing spaces. |
29
|
| Line has trailing spaces. |
30
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| '(' is followed by whitespace. |
30
|
| Parameter reader should be final. |
30
|
| Parameter context should be final. |
30
|
| ')' is preceded with whitespace. |
30
|
| Line contains a tab character. |
31
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
33
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| '(' is followed by whitespace. |
33
|
| Parameter object should be final. |
33
|
| Parameter writer should be final. |
33
|
| Parameter context should be final. |
33
|
| ')' is preceded with whitespace. |
33
|
| Line contains a tab character. |
34
|
| Line has trailing spaces. |
35
|
| Missing a Javadoc comment. |
36
|
| '(' is followed by whitespace. |
36
|
| Parameter element should be final. |
36
|
| ')' is preceded with whitespace. |
36
|
| '{' should be on the previous line. |
37
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Line contains a tab character. |
44
|
| '{' should be on the previous line. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Method 'setTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
51
|
| '(' is followed by whitespace. |
51
|
| Parameter typeMapping should be final. |
51
|
| 'typeMapping' hides a field. |
51
|
| ')' is preceded with whitespace. |
51
|
| Line contains a tab character. |
52
|
| '{' should be on the previous line. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line has trailing spaces. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Method 'getTypeClass' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Line contains a tab character. |
60
|
| '{' should be on the previous line. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Method 'setTypeClass' is not designed for extension - needs to be abstract, final or empty. |
67
|
| '(' is followed by whitespace. |
67
|
| Parameter typeClass should be final. |
67
|
| 'typeClass' hides a field. |
67
|
| ')' is preceded with whitespace. |
67
|
| Line contains a tab character. |
68
|
| '{' should be on the previous line. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. |
75
|
| '{' should be on the previous line. |
76
|
| Line has trailing spaces. |
83
|
| Expected an @return tag. |
86
|
| Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. |
86
|
| '{' should be on the previous line. |
87
|
| Line has trailing spaces. |
91
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Parameter obj should be final. |
95
|
| '{' should be on the previous line. |
96
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| '{' should be on the previous line. |
98
|
| '(' is followed by whitespace. |
101
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| '{' should be on the previous line. |
104
|
| Line has trailing spaces. |
108
|
| Line has trailing spaces. |
111
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
| '{' should be on the previous line. |
113
|
| Line has trailing spaces. |
115
|
| '{' should be on the previous line. |
117
|
| Line has trailing spaces. |
120
|
| '{' should be on the previous line. |
122
|
| Line has trailing spaces. |
125
|
| Line has trailing spaces. |
128
|
| Method 'getSchemaType' is not designed for extension - needs to be abstract, final or empty. |
132
|
| '{' should be on the previous line. |
133
|
| Line has trailing spaces. |
136
|
| Method 'setSchemaType' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Parameter name should be final. |
140
|
| '{' should be on the previous line. |
141
|
org/codehaus/xfire/type/TypeMapping.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
12
|
| Redundant 'public' modifier. |
23
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| '(' is followed by whitespace. |
26
|
| ')' is preceded with whitespace. |
28
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Line has trailing spaces. |
34
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
| '(' is followed by whitespace. |
35
|
| ')' is preceded with whitespace. |
35
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| Missing a Javadoc comment. |
39
|
| Redundant 'public' modifier. |
39
|
| Line has trailing spaces. |
40
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Missing a Javadoc comment. |
43
|
| Redundant 'public' modifier. |
43
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
org/codehaus/xfire/type/TypeMappingRegistry.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
5
|
| '{' should be on the previous line. |
10
|
| Missing a Javadoc comment. |
11
|
| Redundant 'final' modifier. |
11
|
| 'public' modifier out of order with the JLS suggestions. |
11
|
| Expected an @return tag. |
15
|
| Redundant 'public' modifier. |
15
|
| Expected @param tag for 'encodingStyleURI'. |
15
|
| Expected @param tag for 'mapping'. |
15
|
| Redundant 'public' modifier. |
19
|
| Expected @param tag for 'mapping'. |
19
|
| Redundant 'public' modifier. |
29
|
| Redundant 'public' modifier. |
37
|
| Redundant 'public' modifier. |
49
|
| Redundant 'public' modifier. |
56
|
| Expected @param tag for 'autoTypes'. |
56
|
| Line has trailing spaces. |
60
|
| Line is longer than 80 characters. |
65
|
| Redundant 'public' modifier. |
65
|
| Redundant 'public' modifier. |
76
|
| Redundant 'public' modifier. |
92
|
| Redundant 'public' modifier. |
98
|
org/codehaus/xfire/type/basic/ArrayType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
27
|
| '{' should be on the previous line. |
32
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| Parameter reader should be final. |
33
|
| Parameter context should be final. |
33
|
| '{' should be on the previous line. |
35
|
| '{' should be on the previous line. |
37
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
41
|
| '(' is followed by whitespace. |
42
|
| ')' is preceded with whitespace. |
42
|
| '{' should be on the previous line. |
43
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
46
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| Line has trailing spaces. |
48
|
| Line is longer than 80 characters. |
49
|
| '(' is followed by whitespace. |
49
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| '}' should be on the same line. |
50
|
| '{' should be on the previous line. |
52
|
| Line is longer than 80 characters. |
57
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter object should be final. |
57
|
| Parameter writer should be final. |
57
|
| Parameter context should be final. |
57
|
| '{' should be on the previous line. |
59
|
| 'if' construct must use '{}'s. |
60
|
| '{' should be on the previous line. |
64
|
| Line contains a tab character. |
65
|
| Line has trailing spaces. |
66
|
| Line has trailing spaces. |
68
|
| 'if' construct must use '{}'s. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line is longer than 80 characters. |
70
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| Line has trailing spaces. |
71
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '{' should be on the previous line. |
73
|
| Line is longer than 80 characters. |
74
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| Line is longer than 80 characters. |
76
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| '}' should be on the same line. |
80
|
| '{' should be on the previous line. |
82
|
| '}' should be on the same line. |
84
|
| '{' should be on the previous line. |
86
|
| Method 'writeSchema' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| '(' is followed by whitespace. |
91
|
| Parameter root should be final. |
91
|
| ')' is preceded with whitespace. |
91
|
| '{' should be on the previous line. |
92
|
| Line has trailing spaces. |
94
|
| '{' should be on the previous line. |
94
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| Line has trailing spaces. |
96
|
| Line is longer than 80 characters. |
96
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| Line has trailing spaces. |
102
|
| '(' is followed by whitespace. |
103
|
| ')' is preceded with whitespace. |
103
|
| Line has trailing spaces. |
105
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| Line has trailing spaces. |
107
|
| Line is longer than 80 characters. |
109
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| Line is longer than 80 characters. |
111
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
112
|
| Line has trailing spaces. |
113
|
| Line is longer than 80 characters. |
114
|
| Line has trailing spaces. |
115
|
| Line is longer than 80 characters. |
116
|
| Comment matches to-do format 'TODO:'. |
118
|
| Line has trailing spaces. |
120
|
| Line has trailing spaces. |
123
|
| '}' should be on the same line. |
124
|
| '{' should be on the previous line. |
126
|
| Line has trailing spaces. |
130
|
| Line has trailing spaces. |
133
|
| Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. |
136
|
| '{' should be on the previous line. |
137
|
| Line has trailing spaces. |
140
|
| Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. |
144
|
| '{' should be on the previous line. |
145
|
| Line has trailing spaces. |
147
|
| Line is longer than 80 characters. |
148
|
| '(' is followed by whitespace. |
148
|
| '(' is followed by whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| Line has trailing spaces. |
149
|
| Line has trailing spaces. |
152
|
| Method 'getComponentType' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Missing a Javadoc comment. |
153
|
| '{' should be on the previous line. |
154
|
| Line has trailing spaces. |
156
|
| '(' is followed by whitespace. |
157
|
| ')' is preceded with whitespace. |
157
|
org/codehaus/xfire/type/basic/BeanType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
22
|
| '{' should be on the previous line. |
27
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Missing a Javadoc comment. |
28
|
| Parameter reader should be final. |
28
|
| Parameter context should be final. |
28
|
| '{' should be on the previous line. |
30
|
| '{' should be on the previous line. |
32
|
| Line has trailing spaces. |
35
|
| '(' is followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
36
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
39
|
| 'while' is not followed by whitespace. |
40
|
| '(' is followed by whitespace. |
40
|
| ')' is preceded with whitespace. |
40
|
| '{' should be on the previous line. |
41
|
| Line has trailing spaces. |
44
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| Line has trailing spaces. |
46
|
| 'if' construct must use '{}'s. |
47
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| Line is longer than 80 characters. |
48
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| Line has trailing spaces. |
49
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| 'if' construct must use '{}'s. |
52
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| Line has trailing spaces. |
53
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
54
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| Line has trailing spaces. |
57
|
| Line is longer than 80 characters. |
58
|
| '(' is followed by whitespace. |
58
|
| '{' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| Line has trailing spaces. |
60
|
| '}' should be on the same line. |
62
|
| '{' should be on the previous line. |
64
|
| Line is longer than 80 characters. |
65
|
| '}' should be on the same line. |
66
|
| '{' should be on the previous line. |
68
|
| Line is longer than 80 characters. |
69
|
| Line has trailing spaces. |
70
|
| '}' should be on the same line. |
70
|
| '{' should be on the previous line. |
72
|
| '}' should be on the same line. |
74
|
| '{' should be on the previous line. |
76
|
| Line is longer than 80 characters. |
77
|
| '}' should be on the same line. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| '{' should be on the previous line. |
80
|
| Line is longer than 80 characters. |
81
|
| Line contains a tab character. |
82
|
| Line is longer than 80 characters. |
85
|
| Method 'findPropertyDescriptor' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter name should be final. |
85
|
| Parameter pd should be final. |
85
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| 'if' construct must use '{}'s. |
89
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| Line is longer than 80 characters. |
98
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter object should be final. |
98
|
| Parameter writer should be final. |
98
|
| Parameter context should be final. |
98
|
| '{' should be on the previous line. |
100
|
| 'if' construct must use '{}'s. |
101
|
| Line has trailing spaces. |
103
|
| '{' should be on the previous line. |
105
|
| Comment matches to-do format 'TODO:'. |
106
|
| Line contains a tab character. |
106
|
| Line is longer than 80 characters. |
107
|
| '(' is followed by whitespace. |
107
|
| ')' is preceded with whitespace. |
107
|
| Line has trailing spaces. |
108
|
| Line has trailing spaces. |
110
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| '{' should be on the previous line. |
112
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| 'if' construct must use '{}'s. |
116
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| Line is longer than 80 characters. |
117
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| Line has trailing spaces. |
119
|
| '(' is followed by whitespace. |
119
|
| Line is longer than 80 characters. |
120
|
| ')' is preceded with whitespace. |
120
|
| Line is longer than 80 characters. |
121
|
| '(' is followed by whitespace. |
121
|
| '(' is followed by whitespace. |
121
|
| ')' is preceded with whitespace. |
121
|
| Line has trailing spaces. |
122
|
| ')' is preceded with whitespace. |
123
|
| '}' should be on the same line. |
126
|
| '{' should be on the previous line. |
128
|
| '}' should be on the same line. |
130
|
| '{' should be on the previous line. |
132
|
| Line has trailing spaces. |
134
|
| '}' should be on the same line. |
134
|
| '{' should be on the previous line. |
136
|
| '}' should be on the same line. |
138
|
| '{' should be on the previous line. |
140
|
| Comment matches to-do format 'TODO:'. |
141
|
| Method 'writeSchema' is not designed for extension - needs to be abstract, final or empty. |
149
|
| '(' is followed by whitespace. |
149
|
| Parameter root should be final. |
149
|
| ')' is preceded with whitespace. |
149
|
| '{' should be on the previous line. |
150
|
| '{' should be on the previous line. |
152
|
| Comment matches to-do format 'TODO:'. |
153
|
| Line is longer than 80 characters. |
154
|
| '(' is followed by whitespace. |
154
|
| ')' is preceded with whitespace. |
154
|
| Line has trailing spaces. |
155
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| Line has trailing spaces. |
157
|
| Line is longer than 80 characters. |
157
|
| Line has trailing spaces. |
158
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| Line has trailing spaces. |
160
|
| '(' is followed by whitespace. |
161
|
| ')' is preceded with whitespace. |
161
|
| Line has trailing spaces. |
163
|
| '(' is followed by whitespace. |
164
|
| ')' is preceded with whitespace. |
164
|
| Line has trailing spaces. |
165
|
| Line has trailing spaces. |
167
|
| Line has trailing spaces. |
168
|
| Line has trailing spaces. |
169
|
| '(' is followed by whitespace. |
170
|
| ')' is preceded with whitespace. |
170
|
| '{' should be on the previous line. |
171
|
| Line has trailing spaces. |
173
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| Line has trailing spaces. |
175
|
| '(' is followed by whitespace. |
176
|
| ')' is preceded with whitespace. |
176
|
| Line has trailing spaces. |
177
|
| Line is longer than 80 characters. |
178
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| Line has trailing spaces. |
179
|
| '(' is followed by whitespace. |
180
|
| ')' is preceded with whitespace. |
180
|
| Comment matches to-do format 'TODO:'. |
181
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| Line is longer than 80 characters. |
183
|
| '}' should be on the same line. |
185
|
| '{' should be on the previous line. |
187
|
| '}' should be on the same line. |
189
|
| '{' should be on the previous line. |
191
|
| Line has trailing spaces. |
193
|
| Line has trailing spaces. |
195
|
| Line has trailing spaces. |
198
|
| Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. |
201
|
| '{' should be on the previous line. |
202
|
org/codehaus/xfire/type/basic/BigDecimalType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
10
|
| '{' should be on the previous line. |
16
|
| Line is longer than 80 characters. |
17
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Missing a Javadoc comment. |
17
|
| '(' is followed by whitespace. |
17
|
| ')' is preceded with whitespace. |
17
|
| Avoid inline conditionals. |
21
|
| '(' is followed by whitespace. |
21
|
| ')' is preceded with whitespace. |
21
|
| Line is longer than 80 characters. |
24
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Missing a Javadoc comment. |
24
|
| '(' is followed by whitespace. |
24
|
| ')' is preceded with whitespace. |
24
|
| '(' is followed by whitespace. |
26
|
| ')' is preceded with whitespace. |
26
|
org/codehaus/xfire/type/basic/BooleanType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
8
|
| Line has trailing spaces. |
10
|
| '{' should be on the previous line. |
15
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
16
|
| Missing a Javadoc comment. |
16
|
| Parameter reader should be final. |
16
|
| Parameter context should be final. |
16
|
| '{' should be on the previous line. |
17
|
| '(' is followed by whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| Line is longer than 80 characters. |
21
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Missing a Javadoc comment. |
21
|
| Parameter object should be final. |
21
|
| Parameter writer should be final. |
21
|
| Parameter context should be final. |
21
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
org/codehaus/xfire/type/basic/CalendarType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
12
|
| '{' should be on the previous line. |
17
|
| Line is longer than 80 characters. |
19
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Parameter reader should be final. |
21
|
| Parameter context should be final. |
21
|
| '{' should be on the previous line. |
22
|
| Line is longer than 80 characters. |
29
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Parameter object should be final. |
29
|
| Parameter writer should be final. |
29
|
| Parameter context should be final. |
29
|
| '(' is followed by whitespace. |
31
|
| ')' is preceded with whitespace. |
31
|
org/codehaus/xfire/type/basic/DateType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
12
|
| '{' should be on the previous line. |
17
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
18
|
| Missing a Javadoc comment. |
18
|
| Parameter reader should be final. |
18
|
| Parameter context should be final. |
18
|
| '{' should be on the previous line. |
19
|
| Line is longer than 80 characters. |
23
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
23
|
| Missing a Javadoc comment. |
23
|
| Parameter object should be final. |
23
|
| Parameter writer should be final. |
23
|
| Parameter context should be final. |
23
|
| '(' is followed by whitespace. |
25
|
| ')' is preceded with whitespace. |
25
|
org/codehaus/xfire/type/basic/DoubleType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
8
|
| Line has trailing spaces. |
10
|
| '{' should be on the previous line. |
15
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
16
|
| Missing a Javadoc comment. |
16
|
| Parameter reader should be final. |
16
|
| Parameter context should be final. |
16
|
| '{' should be on the previous line. |
17
|
| '(' is followed by whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| Line is longer than 80 characters. |
21
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Missing a Javadoc comment. |
21
|
| Parameter object should be final. |
21
|
| Parameter writer should be final. |
21
|
| Parameter context should be final. |
21
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
org/codehaus/xfire/type/basic/FloatType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
8
|
| Line has trailing spaces. |
10
|
| '{' should be on the previous line. |
15
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
17
|
| Missing a Javadoc comment. |
17
|
| Parameter reader should be final. |
17
|
| Parameter context should be final. |
17
|
| '{' should be on the previous line. |
18
|
| '(' is followed by whitespace. |
19
|
| ')' is preceded with whitespace. |
19
|
| Line is longer than 80 characters. |
22
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Missing a Javadoc comment. |
22
|
| Parameter object should be final. |
22
|
| Parameter writer should be final. |
22
|
| Parameter context should be final. |
22
|
| '(' is followed by whitespace. |
24
|
| ')' is preceded with whitespace. |
24
|
org/codehaus/xfire/type/basic/IntType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
8
|
| Line has trailing spaces. |
10
|
| '{' should be on the previous line. |
15
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
16
|
| Missing a Javadoc comment. |
16
|
| Parameter reader should be final. |
16
|
| Parameter context should be final. |
16
|
| '{' should be on the previous line. |
17
|
| 'if' is not followed by whitespace. |
18
|
| '(' is followed by whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| '{' should be on the previous line. |
19
|
| '}' should be on the same line. |
21
|
| '{' should be on the previous line. |
23
|
| '(' is followed by whitespace. |
24
|
| ')' is preceded with whitespace. |
24
|
| Line is longer than 80 characters. |
28
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Missing a Javadoc comment. |
28
|
| Parameter object should be final. |
28
|
| Parameter writer should be final. |
28
|
| Parameter context should be final. |
28
|
| '(' is followed by whitespace. |
30
|
| ')' is preceded with whitespace. |
30
|
org/codehaus/xfire/type/basic/LongType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
8
|
| Line has trailing spaces. |
10
|
| '{' should be on the previous line. |
15
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
16
|
| Missing a Javadoc comment. |
16
|
| Parameter reader should be final. |
16
|
| Parameter context should be final. |
16
|
| '{' should be on the previous line. |
17
|
| '(' is followed by whitespace. |
18
|
| ')' is preceded with whitespace. |
18
|
| Line is longer than 80 characters. |
21
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Missing a Javadoc comment. |
21
|
| Parameter object should be final. |
21
|
| Parameter writer should be final. |
21
|
| Parameter context should be final. |
21
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
org/codehaus/xfire/type/basic/StringType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
8
|
| Line has trailing spaces. |
10
|
| '{' should be on the previous line. |
15
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
16
|
| Missing a Javadoc comment. |
16
|
| Parameter reader should be final. |
16
|
| Parameter context should be final. |
16
|
| '{' should be on the previous line. |
17
|
| Line is longer than 80 characters. |
21
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
21
|
| Missing a Javadoc comment. |
21
|
| Parameter object should be final. |
21
|
| Parameter writer should be final. |
21
|
| Parameter context should be final. |
21
|
| '(' is followed by whitespace. |
23
|
| ')' is preceded with whitespace. |
23
|
org/codehaus/xfire/type/basic/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/xfire/type/mtom/MTOMDataContentHandlerFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| '{' should be on the previous line. |
13
|
| Line is longer than 80 characters. |
14
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
16
|
| '{' should be on the previous line. |
17
|
org/codehaus/xfire/type/mtom/XOPType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line contains a tab character. |
25
|
| '{' should be on the previous line. |
26
|
| Missing a Javadoc comment. |
27
|
| 'static' modifier out of order with the JLS suggestions. |
27
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
28
|
| 'static' modifier out of order with the JLS suggestions. |
28
|
| Line has trailing spaces. |
29
|
| Missing a Javadoc comment. |
30
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Name 'CTypeToClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
34
|
| Line has trailing spaces. |
35
|
| Missing a Javadoc comment. |
36
|
| '{' should be on the previous line. |
37
|
| Line has trailing spaces. |
39
|
| Method 'readObject' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter reader should be final. |
40
|
| Parameter context should be final. |
40
|
| Line contains a tab character. |
41
|
| '{' should be on the previous line. |
42
|
| Line has trailing spaces. |
45
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| Line has trailing spaces. |
47
|
| '{' should be on the previous line. |
51
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '{' should be on the previous line. |
53
|
| '}' should be on the same line. |
55
|
| '{' should be on the previous line. |
57
|
| '}' should be on the same line. |
60
|
| '{' should be on the previous line. |
62
|
| Line is longer than 80 characters. |
63
|
| Expected an @return tag. |
72
|
| Method 'getURI' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter value should be final. |
72
|
| Expected @param tag for 'value'. |
72
|
| '{' should be on the previous line. |
73
|
| '+' is not preceded with whitespace. |
75
|
| '+' is not followed by whitespace. |
75
|
| Line has trailing spaces. |
78
|
| Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Parameter id should be final. |
78
|
| Parameter context should be final. |
78
|
| Line contains a tab character. |
79
|
| '{' should be on the previous line. |
80
|
| Line has trailing spaces. |
81
|
| Line has trailing spaces. |
84
|
| '(' is followed by whitespace. |
85
|
| '{' should be on the previous line. |
86
|
| '{' should be on the previous line. |
92
|
| '}' should be on the same line. |
95
|
| '{' should be on the previous line. |
97
|
| Line is longer than 80 characters. |
98
|
| Line has trailing spaces. |
100
|
| Line has trailing spaces. |
103
|
| Line has trailing spaces. |
104
|
| Line is longer than 80 characters. |
104
|
| Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Missing a Javadoc comment. |
104
|
| Parameter object should be final. |
104
|
| Parameter writer should be final. |
104
|
| Parameter context should be final. |
104
|
| Line contains a tab character. |
105
|
| '{' should be on the previous line. |
106
|
| Line has trailing spaces. |
107
|
| Line has trailing spaces. |
117
|
| Line has trailing spaces. |
120
|
| Line has trailing spaces. |
122
|
| Line has trailing spaces. |
124
|
| Line has trailing spaces. |
127
|
| Line has trailing spaces. |
128
|
org/codehaus/xfire/type/mtom/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/xfire/type/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/xfire/wsdl11/ObjectServiceVisitor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
23
|
| Comment matches to-do format 'TODO:'. |
24
|
| '{' should be on the previous line. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Line has trailing spaces. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter definition should be final. |
38
|
| Parameter service should be final. |
39
|
| 'service' hides a field. |
39
|
| '{' should be on the previous line. |
40
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
49
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| '{' should be on the previous line. |
57
|
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter part should be final. |
61
|
| '{' should be on the previous line. |
62
|
| 'if' construct must use '{}'s. |
64
|
| Line is longer than 80 characters. |
65
|
| Line has trailing spaces. |
66
|
| Line is longer than 80 characters. |
67
|
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Parameter wsdlOperation should be final. |
72
|
| '{' should be on the previous line. |
73
|
| Line is longer than 80 characters. |
76
|
| Line is longer than 80 characters. |
80
|
| '{' should be on the previous line. |
82
|
| Line is longer than 80 characters. |
89
|
| '{' should be on the previous line. |
91
|
| Missing a Javadoc comment. |
100
|
| Parameter wsdlOperation should be final. |
100
|
| '{' should be on the previous line. |
101
|
| Line is longer than 80 characters. |
103
|
| '{' should be on the previous line. |
106
|
| '{' should be on the previous line. |
111
|
| Line is longer than 80 characters. |
112
|
| '}' should be on the same line. |
113
|
| '{' should be on the previous line. |
115
|
| Line is longer than 80 characters. |
116
|
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| Parameter wsdlService should be final. |
121
|
| '{' should be on the previous line. |
122
|
org/codehaus/xfire/wsdl11/WSDLVisitor.java
Error | Line |
| File does not end with a newline. |
0
|
org/codehaus/xfire/wsdl11/WSDLVisitor.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - javax.wsdl.*. |
22
|
| Missing a Javadoc comment. |
26
|
| '{' should be on the previous line. |
27
|
| Missing a Javadoc comment. |
28
|
| Variable 'definition' must be private and have accessor methods. |
28
|
| Missing a Javadoc comment. |
30
|
| Parameter definition should be final. |
30
|
| 'definition' hides a field. |
30
|
| '{' should be on the previous line. |
31
|
| Method 'walkTree' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| '{' should be on the previous line. |
36
|
| '{' should be on the previous line. |
39
|
| '{' should be on the previous line. |
43
|
| Line has trailing spaces. |
48
|
| '{' should be on the previous line. |
51
|
| Line is longer than 80 characters. |
55
|
| Line has trailing spaces. |
61
|
| '{' should be on the previous line. |
64
|
| Line has trailing spaces. |
67
|
| Line is longer than 80 characters. |
69
|
| Line has trailing spaces. |
73
|
| Line has trailing spaces. |
76
|
| '{' should be on the previous line. |
79
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
85
|
| Line is longer than 80 characters. |
86
|
| Line is longer than 80 characters. |
87
|
| Line is longer than 80 characters. |
89
|
| Line has trailing spaces. |
96
|
| '{' should be on the previous line. |
99
|
| Avoid nested blocks. |
102
|
| Avoid nested blocks. |
106
|
| Line has trailing spaces. |
110
|
| Line is longer than 80 characters. |
112
|
| '}' should be on the same line. |
120
|
| '{' should be on the previous line. |
122
|
| '}' should be on the same line. |
124
|
| '{' should be on the previous line. |
126
|
| Missing a Javadoc comment. |
131
|
| '{' should be on the previous line. |
132
|
| Missing a Javadoc comment. |
135
|
| '{' should be on the previous line. |
136
|
| Missing a Javadoc comment. |
139
|
| Parameter fault should be final. |
139
|
| '{' should be on the previous line. |
140
|
| Missing a Javadoc comment. |
143
|
| Parameter definition should be final. |
143
|
| 'definition' hides a field. |
143
|
| '{' should be on the previous line. |
144
|
| Missing a Javadoc comment. |
147
|
| Parameter wsdlImport should be final. |
147
|
| '{' should be on the previous line. |
148
|
| Missing a Javadoc comment. |
151
|
| Parameter types should be final. |
151
|
| '{' should be on the previous line. |
152
|
| Missing a Javadoc comment. |
155
|
| Parameter bindingFault should be final. |
155
|
| '{' should be on the previous line. |
156
|
| Missing a Javadoc comment. |
159
|
| Parameter bindingOutput should be final. |
159
|
| '{' should be on the previous line. |
160
|
| Missing a Javadoc comment. |
163
|
| Parameter bindingInput should be final. |
163
|
| '{' should be on the previous line. |
164
|
| Missing a Javadoc comment. |
167
|
| Parameter output should be final. |
167
|
| '{' should be on the previous line. |
168
|
| Missing a Javadoc comment. |
171
|
| Parameter part should be final. |
171
|
| '{' should be on the previous line. |
172
|
| Missing a Javadoc comment. |
175
|
| Parameter message should be final. |
175
|
| '{' should be on the previous line. |
176
|
| Missing a Javadoc comment. |
179
|
| Parameter input should be final. |
179
|
| '{' should be on the previous line. |
180
|
| Missing a Javadoc comment. |
183
|
| Parameter operation should be final. |
183
|
| '{' should be on the previous line. |
184
|
| Missing a Javadoc comment. |
187
|
| Parameter portType should be final. |
187
|
| '{' should be on the previous line. |
188
|
| Missing a Javadoc comment. |
191
|
| Parameter bindingOperation should be final. |
191
|
| '{' should be on the previous line. |
192
|
| Missing a Javadoc comment. |
195
|
| Parameter binding should be final. |
195
|
| '{' should be on the previous line. |
196
|
| Missing a Javadoc comment. |
199
|
| Parameter port should be final. |
199
|
| '{' should be on the previous line. |
200
|
| Missing a Javadoc comment. |
203
|
| Parameter service should be final. |
203
|
| '{' should be on the previous line. |
204
|
| Method 'getSOAPBody' is not designed for extension - needs to be abstract, final or empty. |
207
|
| Missing a Javadoc comment. |
207
|
| Parameter extensibilityElements should be final. |
207
|
| '{' should be on the previous line. |
208
|
| '{' should be on the previous line. |
211
|
| '{' should be on the previous line. |
214
|
| Method 'getSOAPBinding' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Missing a Javadoc comment. |
222
|
| Parameter binding should be final. |
222
|
| '{' should be on the previous line. |
223
|
| '{' should be on the previous line. |
227
|
| '{' should be on the previous line. |
230
|
org/codehaus/xfire/wsdl11/builder/AbstractJavaWSDL.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
27
|
| Line has trailing spaces. |
29
|
| Line has trailing spaces. |
35
|
| '{' should be on the previous line. |
35
|
| Missing a Javadoc comment. |
36
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
38
|
| Line has trailing spaces. |
39
|
| Missing a Javadoc comment. |
40
|
| Line has trailing spaces. |
41
|
| Missing a Javadoc comment. |
42
|
| Line is longer than 80 characters. |
44
|
| Missing a Javadoc comment. |
44
|
| '(' is followed by whitespace. |
44
|
| Parameter service should be final. |
44
|
| Parameter transports should be final. |
44
|
| 'transports' hides a field. |
44
|
| ')' is preceded with whitespace. |
44
|
| Line has trailing spaces. |
49
|
| 'portType' hides a field. |
50
|
| Line has trailing spaces. |
51
|
| Line has trailing spaces. |
56
|
| Method 'createJavaxQName' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| '(' is followed by whitespace. |
57
|
| Parameter qname should be final. |
57
|
| ')' is preceded with whitespace. |
57
|
| '{' should be on the previous line. |
58
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| Line has trailing spaces. |
61
|
| Method 'createAbstractInterface' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| '{' should be on the previous line. |
64
|
| Line has trailing spaces. |
67
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
69
|
| Line has trailing spaces. |
70
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| Line has trailing spaces. |
75
|
| Line is longer than 80 characters. |
77
|
| '(' is followed by whitespace. |
77
|
| ';' is followed by whitespace. |
77
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| Line has trailing spaces. |
82
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| Line has trailing spaces. |
89
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| Line has trailing spaces. |
92
|
| Line has trailing spaces. |
95
|
| Method 'createConcreteInterface' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| '(' is followed by whitespace. |
96
|
| Parameter portType should be final. |
96
|
| 'portType' hides a field. |
96
|
| ')' is preceded with whitespace. |
96
|
| '{' should be on the previous line. |
97
|
| Line has trailing spaces. |
100
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
102
|
| '(' is followed by whitespace. |
106
|
| ')' is preceded with whitespace. |
106
|
| Line has trailing spaces. |
107
|
| '(' is followed by whitespace. |
108
|
| ';' is followed by whitespace. |
108
|
| '{' should be on the previous line. |
109
|
| 'if' construct must use '{}'s. |
111
|
| Line has trailing spaces. |
113
|
| Line has trailing spaces. |
115
|
| Line is longer than 80 characters. |
116
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| Line has trailing spaces. |
117
|
| Line is longer than 80 characters. |
118
|
| '(' is followed by whitespace. |
118
|
| ';' is followed by whitespace. |
118
|
| Line is longer than 80 characters. |
120
|
| Line has trailing spaces. |
122
|
| Line is longer than 80 characters. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| Line has trailing spaces. |
124
|
| Line is longer than 80 characters. |
125
|
| '(' is followed by whitespace. |
125
|
| ')' is preceded with whitespace. |
125
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| Line is longer than 80 characters. |
129
|
| Line has trailing spaces. |
130
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| '(' is followed by whitespace. |
132
|
| ')' is preceded with whitespace. |
132
|
| Line has trailing spaces. |
134
|
| '(' is followed by whitespace. |
135
|
| ')' is preceded with whitespace. |
135
|
| Missing a Javadoc comment. |
139
|
| Parameter op should be final. |
139
|
| '{' should be on the previous line. |
140
|
| '(' is followed by whitespace. |
143
|
| '(' is followed by whitespace. |
143
|
| ')' is preceded with whitespace. |
144
|
| '(' is followed by whitespace. |
148
|
| ')' is preceded with whitespace. |
148
|
| Line has trailing spaces. |
149
|
| Missing a Javadoc comment. |
153
|
| Parameter op should be final. |
153
|
| '{' should be on the previous line. |
154
|
| Line is longer than 80 characters. |
156
|
| '(' is followed by whitespace. |
156
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| Line has trailing spaces. |
158
|
| '(' is followed by whitespace. |
159
|
| ')' is preceded with whitespace. |
159
|
| Line contains a tab character. |
164
|
| Missing a Javadoc comment. |
164
|
| '(' is followed by whitespace. |
164
|
| Parameter req should be final. |
164
|
| Parameter op should be final. |
164
|
| ')' is preceded with whitespace. |
164
|
| Missing a Javadoc comment. |
166
|
| '(' is followed by whitespace. |
166
|
| Parameter req should be final. |
166
|
| Parameter op should be final. |
166
|
| ')' is preceded with whitespace. |
166
|
| Line is longer than 80 characters. |
168
|
| Method 'createOperation' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Missing a Javadoc comment. |
168
|
| '(' is followed by whitespace. |
168
|
| Parameter op should be final. |
168
|
| Parameter req should be final. |
168
|
| Parameter res should be final. |
168
|
| ')' is preceded with whitespace. |
168
|
| Line has trailing spaces. |
172
|
| '(' is followed by whitespace. |
174
|
| ')' is preceded with whitespace. |
174
|
| '(' is followed by whitespace. |
175
|
| ')' is preceded with whitespace. |
175
|
| '(' is followed by whitespace. |
178
|
| ')' is preceded with whitespace. |
178
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
179
|
| '(' is followed by whitespace. |
180
|
| ')' is preceded with whitespace. |
180
|
| Line has trailing spaces. |
181
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| '(' is followed by whitespace. |
183
|
| ')' is preceded with whitespace. |
183
|
| Line has trailing spaces. |
184
|
org/codehaus/xfire/wsdl11/builder/AbstractWSDL.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
30
|
| Line has trailing spaces. |
32
|
| '{' should be on the previous line. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
50
|
| Variable 'xsdNs' must be private and have accessor methods. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| Line has trailing spaces. |
51
|
| Missing a Javadoc comment. |
52
|
| Variable 'schemaQ' must be private and have accessor methods. |
52
|
| Missing a Javadoc comment. |
54
|
| Variable 'elementQ' must be private and have accessor methods. |
54
|
| Line is longer than 80 characters. |
56
|
| Line is longer than 80 characters. |
57
|
| Variable 'xfireTypeQ' must be private and have accessor methods. |
57
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| Line has trailing spaces. |
58
|
| Missing a Javadoc comment. |
59
|
| '(' is followed by whitespace. |
59
|
| Parameter service should be final. |
59
|
| 'service' hides a field. |
59
|
| ')' is preceded with whitespace. |
59
|
| '{' should be on the previous line. |
61
|
| Line has trailing spaces. |
64
|
| '(' is followed by whitespace. |
65
|
| ')' is preceded with whitespace. |
65
|
| '(' is followed by whitespace. |
66
|
| ')' is preceded with whitespace. |
66
|
| Line has trailing spaces. |
67
|
| '(' is followed by whitespace. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line has trailing spaces. |
71
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| Line is longer than 80 characters. |
73
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| Line has trailing spaces. |
81
|
| Line has trailing spaces. |
82
|
| Method 'writeDocument' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| '{' should be on the previous line. |
84
|
| Line is longer than 80 characters. |
85
|
| '(' is followed by whitespace. |
85
|
| ')' is preceded with whitespace. |
85
|
| Line has trailing spaces. |
86
|
| Line is longer than 80 characters. |
88
|
| '(' is followed by whitespace. |
88
|
| ')' is preceded with whitespace. |
88
|
| Line has trailing spaces. |
89
|
| Line has trailing spaces. |
92
|
| Method 'writeComplexTypes' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| '{' should be on the previous line. |
95
|
| Line has trailing spaces. |
97
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| Line has trailing spaces. |
99
|
| '(' is followed by whitespace. |
100
|
| ')' is preceded with whitespace. |
100
|
| Line has trailing spaces. |
101
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| '(' is followed by whitespace. |
107
|
| ';' is followed by whitespace. |
107
|
| '{' should be on the previous line. |
108
|
| Line has trailing spaces. |
110
|
| '(' is followed by whitespace. |
111
|
| ')' is preceded with whitespace. |
111
|
| '(' is followed by whitespace. |
112
|
| ')' is preceded with whitespace. |
112
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| Line has trailing spaces. |
115
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| Line has trailing spaces. |
118
|
| Method 'addDependency' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| Parameter type should be final. |
121
|
| '{' should be on the previous line. |
122
|
| 'if' construct must use '{}'s. |
123
|
| '(' is followed by whitespace. |
123
|
| ')' is preceded with whitespace. |
123
|
| Line has trailing spaces. |
125
|
| '(' is followed by whitespace. |
126
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| '{' should be on the previous line. |
127
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| Line has trailing spaces. |
129
|
| Line is longer than 80 characters. |
130
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| Line has trailing spaces. |
135
|
| '(' is followed by whitespace. |
136
|
| ')' is preceded with whitespace. |
136
|
| '{' should be on the previous line. |
137
|
| '(' is followed by whitespace. |
138
|
| ';' is followed by whitespace. |
138
|
| '{' should be on the previous line. |
139
|
| '(' is followed by whitespace. |
140
|
| ')' is preceded with whitespace. |
140
|
| Line has trailing spaces. |
144
|
| Line has trailing spaces. |
147
|
| Line has trailing spaces. |
148
|
| Line contains a tab character. |
152
|
| Method 'writeSchemaForNamespace' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Parameter schema should be final. |
152
|
| Parameter schemaNs should be final. |
152
|
| Line contains a tab character. |
153
|
| '{' should be on the previous line. |
153
|
| Line has trailing spaces. |
155
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| '{' should be on the previous line. |
157
|
| Line contains a tab character. |
158
|
| '(' is followed by whitespace. |
158
|
| ';' is followed by whitespace. |
158
|
| '{' should be on the previous line. |
159
|
| Line has trailing spaces. |
161
|
| Line is longer than 80 characters. |
162
|
| '(' is followed by whitespace. |
162
|
| ';' is followed by whitespace. |
162
|
| '(' is followed by whitespace. |
170
|
| ')' is preceded with whitespace. |
170
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
175
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Parameter out should be final. |
178
|
| '{' should be on the previous line. |
179
|
| '(' is followed by whitespace. |
180
|
| ')' is preceded with whitespace. |
180
|
| '(' is followed by whitespace. |
181
|
| ')' is preceded with whitespace. |
181
|
| '(' is followed by whitespace. |
182
|
| ')' is preceded with whitespace. |
182
|
| Line has trailing spaces. |
185
|
| Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Missing a Javadoc comment. |
186
|
| Parameter prefix should be final. |
186
|
| Parameter uri should be final. |
186
|
| '{' should be on the previous line. |
187
|
| '(' is followed by whitespace. |
188
|
| ')' is preceded with whitespace. |
188
|
| '(' is followed by whitespace. |
189
|
| ')' is preceded with whitespace. |
189
|
| Line has trailing spaces. |
191
|
| Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Missing a Javadoc comment. |
192
|
| '(' is followed by whitespace. |
192
|
| Parameter uri should be final. |
192
|
| ')' is preceded with whitespace. |
192
|
| '{' should be on the previous line. |
193
|
| '(' is followed by whitespace. |
194
|
| ')' is preceded with whitespace. |
194
|
| Line has trailing spaces. |
196
|
| Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. |
200
|
| '{' should be on the previous line. |
201
|
| Method 'getDefinition' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Missing a Javadoc comment. |
205
|
| '{' should be on the previous line. |
206
|
| Line has trailing spaces. |
209
|
| Method 'setDefinition' is not designed for extension - needs to be abstract, final or empty. |
210
|
| Missing a Javadoc comment. |
210
|
| Parameter definition should be final. |
210
|
| '{' should be on the previous line. |
211
|
| Line has trailing spaces. |
214
|
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Missing a Javadoc comment. |
215
|
| '{' should be on the previous line. |
216
|
| Line has trailing spaces. |
219
|
| Method 'setService' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Missing a Javadoc comment. |
220
|
| Parameter service should be final. |
220
|
| 'service' hides a field. |
220
|
| '{' should be on the previous line. |
221
|
| Line has trailing spaces. |
224
|
| Line has trailing spaces. |
227
|
| Expected an @return tag. |
231
|
| Method 'createSchemaType' is not designed for extension - needs to be abstract, final or empty. |
231
|
| '(' is followed by whitespace. |
231
|
| Parameter namespace should be final. |
231
|
| ')' is preceded with whitespace. |
231
|
| '{' should be on the previous line. |
232
|
| '(' is followed by whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
| Line has trailing spaces. |
234
|
| '(' is followed by whitespace. |
235
|
| ')' is preceded with whitespace. |
235
|
| '(' is followed by whitespace. |
236
|
| ')' is preceded with whitespace. |
236
|
| '{' should be on the previous line. |
237
|
| Line contains a tab character. |
238
|
| '(' is followed by whitespace. |
239
|
| ')' is preceded with whitespace. |
239
|
| Line has trailing spaces. |
241
|
| Line has trailing spaces. |
243
|
| Line has trailing spaces. |
246
|
| Method 'getSchemaTypes' is not designed for extension - needs to be abstract, final or empty. |
247
|
| Missing a Javadoc comment. |
247
|
| '{' should be on the previous line. |
248
|
| Line has trailing spaces. |
251
|
| Method 'setSchemaTypes' is not designed for extension - needs to be abstract, final or empty. |
252
|
| Missing a Javadoc comment. |
252
|
| Parameter schemaTypes should be final. |
252
|
| 'schemaTypes' hides a field. |
252
|
| '{' should be on the previous line. |
253
|
org/codehaus/xfire/wsdl11/builder/DocumentWSDL.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
26
|
| '{' should be on the previous line. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
27
|
| Parameter service should be final. |
27
|
| Parameter transports should be final. |
27
|
| Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| Parameter res should be final. |
32
|
| Parameter op should be final. |
32
|
| '{' should be on the previous line. |
33
|
| Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| '(' is followed by whitespace. |
37
|
| Parameter req should be final. |
37
|
| Parameter op should be final. |
37
|
| ')' is preceded with whitespace. |
37
|
| '{' should be on the previous line. |
38
|
| Parameter message should be final. |
47
|
| Expected @param tag for 'message'. |
47
|
| Parameter params should be final. |
47
|
| Expected @param tag for 'params'. |
47
|
| '{' should be on the previous line. |
48
|
| Line has trailing spaces. |
50
|
| '(' is followed by whitespace. |
51
|
| ';' is followed by whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| '(' is followed by whitespace. |
57
|
| ')' is preceded with whitespace. |
57
|
| Line has trailing spaces. |
61
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| Line has trailing spaces. |
64
|
| '(' is followed by whitespace. |
65
|
| ')' is preceded with whitespace. |
65
|
| '{' should be on the previous line. |
66
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| Line has trailing spaces. |
68
|
| Line is longer than 80 characters. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '(' is followed by whitespace. |
70
|
| ')' is preceded with whitespace. |
70
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| Line has trailing spaces. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| Line has trailing spaces. |
75
|
| Line is longer than 80 characters. |
76
|
| ')' is preceded with whitespace. |
76
|
| '}' should be on the same line. |
77
|
| '{' should be on the previous line. |
79
|
| '(' is followed by whitespace. |
83
|
| ')' is preceded with whitespace. |
83
|
org/codehaus/xfire/wsdl11/builder/JavaWSDLBuilder.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
16
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| '{' should be on the previous line. |
23
|
| Missing a Javadoc comment. |
24
|
| Line has trailing spaces. |
25
|
| Missing a Javadoc comment. |
26
|
| '(' is followed by whitespace. |
26
|
| Parameter manager should be final. |
26
|
| 'manager' hides a field. |
26
|
| ')' is preceded with whitespace. |
26
|
| '{' should be on the previous line. |
27
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Expected an @return tag. |
35
|
| Line contains a tab character. |
35
|
| Method 'createWSDLWriter' is not designed for extension - needs to be abstract, final or empty. |
35
|
| '(' is followed by whitespace. |
35
|
| Parameter s should be final. |
35
|
| ')' is preceded with whitespace. |
35
|
| Expected @throws tag for 'WSDLException'. |
36
|
| Line contains a tab character. |
37
|
| '{' should be on the previous line. |
37
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
41
|
| Line contains a tab character. |
41
|
| Line has trailing spaces. |
42
|
| Line contains a tab character. |
42
|
| '{' should be on the previous line. |
44
|
| '}' should be on the same line. |
46
|
| Line has trailing spaces. |
47
|
| '{' should be on the previous line. |
49
|
| '}' should be on the same line. |
51
|
| '{' should be on the previous line. |
54
|
| '}' should be on the same line. |
56
|
| '{' should be on the previous line. |
58
|
| Line has trailing spaces. |
59
|
| Line contains a tab character. |
59
|
| '(' is followed by whitespace. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| ')' is preceded with whitespace. |
61
|
| Line contains a tab character. |
63
|
org/codehaus/xfire/wsdl11/builder/RPCEncodedWSDL.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
26
|
| '{' should be on the previous line. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
27
|
| '(' is followed by whitespace. |
27
|
| Parameter service should be final. |
27
|
| Parameter transports should be final. |
27
|
| ')' is preceded with whitespace. |
27
|
| '(' is followed by whitespace. |
29
|
| ')' is preceded with whitespace. |
29
|
| Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| '(' is followed by whitespace. |
32
|
| Parameter res should be final. |
32
|
| Parameter op should be final. |
32
|
| ')' is preceded with whitespace. |
32
|
| '{' should be on the previous line. |
33
|
| Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| '(' is followed by whitespace. |
37
|
| Parameter req should be final. |
37
|
| Parameter op should be final. |
37
|
| ')' is preceded with whitespace. |
37
|
| '{' should be on the previous line. |
38
|
| Line has trailing spaces. |
41
|
| Method 'writeParametersSchema' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| '(' is followed by whitespace. |
42
|
| Parameter message should be final. |
42
|
| Parameter params should be final. |
42
|
| ')' is preceded with whitespace. |
42
|
| '{' should be on the previous line. |
43
|
| '(' is followed by whitespace. |
46
|
| ';' is followed by whitespace. |
46
|
| '{' should be on the previous line. |
47
|
| Line has trailing spaces. |
51
|
| '(' is followed by whitespace. |
52
|
| ')' is preceded with whitespace. |
52
|
| '(' 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
|
| Line has trailing spaces. |
62
|
| Line is longer than 80 characters. |
63
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '(' is followed by whitespace. |
65
|
| ')' is preceded with whitespace. |
65
|
| Line has trailing spaces. |
66
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| '(' is followed by whitespace. |
68
|
| ')' is preceded with whitespace. |
68
|
| Line has trailing spaces. |
69
|
| Line is longer than 80 characters. |
70
|
| ')' is preceded with whitespace. |
70
|
| '}' should be on the same line. |
71
|
| '{' should be on the previous line. |
73
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
org/codehaus/xfire/wsdl11/builder/WSDLBuilder.java
Error | Line |
| File does not end with a newline. |
0
|
org/codehaus/xfire/wsdl11/builder/WSDLBuilder.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
8
|
| Line has trailing spaces. |
10
|
| '{' should be on the previous line. |
14
|
| Missing a Javadoc comment. |
15
|
| Redundant 'public' modifier. |
15
|
| 'static' modifier out of order with the JLS suggestions. |
15
|
| Line has trailing spaces. |
16
|
| Missing a Javadoc comment. |
17
|
| Redundant 'public' modifier. |
17
|
| '(' is followed by whitespace. |
17
|
| ')' is preceded with whitespace. |
17
|
| Line contains a tab character. |
18
|
org/codehaus/xfire/wsdl11/builder/WrappedWSDL.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
26
|
| '{' should be on the previous line. |
26
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
28
|
| '(' is followed by whitespace. |
28
|
| Parameter service should be final. |
28
|
| Parameter transports should be final. |
28
|
| ')' is preceded with whitespace. |
28
|
| '(' is followed by whitespace. |
30
|
| ')' is preceded with whitespace. |
30
|
| Missing a Javadoc comment. |
33
|
| Parameter op should be final. |
33
|
| Parameter part should be final. |
33
|
| '{' should be on the previous line. |
34
|
| Line has trailing spaces. |
36
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '(' is followed by whitespace. |
40
|
| ')' is preceded with whitespace. |
40
|
| '(' is followed by whitespace. |
41
|
| ')' is preceded with whitespace. |
41
|
| Line has trailing spaces. |
42
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '{' should be on the previous line. |
47
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| Line has trailing spaces. |
49
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| Missing a Javadoc comment. |
56
|
| Parameter op should be final. |
56
|
| Parameter part should be final. |
56
|
| '{' should be on the previous line. |
57
|
| Line has trailing spaces. |
59
|
| ';' is not followed by whitespace. |
60
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '(' is followed by whitespace. |
63
|
| ')' is preceded with whitespace. |
63
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Line has trailing spaces. |
65
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| Line has trailing spaces. |
68
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '{' should be on the previous line. |
70
|
| '(' is followed by whitespace. |
71
|
| ')' is preceded with whitespace. |
71
|
| Line has trailing spaces. |
72
|
| '(' is followed by whitespace. |
76
|
| ')' is preceded with whitespace. |
76
|
| Parameter params should be final. |
83
|
| Expected @param tag for 'params'. |
83
|
| Parameter sequence should be final. |
83
|
| Expected @param tag for 'sequence'. |
83
|
| '{' should be on the previous line. |
84
|
| Line has trailing spaces. |
86
|
| '(' is followed by whitespace. |
87
|
| ';' is followed by whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| Line has trailing spaces. |
90
|
| 'if' construct must use '{}'s. |
95
|
| Line is longer than 80 characters. |
96
|
| Line has trailing spaces. |
97
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| Line is longer than 80 characters. |
101
|
| '(' is followed by whitespace. |
101
|
| ')' is preceded with whitespace. |
101
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| Line has trailing spaces. |
103
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| ')' is preceded with whitespace. |
107
|
| Line is longer than 80 characters. |
108
|
| ')' is preceded with whitespace. |
108
|
| Missing a Javadoc comment. |
115
|
| '(' is followed by whitespace. |
115
|
| Parameter complex should be final. |
115
|
| ')' is preceded with whitespace. |
115
|
| '{' should be on the previous line. |
116
|
| '(' is followed by whitespace. |
118
|
| ')' is preceded with whitespace. |
118
|
| Line contains a tab character. |
121
|
| Line is longer than 80 characters. |
122
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. |
124
|
| '(' is followed by whitespace. |
124
|
| Parameter req should be final. |
124
|
| Parameter op should be final. |
124
|
| ')' is preceded with whitespace. |
124
|
| Line contains a tab character. |
125
|
| '{' should be on the previous line. |
125
|
| Line has trailing spaces. |
127
|
| Line has trailing spaces. |
129
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| '(' is followed by whitespace. |
131
|
| ')' is preceded with whitespace. |
131
|
| Line has trailing spaces. |
132
|
| '(' is followed by whitespace. |
133
|
| ')' is preceded with whitespace. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
136
|
| Line is longer than 80 characters. |
137
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. |
139
|
| '(' is followed by whitespace. |
139
|
| Parameter req should be final. |
139
|
| Parameter op should be final. |
139
|
| ')' is preceded with whitespace. |
139
|
| Line contains a tab character. |
140
|
| '{' should be on the previous line. |
140
|
| '(' is followed by whitespace. |
146
|
| ')' is preceded with whitespace. |
146
|
| '(' is followed by whitespace. |
147
|
| ')' is preceded with whitespace. |
147
|
| Line has trailing spaces. |
148
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
149
|
| Line contains a tab character. |
150
|
org/codehaus/xfire/wsdl11/builder/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/xfire/wsdl11/package.html
Error | Line |
| Missing package documentation file. | 0 |