Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files | Infos | Warnings | Errors |
| 19 | 0 | 0 | 884 |
Files
xportlets/proxymanager/AutoCert.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. |
2
|
| Class AutoCert should be declared as final. |
42
|
| 'static' modifier out of order with the JLS suggestions. |
56
|
| Parameter userCertPEM should be final. |
69
|
| Line contains a tab character. |
70
|
| Parameter userKeyPEM should be final. |
70
|
| Line contains a tab character. |
71
|
| Parameter passphrase should be final. |
71
|
| Expected @param tag for 'passphrase'. |
71
|
| Line contains a tab character. |
72
|
| Parameter durationHours should be final. |
72
|
| Expected @param tag for 'durationHours'. |
72
|
| Line contains a tab character. |
73
|
| Line is longer than 80 characters. |
75
|
| Line contains a tab character. |
75
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
76
|
| Line is longer than 80 characters. |
77
|
| Line contains a tab character. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| 'catch' is not followed by whitespace. |
82
|
| Line is longer than 80 characters. |
83
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line has trailing spaces. |
90
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line has trailing spaces. |
92
|
| Line contains a tab character. |
92
|
| Line has trailing spaces. |
93
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| '512' is a magic number. |
96
|
| Line contains a tab character. |
97
|
| '3600' is a magic number. |
97
|
| Line contains a tab character. |
98
|
| Line has trailing spaces. |
99
|
| Line contains a tab character. |
99
|
| Line has trailing spaces. |
100
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line has trailing spaces. |
103
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line has trailing spaces. |
105
|
| Line contains a tab character. |
105
|
| Line is longer than 80 characters. |
112
|
| Line has trailing spaces. |
119
|
| Parameter emailAddress should be final. |
119
|
| Line contains a tab character. |
120
|
| Parameter passphrase should be final. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| '1024' is a magic number. |
127
|
| Line contains a tab character. |
128
|
| '(' is followed by whitespace. |
128
|
| ')' is preceded with whitespace. |
128
|
| Line contains a tab character. |
129
|
| '(' is followed by whitespace. |
129
|
| '1024' is a magic number. |
129
|
| ')' is preceded with whitespace. |
129
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
134
|
| Line is longer than 80 characters. |
135
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line has trailing spaces. |
140
|
| Parameter userCertRQPEM should be final. |
157
|
| Line contains a tab character. |
158
|
| Parameter caCertFilePath should be final. |
158
|
| Line contains a tab character. |
159
|
| Parameter caKeyFilePath should be final. |
159
|
| Line contains a tab character. |
160
|
| Parameter caPassphrase should be final. |
160
|
| Line contains a tab character. |
161
|
| Line has trailing spaces. |
162
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line is longer than 80 characters. |
165
|
| Line contains a tab character. |
165
|
| '(' is followed by whitespace. |
165
|
| Line is longer than 80 characters. |
166
|
| Line contains a tab character. |
166
|
| Line is longer than 80 characters. |
167
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| ')' is preceded with whitespace. |
168
|
| Line has trailing spaces. |
169
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line is longer than 80 characters. |
171
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line is longer than 80 characters. |
175
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
178
|
| Line contains a tab character. |
180
|
| Line has trailing spaces. |
182
|
xportlets/proxymanager/CertAuthMaker.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. |
2
|
| Unused import - java.io.File. |
11
|
| Unused import - java.io.FileNotFoundException. |
12
|
| Missing a Javadoc comment. |
18
|
| Utility classes should not have a public or default constructor. |
18
|
| Missing a Javadoc comment. |
20
|
| '(' is followed by whitespace. |
20
|
| Parameter args should be final. |
20
|
| ')' is preceded with whitespace. |
20
|
| '{' is not preceded with whitespace. |
20
|
| Line has trailing spaces. |
21
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
26
|
| '3' is a magic number. |
26
|
| Line contains a tab character. |
27
|
| '4' is a magic number. |
27
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| '1024' is a magic number. |
34
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line has trailing spaces. |
42
|
| Line contains a tab character. |
42
|
xportlets/proxymanager/Constants.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. |
2
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
10
|
| Missing a Javadoc comment. |
12
|
| Missing a Javadoc comment. |
15
|
xportlets/proxymanager/GlobalProxyStore.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. |
12
|
| Class GlobalProxyStore should be declared as final. |
21
|
| Missing a Javadoc comment. |
23
|
| 'static' modifier out of order with the JLS suggestions. |
23
|
| '60' is a magic number. |
23
|
| '*' is not preceded with whitespace. |
23
|
| '*' is not followed by whitespace. |
23
|
| '60' is a magic number. |
23
|
| '*' is not preceded with whitespace. |
23
|
| '*' is not followed by whitespace. |
23
|
| '1000' is a magic number. |
23
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
35
|
| Line has trailing spaces. |
36
|
| Missing a Javadoc comment. |
41
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
43
|
| Missing a Javadoc comment. |
45
|
| Parameter key should be final. |
45
|
| 'if' construct must use '{}'s. |
48
|
| Missing a Javadoc comment. |
54
|
| Parameter key should be final. |
54
|
| Parameter storage should be final. |
54
|
| Line has trailing spaces. |
59
|
| Missing a Javadoc comment. |
60
|
| ';' is followed by whitespace. |
73
|
| 'if' construct must use '{}'s. |
89
|
| Line has trailing spaces. |
92
|
| Line is longer than 80 characters. |
103
|
| '+' should be on a new line. |
103
|
| Missing a Javadoc comment. |
107
|
| Parameter message should be final. |
107
|
| Parameter ex should be final. |
107
|
| Missing a Javadoc comment. |
112
|
| Parameter message should be final. |
112
|
xportlets/proxymanager/ProxyManager.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. |
2
|
| Line has trailing spaces. |
8
|
| Comment matches to-do format 'TODO:'. |
20
|
| Class ProxyManager should be declared as final. |
23
|
| Missing a Javadoc comment. |
23
|
| Line has trailing spaces. |
24
|
| Missing a Javadoc comment. |
25
|
| Line has trailing spaces. |
27
|
| Missing a Javadoc comment. |
28
|
| Parameter session should be final. |
28
|
| 'if' construct must use '{}'s. |
29
|
| Line has trailing spaces. |
33
|
| Missing a Javadoc comment. |
33
|
| Parameter session should be final. |
33
|
| '{' should be on the previous line. |
34
|
| 'if' construct must use '{}'s. |
35
|
| Line has trailing spaces. |
39
|
| Missing a Javadoc comment. |
40
|
| Parameter sessionId should be final. |
40
|
| 'if' construct must use '{}'s. |
42
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
54
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
58
|
| Missing a Javadoc comment. |
59
|
| Parameter session should be final. |
59
|
| 'if' construct must use '{}'s. |
60
|
| Line has trailing spaces. |
64
|
| Missing a Javadoc comment. |
65
|
| Parameter session should be final. |
65
|
| 'if' construct must use '{}'s. |
66
|
| Line has trailing spaces. |
70
|
| Missing a Javadoc comment. |
71
|
| Parameter sessionId should be final. |
71
|
| 'if' construct must use '{}'s. |
73
|
| Line has trailing spaces. |
77
|
| Line has trailing spaces. |
78
|
| Missing a Javadoc comment. |
78
|
| Parameter session should be final. |
78
|
| Parameter hash should be final. |
78
|
| Unable to get class information for ProxyStorageException. |
79
|
| Line has trailing spaces. |
80
|
| 'if' construct must use '{}'s. |
81
|
| 'if' is not followed by whitespace. |
81
|
| Line has trailing spaces. |
85
|
| Line has trailing spaces. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter session should be final. |
86
|
| Parameter hash should be final. |
86
|
| Unable to get class information for ProxyStorageException. |
87
|
| Line has trailing spaces. |
88
|
| 'if' construct must use '{}'s. |
89
|
| 'if' is not followed by whitespace. |
89
|
| Line has trailing spaces. |
93
|
| Line has trailing spaces. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter sessionId should be final. |
94
|
| Parameter hash should be final. |
94
|
| Unable to get class information for ProxyStorageException. |
95
|
| '{' should be on the previous line. |
96
|
| Line has trailing spaces. |
98
|
| 'if' construct must use '{}'s. |
99
|
| 'if' is not followed by whitespace. |
99
|
| Line has trailing spaces. |
101
|
| Line has trailing spaces. |
111
|
| Line has trailing spaces. |
114
|
| Line has trailing spaces. |
115
|
| Missing a Javadoc comment. |
115
|
| Parameter session should be final. |
115
|
| Unable to get class information for ProxyStorageException. |
116
|
| '{' should be on the previous line. |
117
|
| 'if' construct must use '{}'s. |
118
|
| 'if' is not followed by whitespace. |
118
|
| Line has trailing spaces. |
122
|
| Line has trailing spaces. |
123
|
| Missing a Javadoc comment. |
123
|
| Parameter session should be final. |
123
|
| Unable to get class information for ProxyStorageException. |
124
|
| '{' should be on the previous line. |
125
|
| 'if' construct must use '{}'s. |
126
|
| 'if' is not followed by whitespace. |
126
|
| Line has trailing spaces. |
130
|
| Line has trailing spaces. |
131
|
| Missing a Javadoc comment. |
131
|
| Parameter sessionId should be final. |
131
|
| Unable to get class information for ProxyStorageException. |
132
|
| '{' should be on the previous line. |
133
|
| Line has trailing spaces. |
134
|
| Line has trailing spaces. |
136
|
| 'if' construct must use '{}'s. |
137
|
| 'if' is not followed by whitespace. |
137
|
| Line has trailing spaces. |
139
|
| Line has trailing spaces. |
149
|
| Line has trailing spaces. |
152
|
| Line has trailing spaces. |
153
|
| Missing a Javadoc comment. |
153
|
| Parameter session should be final. |
153
|
| Parameter proxy should be final. |
153
|
| Unable to get class information for ProxyStorageException. |
154
|
| '{' should be on the previous line. |
155
|
| 'if' construct must use '{}'s. |
156
|
| 'if' is not followed by whitespace. |
156
|
| 'if' construct must use '{}'s. |
158
|
| 'if' is not followed by whitespace. |
158
|
| Line has trailing spaces. |
162
|
| Line has trailing spaces. |
163
|
| Missing a Javadoc comment. |
163
|
| Parameter session should be final. |
163
|
| Parameter proxy should be final. |
163
|
| Unable to get class information for ProxyStorageException. |
164
|
| '{' should be on the previous line. |
165
|
| 'if' construct must use '{}'s. |
166
|
| 'if' is not followed by whitespace. |
166
|
| 'if' construct must use '{}'s. |
168
|
| 'if' is not followed by whitespace. |
168
|
| Line has trailing spaces. |
172
|
| Line has trailing spaces. |
173
|
| Missing a Javadoc comment. |
173
|
| Parameter sessionId should be final. |
173
|
| Parameter proxy should be final. |
173
|
| Unable to get class information for ProxyStorageException. |
174
|
| '{' should be on the previous line. |
175
|
| Line has trailing spaces. |
176
|
| Line has trailing spaces. |
178
|
| 'if' construct must use '{}'s. |
179
|
| 'if' is not followed by whitespace. |
179
|
| Line has trailing spaces. |
181
|
| Line has trailing spaces. |
185
|
| 'if' construct must use '{}'s. |
186
|
| 'if' is not followed by whitespace. |
186
|
| '}' should be on the same line. |
188
|
| 'catch' is not followed by whitespace. |
189
|
| '{' is not preceded with whitespace. |
189
|
| Line has trailing spaces. |
193
|
| Line has trailing spaces. |
195
|
| Line has trailing spaces. |
198
|
| Line has trailing spaces. |
199
|
| Missing a Javadoc comment. |
199
|
| Parameter session should be final. |
199
|
| Parameter proxies should be final. |
199
|
| Line has trailing spaces. |
200
|
| Parameter def should be final. |
200
|
| Unable to get class information for ProxyStorageException. |
201
|
| '{' should be on the previous line. |
202
|
| 'if' construct must use '{}'s. |
203
|
| 'if' is not followed by whitespace. |
203
|
| 'if' construct must use '{}'s. |
205
|
| 'if' is not followed by whitespace. |
205
|
| Line has trailing spaces. |
209
|
| Line has trailing spaces. |
210
|
| Missing a Javadoc comment. |
210
|
| Parameter session should be final. |
210
|
| Parameter proxies should be final. |
210
|
| Line has trailing spaces. |
211
|
| Parameter def should be final. |
211
|
| Unable to get class information for ProxyStorageException. |
212
|
| '{' should be on the previous line. |
213
|
| 'if' construct must use '{}'s. |
214
|
| 'if' is not followed by whitespace. |
214
|
| 'if' construct must use '{}'s. |
216
|
| 'if' is not followed by whitespace. |
216
|
| Line has trailing spaces. |
220
|
| Line has trailing spaces. |
221
|
| Missing a Javadoc comment. |
221
|
| Parameter sessionId should be final. |
221
|
| Parameter proxies should be final. |
221
|
| Line has trailing spaces. |
222
|
| Parameter def should be final. |
222
|
| Unable to get class information for ProxyStorageException. |
223
|
| '{' should be on the previous line. |
224
|
| 'if' construct must use '{}'s. |
226
|
| Line has trailing spaces. |
228
|
| Line has trailing spaces. |
231
|
| Line has trailing spaces. |
232
|
| '(' is followed by whitespace. |
232
|
| ')' is preceded with whitespace. |
232
|
| 'cast' is not followed by whitespace. |
233
|
| 'cast' is not followed by whitespace. |
234
|
| '(' is followed by whitespace. |
234
|
| ')' is preceded with whitespace. |
234
|
| Line has trailing spaces. |
237
|
| 'if' is not followed by whitespace. |
240
|
| '}' should be on the same line. |
243
|
| 'if' construct must use '{}'s. |
244
|
| 'if' is not followed by whitespace. |
244
|
| '}' should be on the same line. |
246
|
| 'catch' is not followed by whitespace. |
247
|
| '{' is not preceded with whitespace. |
247
|
| Line has trailing spaces. |
251
|
| Line has trailing spaces. |
253
|
| Line has trailing spaces. |
255
|
| Line has trailing spaces. |
256
|
| Missing a Javadoc comment. |
256
|
| Parameter session should be final. |
256
|
| Parameter storage should be final. |
256
|
| Unable to get class information for ProxyStorageException. |
257
|
| '{' should be on the previous line. |
258
|
| 'if' construct must use '{}'s. |
259
|
| 'if' is not followed by whitespace. |
259
|
| Line has trailing spaces. |
261
|
| 'if' construct must use '{}'s. |
262
|
| 'if' is not followed by whitespace. |
262
|
| Line has trailing spaces. |
266
|
| Line has trailing spaces. |
267
|
| Missing a Javadoc comment. |
267
|
| Parameter session should be final. |
267
|
| Parameter storage should be final. |
267
|
| Unable to get class information for ProxyStorageException. |
268
|
| '{' should be on the previous line. |
269
|
| 'if' construct must use '{}'s. |
270
|
| 'if' is not followed by whitespace. |
270
|
| Line has trailing spaces. |
272
|
| 'if' construct must use '{}'s. |
273
|
| 'if' is not followed by whitespace. |
273
|
| Line has trailing spaces. |
277
|
| Missing a Javadoc comment. |
278
|
| Parameter sessionId should be final. |
278
|
| Parameter storage should be final. |
278
|
| Line has trailing spaces. |
281
|
| Line has trailing spaces. |
282
|
| Line is longer than 80 characters. |
282
|
| Missing a Javadoc comment. |
282
|
| Parameter session should be final. |
282
|
| Parameter proxy should be final. |
282
|
| Unable to get class information for ProxyStorageException. |
283
|
| '{' should be on the previous line. |
284
|
| 'if' construct must use '{}'s. |
285
|
| 'if' is not followed by whitespace. |
285
|
| Line has trailing spaces. |
289
|
| Line has trailing spaces. |
290
|
| Line is longer than 80 characters. |
290
|
| Missing a Javadoc comment. |
290
|
| Parameter session should be final. |
290
|
| Parameter proxy should be final. |
290
|
| Unable to get class information for ProxyStorageException. |
291
|
| '{' should be on the previous line. |
292
|
| 'if' construct must use '{}'s. |
293
|
| 'if' is not followed by whitespace. |
293
|
| Line has trailing spaces. |
297
|
| Line has trailing spaces. |
298
|
| Missing a Javadoc comment. |
298
|
| Parameter sessionId should be final. |
298
|
| Parameter proxy should be final. |
298
|
| Unable to get class information for ProxyStorageException. |
299
|
| '{' should be on the previous line. |
300
|
| 'if' construct must use '{}'s. |
301
|
| 'if' is not followed by whitespace. |
301
|
| Line has trailing spaces. |
303
|
| Line has trailing spaces. |
314
|
| Line has trailing spaces. |
315
|
| Missing a Javadoc comment. |
315
|
| Parameter session should be final. |
315
|
| Parameter hash should be final. |
315
|
| Unable to get class information for ProxyStorageException. |
316
|
| '{' should be on the previous line. |
317
|
| 'if' construct must use '{}'s. |
318
|
| 'if' is not followed by whitespace. |
318
|
| Line has trailing spaces. |
320
|
| 'if' construct must use '{}'s. |
321
|
| 'if' is not followed by whitespace. |
321
|
| Line has trailing spaces. |
323
|
| 'if' construct must use '{}'s. |
324
|
| 'if' is not followed by whitespace. |
324
|
| Line has trailing spaces. |
328
|
| Line has trailing spaces. |
329
|
| Missing a Javadoc comment. |
329
|
| Parameter session should be final. |
329
|
| Parameter hash should be final. |
329
|
| Unable to get class information for ProxyStorageException. |
330
|
| '{' should be on the previous line. |
331
|
| 'if' construct must use '{}'s. |
332
|
| 'if' is not followed by whitespace. |
332
|
| Line has trailing spaces. |
334
|
| 'if' construct must use '{}'s. |
335
|
| 'if' is not followed by whitespace. |
335
|
| Line has trailing spaces. |
337
|
| 'if' construct must use '{}'s. |
338
|
| 'if' is not followed by whitespace. |
338
|
| Line has trailing spaces. |
342
|
| Line has trailing spaces. |
343
|
| Line has trailing spaces. |
344
|
| Missing a Javadoc comment. |
344
|
| Parameter sessionId should be final. |
344
|
| Parameter hash should be final. |
344
|
| Unable to get class information for ProxyStorageException. |
345
|
| '{' should be on the previous line. |
346
|
| 'if' construct must use '{}'s. |
348
|
| Line has trailing spaces. |
353
|
| Line has trailing spaces. |
354
|
| Line is longer than 80 characters. |
354
|
| Missing a Javadoc comment. |
354
|
| Parameter session should be final. |
354
|
| Parameter proxy should be final. |
354
|
| Unable to get class information for ProxyStorageException. |
355
|
| '{' should be on the previous line. |
356
|
| 'if' construct must use '{}'s. |
357
|
| 'if' is not followed by whitespace. |
357
|
| Line has trailing spaces. |
361
|
| Line has trailing spaces. |
362
|
| Line is longer than 80 characters. |
362
|
| Missing a Javadoc comment. |
362
|
| Parameter session should be final. |
362
|
| Parameter proxy should be final. |
362
|
| Unable to get class information for ProxyStorageException. |
363
|
| '{' should be on the previous line. |
364
|
| 'if' construct must use '{}'s. |
365
|
| 'if' is not followed by whitespace. |
365
|
| Line has trailing spaces. |
369
|
| Line has trailing spaces. |
370
|
| Line is longer than 80 characters. |
370
|
| Missing a Javadoc comment. |
370
|
| Parameter sessionId should be final. |
370
|
| Parameter proxy should be final. |
370
|
| Unable to get class information for ProxyStorageException. |
371
|
| '{' should be on the previous line. |
372
|
| Line has trailing spaces. |
374
|
| '}' should be on the same line. |
377
|
| 'catch' is not followed by whitespace. |
378
|
| Must have at least one statement. |
378
|
| Line has trailing spaces. |
380
|
| Line has trailing spaces. |
383
|
| Line has trailing spaces. |
384
|
| Line is longer than 80 characters. |
384
|
| Missing a Javadoc comment. |
384
|
| Parameter session should be final. |
384
|
| Parameter hash should be final. |
384
|
| Unable to get class information for ProxyStorageException. |
385
|
| '{' should be on the previous line. |
386
|
| 'if' construct must use '{}'s. |
387
|
| 'if' is not followed by whitespace. |
387
|
| Line has trailing spaces. |
389
|
| 'if' construct must use '{}'s. |
390
|
| 'if' is not followed by whitespace. |
390
|
| Line has trailing spaces. |
392
|
| 'if' construct must use '{}'s. |
393
|
| 'if' is not followed by whitespace. |
393
|
| Line has trailing spaces. |
397
|
| Line has trailing spaces. |
398
|
| Missing a Javadoc comment. |
398
|
| Parameter session should be final. |
398
|
| Parameter hash should be final. |
398
|
| Unable to get class information for ProxyStorageException. |
399
|
| '{' should be on the previous line. |
400
|
| 'if' construct must use '{}'s. |
401
|
| 'if' is not followed by whitespace. |
401
|
| Line has trailing spaces. |
403
|
| 'if' construct must use '{}'s. |
404
|
| 'if' is not followed by whitespace. |
404
|
| Line has trailing spaces. |
406
|
| 'if' construct must use '{}'s. |
407
|
| 'if' is not followed by whitespace. |
407
|
| Line has trailing spaces. |
411
|
| Line has trailing spaces. |
412
|
| Missing a Javadoc comment. |
412
|
| Parameter sessionId should be final. |
412
|
| Parameter hash should be final. |
412
|
| Unable to get class information for ProxyStorageException. |
413
|
| '{' should be on the previous line. |
414
|
| 'if' construct must use '{}'s. |
416
|
| 'if' is not followed by whitespace. |
416
|
| Line has trailing spaces. |
418
|
| Line has trailing spaces. |
420
|
| Line has trailing spaces. |
421
|
| 'try' is not followed by whitespace. |
421
|
| '{' is not preceded with whitespace. |
421
|
| Line contains a tab character. |
421
|
| '}' should be on the same line. |
423
|
| 'catch' is not followed by whitespace. |
424
|
| '{' is not preceded with whitespace. |
424
|
| Line has trailing spaces. |
428
|
| Line has trailing spaces. |
430
|
| Line has trailing spaces. |
433
|
| Line has trailing spaces. |
434
|
| Missing a Javadoc comment. |
434
|
| Parameter session should be final. |
434
|
| Unable to get class information for ProxyStorageException. |
435
|
| '{' should be on the previous line. |
436
|
| 'if' construct must use '{}'s. |
437
|
| 'if' is not followed by whitespace. |
437
|
| Line has trailing spaces. |
441
|
| Line has trailing spaces. |
442
|
| Missing a Javadoc comment. |
442
|
| Parameter session should be final. |
442
|
| Unable to get class information for ProxyStorageException. |
443
|
| '{' should be on the previous line. |
444
|
| 'if' construct must use '{}'s. |
445
|
| 'if' is not followed by whitespace. |
445
|
| Line has trailing spaces. |
449
|
| Line has trailing spaces. |
450
|
| Missing a Javadoc comment. |
450
|
| Parameter sessionId should be final. |
450
|
| Unable to get class information for ProxyStorageException. |
451
|
| '{' should be on the previous line. |
452
|
| Line has trailing spaces. |
455
|
| Line has trailing spaces. |
456
|
| Line has trailing spaces. |
457
|
| Missing a Javadoc comment. |
457
|
| Parameter session should be final. |
457
|
| Unable to get class information for ProxyStorageException. |
458
|
| '{' should be on the previous line. |
459
|
| 'if' construct must use '{}'s. |
460
|
| 'if' is not followed by whitespace. |
460
|
| Line has trailing spaces. |
462
|
| Line has trailing spaces. |
465
|
| Line has trailing spaces. |
466
|
| Missing a Javadoc comment. |
466
|
| Parameter session should be final. |
466
|
| Unable to get class information for ProxyStorageException. |
467
|
| '{' should be on the previous line. |
468
|
| 'if' construct must use '{}'s. |
469
|
| 'if' is not followed by whitespace. |
469
|
| Line has trailing spaces. |
471
|
| Line has trailing spaces. |
474
|
| Line has trailing spaces. |
475
|
| Missing a Javadoc comment. |
475
|
| Parameter sessionId should be final. |
475
|
| Unable to get class information for ProxyStorageException. |
476
|
| '{' should be on the previous line. |
477
|
| 'try' is not followed by whitespace. |
483
|
| '{' is not preceded with whitespace. |
483
|
| '}' should be on the same line. |
485
|
| 'catch' is not followed by whitespace. |
486
|
| '{' is not preceded with whitespace. |
486
|
| '}' should be on the same line. |
489
|
| 'catch' is not followed by whitespace. |
490
|
| Line has trailing spaces. |
494
|
| Line has trailing spaces. |
496
|
| Line has trailing spaces. |
499
|
xportlets/proxymanager/ProxyStorage.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. |
2
|
| Line has trailing spaces. |
24
|
| Line has trailing spaces. |
25
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
28
|
| '{' should be on the previous line. |
29
|
| Line has trailing spaces. |
30
|
| Missing a Javadoc comment. |
30
|
| Name 'all_proxies' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30
|
| Missing a Javadoc comment. |
31
|
| Name 'default_proxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
31
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
34
|
| '(' is followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
36
|
| '{' should be on the previous line. |
37
|
| Line has trailing spaces. |
40
|
| Line has trailing spaces. |
42
|
| Line has trailing spaces. |
43
|
| Line has trailing spaces. |
44
|
| Method 'load' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| '(' is followed by whitespace. |
50
|
| Parameter _session should be final. |
50
|
| Name '_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
50
|
| ')' is preceded with whitespace. |
50
|
| Unable to get class information for ProxyStorageException. |
51
|
| '{' should be on the previous line. |
52
|
| 'if' construct must use '{}'s. |
53
|
| 'if' is not followed by whitespace. |
53
|
| Line has trailing spaces. |
55
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
60
|
| Line has trailing spaces. |
67
|
| Line has trailing spaces. |
69
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
73
|
| '(' is followed by whitespace. |
73
|
| Parameter pHash should be final. |
73
|
| Expected @param tag for 'pHash'. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| 'cast' is not followed by whitespace. |
75
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| Line has trailing spaces. |
77
|
| Line is longer than 80 characters. |
79
|
| Line has trailing spaces. |
83
|
| Method 'getDefault' is not designed for extension - needs to be abstract, final or empty. |
90
|
| '{' should be on the previous line. |
91
|
| 'if' construct must use '{}'s. |
92
|
| 'if' is not followed by whitespace. |
92
|
| Line has trailing spaces. |
94
|
| '(' is followed by whitespace. |
95
|
| ')' is preceded with whitespace. |
95
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| 'cast' is not followed by whitespace. |
99
|
| 'cast' is not followed by whitespace. |
100
|
| 'cast' is not followed by whitespace. |
102
|
| Line has trailing spaces. |
105
|
| Line has trailing spaces. |
108
|
| Method 'setDefault' is not designed for extension - needs to be abstract, final or empty. |
111
|
| '(' is followed by whitespace. |
111
|
| Parameter pHash should be final. |
111
|
| Expected @param tag for 'pHash'. |
111
|
| ')' is preceded with whitespace. |
111
|
| '{' should be on the previous line. |
112
|
| Line has trailing spaces. |
115
|
| Method 'getAll' is not designed for extension - needs to be abstract, final or empty. |
122
|
| '{' should be on the previous line. |
123
|
| Line has trailing spaces. |
126
|
| Line has trailing spaces. |
129
|
| Line has trailing spaces. |
133
|
| Method 'put' is not designed for extension - needs to be abstract, final or empty. |
138
|
| '(' is followed by whitespace. |
138
|
| Parameter aProxy should be final. |
138
|
| Expected @param tag for 'aProxy'. |
138
|
| ')' is preceded with whitespace. |
138
|
| Unable to get class information for ProxyStorageException. |
139
|
| '{' should be on the previous line. |
140
|
| Line has trailing spaces. |
142
|
| 'if' construct must use '{}'s. |
143
|
| 'if' is not followed by whitespace. |
143
|
| Line has trailing spaces. |
145
|
| 'try' is not followed by whitespace. |
147
|
| '{' is not preceded with whitespace. |
147
|
| '}' should be on the same line. |
149
|
| 'catch' is not followed by whitespace. |
150
|
| Must have at least one statement. |
150
|
| '{' is not followed by whitespace. |
150
|
| '}' is not preceded with whitespace. |
150
|
| Line has trailing spaces. |
151
|
| Line has trailing spaces. |
152
|
| Line contains a tab character. |
152
|
| Line has trailing spaces. |
153
|
| Line has trailing spaces. |
155
|
| Line has trailing spaces. |
157
|
| Method 'getDefaultProxyHash' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Line has trailing spaces. |
166
|
| Line has trailing spaces. |
167
|
| Line is longer than 80 characters. |
171
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
176
|
| '(' is followed by whitespace. |
176
|
| Parameter pHash should be final. |
176
|
| Expected @param tag for 'pHash'. |
176
|
| ')' is preceded with whitespace. |
176
|
| Unable to get class information for ProxyStorageException. |
177
|
| Line has trailing spaces. |
178
|
| '{' should be on the previous line. |
178
|
| Line has trailing spaces. |
180
|
| 'if' construct must use '{}'s. |
181
|
| 'if' is not followed by whitespace. |
181
|
| Line has trailing spaces. |
183
|
| 'cast' is not followed by whitespace. |
184
|
| '(' is followed by whitespace. |
184
|
| ')' is preceded with whitespace. |
184
|
| Line has trailing spaces. |
185
|
| 'if' is not followed by whitespace. |
186
|
| Line has trailing spaces. |
188
|
| Line contains a tab character. |
188
|
| Line has trailing spaces. |
191
|
| Line has trailing spaces. |
192
|
| 'if' is not followed by whitespace. |
192
|
| Line contains a tab character. |
192
|
| '(' is followed by whitespace. |
193
|
| 'cast' is not followed by whitespace. |
195
|
| Line has trailing spaces. |
199
|
| Line has trailing spaces. |
202
|
| Line is longer than 80 characters. |
208
|
| Expected an @return tag. |
211
|
| Line has trailing spaces. |
211
|
| Method 'removeExpired' is not designed for extension - needs to be abstract, final or empty. |
211
|
| '(' is followed by whitespace. |
211
|
| ')' is preceded with whitespace. |
211
|
| Unable to get class information for ProxyStorageException. |
212
|
| Expected @throws tag for 'GSSException'. |
212
|
| '{' should be on the previous line. |
213
|
| Line has trailing spaces. |
215
|
| Line has trailing spaces. |
217
|
| Line has trailing spaces. |
219
|
| 'if' construct must use '{}'s. |
220
|
| 'if' is not followed by whitespace. |
220
|
| Line has trailing spaces. |
222
|
| '(' is followed by whitespace. |
224
|
| ')' is preceded with whitespace. |
224
|
| 'cast' is not followed by whitespace. |
225
|
| 'cast' is not followed by whitespace. |
226
|
| '(' is followed by whitespace. |
226
|
| ')' is preceded with whitespace. |
226
|
| '(' is followed by whitespace. |
227
|
| ')' is preceded with whitespace. |
227
|
| '(' is followed by whitespace. |
228
|
| ')' is preceded with whitespace. |
228
|
| '(' is followed by whitespace. |
229
|
| ')' is preceded with whitespace. |
229
|
| Line has trailing spaces. |
232
|
| 'if' construct must use '{}'s. |
233
|
| '(' is followed by whitespace. |
233
|
| ')' is preceded with whitespace. |
233
|
| '(' is followed by whitespace. |
234
|
| ')' is preceded with whitespace. |
234
|
| Line has trailing spaces. |
235
|
| Line has trailing spaces. |
238
|
xportlets/proxymanager/ProxyStorageException.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. |
2
|
| Redundant import from the java.lang package - java.lang.Exception. |
10
|
| '{' should be on the previous line. |
16
|
| '(' is followed by whitespace. |
20
|
| Parameter msg should be final. |
20
|
| Expected @param tag for 'msg'. |
20
|
| ')' is preceded with whitespace. |
20
|
| '{' should be on the previous line. |
21
|
xportlets/proxymanager/Storage.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. |
2
|
| Using the '.*' form of import should be avoided - org.globus.gsi.*. |
11
|
| Unused import - java.security.cert.X509Certificate. |
12
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
23
|
| '{' should be on the previous line. |
24
|
| Line has trailing spaces. |
25
|
| Missing a Javadoc comment. |
25
|
| Variable 'proxies' must be private and have accessor methods. |
25
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
32
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
34
|
| '(' is followed by whitespace. |
34
|
| Parameter pHash should be final. |
34
|
| Expected @param tag for 'pHash'. |
34
|
| ')' is preceded with whitespace. |
34
|
| '{' should be on the previous line. |
35
|
| 'cast' is not followed by whitespace. |
36
|
| '(' is followed by whitespace. |
36
|
| ')' is preceded with whitespace. |
36
|
| Method 'getAll' is not designed for extension - needs to be abstract, final or empty. |
44
|
| '{' should be on the previous line. |
45
|
| '(' is followed by whitespace. |
46
|
| ')' is preceded with whitespace. |
46
|
| Line has trailing spaces. |
50
|
| Line has trailing spaces. |
55
|
| Method 'put' is not designed for extension - needs to be abstract, final or empty. |
58
|
| '(' is followed by whitespace. |
58
|
| Parameter aProxy should be final. |
58
|
| Expected @param tag for 'aProxy'. |
58
|
| ')' is preceded with whitespace. |
58
|
| Unable to get class information for StorageException. |
59
|
| '{' should be on the previous line. |
60
|
| '(' is followed by whitespace. |
61
|
| ')' is preceded with whitespace. |
61
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| Line has trailing spaces. |
67
|
| Line has trailing spaces. |
72
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
75
|
| '(' is followed by whitespace. |
75
|
| Parameter pHash should be final. |
75
|
| Expected @param tag for 'pHash'. |
75
|
| ')' is preceded with whitespace. |
75
|
| Unable to get class information for StorageException. |
76
|
| '{' should be on the previous line. |
77
|
| 'cast' is not followed by whitespace. |
78
|
| '(' is followed by whitespace. |
78
|
| ')' is preceded with whitespace. |
78
|
| '(' is followed by whitespace. |
87
|
| Parameter aProxy should be final. |
87
|
| Expected @param tag for 'aProxy'. |
87
|
| ')' is preceded with whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| Line has trailing spaces. |
90
|
| 'try' is not followed by whitespace. |
90
|
| '{' is not preceded with whitespace. |
90
|
| Line contains a tab character. |
91
|
| 'catch' is not preceded with whitespace. |
92
|
| '}' is not followed by whitespace. |
92
|
| 'catch' is not followed by whitespace. |
92
|
| Must have at least one statement. |
92
|
| '{' is not followed by whitespace. |
92
|
| '}' is not preceded with whitespace. |
92
|
| Line has trailing spaces. |
95
|
xportlets/proxymanager/StorageException.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. |
2
|
| Redundant import from the java.lang package - java.lang.Exception. |
10
|
| '{' should be on the previous line. |
16
|
| '(' is followed by whitespace. |
20
|
| Parameter msg should be final. |
20
|
| Expected @param tag for 'msg'. |
20
|
| ')' is preceded with whitespace. |
20
|
| '{' should be on the previous line. |
21
|
xportlets/proxymanager/package.html
| Error | Line |
| Missing package documentation file. | 0 |