Checkstyle Results
The following document contains the results of
Checkstyle.
Summary
Files | Infos | Warnings | Errors |
24 | 0 | 0 | 846 |
Files
org/codehaus/xfire/plexus/PlexusService.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. |
3
|
| First sentence should end with a period. |
17
|
| Line has trailing spaces. |
19
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| '{' should be on the previous line. |
25
|
| 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
|
| Line has trailing spaces. |
34
|
| Line is longer than 80 characters. |
35
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Redundant throws: 'Exception' is unchecked exception. |
37
|
| '{' should be on the previous line. |
38
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| Method 'getFaultHandler' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| '{' should be on the previous line. |
43
|
| '{' should be on the previous line. |
45
|
| Line is longer than 80 characters. |
46
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| '}' should be on the same line. |
47
|
| '{' should be on the previous line. |
49
|
| Line is longer than 80 characters. |
50
|
| '(' is followed by whitespace. |
50
|
| ')' is preceded with whitespace. |
50
|
| Line has trailing spaces. |
53
|
| Method 'getFaultHandlerHint' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| '{' should be on the previous line. |
55
|
| Line has trailing spaces. |
58
|
| Method 'setFaultHandlerHint' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter faultHandlerHint should be final. |
59
|
| 'faultHandlerHint' hides a field. |
59
|
| '{' should be on the previous line. |
60
|
| Line has trailing spaces. |
63
|
| Line has trailing spaces. |
64
|
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter config should be final. |
64
|
| '{' should be on the previous line. |
66
|
| '(' is followed by whitespace. |
67
|
| ')' is preceded with whitespace. |
67
|
| Line has trailing spaces. |
68
|
| '(' is followed by whitespace. |
69
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| Line has trailing spaces. |
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
|
| Line has trailing spaces. |
74
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '(' is followed by whitespace. |
77
|
| ')' is preceded with whitespace. |
77
|
| Line has trailing spaces. |
78
|
| 'if' construct must use '{}'s. |
79
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '(' is followed by whitespace. |
80
|
| ')' is preceded with whitespace. |
80
|
| 'if' construct must use '{}'s. |
81
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| 'else' construct must use '{}'s. |
83
|
| Line is longer than 80 characters. |
84
|
| Line has trailing spaces. |
85
|
| Line is longer than 80 characters. |
86
|
| '(' is followed by whitespace. |
86
|
| '(' is followed by whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| ')' is preceded with whitespace. |
86
|
| Line has trailing spaces. |
88
|
| Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| '{' should be on the previous line. |
90
|
| Line has trailing spaces. |
92
|
| '{' should be on the previous line. |
94
|
| Line is longer than 80 characters. |
95
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '}' should be on the same line. |
96
|
| '{' should be on the previous line. |
98
|
| Line is longer than 80 characters. |
99
|
| '(' is followed by whitespace. |
99
|
| ')' is preceded with whitespace. |
99
|
| Line has trailing spaces. |
101
|
| Line has trailing spaces. |
104
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| '(' is followed by whitespace. |
105
|
| Parameter manager should be final. |
105
|
| 'manager' hides a field. |
105
|
| ')' is preceded with whitespace. |
105
|
| '{' should be on the previous line. |
106
|
| Line has trailing spaces. |
109
|
| Method 'getServiceLocator' is not designed for extension - needs to be abstract, final or empty. |
113
|
| '{' should be on the previous line. |
114
|
org/codehaus/xfire/plexus/PlexusXFire.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. |
3
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
17
|
| '{' should be on the previous line. |
20
|
| Missing a Javadoc comment. |
21
|
| Line has trailing spaces. |
22
|
| Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. |
23
|
| Missing a Javadoc comment. |
23
|
| '{' should be on the previous line. |
24
|
| '{' should be on the previous line. |
26
|
| '(' is followed by whitespace. |
27
|
| ')' is preceded with whitespace. |
27
|
| '}' should be on the same line. |
28
|
| '{' should be on the previous line. |
30
|
| Line has trailing spaces. |
34
|
| Method 'getTransportManager' 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. |
38
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| '}' should be on the same line. |
40
|
| '{' should be on the previous line. |
42
|
| Line has trailing spaces. |
46
|
| Line is longer than 80 characters. |
48
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
50
|
| '(' is followed by whitespace. |
50
|
| Parameter locator should be final. |
50
|
| 'locator' hides a field. |
50
|
| ')' is preceded with whitespace. |
50
|
| '{' should be on the previous line. |
51
|
org/codehaus/xfire/plexus/PlexusXFireComponent.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
9
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| '{' should be on the previous line. |
15
|
| Missing a Javadoc comment. |
16
|
| Line has trailing spaces. |
17
|
| Method 'service' is not designed for extension - needs to be abstract, final or empty. |
18
|
| Missing a Javadoc comment. |
18
|
| '(' is followed by whitespace. |
18
|
| Parameter manager should be final. |
18
|
| 'manager' hides a field. |
18
|
| ')' is preceded with whitespace. |
18
|
| '{' should be on the previous line. |
19
|
| Line has trailing spaces. |
22
|
| Method 'getServiceLocator' is not designed for extension - needs to be abstract, final or empty. |
26
|
| '{' should be on the previous line. |
27
|
org/codehaus/xfire/plexus/PlexusXFireServlet.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
23
|
| '{' should be on the previous line. |
29
|
| Missing a Javadoc comment. |
30
|
| Line has trailing spaces. |
31
|
| Missing a Javadoc comment. |
32
|
| Line has trailing spaces. |
33
|
| Missing a Javadoc comment. |
34
|
| Line has trailing spaces. |
35
|
| Missing a Javadoc comment. |
36
|
| '{' should be on the previous line. |
37
|
| Line has trailing spaces. |
40
|
| Method 'getWebappBase' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| '{' should be on the previous line. |
42
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| '{' should be on the previous line. |
44
|
| Line has trailing spaces. |
47
|
| '(' is followed by whitespace. |
47
|
| ')' is preceded with whitespace. |
47
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
50
|
| Line has trailing spaces. |
52
|
| Method 'init' 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
|
| Line has trailing spaces. |
56
|
| '{' should be on the previous line. |
58
|
| '(' is followed by whitespace. |
59
|
| ')' is preceded with whitespace. |
59
|
| '}' should be on the same line. |
60
|
| '{' should be on the previous line. |
62
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
67
|
| '(' is followed by whitespace. |
69
|
| ')' is preceded with whitespace. |
69
|
| '{' should be on the previous line. |
70
|
| Line has trailing spaces. |
73
|
| '(' is followed by whitespace. |
74
|
| ')' is preceded with whitespace. |
74
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
79
|
| Expected an @return tag. |
81
|
| Method 'getTransportManager' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Line contains a tab character. |
82
|
| Expected @throws tag for 'ServletException'. |
82
|
| '{' should be on the previous line. |
83
|
| Line is longer than 80 characters. |
88
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line is longer than 80 characters. |
90
|
| Line contains a tab character. |
90
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
90
|
| '(' is followed by whitespace. |
90
|
| Parameter request should be final. |
90
|
| Parameter response should be final. |
90
|
| ')' is preceded with whitespace. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| '{' should be on the previous line. |
92
|
| Line has trailing spaces. |
95
|
| Line has trailing spaces. |
98
|
| Line has trailing spaces. |
100
|
| Line has trailing spaces. |
101
|
| '(' is followed by whitespace. |
101
|
| Line has trailing spaces. |
102
|
| Line has trailing spaces. |
104
|
| '(' is followed by whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| ')' is preceded with whitespace. |
105
|
| '{' should be on the previous line. |
106
|
| Line has trailing spaces. |
110
|
| '{' should be on the previous line. |
112
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| '{' should be on the previous line. |
114
|
| '}' should be on the same line. |
116
|
| '{' should be on the previous line. |
118
|
| '}' should be on the same line. |
121
|
| '{' should be on the previous line. |
123
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line has trailing spaces. |
134
|
| Line contains a tab character. |
134
|
| Parameter response should be final. |
134
|
| Expected @param tag for 'response'. |
134
|
| Expected @throws tag for 'IOException'. |
135
|
| Expected @throws tag for 'ServletException'. |
135
|
| Line contains a tab character. |
136
|
| '{' should be on the previous line. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line has trailing spaces. |
142
|
| Line has trailing spaces. |
145
|
| '(' is followed by whitespace. |
146
|
| ';' is followed by whitespace. |
146
|
| '{' should be on the previous line. |
147
|
| Line has trailing spaces. |
154
|
| Line contains a tab character. |
155
|
| '(' is followed by whitespace. |
155
|
| ')' is preceded with whitespace. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line has trailing spaces. |
158
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line is longer than 80 characters. |
170
|
| Line contains a tab character. |
170
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Parameter request should be final. |
170
|
| Expected @param tag for 'request'. |
170
|
| Parameter response should be final. |
170
|
| Expected @param tag for 'response'. |
170
|
| Parameter service should be final. |
170
|
| Expected @param tag for 'service'. |
170
|
| Expected @throws tag for 'ServletException'. |
171
|
| Expected @throws tag for 'IOException'. |
171
|
| Expected @throws tag for 'UnsupportedEncodingException'. |
171
|
| Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. |
171
|
| Line contains a tab character. |
172
|
| '{' should be on the previous line. |
172
|
| '200' is a magic number. |
173
|
| Line contains a tab character. |
174
|
| Line has trailing spaces. |
176
|
| Line contains a tab character. |
176
|
| Line has trailing spaces. |
178
|
| '(' is followed by whitespace. |
179
|
| ')' is preceded with whitespace. |
183
|
| Line has trailing spaces. |
184
|
| '(' is followed by whitespace. |
185
|
| ')' is preceded with whitespace. |
186
|
| Line contains a tab character. |
187
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Line has trailing spaces. |
195
|
| Line is longer than 80 characters. |
195
|
| Line contains a tab character. |
195
|
| Method 'generateWSDL' is not designed for extension - needs to be abstract, final or empty. |
195
|
| Parameter response should be final. |
195
|
| Expected @param tag for 'response'. |
195
|
| Parameter service should be final. |
195
|
| Expected @param tag for 'service'. |
195
|
| Expected @throws tag for 'ServletException'. |
196
|
| Expected @throws tag for 'IOException'. |
196
|
| Line contains a tab character. |
197
|
| '{' should be on the previous line. |
197
|
| '200' is a magic number. |
198
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
202
|
| '(' is followed by whitespace. |
202
|
| ')' is preceded with whitespace. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
205
|
| Expected an @return tag. |
209
|
| Parameter request should be final. |
209
|
| Expected @param tag for 'request'. |
209
|
| '{' should be on the previous line. |
210
|
| Line has trailing spaces. |
212
|
| 'if' construct must use '{}'s. |
213
|
| '(' is followed by whitespace. |
213
|
| ')' is preceded with whitespace. |
213
|
| Line has trailing spaces. |
215
|
| Line has trailing spaces. |
217
|
| '{' should be on the previous line. |
219
|
| '}' should be on the same line. |
221
|
| '{' should be on the previous line. |
223
|
| Line has trailing spaces. |
226
|
| Line contains a tab character. |
231
|
| Line contains a tab character. |
232
|
| Expected an @return tag. |
233
|
| Line contains a tab character. |
233
|
| Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Expected @throws tag for 'ServletException'. |
234
|
| Line contains a tab character. |
235
|
| '{' should be on the previous line. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Line has trailing spaces. |
238
|
| Line has trailing spaces. |
239
|
| Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. |
239
|
| Missing a Javadoc comment. |
239
|
| '{' should be on the previous line. |
241
|
| Line has trailing spaces. |
244
|
| Line is longer than 80 characters. |
246
|
| Method 'doPost' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Parameter req should be final. |
248
|
| Parameter res should be final. |
248
|
| '{' should be on the previous line. |
251
|
org/codehaus/xfire/plexus/PlexusXFireTest.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
25
|
| '{' should be on the previous line. |
30
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
34
|
| Method 'printNode' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| '(' is followed by whitespace. |
34
|
| Parameter node should be final. |
34
|
| ')' is preceded with whitespace. |
34
|
| '{' should be on the previous line. |
36
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| '(' is followed by whitespace. |
38
|
| ')' is preceded with whitespace. |
38
|
| '(' is followed by whitespace. |
39
|
| ')' is preceded with whitespace. |
39
|
| Line has trailing spaces. |
41
|
| Line has trailing spaces. |
44
|
| Expected an @return tag. |
50
|
| Line has trailing spaces. |
50
|
| Method 'invokeService' is not designed for extension - needs to be abstract, final or empty. |
50
|
| '(' is followed by whitespace. |
50
|
| Parameter service should be final. |
50
|
| Parameter document should be final. |
50
|
| ')' is preceded with whitespace. |
50
|
| Expected @throws tag for 'Exception'. |
51
|
| '{' should be on the previous line. |
52
|
| Line has trailing spaces. |
54
|
| '(' is followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
59
|
| Line has trailing spaces. |
60
|
| '(' is followed by whitespace. |
61
|
| '(' is followed by whitespace. |
61
|
| ')' is preceded with whitespace. |
61
|
| ')' is preceded with whitespace. |
61
|
| Line has trailing spaces. |
62
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Line has trailing spaces. |
67
|
| Method 'getWSDLDocument' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| '(' is followed by whitespace. |
67
|
| Parameter service should be final. |
67
|
| ')' is preceded with whitespace. |
67
|
| '{' should be on the previous line. |
69
|
| '(' is followed by whitespace. |
72
|
| ')' is preceded with whitespace. |
72
|
| Line has trailing spaces. |
73
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| Line has trailing spaces. |
77
|
| Method 'setUp' is not designed for extension - needs to be abstract, final or empty. |
81
|
| '{' should be on the previous line. |
82
|
| Line has trailing spaces. |
84
|
| ')' is preceded with whitespace. |
85
|
| Line has trailing spaces. |
88
|
| Line has trailing spaces. |
91
|
| Method 'assertValid' is not designed for extension - needs to be abstract, final or empty. |
95
|
| '(' is followed by whitespace. |
95
|
| Parameter xpath should be final. |
95
|
| Expected @param tag for 'xpath'. |
95
|
| Parameter node should be final. |
95
|
| Expected @param tag for 'node'. |
95
|
| ')' is preceded with whitespace. |
95
|
| Expected @throws tag for 'Exception'. |
96
|
| '{' should be on the previous line. |
97
|
| '(' is followed by whitespace. |
98
|
| ')' is preceded with whitespace. |
98
|
| '(' 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
|
| '{' should be on the previous line. |
101
|
| Line is longer than 80 characters. |
102
|
| '(' is followed by whitespace. |
102
|
| '+' should be on a new line. |
102
|
| '+' should be on a new line. |
103
|
| ')' is preceded with whitespace. |
104
|
| Line has trailing spaces. |
107
|
| Line has trailing spaces. |
110
|
| Method 'assertInvalid' is not designed for extension - needs to be abstract, final or empty. |
114
|
| '(' is followed by whitespace. |
114
|
| Parameter xpath should be final. |
114
|
| Expected @param tag for 'xpath'. |
114
|
| Parameter node should be final. |
114
|
| Expected @param tag for 'node'. |
114
|
| ')' is preceded with whitespace. |
114
|
| Expected @throws tag for 'Exception'. |
115
|
| '{' should be on the previous line. |
116
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| '(' is followed by whitespace. |
117
|
| ')' is preceded with whitespace. |
117
|
| Line has trailing spaces. |
118
|
| '(' is followed by whitespace. |
119
|
| ')' is preceded with whitespace. |
119
|
| '{' should be on the previous line. |
120
|
| '(' is followed by whitespace. |
121
|
| '+' should be on a new line. |
121
|
| '+' should be on a new line. |
122
|
| ')' is preceded with whitespace. |
123
|
| Line has trailing spaces. |
130
|
| Method 'assertXPathEquals' is not designed for extension - needs to be abstract, final or empty. |
136
|
| '(' is followed by whitespace. |
136
|
| Parameter xpath should be final. |
136
|
| Expected @param tag for 'xpath'. |
136
|
| Parameter value should be final. |
136
|
| Expected @param tag for 'value'. |
136
|
| Parameter node should be final. |
136
|
| Expected @param tag for 'node'. |
136
|
| ')' is preceded with whitespace. |
136
|
| Expected @throws tag for 'Exception'. |
137
|
| '{' should be on the previous line. |
138
|
| Line is longer than 80 characters. |
139
|
| '(' is followed by whitespace. |
139
|
| ')' is preceded with whitespace. |
139
|
| '(' is followed by whitespace. |
139
|
| ')' is preceded with whitespace. |
139
|
| Line has trailing spaces. |
140
|
| '(' is followed by whitespace. |
141
|
| ')' is preceded with whitespace. |
141
|
| Line has trailing spaces. |
143
|
| Method 'assertNoFault' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Missing a Javadoc comment. |
144
|
| '(' is followed by whitespace. |
144
|
| Parameter node should be final. |
144
|
| ')' is preceded with whitespace. |
144
|
| '{' should be on the previous line. |
146
|
| Line has trailing spaces. |
149
|
| Expected an @return tag. |
154
|
| Method 'createXPath' is not designed for extension - needs to be abstract, final or empty. |
154
|
| '(' is followed by whitespace. |
154
|
| Parameter xpathString should be final. |
154
|
| Expected @param tag for 'xpathString'. |
154
|
| ')' is preceded with whitespace. |
154
|
| '{' should be on the previous line. |
155
|
| '(' is followed by whitespace. |
156
|
| ')' is preceded with whitespace. |
156
|
| Line has trailing spaces. |
158
|
| Line has trailing spaces. |
161
|
| Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. |
167
|
| '(' is followed by whitespace. |
167
|
| Parameter ns should be final. |
167
|
| Parameter uri should be final. |
167
|
| ')' is preceded with whitespace. |
167
|
| '{' should be on the previous line. |
168
|
| Line has trailing spaces. |
174
|
| Unused @param tag for 'string'. |
175
|
| Expected an @return tag. |
179
|
| Line has trailing spaces. |
179
|
| Method 'getWSDL' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Parameter service should be final. |
179
|
| Expected @param tag for 'service'. |
179
|
| Expected @throws tag for 'Exception'. |
180
|
| '{' should be on the previous line. |
181
|
| Line has trailing spaces. |
184
|
| Line has trailing spaces. |
187
|
| Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Missing a Javadoc comment. |
188
|
| '{' should be on the previous line. |
189
|
| '(' is followed by whitespace. |
190
|
| ')' is preceded with whitespace. |
190
|
| Line has trailing spaces. |
192
|
| Method 'getServiceRegistry' 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
|
org/codehaus/xfire/plexus/StandaloneXFire.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Class StandaloneXFire should be declared as final. |
30
|
| '{' should be on the previous line. |
31
|
| Missing a Javadoc comment. |
32
|
| Line has trailing spaces. |
33
|
| Missing a Javadoc comment. |
34
|
| Variable 'embed' must be private and have accessor methods. |
34
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
36
|
| '{' should be on the previous line. |
38
|
| Line has trailing spaces. |
40
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Expected an @return tag. |
55
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| '{' should be on the previous line. |
56
|
| Line contains a tab character. |
57
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
60
|
| Line has trailing spaces. |
61
|
| '(' is followed by whitespace. |
61
|
| ')' is preceded with whitespace. |
61
|
| '{' should be on the previous line. |
62
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| '{' should be on the previous line. |
65
|
| Line contains a tab character. |
67
|
| '{' should be on the previous line. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| '}' should be on the same line. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| '{' should be on the previous line. |
71
|
| Line is longer than 80 characters. |
72
|
| Line contains a tab character. |
73
|
| '}' should be on the same line. |
74
|
| '{' should be on the previous line. |
76
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '{' should be on the previous line. |
82
|
| Line is longer than 80 characters. |
83
|
| Line has trailing spaces. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
89
|
| Line contains a tab character. |
89
|
| Missing a Javadoc comment. |
89
|
| '{' should be on the previous line. |
91
|
| Line contains a tab character. |
93
|
| '{' should be on the previous line. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| '{' should be on the previous line. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line has trailing spaces. |
101
|
| Missing a Javadoc comment. |
102
|
| '{' should be on the previous line. |
103
|
| '(' is followed by whitespace. |
104
|
| ')' is preceded with whitespace. |
104
|
| Line has trailing spaces. |
106
|
| Missing a Javadoc comment. |
107
|
| '{' should be on the previous line. |
108
|
| '(' is followed by whitespace. |
109
|
| ')' is preceded with whitespace. |
109
|
| Line has trailing spaces. |
111
|
| Missing a Javadoc comment. |
112
|
| '{' should be on the previous line. |
113
|
| '(' is followed by whitespace. |
114
|
| ')' is preceded with whitespace. |
114
|
| Line has trailing spaces. |
116
|
| Line contains a tab character. |
117
|
| Missing a Javadoc comment. |
117
|
| Line contains a tab character. |
118
|
| '{' should be on the previous line. |
118
|
| Line contains a tab character. |
119
|
| Line has trailing spaces. |
120
|
| Line contains a tab character. |
122
|
org/codehaus/xfire/plexus/StandaloneXFireServlet.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
14
|
| Line contains a tab character. |
18
|
| '{' should be on the previous line. |
19
|
| Missing a Javadoc comment. |
20
|
| Variable 'xfire' must be private and have accessor methods. |
20
|
| Line has trailing spaces. |
21
|
| Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Missing a Javadoc comment. |
22
|
| '{' should be on the previous line. |
23
|
| '{' should be on the previous line. |
25
|
| '}' should be on the same line. |
27
|
| '{' should be on the previous line. |
29
|
| Line is longer than 80 characters. |
31
|
| Line has trailing spaces. |
34
|
| Method 'init' 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
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
41
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| '{' should be on the previous line. |
44
|
| Line contains a tab character. |
45
|
| Line has trailing spaces. |
47
|
| '{' should be on the previous line. |
49
|
| Line has trailing spaces. |
51
|
| '}' should be on the same line. |
51
|
| '{' should be on the previous line. |
53
|
| Line is longer than 80 characters. |
55
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
60
|
| Expected an @return tag. |
65
|
| Method 'getTransportManager' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Line contains a tab character. |
66
|
| Expected @throws tag for 'ServletException'. |
66
|
| '{' should be on the previous line. |
67
|
| '{' should be on the previous line. |
69
|
| '}' should be on the same line. |
71
|
| '{' should be on the previous line. |
73
|
| Line has trailing spaces. |
77
|
| Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| '{' should be on the previous line. |
80
|
| '{' should be on the previous line. |
82
|
| '}' should be on the same line. |
84
|
| '{' should be on the previous line. |
86
|
| Line has trailing spaces. |
90
|
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| '{' should be on the previous line. |
92
|
org/codehaus/xfire/plexus/config/ConfigurationService.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
6
|
| '{' should be on the previous line. |
11
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
14
|
| Redundant 'public' modifier. |
14
|
| '(' is followed by whitespace. |
14
|
| ')' is preceded with whitespace. |
14
|
org/codehaus/xfire/plexus/config/Configurator.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
|
| Missing a Javadoc comment. |
15
|
| Missing a Javadoc comment. |
17
|
| Redundant 'public' modifier. |
17
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
19
|
| Missing a Javadoc comment. |
19
|
| Redundant 'public' modifier. |
19
|
| '(' is followed by whitespace. |
19
|
| ')' is preceded with whitespace. |
19
|
org/codehaus/xfire/plexus/config/DefaultConfigurationService.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
24
|
| Line has trailing spaces. |
30
|
| '{' should be on the previous line. |
30
|
| Missing a Javadoc comment. |
31
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
35
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
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 followed by whitespace. |
39
|
| '{' should be on the previous line. |
40
|
| Line has trailing spaces. |
42
|
| '(' is followed by whitespace. |
43
|
| ')' is preceded with whitespace. |
43
|
| Line has trailing spaces. |
45
|
| Line has trailing spaces. |
47
|
| '(' is followed by whitespace. |
48
|
| ')' is preceded with whitespace. |
48
|
| '{' should be on the previous line. |
49
|
| Line has trailing spaces. |
51
|
| Line has trailing spaces. |
52
|
| Line is longer than 80 characters. |
53
|
| '(' is followed by whitespace. |
53
|
| ')' is preceded with whitespace. |
53
|
| '(' is followed by whitespace. |
54
|
| ')' is preceded with whitespace. |
54
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line has trailing spaces. |
57
|
| Line contains a tab character. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter child should be final. |
57
|
| '{' should be on the previous line. |
59
|
| Line has trailing spaces. |
61
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| '{' should be on the previous line. |
63
|
| '(' is followed by whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Line has trailing spaces. |
67
|
| Line has trailing spaces. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter c should be final. |
68
|
| '{' should be on the previous line. |
70
|
| Line has trailing spaces. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| Line has trailing spaces. |
75
|
| Line has trailing spaces. |
79
|
| Line is longer than 80 characters. |
80
|
| Line has trailing spaces. |
81
|
| Line is longer than 80 characters. |
82
|
| '(' is followed by whitespace. |
82
|
| ')' is preceded with whitespace. |
82
|
| Line has trailing spaces. |
83
|
| '(' is followed by whitespace. |
84
|
| ')' is preceded with whitespace. |
84
|
| '{' should be on the previous line. |
85
|
| Line is longer than 80 characters. |
86
|
| '}' should be on the same line. |
89
|
| '{' should be on the previous line. |
91
|
| Line contains a tab character. |
96
|
| Method 'findConfigurationReader' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Line contains a tab character. |
97
|
| '{' should be on the previous line. |
97
|
| Line contains a tab character. |
98
|
| Line has trailing spaces. |
99
|
| Line has trailing spaces. |
101
|
| '(' is followed by whitespace. |
102
|
| ')' is preceded with whitespace. |
102
|
| '{' should be on the previous line. |
103
|
| '(' is followed by whitespace. |
108
|
| ')' is preceded with whitespace. |
108
|
| Line has trailing spaces. |
109
|
| '(' is followed by whitespace. |
110
|
| ')' is preceded with whitespace. |
110
|
| '{' should be on the previous line. |
111
|
| Line is longer than 80 characters. |
112
|
| Line contains a tab character. |
113
|
| '(' is followed by whitespace. |
113
|
| ')' is preceded with whitespace. |
113
|
| '}' should be on the same line. |
114
|
| '{' should be on the previous line. |
116
|
| Line is longer than 80 characters. |
117
|
| Line has trailing spaces. |
119
|
| Line has trailing spaces. |
121
|
| '(' is followed by whitespace. |
122
|
| ')' is preceded with whitespace. |
122
|
| '{' should be on the previous line. |
123
|
| Line has trailing spaces. |
125
|
| 'if' construct must use '{}'s. |
126
|
| '(' is followed by whitespace. |
126
|
| ')' is preceded with whitespace. |
126
|
| Line has trailing spaces. |
129
|
| '(' is followed by whitespace. |
130
|
| ')' is preceded with whitespace. |
130
|
| Line has trailing spaces. |
132
|
| Line contains a tab character. |
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 'contextualize' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter context should be final. |
139
|
| Line contains a tab character. |
140
|
| '{' should be on the previous line. |
140
|
| Line is longer than 80 characters. |
141
|
| Line contains a tab character. |
141
|
| '(' is followed by whitespace. |
141
|
| ')' is preceded with whitespace. |
141
|
| Line contains a tab character. |
142
|
| Line is longer than 80 characters. |
145
|
| Method 'register' is not designed for extension - needs to be abstract, final or empty. |
147
|
| '(' is followed by whitespace. |
147
|
| Parameter configurator should be final. |
147
|
| ')' is preceded with whitespace. |
147
|
| '{' should be on the previous line. |
148
|
| '(' is followed by whitespace. |
149
|
| ')' is preceded with whitespace. |
150
|
org/codehaus/xfire/plexus/config/SimpleConfigurator.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
|
| Line has trailing spaces. |
14
|
| '{' should be on the previous line. |
17
|
| Missing a Javadoc comment. |
18
|
| 'public' modifier out of order with the JLS suggestions. |
18
|
| Line has trailing spaces. |
19
|
| Method 'getServiceType' is not designed for extension - needs to be abstract, final or empty. |
23
|
| '{' should be on the previous line. |
24
|
| Line has trailing spaces. |
27
|
| Line is longer than 80 characters. |
30
|
| Line has trailing spaces. |
32
|
| Method 'createService' is not designed for extension - needs to be abstract, final or empty. |
32
|
| '(' is followed by whitespace. |
32
|
| Parameter config should be final. |
32
|
| ')' is preceded with whitespace. |
32
|
| '{' should be on the previous line. |
34
|
| '(' is followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
36
|
| '(' is followed by whitespace. |
37
|
| ')' is preceded with whitespace. |
37
|
| Line has trailing spaces. |
39
|
org/codehaus/xfire/plexus/config/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/codehaus/xfire/plexus/package.html
Error | Line |
| Missing package documentation file. | 0 |