Checkstyle Errors
The following document contains the results of
Checkstyle
for severity error.
Files
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdBlobValue.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.logging.Logger. |
19 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.Map. |
22 |
|
Unused import - org.w3c.dom.Document. |
23 |
|
Unused import - net.sf.nxqd.common.NxqdUtils. |
25 |
|
Missing a Javadoc comment. |
34 |
|
Parameter b should be final. |
34 |
|
Line contains a tab character. |
35 |
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
38 |
|
Missing a Javadoc comment. |
38 |
|
Line contains a tab character. |
39 |
|
'cast' is not followed by whitespace. |
39 |
|
Method 'setBlob' is not designed for extension - needs to be abstract, final or empty. |
42 |
|
Missing a Javadoc comment. |
42 |
|
Parameter b should be final. |
42 |
|
Line contains a tab character. |
43 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdConsumer.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.Map. |
21 |
|
Unused import - java.util.List. |
22 |
|
Unused import - org.w3c.dom.Document. |
23 |
|
Line is longer than 80 characters. |
38 |
|
Missing a Javadoc comment. |
39 |
|
Missing a Javadoc comment. |
41 |
|
Missing a Javadoc comment. |
44 |
|
Parameter manager should be final. |
44 |
|
'manager' hides a field. |
44 |
|
Line contains a tab character. |
45 |
|
Method 'getNxqdManager' is not designed for extension - needs to be abstract, final or empty. |
48 |
|
Missing a Javadoc comment. |
48 |
|
Line contains a tab character. |
49 |
|
Method 'setNxqdManager' is not designed for extension - needs to be abstract, final or empty. |
52 |
|
Missing a Javadoc comment. |
52 |
|
Parameter manager should be final. |
52 |
|
'manager' hides a field. |
52 |
|
Line contains a tab character. |
53 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdContainer.java
Error |
Line |
|
Unused import - net.sf.nxqd.common.NxqdUtils. |
18 |
|
Unused import - java.util.logging.Level. |
20 |
|
Unused import - java.util.ArrayList. |
22 |
|
Unused import - java.util.Map. |
24 |
|
Unused import - org.w3c.dom.Document. |
26 |
|
Line is longer than 80 characters. |
41 |
|
Missing a Javadoc comment. |
43 |
|
Missing a Javadoc comment. |
45 |
|
Line contains a tab character. |
46 |
|
'containerName' hides a field. |
46 |
|
Line contains a tab character. |
47 |
|
Line contains a tab character. |
48 |
|
Line contains a tab character. |
57 |
|
Unused @throws tag for 'XmlException'. |
64 |
|
Method 'getNumDocuments' is not designed for extension - needs to be abstract, final or empty. |
66 |
|
Line contains a tab character. |
67 |
|
Expected @throws tag for 'NxqdException'. |
67 |
|
Line contains a tab character. |
68 |
|
Method 'putDocument' is not designed for extension - needs to be abstract, final or empty. |
81 |
|
Line contains a tab character. |
82 |
|
Parameter document should be final. |
82 |
|
Line contains a tab character. |
83 |
|
Line contains a tab character. |
84 |
|
Line contains a tab character. |
85 |
|
Line is longer than 80 characters. |
89 |
|
Line is longer than 80 characters. |
97 |
|
Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. |
97 |
|
Line contains a tab character. |
98 |
|
Line contains a tab character. |
99 |
|
Line is longer than 80 characters. |
103 |
|
Method 'deleteDocument' is not designed for extension - needs to be abstract, final or empty. |
110 |
|
Line contains a tab character. |
111 |
|
Line contains a tab character. |
112 |
|
Method 'documentExists' is not designed for extension - needs to be abstract, final or empty. |
125 |
|
Parameter documentId should be final. |
125 |
|
Line contains a tab character. |
126 |
|
Line contains a tab character. |
127 |
|
Method 'listDocuments' is not designed for extension - needs to be abstract, final or empty. |
139 |
|
Line contains a tab character. |
140 |
|
Line is longer than 80 characters. |
144 |
|
Method 'putBlob' is not designed for extension - needs to be abstract, final or empty. |
151 |
|
Line contains a tab character. |
152 |
|
Line contains a tab character. |
153 |
|
Line contains a tab character. |
154 |
|
Line contains a tab character. |
155 |
|
Line is longer than 80 characters. |
159 |
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
165 |
|
Line contains a tab character. |
166 |
|
Line contains a tab character. |
167 |
|
Method 'deleteBlob' is not designed for extension - needs to be abstract, final or empty. |
178 |
|
Line contains a tab character. |
179 |
|
Line contains a tab character. |
180 |
|
Method 'listBlobs' is not designed for extension - needs to be abstract, final or empty. |
190 |
|
Line contains a tab character. |
191 |
|
Method 'blobExists' is not designed for extension - needs to be abstract, final or empty. |
204 |
|
Parameter blobId should be final. |
204 |
|
Line contains a tab character. |
205 |
|
Line contains a tab character. |
206 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdException.java
Error |
Line |
|
Line is longer than 80 characters. |
19 |
|
Parameter message should be final. |
32 |
|
Line contains a tab character. |
33 |
|
Parameter nestedException should be final. |
41 |
|
Line contains a tab character. |
42 |
|
Line has trailing spaces. |
43 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdManager.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - org.w3c.dom.Document. |
25 |
|
Line is longer than 80 characters. |
52 |
|
Missing a Javadoc comment. |
73 |
|
Missing a Javadoc comment. |
75 |
|
Line contains a tab character. |
100 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Line contains a tab character. |
112 |
|
Line contains a tab character. |
122 |
|
Method 'connect' is not designed for extension - needs to be abstract, final or empty. |
125 |
|
Missing a Javadoc comment. |
125 |
|
Line contains a tab character. |
126 |
|
Line contains a tab character. |
127 |
|
Line contains a tab character. |
128 |
|
'}' should be on the same line. |
128 |
|
Line contains a tab character. |
129 |
|
Line contains a tab character. |
130 |
|
Line contains a tab character. |
131 |
|
Method 'disconnect' is not designed for extension - needs to be abstract, final or empty. |
134 |
|
Missing a Javadoc comment. |
134 |
|
Line contains a tab character. |
135 |
|
Line contains a tab character. |
136 |
|
Line contains a tab character. |
137 |
|
'}' should be on the same line. |
137 |
|
Line contains a tab character. |
138 |
|
Line contains a tab character. |
139 |
|
'!=' is not preceded with whitespace. |
139 |
|
'!=' is not followed by whitespace. |
139 |
|
Line contains a tab character. |
140 |
|
Line contains a tab character. |
141 |
|
Line contains a tab character. |
142 |
|
Line contains a tab character. |
143 |
|
Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. |
146 |
|
Missing a Javadoc comment. |
146 |
|
Line contains a tab character. |
147 |
|
Method 'getSessionId' is not designed for extension - needs to be abstract, final or empty. |
156 |
|
Line contains a tab character. |
157 |
|
Line is longer than 80 characters. |
169 |
|
Method 'createContainer' is not designed for extension - needs to be abstract, final or empty. |
169 |
|
Parameter containerName should be final. |
169 |
|
Line contains a tab character. |
170 |
|
'+' is not preceded with whitespace. |
170 |
|
'+' is not followed by whitespace. |
170 |
|
Line contains a tab character. |
172 |
|
'cast' is not followed by whitespace. |
172 |
|
Line is longer than 80 characters. |
173 |
|
Line contains a tab character. |
173 |
|
Line is longer than 80 characters. |
174 |
|
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 is longer than 80 characters. |
178 |
|
Line contains a tab character. |
178 |
|
'+' is not preceded with whitespace. |
178 |
|
'+' is not followed by whitespace. |
178 |
|
'+' is not preceded with whitespace. |
178 |
|
'+' is not followed by whitespace. |
178 |
|
Line contains a tab character. |
179 |
|
Line contains a tab character. |
180 |
|
'+' is not preceded with whitespace. |
180 |
|
'+' is not followed by whitespace. |
180 |
|
'+' is not preceded with whitespace. |
180 |
|
'+' is not followed by whitespace. |
180 |
|
Line contains a tab character. |
181 |
|
Line contains a tab character. |
182 |
|
Line is longer than 80 characters. |
190 |
|
Line is longer than 80 characters. |
191 |
|
Method 'renameContainer' is not designed for extension - needs to be abstract, final or empty. |
194 |
|
Line contains a tab character. |
195 |
|
Line contains a tab character. |
196 |
|
'+' is not preceded with whitespace. |
196 |
|
'+' is not followed by whitespace. |
196 |
|
'+' is not preceded with whitespace. |
196 |
|
'+' is not followed by whitespace. |
196 |
|
'+' is not preceded with whitespace. |
196 |
|
'+' is not followed by whitespace. |
196 |
|
Line contains a tab character. |
198 |
|
'cast' is not followed by whitespace. |
198 |
|
Line is longer than 80 characters. |
199 |
|
Line contains a tab character. |
199 |
|
Line is longer than 80 characters. |
200 |
|
Line contains a tab character. |
200 |
|
Line is longer than 80 characters. |
201 |
|
Line contains a tab character. |
201 |
|
Line is longer than 80 characters. |
202 |
|
Line contains a tab character. |
202 |
|
Line is longer than 80 characters. |
203 |
|
Line contains a tab character. |
203 |
|
Line contains a tab character. |
204 |
|
Line contains a tab character. |
205 |
|
Line is longer than 80 characters. |
206 |
|
Line contains a tab character. |
206 |
|
'+' is not preceded with whitespace. |
206 |
|
'+' is not followed by whitespace. |
206 |
|
'+' is not preceded with whitespace. |
206 |
|
'+' is not followed by whitespace. |
206 |
|
Line contains a tab character. |
207 |
|
Line contains a tab character. |
208 |
|
'+' is not preceded with whitespace. |
208 |
|
'+' is not followed by whitespace. |
208 |
|
'+' is not preceded with whitespace. |
208 |
|
'+' is not followed by whitespace. |
208 |
|
Line contains a tab character. |
209 |
|
Method 'deleteContainer' is not designed for extension - needs to be abstract, final or empty. |
220 |
|
Parameter containerName should be final. |
220 |
|
Line contains a tab character. |
221 |
|
'cast' is not followed by whitespace. |
221 |
|
Line is longer than 80 characters. |
222 |
|
Line contains a tab character. |
222 |
|
Line is longer than 80 characters. |
223 |
|
Line contains a tab character. |
223 |
|
Line is longer than 80 characters. |
224 |
|
Line contains a tab character. |
224 |
|
Line contains a tab character. |
225 |
|
Line contains a tab character. |
226 |
|
Line is longer than 80 characters. |
227 |
|
Line contains a tab character. |
227 |
|
'+' is not preceded with whitespace. |
227 |
|
'+' is not followed by whitespace. |
227 |
|
'+' is not preceded with whitespace. |
227 |
|
'+' is not followed by whitespace. |
227 |
|
Line contains a tab character. |
228 |
|
Line contains a tab character. |
229 |
|
'+' is not preceded with whitespace. |
229 |
|
'+' is not followed by whitespace. |
229 |
|
'+' is not preceded with whitespace. |
229 |
|
'+' is not followed by whitespace. |
229 |
|
Method 'deleteContainer' is not designed for extension - needs to be abstract, final or empty. |
240 |
|
Parameter container should be final. |
240 |
|
Line contains a tab character. |
241 |
|
'cast' is not followed by whitespace. |
241 |
|
Line is longer than 80 characters. |
242 |
|
Line contains a tab character. |
242 |
|
Line is longer than 80 characters. |
243 |
|
Line contains a tab character. |
243 |
|
Line is longer than 80 characters. |
244 |
|
Line contains a tab character. |
244 |
|
Line contains a tab character. |
245 |
|
Line contains a tab character. |
246 |
|
Line is longer than 80 characters. |
247 |
|
Line contains a tab character. |
247 |
|
'+' is not preceded with whitespace. |
247 |
|
'+' is not followed by whitespace. |
247 |
|
'+' is not preceded with whitespace. |
247 |
|
'+' is not followed by whitespace. |
247 |
|
Line contains a tab character. |
248 |
|
Line contains a tab character. |
249 |
|
'+' is not preceded with whitespace. |
249 |
|
'+' is not followed by whitespace. |
249 |
|
'+' is not preceded with whitespace. |
249 |
|
'+' is not followed by whitespace. |
249 |
|
Line is longer than 80 characters. |
261 |
|
Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. |
261 |
|
Parameter containerName should be final. |
261 |
|
Line contains a tab character. |
262 |
|
Line contains a tab character. |
263 |
|
Line contains a tab character. |
264 |
|
'}' should be on the same line. |
264 |
|
Line contains a tab character. |
265 |
|
Line is longer than 80 characters. |
266 |
|
Line contains a tab character. |
266 |
|
'+' is not preceded with whitespace. |
266 |
|
'+' is not followed by whitespace. |
266 |
|
'+' is not preceded with whitespace. |
266 |
|
'+' is not followed by whitespace. |
266 |
|
Line contains a tab character. |
267 |
|
Method 'containerExists' is not designed for extension - needs to be abstract, final or empty. |
280 |
|
Parameter containerName should be final. |
280 |
|
Line contains a tab character. |
281 |
|
'>=' is not preceded with whitespace. |
281 |
|
'>=' is not followed by whitespace. |
281 |
|
Line contains a tab character. |
282 |
|
Line contains a tab character. |
283 |
|
Line contains a tab character. |
284 |
|
'cast' is not followed by whitespace. |
284 |
|
Line contains a tab character. |
285 |
|
Line is longer than 80 characters. |
286 |
|
Line contains a tab character. |
286 |
|
Line is longer than 80 characters. |
287 |
|
Line contains a tab character. |
287 |
|
Line contains a tab character. |
288 |
|
Method 'listContainers' is not designed for extension - needs to be abstract, final or empty. |
299 |
|
Line contains a tab character. |
300 |
|
Line contains a tab character. |
301 |
|
Line contains a tab character. |
302 |
|
Line contains a tab character. |
303 |
|
Line contains a tab character. |
304 |
|
'}' should be on the same line. |
304 |
|
Line contains a tab character. |
305 |
|
Line contains a tab character. |
306 |
|
Line contains a tab character. |
307 |
|
Line contains a tab character. |
308 |
|
Line contains a tab character. |
309 |
|
Line contains a tab character. |
310 |
|
Line contains a tab character. |
311 |
|
Line contains a tab character. |
312 |
|
'}' should be on the same line. |
312 |
|
Line contains a tab character. |
313 |
|
Line contains a tab character. |
314 |
|
'cast' is not followed by whitespace. |
314 |
|
Line contains a tab character. |
315 |
|
Line contains a tab character. |
316 |
|
Method 'query' is not designed for extension - needs to be abstract, final or empty. |
328 |
|
Line contains a tab character. |
329 |
|
Method 'query' is not designed for extension - needs to be abstract, final or empty. |
343 |
|
Line contains a tab character. |
344 |
|
Line has trailing spaces. |
345 |
|
Line contains a tab character. |
345 |
|
Line contains a tab character. |
346 |
|
Line contains a tab character. |
347 |
|
Line contains a tab character. |
348 |
|
Line contains a tab character. |
349 |
|
Line contains a tab character. |
350 |
|
Line contains a tab character. |
351 |
|
Line is longer than 80 characters. |
352 |
|
Line contains a tab character. |
352 |
|
Line is longer than 80 characters. |
353 |
|
Line contains a tab character. |
353 |
|
Line contains a tab character. |
354 |
|
Line is longer than 80 characters. |
359 |
|
Line is longer than 80 characters. |
360 |
|
Line is longer than 80 characters. |
365 |
|
Line has trailing spaces. |
366 |
|
Line is longer than 80 characters. |
366 |
|
Line is longer than 80 characters. |
367 |
|
Method 'lazyQuery' is not designed for extension - needs to be abstract, final or empty. |
372 |
|
Line contains a tab character. |
373 |
|
Line contains a tab character. |
374 |
|
Line has trailing spaces. |
375 |
|
Line contains a tab character. |
375 |
|
Line contains a tab character. |
376 |
|
'cast' is not followed by whitespace. |
376 |
|
Line contains a tab character. |
377 |
|
Line contains a tab character. |
378 |
|
Line is longer than 80 characters. |
379 |
|
Line contains a tab character. |
379 |
|
Line is longer than 80 characters. |
380 |
|
Line contains a tab character. |
380 |
|
Line contains a tab character. |
381 |
|
Line is longer than 80 characters. |
382 |
|
Line contains a tab character. |
382 |
|
Line is longer than 80 characters. |
383 |
|
Line contains a tab character. |
383 |
|
Line is longer than 80 characters. |
384 |
|
Line contains a tab character. |
384 |
|
Line is longer than 80 characters. |
385 |
|
Line contains a tab character. |
385 |
|
Line is longer than 80 characters. |
386 |
|
Line contains a tab character. |
386 |
|
Line is longer than 80 characters. |
387 |
|
Line contains a tab character. |
387 |
|
Line is longer than 80 characters. |
388 |
|
Line contains a tab character. |
388 |
|
Line contains a tab character. |
389 |
|
Line contains a tab character. |
390 |
|
Line has trailing spaces. |
393 |
|
Unclosed HTML tag found: <code>getResults method will retrieve the results after a |
395 |
|
Line has trailing spaces. |
396 |
|
Line has trailing spaces. |
397 |
|
Line is longer than 80 characters. |
398 |
|
Line is longer than 80 characters. |
399 |
|
Line is longer than 80 characters. |
400 |
|
Expected an @return tag. |
403 |
|
Line is longer than 80 characters. |
403 |
|
Method 'getResults' is not designed for extension - needs to be abstract, final or empty. |
403 |
|
Line contains a tab character. |
404 |
|
Expected @throws tag for 'NxqdException'. |
404 |
|
Line contains a tab character. |
405 |
|
Line contains a tab character. |
406 |
|
Line contains a tab character. |
407 |
|
Line contains a tab character. |
408 |
|
Line contains a tab character. |
409 |
|
Line contains a tab character. |
410 |
|
Line contains a tab character. |
411 |
|
Line contains a tab character. |
412 |
|
Line contains a tab character. |
413 |
|
Line contains a tab character. |
414 |
|
Line contains a tab character. |
415 |
|
Line contains a tab character. |
416 |
|
Line contains a tab character. |
417 |
|
Line contains a tab character. |
418 |
|
Line has trailing spaces. |
420 |
|
Line has trailing spaces. |
422 |
|
Method 'createModify' is not designed for extension - needs to be abstract, final or empty. |
428 |
|
Line contains a tab character. |
429 |
|
Method 'prepare' is not designed for extension - needs to be abstract, final or empty. |
439 |
|
Parameter query should be final. |
439 |
|
Line contains a tab character. |
440 |
|
Method 'putDocument' is not designed for extension - needs to be abstract, final or empty. |
453 |
|
Line has trailing spaces. |
454 |
|
Line contains a tab character. |
454 |
|
Line contains a tab character. |
455 |
|
Line contains a tab character. |
456 |
|
Line contains a tab character. |
457 |
|
Line contains a tab character. |
458 |
|
Line contains a tab character. |
459 |
|
Line contains a tab character. |
460 |
|
Line contains a tab character. |
461 |
|
Line contains a tab character. |
462 |
|
Line contains a tab character. |
463 |
|
Line contains a tab character. |
464 |
|
'cast' is not followed by whitespace. |
464 |
|
Line contains a tab character. |
465 |
|
Line contains a tab character. |
466 |
|
Line has trailing spaces. |
468 |
|
Line is longer than 80 characters. |
470 |
|
Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. |
479 |
|
Line contains a tab character. |
480 |
|
Line contains a tab character. |
481 |
|
'cast' is not followed by whitespace. |
481 |
|
Line contains a tab character. |
482 |
|
Line contains a tab character. |
483 |
|
Line contains a tab character. |
484 |
|
Line contains a tab character. |
485 |
|
Line contains a tab character. |
486 |
|
Line has trailing spaces. |
488 |
|
Line is longer than 80 characters. |
490 |
|
Method 'deleteDocument' is not designed for extension - needs to be abstract, final or empty. |
498 |
|
Line is longer than 80 characters. |
499 |
|
Line contains a tab character. |
499 |
|
Line contains a tab character. |
500 |
|
'cast' is not followed by whitespace. |
500 |
|
Line contains a tab character. |
501 |
|
Line contains a tab character. |
502 |
|
Line contains a tab character. |
503 |
|
Line contains a tab character. |
504 |
|
Line is longer than 80 characters. |
505 |
|
Line contains a tab character. |
505 |
|
Line contains a tab character. |
506 |
|
Line contains a tab character. |
507 |
|
Method 'documentExists' is not designed for extension - needs to be abstract, final or empty. |
521 |
|
Line is longer than 80 characters. |
522 |
|
Line contains a tab character. |
522 |
|
Line contains a tab character. |
523 |
|
Line contains a tab character. |
524 |
|
Line contains a tab character. |
525 |
|
Line contains a tab character. |
526 |
|
Line contains a tab character. |
527 |
|
Line contains a tab character. |
528 |
|
Line contains a tab character. |
529 |
|
'cast' is not followed by whitespace. |
529 |
|
Line is longer than 80 characters. |
541 |
|
Method 'listDocuments' is not designed for extension - needs to be abstract, final or empty. |
541 |
|
Expected @param tag for 'containerId'. |
541 |
|
Line contains a tab character. |
542 |
|
Line contains a tab character. |
543 |
|
Line contains a tab character. |
544 |
|
Line contains a tab character. |
545 |
|
Line contains a tab character. |
546 |
|
Unused @throws tag for 'XmlException'. |
553 |
|
Line is longer than 80 characters. |
555 |
|
Method 'getNumDocuments' is not designed for extension - needs to be abstract, final or empty. |
555 |
|
Expected @param tag for 'containerId'. |
555 |
|
Expected @throws tag for 'NxqdException'. |
555 |
|
Line contains a tab character. |
556 |
|
'cast' is not followed by whitespace. |
556 |
|
Line is longer than 80 characters. |
557 |
|
Line contains a tab character. |
557 |
|
Line is longer than 80 characters. |
558 |
|
Line contains a tab character. |
558 |
|
Line is longer than 80 characters. |
559 |
|
Line contains a tab character. |
559 |
|
Line is longer than 80 characters. |
562 |
|
Line contains a tab character. |
576 |
|
Method 'putBlob' is not designed for extension - needs to be abstract, final or empty. |
576 |
|
Line has trailing spaces. |
577 |
|
Line contains a tab character. |
577 |
|
Line contains a tab character. |
578 |
|
Line contains a tab character. |
579 |
|
Line contains a tab character. |
580 |
|
Line contains a tab character. |
581 |
|
Line contains a tab character. |
582 |
|
Line contains a tab character. |
583 |
|
Line contains a tab character. |
584 |
|
Line contains a tab character. |
585 |
|
Line contains a tab character. |
586 |
|
Line contains a tab character. |
587 |
|
'cast' is not followed by whitespace. |
587 |
|
Line contains a tab character. |
588 |
|
Line contains a tab character. |
589 |
|
Line contains a tab character. |
590 |
|
Line has trailing spaces. |
591 |
|
Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. |
602 |
|
Line contains a tab character. |
603 |
|
Line contains a tab character. |
604 |
|
'cast' is not followed by whitespace. |
604 |
|
Line contains a tab character. |
605 |
|
Line contains a tab character. |
606 |
|
Line contains a tab character. |
607 |
|
Line contains a tab character. |
608 |
|
Line contains a tab character. |
609 |
|
Line has trailing spaces. |
611 |
|
Method 'deleteBlob' is not designed for extension - needs to be abstract, final or empty. |
621 |
|
Line contains a tab character. |
622 |
|
Line contains a tab character. |
623 |
|
'cast' is not followed by whitespace. |
623 |
|
Line contains a tab character. |
624 |
|
Line contains a tab character. |
625 |
|
Line contains a tab character. |
626 |
|
Line contains a tab character. |
627 |
|
Line is longer than 80 characters. |
628 |
|
Line contains a tab character. |
628 |
|
Line contains a tab character. |
629 |
|
Line contains a tab character. |
630 |
|
Method 'blobExists' is not designed for extension - needs to be abstract, final or empty. |
644 |
|
Line contains a tab character. |
645 |
|
Line contains a tab character. |
646 |
|
Line contains a tab character. |
647 |
|
Line contains a tab character. |
648 |
|
Line contains a tab character. |
649 |
|
Line contains a tab character. |
650 |
|
Line contains a tab character. |
651 |
|
Line contains a tab character. |
652 |
|
'cast' is not followed by whitespace. |
652 |
|
Method 'listBlobs' is not designed for extension - needs to be abstract, final or empty. |
664 |
|
Expected @param tag for 'containerId'. |
664 |
|
Line contains a tab character. |
665 |
|
Line contains a tab character. |
666 |
|
Line contains a tab character. |
667 |
|
Line contains a tab character. |
668 |
|
Line contains a tab character. |
669 |
|
Unused @throws tag for 'XmlException'. |
676 |
|
Method 'getNumBlobs' is not designed for extension - needs to be abstract, final or empty. |
678 |
|
Expected @param tag for 'containerId'. |
678 |
|
Expected @throws tag for 'NxqdException'. |
678 |
|
Line contains a tab character. |
679 |
|
'cast' is not followed by whitespace. |
679 |
|
Line is longer than 80 characters. |
680 |
|
Line contains a tab character. |
680 |
|
Line is longer than 80 characters. |
681 |
|
Line contains a tab character. |
681 |
|
Line is longer than 80 characters. |
682 |
|
Line contains a tab character. |
682 |
|
Missing a Javadoc comment. |
686 |
|
Missing a Javadoc comment. |
687 |
|
'5000' is a magic number. |
687 |
|
Missing a Javadoc comment. |
688 |
|
'5000' is a magic number. |
688 |
|
Missing a Javadoc comment. |
689 |
|
Method 'addNxqdContainerEventListener' is not designed for extension - needs to be abstract, final or empty. |
691 |
|
Missing a Javadoc comment. |
691 |
|
Parameter cl should be final. |
691 |
|
Line contains a tab character. |
692 |
|
Line contains a tab character. |
693 |
|
Line contains a tab character. |
694 |
|
Line contains a tab character. |
695 |
|
Line is longer than 80 characters. |
698 |
|
Method 'removeNxqdContainerEventListener' is not designed for extension - needs to be abstract, final or empty. |
698 |
|
Missing a Javadoc comment. |
698 |
|
Parameter cl should be final. |
698 |
|
Line contains a tab character. |
699 |
|
Line contains a tab character. |
700 |
|
Line contains a tab character. |
701 |
|
Line contains a tab character. |
702 |
|
Line has trailing spaces. |
706 |
|
Line is longer than 80 characters. |
706 |
|
Line is longer than 80 characters. |
709 |
|
Method 'setContainerEventPeriod' is not designed for extension - needs to be abstract, final or empty. |
712 |
|
Parameter ms should be final. |
712 |
|
Line contains a tab character. |
713 |
|
Method 'addNxqdManagerEventListener' is not designed for extension - needs to be abstract, final or empty. |
716 |
|
Missing a Javadoc comment. |
716 |
|
Parameter ml should be final. |
716 |
|
Line contains a tab character. |
717 |
|
Line contains a tab character. |
718 |
|
Line contains a tab character. |
719 |
|
Line contains a tab character. |
720 |
|
Method 'removeNxqdManagerEventListener' is not designed for extension - needs to be abstract, final or empty. |
723 |
|
Missing a Javadoc comment. |
723 |
|
Parameter ml should be final. |
723 |
|
Line contains a tab character. |
724 |
|
Line contains a tab character. |
725 |
|
Line contains a tab character. |
726 |
|
Line contains a tab character. |
727 |
|
Line has trailing spaces. |
731 |
|
Line is longer than 80 characters. |
731 |
|
Line is longer than 80 characters. |
734 |
|
Method 'setManagerEventPeriod' is not designed for extension - needs to be abstract, final or empty. |
737 |
|
Parameter ms should be final. |
737 |
|
Line contains a tab character. |
738 |
|
Missing a Javadoc comment. |
741 |
|
Line contains a tab character. |
742 |
|
'!=' is not preceded with whitespace. |
742 |
|
'!=' is not followed by whitespace. |
742 |
|
Line contains a tab character. |
743 |
|
Line contains a tab character. |
744 |
|
Line contains a tab character. |
745 |
|
Line contains a tab character. |
746 |
|
'>' is not preceded with whitespace. |
746 |
|
'>' is not followed by whitespace. |
746 |
|
Line is longer than 80 characters. |
747 |
|
Line contains a tab character. |
747 |
|
Line contains a tab character. |
748 |
|
Line contains a tab character. |
749 |
|
'>' is not preceded with whitespace. |
749 |
|
'>' is not followed by whitespace. |
749 |
|
Line is longer than 80 characters. |
750 |
|
Line contains a tab character. |
750 |
|
Line contains a tab character. |
751 |
|
Missing a Javadoc comment. |
754 |
|
Line has trailing spaces. |
755 |
|
Line contains a tab character. |
755 |
|
Line contains a tab character. |
756 |
|
Line contains a tab character. |
757 |
|
Parameter listeners should be final. |
757 |
|
Line contains a tab character. |
759 |
|
Line contains a tab character. |
760 |
|
Line contains a tab character. |
761 |
|
Line contains a tab character. |
762 |
|
Line contains a tab character. |
763 |
|
Line contains a tab character. |
764 |
|
Line contains a tab character. |
765 |
|
Line contains a tab character. |
767 |
|
Line contains a tab character. |
768 |
|
Line contains a tab character. |
769 |
|
Line contains a tab character. |
770 |
|
Line contains a tab character. |
771 |
|
Line contains a tab character. |
772 |
|
'cast' is not followed by whitespace. |
772 |
|
Line contains a tab character. |
773 |
|
'}' should be on the same line. |
773 |
|
Line contains a tab character. |
774 |
|
Must have at least one statement. |
774 |
|
Line contains a tab character. |
775 |
|
Line contains a tab character. |
776 |
|
Line contains a tab character. |
778 |
|
Line contains a tab character. |
779 |
|
'cast' is not followed by whitespace. |
779 |
|
Line contains a tab character. |
780 |
|
Line contains a tab character. |
781 |
|
switch without "default" clause. |
781 |
|
Line contains a tab character. |
782 |
|
Line is longer than 80 characters. |
783 |
|
Line contains a tab character. |
783 |
|
'cast' is not followed by whitespace. |
783 |
|
Line contains a tab character. |
784 |
|
Line contains a tab character. |
785 |
|
Line is longer than 80 characters. |
786 |
|
Line contains a tab character. |
786 |
|
'cast' is not followed by whitespace. |
786 |
|
Line contains a tab character. |
787 |
|
Line contains a tab character. |
788 |
|
Line is longer than 80 characters. |
789 |
|
Line contains a tab character. |
789 |
|
'cast' is not followed by whitespace. |
789 |
|
Line contains a tab character. |
790 |
|
Line contains a tab character. |
791 |
|
Line is longer than 80 characters. |
792 |
|
Line contains a tab character. |
792 |
|
'cast' is not followed by whitespace. |
792 |
|
Line contains a tab character. |
793 |
|
Line contains a tab character. |
794 |
|
Line is longer than 80 characters. |
795 |
|
Line contains a tab character. |
795 |
|
'cast' is not followed by whitespace. |
795 |
|
Line contains a tab character. |
796 |
|
Line contains a tab character. |
797 |
|
Line is longer than 80 characters. |
798 |
|
Line contains a tab character. |
798 |
|
'cast' is not followed by whitespace. |
798 |
|
Line contains a tab character. |
799 |
|
Line contains a tab character. |
800 |
|
Line contains a tab character. |
801 |
|
Line contains a tab character. |
802 |
|
Line contains a tab character. |
803 |
|
Missing a Javadoc comment. |
806 |
|
Line contains a tab character. |
807 |
|
Line contains a tab character. |
808 |
|
Line contains a tab character. |
809 |
|
Line contains a tab character. |
810 |
|
Line has trailing spaces. |
812 |
|
Missing a Javadoc comment. |
813 |
|
Line contains a tab character. |
814 |
|
Line contains a tab character. |
815 |
|
Line contains a tab character. |
816 |
|
Line contains a tab character. |
817 |
|
Missing a Javadoc comment. |
820 |
|
Line contains a tab character. |
822 |
|
Missing a Javadoc comment. |
822 |
|
Line contains a tab character. |
823 |
|
Line contains a tab character. |
825 |
|
Missing a Javadoc comment. |
825 |
|
Line contains a tab character. |
826 |
|
Line contains a tab character. |
827 |
|
Line contains a tab character. |
828 |
|
'}' should be on the same line. |
828 |
|
Line contains a tab character. |
829 |
|
Line contains a tab character. |
830 |
|
Line contains a tab character. |
831 |
|
Line contains a tab character. |
832 |
|
Missing a Javadoc comment. |
835 |
|
Line contains a tab character. |
837 |
|
Missing a Javadoc comment. |
837 |
|
Line contains a tab character. |
838 |
|
Line contains a tab character. |
840 |
|
Missing a Javadoc comment. |
840 |
|
Line contains a tab character. |
841 |
|
Line contains a tab character. |
842 |
|
Line contains a tab character. |
843 |
|
'}' should be on the same line. |
843 |
|
Line contains a tab character. |
844 |
|
Line contains a tab character. |
845 |
|
Line contains a tab character. |
846 |
|
Line contains a tab character. |
847 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdModify.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.Map. |
22 |
|
Unused import - org.w3c.dom.Document. |
23 |
|
Line has trailing spaces. |
26 |
|
Missing a Javadoc comment. |
45 |
|
Parameter manager should be final. |
45 |
|
Line contains a tab character. |
46 |
|
Line is longer than 80 characters. |
50 |
|
Line is longer than 80 characters. |
51 |
|
Line is longer than 80 characters. |
54 |
|
Line is longer than 80 characters. |
55 |
|
Line is longer than 80 characters. |
56 |
|
Line is longer than 80 characters. |
59 |
|
Line is longer than 80 characters. |
60 |
|
Line has trailing spaces. |
61 |
|
Line has trailing spaces. |
63 |
|
Line is longer than 80 characters. |
63 |
|
Line is longer than 80 characters. |
64 |
|
Line is longer than 80 characters. |
65 |
|
Line is longer than 80 characters. |
67 |
|
Line is longer than 80 characters. |
69 |
|
Line is longer than 80 characters. |
70 |
|
Line is longer than 80 characters. |
71 |
|
Line is longer than 80 characters. |
72 |
|
Line is longer than 80 characters. |
73 |
|
Parameter selectionExpr should be final. |
77 |
|
Line contains a tab character. |
78 |
|
Parameter type should be final. |
78 |
|
Line contains a tab character. |
79 |
|
Parameter name should be final. |
79 |
|
Line contains a tab character. |
80 |
|
Parameter content should be final. |
80 |
|
Line contains a tab character. |
81 |
|
Line contains a tab character. |
82 |
|
Line is longer than 80 characters. |
90 |
|
Line is longer than 80 characters. |
91 |
|
Line is longer than 80 characters. |
92 |
|
Line is longer than 80 characters. |
95 |
|
Line is longer than 80 characters. |
96 |
|
Line has trailing spaces. |
97 |
|
Line has trailing spaces. |
99 |
|
Line is longer than 80 characters. |
99 |
|
Line is longer than 80 characters. |
100 |
|
Line is longer than 80 characters. |
101 |
|
Line is longer than 80 characters. |
103 |
|
Line is longer than 80 characters. |
105 |
|
Line is longer than 80 characters. |
106 |
|
Line is longer than 80 characters. |
107 |
|
Line is longer than 80 characters. |
108 |
|
Line is longer than 80 characters. |
109 |
|
Line is longer than 80 characters. |
111 |
|
Line is longer than 80 characters. |
112 |
|
Line is longer than 80 characters. |
113 |
|
Line is longer than 80 characters. |
114 |
|
Parameter selectionExpr should be final. |
117 |
|
Line contains a tab character. |
118 |
|
Parameter type should be final. |
118 |
|
Line contains a tab character. |
119 |
|
Parameter name should be final. |
119 |
|
Line contains a tab character. |
120 |
|
Parameter content should be final. |
120 |
|
Line contains a tab character. |
121 |
|
Parameter location should be final. |
121 |
|
Line contains a tab character. |
122 |
|
Line is longer than 80 characters. |
126 |
|
Line is longer than 80 characters. |
127 |
|
Line is longer than 80 characters. |
130 |
|
Line is longer than 80 characters. |
131 |
|
Line is longer than 80 characters. |
132 |
|
Line is longer than 80 characters. |
134 |
|
Line is longer than 80 characters. |
135 |
|
Line has trailing spaces. |
136 |
|
Line is longer than 80 characters. |
138 |
|
Line is longer than 80 characters. |
139 |
|
Line is longer than 80 characters. |
140 |
|
Line is longer than 80 characters. |
141 |
|
Line is longer than 80 characters. |
142 |
|
Line is longer than 80 characters. |
143 |
|
Line is longer than 80 characters. |
144 |
|
Parameter selectionExpr should be final. |
148 |
|
Line contains a tab character. |
149 |
|
Parameter type should be final. |
149 |
|
Line contains a tab character. |
150 |
|
Parameter name should be final. |
150 |
|
Line contains a tab character. |
151 |
|
Parameter content should be final. |
151 |
|
Line contains a tab character. |
152 |
|
Line contains a tab character. |
153 |
|
Line is longer than 80 characters. |
157 |
|
Line is longer than 80 characters. |
158 |
|
Line is longer than 80 characters. |
161 |
|
Line is longer than 80 characters. |
162 |
|
Line is longer than 80 characters. |
165 |
|
Line is longer than 80 characters. |
166 |
|
Line has trailing spaces. |
167 |
|
Line is longer than 80 characters. |
169 |
|
Line is longer than 80 characters. |
170 |
|
Line is longer than 80 characters. |
171 |
|
Line is longer than 80 characters. |
172 |
|
Line is longer than 80 characters. |
173 |
|
Line is longer than 80 characters. |
174 |
|
Line is longer than 80 characters. |
175 |
|
Parameter selectionExpr should be final. |
178 |
|
Line contains a tab character. |
179 |
|
Parameter type should be final. |
179 |
|
Line contains a tab character. |
180 |
|
Parameter name should be final. |
180 |
|
Line contains a tab character. |
181 |
|
Parameter content should be final. |
181 |
|
Line contains a tab character. |
182 |
|
Expected @throws tag for 'NxqdException'. |
182 |
|
Line contains a tab character. |
183 |
|
Line is longer than 80 characters. |
187 |
|
Line is longer than 80 characters. |
188 |
|
Parameter selectionExpr should be final. |
193 |
|
Line contains a tab character. |
194 |
|
Line is longer than 80 characters. |
198 |
|
Line is longer than 80 characters. |
199 |
|
Parameter selectionExpr should be final. |
206 |
|
Line contains a tab character. |
207 |
|
Parameter newName should be final. |
207 |
|
Line contains a tab character. |
208 |
|
Line contains a tab character. |
209 |
|
Line is longer than 80 characters. |
213 |
|
Line is longer than 80 characters. |
214 |
|
Line is longer than 80 characters. |
215 |
|
Line is longer than 80 characters. |
216 |
|
Line has trailing spaces. |
218 |
|
Line is longer than 80 characters. |
219 |
|
Line is longer than 80 characters. |
220 |
|
Line has trailing spaces. |
221 |
|
Parameter selectionExpr should be final. |
227 |
|
Line contains a tab character. |
228 |
|
Parameter content should be final. |
228 |
|
Line contains a tab character. |
229 |
|
Line contains a tab character. |
230 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdQueryExpression.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.Map. |
22 |
|
Unused import - org.w3c.dom.Document. |
23 |
|
Unused import - javax.xml.namespace.QName. |
24 |
|
Line is longer than 80 characters. |
39 |
|
Missing a Javadoc comment. |
40 |
|
Missing a Javadoc comment. |
42 |
|
Parameter manager should be final. |
42 |
|
Line contains a tab character. |
43 |
|
Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. |
46 |
|
Missing a Javadoc comment. |
46 |
|
Line contains a tab character. |
47 |
|
Method 'getQueryPlan' is not designed for extension - needs to be abstract, final or empty. |
50 |
|
Missing a Javadoc comment. |
50 |
|
Line contains a tab character. |
51 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdResults.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.Map. |
22 |
|
Unused import - org.w3c.dom.Document. |
23 |
|
Line is longer than 80 characters. |
36 |
|
Missing a Javadoc comment. |
38 |
|
Parameter manager should be final. |
38 |
|
Line contains a tab character. |
39 |
|
Line is longer than 80 characters. |
43 |
|
Parameter value should be final. |
50 |
|
Line contains a tab character. |
51 |
|
Line is longer than 80 characters. |
55 |
|
Line is longer than 80 characters. |
58 |
|
Line has trailing spaces. |
59 |
|
Method 'size' is not designed for extension - needs to be abstract, final or empty. |
64 |
|
Line contains a tab character. |
65 |
|
Line contains a tab character. |
66 |
|
Line is longer than 80 characters. |
70 |
|
Line is longer than 80 characters. |
71 |
|
Line is longer than 80 characters. |
74 |
|
Line has trailing spaces. |
75 |
|
Line contains a tab character. |
80 |
|
Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. |
89 |
|
Line contains a tab character. |
90 |
|
Line contains a tab character. |
91 |
|
Method 'hasPrevious' is not designed for extension - needs to be abstract, final or empty. |
100 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Line is longer than 80 characters. |
106 |
|
Method 'next' is not designed for extension - needs to be abstract, final or empty. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line is longer than 80 characters. |
118 |
|
Method 'previous' is not designed for extension - needs to be abstract, final or empty. |
124 |
|
Line contains a tab character. |
125 |
|
Line contains a tab character. |
126 |
|
Line is longer than 80 characters. |
130 |
|
Method 'peek' is not designed for extension - needs to be abstract, final or empty. |
135 |
|
Line contains a tab character. |
136 |
|
Line contains a tab character. |
137 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdValue.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.logging.Logger. |
19 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.Map. |
22 |
|
Unused import - org.w3c.dom.Document. |
23 |
|
Unused import - javax.xml.namespace.QName. |
24 |
|
Unused import - net.sf.nxqd.common.NxqdUtils. |
26 |
|
Missing a Javadoc comment. |
35 |
|
Missing a Javadoc comment. |
37 |
|
Parameter o should be final. |
37 |
|
Line contains a tab character. |
38 |
|
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
41 |
|
Missing a Javadoc comment. |
41 |
|
Line contains a tab character. |
42 |
|
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
45 |
|
Missing a Javadoc comment. |
45 |
|
Parameter o should be final. |
45 |
|
Line contains a tab character. |
46 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/NxqdXMLValue.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.logging.Logger. |
19 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.Map. |
22 |
|
Missing a Javadoc comment. |
34 |
|
Parameter document should be final. |
34 |
|
Line contains a tab character. |
35 |
|
Missing a Javadoc comment. |
38 |
|
Parameter xmlString should be final. |
38 |
|
Line contains a tab character. |
39 |
|
Method 'asDocument' is not designed for extension - needs to be abstract, final or empty. |
42 |
|
Missing a Javadoc comment. |
42 |
|
Line contains a tab character. |
43 |
|
Line contains a tab character. |
44 |
|
'cast' is not followed by whitespace. |
44 |
|
Line contains a tab character. |
45 |
|
'}' should be on the same line. |
45 |
|
Line contains a tab character. |
46 |
|
Line contains a tab character. |
47 |
|
Line contains a tab character. |
48 |
|
Method 'asString' is not designed for extension - needs to be abstract, final or empty. |
51 |
|
Missing a Javadoc comment. |
51 |
|
Line contains a tab character. |
52 |
|
Line contains a tab character. |
53 |
|
Line contains a tab character. |
54 |
|
'}' should be on the same line. |
54 |
|
Line contains a tab character. |
55 |
|
Line contains a tab character. |
56 |
|
'cast' is not followed by whitespace. |
56 |
|
Line contains a tab character. |
57 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/common/NxqdUtils.java
Error |
Line |
|
Unused import - java.util.Set. |
43 |
|
Utility classes should not have a public or default constructor. |
56 |
|
Missing a Javadoc comment. |
57 |
|
Missing a Javadoc comment. |
58 |
|
Missing a Javadoc comment. |
59 |
|
Unused @param tag for 'document'. |
65 |
|
Parameter node should be final. |
69 |
|
Expected @param tag for 'node'. |
69 |
|
Line contains a tab character. |
70 |
|
Line contains a tab character. |
71 |
|
'cast' is not followed by whitespace. |
71 |
|
Line contains a tab character. |
72 |
|
Line contains a tab character. |
73 |
|
Line contains a tab character. |
74 |
|
Line contains a tab character. |
75 |
|
'==' is not preceded with whitespace. |
75 |
|
'==' is not followed by whitespace. |
75 |
|
Line contains a tab character. |
76 |
|
Line contains a tab character. |
77 |
|
Line contains a tab character. |
78 |
|
Line has trailing spaces. |
79 |
|
Line is longer than 80 characters. |
79 |
|
Line contains a tab character. |
79 |
|
Line contains a tab character. |
80 |
|
Line has trailing spaces. |
81 |
|
Line contains a tab character. |
81 |
|
Line contains a tab character. |
82 |
|
Line contains a tab character. |
83 |
|
'}' should be on the same line. |
83 |
|
Line contains a tab character. |
84 |
|
Line contains a tab character. |
85 |
|
Line contains a tab character. |
86 |
|
Line is longer than 80 characters. |
97 |
|
Parameter document should be final. |
97 |
|
Line contains a tab character. |
98 |
|
Line contains a tab character. |
99 |
|
Line contains a tab character. |
100 |
|
Line contains a tab character. |
101 |
|
'80' is a magic number. |
101 |
|
Line contains a tab character. |
102 |
|
Line contains a tab character. |
103 |
|
'3' is a magic number. |
103 |
|
Line contains a tab character. |
104 |
|
Line contains a tab character. |
105 |
|
'serializer' hides a field. |
105 |
|
Line contains a tab character. |
106 |
|
Line contains a tab character. |
107 |
|
Line contains a tab character. |
109 |
|
'}' should be on the same line. |
109 |
|
Line contains a tab character. |
110 |
|
Line contains a tab character. |
111 |
|
Line contains a tab character. |
112 |
|
Line has trailing spaces. |
114 |
|
Line is longer than 80 characters. |
116 |
|
Line is longer than 80 characters. |
123 |
|
Parameter documentAsString should be final. |
123 |
|
Line contains a tab character. |
124 |
|
Line contains a tab character. |
125 |
|
'==' is not preceded with whitespace. |
125 |
|
'==' is not followed by whitespace. |
125 |
|
Line contains a tab character. |
126 |
|
Line is longer than 80 characters. |
127 |
|
Line contains a tab character. |
127 |
|
Line contains a tab character. |
128 |
|
Line contains a tab character. |
129 |
|
Line contains a tab character. |
130 |
|
Line has trailing spaces. |
131 |
|
Line contains a tab character. |
131 |
|
Line contains a tab character. |
132 |
|
Line is longer than 80 characters. |
133 |
|
Line contains a tab character. |
133 |
|
Line contains a tab character. |
134 |
|
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 contains a tab character. |
139 |
|
Line contains a tab character. |
140 |
|
Parameter result should be final. |
152 |
|
Line contains a tab character. |
153 |
|
Line contains a tab character. |
154 |
|
Line contains a tab character. |
155 |
|
'}' should be on the same line. |
155 |
|
Line contains a tab character. |
156 |
|
Line contains a tab character. |
157 |
|
Line contains a tab character. |
158 |
|
Line contains a tab character. |
159 |
|
Line contains a tab character. |
160 |
|
Line contains a tab character. |
161 |
|
Line contains a tab character. |
162 |
|
Line contains a tab character. |
163 |
|
'}' should be on the same line. |
163 |
|
Line contains a tab character. |
164 |
|
Line contains a tab character. |
165 |
|
'cast' is not followed by whitespace. |
165 |
|
Line contains a tab character. |
166 |
|
Line contains a tab character. |
167 |
|
Missing a Javadoc comment. |
170 |
|
Line contains a tab character. |
171 |
|
Line contains a tab character. |
173 |
|
'10' is a magic number. |
173 |
|
Line contains a tab character. |
174 |
|
'10' is a magic number. |
174 |
|
Line contains a tab character. |
175 |
|
'10' is a magic number. |
175 |
|
Line contains a tab character. |
176 |
|
'-' is not preceded with whitespace. |
176 |
|
'-' is not followed by whitespace. |
176 |
|
'1124437000000L' is a magic number. |
176 |
|
Line contains a tab character. |
177 |
|
'10' is a magic number. |
177 |
|
Line contains a tab character. |
178 |
|
'10' is a magic number. |
178 |
|
Line contains a tab character. |
179 |
|
Missing a Javadoc comment. |
182 |
|
Line contains a tab character. |
183 |
|
'==' is not preceded with whitespace. |
183 |
|
'==' is not followed by whitespace. |
183 |
|
Line contains a tab character. |
184 |
|
Line contains a tab character. |
185 |
|
Line contains a tab character. |
186 |
|
'==' is not preceded with whitespace. |
186 |
|
'==' is not followed by whitespace. |
186 |
|
Line contains a tab character. |
187 |
|
Line contains a tab character. |
188 |
|
Line contains a tab character. |
189 |
|
Line contains a tab character. |
190 |
|
Line contains a tab character. |
191 |
|
';' is preceded with whitespace. |
191 |
|
Line contains a tab character. |
192 |
|
Line contains a tab character. |
193 |
|
Line contains a tab character. |
194 |
|
Line contains a tab character. |
195 |
|
Line has trailing spaces. |
197 |
|
Missing a Javadoc comment. |
198 |
|
Line contains a tab character. |
199 |
|
'==' is not preceded with whitespace. |
199 |
|
'==' is not followed by whitespace. |
199 |
|
Line contains a tab character. |
200 |
|
Line contains a tab character. |
201 |
|
Line contains a tab character. |
202 |
|
'==' is not preceded with whitespace. |
202 |
|
'==' is not followed by whitespace. |
202 |
|
Line contains a tab character. |
203 |
|
Line contains a tab character. |
204 |
|
Line contains a tab character. |
205 |
|
Line contains a tab character. |
206 |
|
Line contains a tab character. |
207 |
|
';' is preceded with whitespace. |
207 |
|
Line contains a tab character. |
208 |
|
Line contains a tab character. |
209 |
|
Line contains a tab character. |
210 |
|
Line contains a tab character. |
211 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/common/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/event/NxqdContainerEvent.java
Error |
Line |
|
Unused import - net.sf.nxqd.common.NxqdUtils. |
18 |
|
Missing a Javadoc comment. |
27 |
|
Missing a Javadoc comment. |
28 |
|
Missing a Javadoc comment. |
29 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/event/NxqdContainerEventListener.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.logging.Logger. |
19 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.Map. |
22 |
|
Unused import - net.sf.nxqd.common.NxqdUtils. |
24 |
|
Line is longer than 80 characters. |
37 |
|
Redundant 'public' modifier. |
41 |
|
Line is longer than 80 characters. |
47 |
|
Redundant 'public' modifier. |
51 |
|
Line is longer than 80 characters. |
57 |
|
Redundant 'public' modifier. |
61 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/event/NxqdEvent.java
Error |
Line |
|
Line is longer than 80 characters. |
12 |
|
Missing a Javadoc comment. |
26 |
|
Missing a Javadoc comment. |
27 |
|
Missing a Javadoc comment. |
28 |
|
Missing a Javadoc comment. |
29 |
|
Missing a Javadoc comment. |
31 |
|
Method 'setDetail' is not designed for extension - needs to be abstract, final or empty. |
34 |
|
Missing a Javadoc comment. |
34 |
|
Line contains a tab character. |
35 |
|
',' is not followed by whitespace. |
35 |
|
Line contains a tab character. |
36 |
|
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 |
|
'}' should be on the same line. |
41 |
|
Line contains a tab character. |
42 |
|
Line contains a tab character. |
43 |
|
Line contains a tab character. |
44 |
|
Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
47 |
|
Missing a Javadoc comment. |
47 |
|
Line contains a tab character. |
48 |
|
Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
57 |
|
Line contains a tab character. |
58 |
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
67 |
|
Line contains a tab character. |
68 |
|
Line is longer than 80 characters. |
72 |
|
Line is longer than 80 characters. |
73 |
|
Method 'getSource' is not designed for extension - needs to be abstract, final or empty. |
77 |
|
Line contains a tab character. |
78 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/event/NxqdEventListener.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.logging.Logger. |
19 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.Map. |
22 |
|
Unused import - net.sf.nxqd.common.NxqdUtils. |
24 |
|
Line is longer than 80 characters. |
34 |
|
Redundant 'public' modifier. |
38 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/event/NxqdManagerEvent.java
Error |
Line |
|
Missing a Javadoc comment. |
25 |
|
Missing a Javadoc comment. |
26 |
|
Missing a Javadoc comment. |
27 |
|
Missing a Javadoc comment. |
29 |
|
Method 'getTypeDescription' is not designed for extension - needs to be abstract, final or empty. |
32 |
|
Missing a Javadoc comment. |
32 |
|
Line contains a tab character. |
33 |
|
Line contains a tab character. |
34 |
|
Line contains a tab character. |
35 |
|
Line contains a tab character. |
36 |
|
Line contains a tab character. |
37 |
|
Line contains a tab character. |
38 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/event/NxqdManagerEventListener.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.logging.Logger. |
19 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.Map. |
22 |
|
Unused import - net.sf.nxqd.common.NxqdUtils. |
24 |
|
Line is longer than 80 characters. |
34 |
|
Redundant 'public' modifier. |
39 |
|
Line is longer than 80 characters. |
42 |
|
Redundant 'public' modifier. |
47 |
|
Line has trailing spaces. |
50 |
|
Line is longer than 80 characters. |
50 |
|
Line is longer than 80 characters. |
51 |
|
Unused @param tag for 'name'. |
53 |
|
Redundant 'public' modifier. |
55 |
|
Expected @param tag for 'oldName'. |
55 |
|
Expected @param tag for 'newName'. |
55 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/event/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/soap/Axis2Connector.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.Map. |
21 |
|
Unused import - java.util.List. |
22 |
|
Unused import - java.util.Timer. |
23 |
|
Unused import - org.w3c.dom.Document. |
25 |
|
Unused import - net.sf.nxqd.common.NxqdUtils. |
28 |
|
Unused import - net.sf.nxqd.event.NxqdEvent. |
29 |
|
Unused import - net.sf.nxqd.event.NxqdContainerEvent. |
30 |
|
Unused import - net.sf.nxqd.event.NxqdManagerEvent. |
31 |
|
Unused import - net.sf.nxqd.event.NxqdEventListener. |
32 |
|
Unused import - net.sf.nxqd.event.NxqdManagerEventListener. |
33 |
|
Unused import - net.sf.nxqd.event.NxqdContainerEventListener. |
34 |
|
Missing a Javadoc comment. |
54 |
|
Line is longer than 80 characters. |
61 |
|
Line is longer than 80 characters. |
64 |
|
Line is longer than 80 characters. |
74 |
|
Missing a Javadoc comment. |
76 |
|
Missing a Javadoc comment. |
78 |
|
Missing a Javadoc comment. |
80 |
|
Parameter host should be final. |
80 |
|
Parameter port should be final. |
80 |
|
Line contains a tab character. |
92 |
|
Line contains a tab character. |
102 |
|
Line is longer than 80 characters. |
105 |
|
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
105 |
|
Missing a Javadoc comment. |
105 |
|
Parameter operationName should be final. |
105 |
|
Parameter parameters should be final. |
105 |
|
Line contains a tab character. |
106 |
|
Line contains a tab character. |
107 |
|
Line contains a tab character. |
108 |
|
Line contains a tab character. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
118 |
|
Line contains a tab character. |
119 |
|
Line contains a tab character. |
120 |
|
Line is longer than 80 characters. |
121 |
|
Line contains a tab character. |
121 |
|
Line contains a tab character. |
122 |
|
Line contains a tab character. |
123 |
|
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
128 |
|
Missing a Javadoc comment. |
128 |
|
Parameter operationName should be final. |
128 |
|
Line contains a tab character. |
129 |
|
Parameter parameterNames should be final. |
129 |
|
Line contains a tab character. |
130 |
|
Parameter parameterValues should be final. |
130 |
|
Line contains a tab character. |
131 |
|
Must have at least one statement. |
131 |
|
Line is longer than 80 characters. |
132 |
|
Line contains a tab character. |
132 |
|
Line contains a tab character. |
134 |
|
Line contains a tab character. |
135 |
|
Line is longer than 80 characters. |
136 |
|
Line contains a tab character. |
136 |
|
Line is longer than 80 characters. |
137 |
|
Line contains a tab character. |
137 |
|
Line is longer than 80 characters. |
138 |
|
Line contains a tab character. |
138 |
|
Line contains a tab character. |
139 |
|
Line has trailing spaces. |
140 |
|
Line contains a tab character. |
140 |
|
Line contains a tab character. |
141 |
|
Line contains a tab character. |
142 |
|
Line contains a tab character. |
143 |
|
Line contains a tab character. |
144 |
|
Line contains a tab character. |
145 |
|
Line contains a tab character. |
146 |
|
Line contains a tab character. |
147 |
|
Line contains a tab character. |
148 |
|
Line contains a tab character. |
150 |
|
Line contains a tab character. |
151 |
|
Line contains a tab character. |
152 |
|
Line contains a tab character. |
153 |
|
Line contains a tab character. |
154 |
|
Line contains a tab character. |
155 |
|
Line contains a tab character. |
156 |
|
Line contains a tab character. |
158 |
|
Line contains a tab character. |
159 |
|
Line contains a tab character. |
160 |
|
'+' is not preceded with whitespace. |
160 |
|
'+' is not followed by whitespace. |
160 |
|
'+' is not preceded with whitespace. |
160 |
|
'+' is not followed by whitespace. |
160 |
|
Line contains a tab character. |
161 |
|
Line contains a tab character. |
162 |
|
Line contains a tab character. |
163 |
|
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
166 |
|
Missing a Javadoc comment. |
166 |
|
Parameter operationName should be final. |
166 |
|
Line contains a tab character. |
167 |
|
Parameter parameterNames should be final. |
167 |
|
Line contains a tab character. |
168 |
|
Parameter parameterTypes should be final. |
168 |
|
Line contains a tab character. |
169 |
|
Parameter parameterValues should be final. |
169 |
|
Line contains a tab character. |
170 |
|
'(' is followed by whitespace. |
170 |
|
Line contains a tab character. |
171 |
|
Line contains a tab character. |
172 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/soap/AxisConnector.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Unused import - java.util.ArrayList. |
20 |
|
Unused import - java.util.Map. |
21 |
|
Unused import - java.util.List. |
22 |
|
Unused import - java.util.Timer. |
23 |
|
Unused import - org.w3c.dom.Document. |
25 |
|
Unused import - net.sf.nxqd.common.NxqdUtils. |
28 |
|
Unused import - net.sf.nxqd.event.NxqdEvent. |
29 |
|
Unused import - net.sf.nxqd.event.NxqdContainerEvent. |
30 |
|
Unused import - net.sf.nxqd.event.NxqdManagerEvent. |
31 |
|
Unused import - net.sf.nxqd.event.NxqdEventListener. |
32 |
|
Unused import - net.sf.nxqd.event.NxqdManagerEventListener. |
33 |
|
Unused import - net.sf.nxqd.event.NxqdContainerEventListener. |
34 |
|
Missing a Javadoc comment. |
44 |
|
Line is longer than 80 characters. |
54 |
|
Line is longer than 80 characters. |
64 |
|
Missing a Javadoc comment. |
66 |
|
Missing a Javadoc comment. |
68 |
|
Missing a Javadoc comment. |
70 |
|
Missing a Javadoc comment. |
72 |
|
Parameter host should be final. |
72 |
|
Parameter port should be final. |
72 |
|
Line contains a tab character. |
84 |
|
Line contains a tab character. |
94 |
|
Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. |
97 |
|
Missing a Javadoc comment. |
97 |
|
Line contains a tab character. |
98 |
|
Method 'connect' is not designed for extension - needs to be abstract, final or empty. |
101 |
|
Missing a Javadoc comment. |
101 |
|
Line contains a tab character. |
102 |
|
'!=' is not preceded with whitespace. |
102 |
|
'!=' is not followed by whitespace. |
102 |
|
Line contains a tab character. |
103 |
|
Line contains a tab character. |
104 |
|
Line contains a tab character. |
105 |
|
'cast' is not followed by whitespace. |
105 |
|
Line contains a tab character. |
106 |
|
Line contains a tab character. |
107 |
|
Line contains a tab character. |
108 |
|
Method 'disconnect' is not designed for extension - needs to be abstract, final or empty. |
111 |
|
Missing a Javadoc comment. |
111 |
|
Line contains a tab character. |
112 |
|
'==' is not preceded with whitespace. |
112 |
|
'==' is not followed by whitespace. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
115 |
|
'+' is not preceded with whitespace. |
115 |
|
'+' is not followed by whitespace. |
115 |
|
Line contains a tab character. |
116 |
|
Line contains a tab character. |
117 |
|
Line contains a tab character. |
118 |
|
Line contains a tab character. |
119 |
|
Line contains a tab character. |
120 |
|
Method 'getSessionId' is not designed for extension - needs to be abstract, final or empty. |
129 |
|
Line contains a tab character. |
130 |
|
Line is longer than 80 characters. |
133 |
|
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
133 |
|
Missing a Javadoc comment. |
133 |
|
Parameter operationName should be final. |
133 |
|
Parameter parameters should be final. |
133 |
|
Line contains a tab character. |
134 |
|
Line contains a tab character. |
135 |
|
Line contains a tab character. |
136 |
|
Line contains a tab character. |
137 |
|
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
140 |
|
Missing a Javadoc comment. |
140 |
|
Parameter operationName should be final. |
140 |
|
Line contains a tab character. |
141 |
|
Parameter parameterNames should be final. |
141 |
|
Line contains a tab character. |
142 |
|
Parameter parameters should be final. |
142 |
|
Line contains a tab character. |
143 |
|
Line contains a tab character. |
144 |
|
Line contains a tab character. |
145 |
|
Line contains a tab character. |
146 |
|
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
149 |
|
Missing a Javadoc comment. |
149 |
|
Parameter operationName should be final. |
149 |
|
Line has trailing spaces. |
150 |
|
Line contains a tab character. |
150 |
|
Parameter returnType should be final. |
150 |
|
Line contains a tab character. |
151 |
|
Parameter parameterNames should be final. |
151 |
|
Line contains a tab character. |
152 |
|
Parameter parameterValues should be final. |
152 |
|
Line contains a tab character. |
153 |
|
Line contains a tab character. |
154 |
|
'+' is not preceded with whitespace. |
154 |
|
'+' is not followed by whitespace. |
154 |
|
'+' is not preceded with whitespace. |
154 |
|
'+' is not followed by whitespace. |
154 |
|
'+' is not preceded with whitespace. |
154 |
|
'+' is not followed by whitespace. |
154 |
|
Line contains a tab character. |
155 |
|
Line contains a tab character. |
156 |
|
Line has trailing spaces. |
157 |
|
Line contains a tab character. |
157 |
|
Line contains a tab character. |
158 |
|
'(' is followed by whitespace. |
158 |
|
')' is preceded with whitespace. |
158 |
|
Line contains a tab character. |
159 |
|
Line has trailing spaces. |
160 |
|
Line contains a tab character. |
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 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. |
170 |
|
'(' is followed by whitespace. |
170 |
|
')' is preceded with whitespace. |
170 |
|
Line contains a tab character. |
171 |
|
Line contains a tab character. |
172 |
|
Line contains a tab character. |
173 |
|
'+' is not preceded with whitespace. |
173 |
|
'+' is not followed by whitespace. |
173 |
|
'+' is not preceded with whitespace. |
173 |
|
'+' is not followed by whitespace. |
173 |
|
Line contains a tab character. |
174 |
|
Line contains a tab character. |
175 |
|
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
179 |
|
Missing a Javadoc comment. |
179 |
|
Parameter operationName should be final. |
179 |
|
Line has trailing spaces. |
180 |
|
Line contains a tab character. |
180 |
|
Parameter returnType should be final. |
180 |
|
Line contains a tab character. |
181 |
|
Parameter parameterNames should be final. |
181 |
|
Line contains a tab character. |
182 |
|
Parameter parameterTypes should be final. |
182 |
|
Line contains a tab character. |
183 |
|
Parameter parameterValues should be final. |
183 |
|
Line contains a tab character. |
184 |
|
Line contains a tab character. |
185 |
|
'+' is not preceded with whitespace. |
185 |
|
'+' is not followed by whitespace. |
185 |
|
'+' is not preceded with whitespace. |
185 |
|
'+' is not followed by whitespace. |
185 |
|
'+' is not preceded with whitespace. |
185 |
|
'+' is not followed by whitespace. |
185 |
|
Line contains a tab character. |
186 |
|
Line contains a tab character. |
187 |
|
Line has trailing spaces. |
188 |
|
Line contains a tab character. |
188 |
|
Line contains a tab character. |
189 |
|
'(' is followed by whitespace. |
189 |
|
')' is preceded with whitespace. |
189 |
|
Line contains a tab character. |
190 |
|
Line has trailing spaces. |
191 |
|
Line contains a tab character. |
191 |
|
Line contains a tab character. |
192 |
|
Line has trailing spaces. |
193 |
|
Line contains a tab character. |
193 |
|
Line contains a tab character. |
194 |
|
Line contains a tab character. |
195 |
|
Line contains a tab character. |
196 |
|
Line contains a tab character. |
197 |
|
Line contains a tab character. |
198 |
|
Line contains a tab character. |
199 |
|
Line contains a tab character. |
201 |
|
'(' is followed by whitespace. |
201 |
|
')' is preceded with whitespace. |
201 |
|
Line contains a tab character. |
202 |
|
Line contains a tab character. |
203 |
|
Line contains a tab character. |
204 |
|
'+' is not preceded with whitespace. |
204 |
|
'+' is not followed by whitespace. |
204 |
|
'+' is not preceded with whitespace. |
204 |
|
'+' is not followed by whitespace. |
204 |
|
Line contains a tab character. |
205 |
|
Line contains a tab character. |
206 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/soap/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdBinaryResource.java
Error |
Line |
|
Unused import - java.util.List. |
18 |
|
Unused import - java.util.ArrayList. |
19 |
|
Unused import - java.util.logging.Level. |
20 |
|
Unused import - org.xmldb.api.base.Database. |
25 |
|
Unused import - org.xmldb.api.base.ErrorCodes. |
27 |
|
Unused import - org.xmldb.api.base.Resource. |
28 |
|
Line is longer than 80 characters. |
44 |
|
Missing a Javadoc comment. |
45 |
|
Line is longer than 80 characters. |
48 |
|
Parameter parent should be final. |
52 |
|
Expected @param tag for 'parent'. |
52 |
|
Parameter id should be final. |
52 |
|
Expected @param tag for 'id'. |
52 |
|
Parameter type should be final. |
52 |
|
Expected @param tag for 'type'. |
52 |
|
Line contains a tab character. |
53 |
|
Expected @throws tag for 'NxqdException'. |
53 |
|
Expected @throws tag for 'XMLDBException'. |
53 |
|
Line contains a tab character. |
54 |
|
Method 'setContent' is not designed for extension - needs to be abstract, final or empty. |
57 |
|
Missing a Javadoc comment. |
57 |
|
Parameter data should be final. |
57 |
|
'data' hides a field. |
57 |
|
Line contains a tab character. |
58 |
|
'cast' is not followed by whitespace. |
58 |
|
Method 'getContent' is not designed for extension - needs to be abstract, final or empty. |
61 |
|
Missing a Javadoc comment. |
61 |
|
Line contains a tab character. |
62 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdCollection.java
Error |
Line |
|
File does not end with a newline. |
0 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdCollection.java
Error |
Line |
|
Redundant import from the same package - net.sf.nxqd.xmldb.NxqdDatabase. |
26 |
|
Unused import - java.util.Properties. |
34 |
|
Unused import - java.util.ArrayList. |
35 |
|
Unused import - java.util.logging.Level. |
36 |
|
Line has trailing spaces. |
42 |
|
Line is longer than 80 characters. |
47 |
|
Missing a Javadoc comment. |
47 |
|
Missing a Javadoc comment. |
49 |
|
Missing a Javadoc comment. |
50 |
|
Missing a Javadoc comment. |
51 |
|
Line has trailing spaces. |
52 |
|
Line is longer than 80 characters. |
52 |
|
Missing a Javadoc comment. |
52 |
|
Name 'CollectionManagementServiceTag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
52 |
|
'=' is not followed by whitespace. |
52 |
|
Line contains a tab character. |
52 |
|
Line has trailing spaces. |
53 |
|
Line is longer than 80 characters. |
53 |
|
Missing a Javadoc comment. |
53 |
|
Name 'XPathQueryServiceTag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
53 |
|
'=' is not followed by whitespace. |
53 |
|
Line contains a tab character. |
53 |
|
Line has trailing spaces. |
54 |
|
Line is longer than 80 characters. |
54 |
|
Missing a Javadoc comment. |
54 |
|
Name 'XUpdateQueryServiceTag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
54 |
|
'=' is not followed by whitespace. |
54 |
|
Line contains a tab character. |
54 |
|
Line has trailing spaces. |
55 |
|
Line is longer than 80 characters. |
55 |
|
Missing a Javadoc comment. |
55 |
|
Name 'XQueryServiceTag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
55 |
|
'=' is not followed by whitespace. |
55 |
|
Line contains a tab character. |
55 |
|
Missing a Javadoc comment. |
58 |
|
Parameter collectionName should be final. |
58 |
|
Line contains a tab character. |
59 |
|
Parameter db should be final. |
59 |
|
Line contains a tab character. |
60 |
|
Parameter container should be final. |
60 |
|
'container' hides a field. |
60 |
|
Line contains a tab character. |
61 |
|
Parameter parent should be final. |
61 |
|
'parent' hides a field. |
61 |
|
Line contains a tab character. |
62 |
|
',' is not followed by whitespace. |
62 |
|
Line contains a tab character. |
63 |
|
Line contains a tab character. |
64 |
|
Line contains a tab character. |
65 |
|
Line contains a tab character. |
66 |
|
Line is longer than 80 characters. |
70 |
|
Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. |
75 |
|
Line contains a tab character. |
76 |
|
Line is longer than 80 characters. |
80 |
|
Method 'getDatabase' is not designed for extension - needs to be abstract, final or empty. |
85 |
|
Line contains a tab character. |
86 |
|
Expected an @return tag. |
92 |
|
Method 'getServices' is not designed for extension - needs to be abstract, final or empty. |
92 |
|
Expected @throws tag for 'XMLDBException'. |
92 |
|
Line contains a tab character. |
94 |
|
Line contains a tab character. |
95 |
|
Line contains a tab character. |
96 |
|
Line contains a tab character. |
97 |
|
Line contains a tab character. |
98 |
|
Expected an @return tag. |
105 |
|
Method 'getService' is not designed for extension - needs to be abstract, final or empty. |
105 |
|
Parameter name should be final. |
105 |
|
Expected @param tag for 'name'. |
105 |
|
Parameter version should be final. |
105 |
|
Expected @param tag for 'version'. |
105 |
|
Expected @throws tag for 'XMLDBException'. |
106 |
|
Line contains a tab character. |
107 |
|
'=' is not preceded with whitespace. |
107 |
|
'=' is not followed by whitespace. |
107 |
|
Line has trailing spaces. |
110 |
|
Line contains a tab character. |
111 |
|
Line has trailing spaces. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
116 |
|
Line contains a tab character. |
117 |
|
Line contains a tab character. |
119 |
|
Line contains a tab character. |
120 |
|
Expected an @return tag. |
127 |
|
Method 'getParentCollection' is not designed for extension - needs to be abstract, final or empty. |
127 |
|
Expected @throws tag for 'XMLDBException'. |
127 |
|
Line contains a tab character. |
128 |
|
Expected an @return tag. |
135 |
|
Method 'getChildCollectionCount' is not designed for extension - needs to be abstract, final or empty. |
135 |
|
Expected @throws tag for 'XMLDBException'. |
135 |
|
Line contains a tab character. |
136 |
|
Expected an @return tag. |
142 |
|
Method 'listChildCollections' is not designed for extension - needs to be abstract, final or empty. |
142 |
|
Expected @throws tag for 'XMLDBException'. |
142 |
|
Line contains a tab character. |
143 |
|
Line contains a tab character. |
144 |
|
Array brackets at illegal position. |
144 |
|
Line contains a tab character. |
145 |
|
Line contains a tab character. |
146 |
|
Line contains a tab character. |
147 |
|
Expected an @return tag. |
154 |
|
Method 'getChildCollection' is not designed for extension - needs to be abstract, final or empty. |
154 |
|
Parameter name should be final. |
154 |
|
Expected @param tag for 'name'. |
154 |
|
Expected @throws tag for 'XMLDBException'. |
154 |
|
Line contains a tab character. |
155 |
|
Expected an @return tag. |
161 |
|
Method 'getResourceCount' is not designed for extension - needs to be abstract, final or empty. |
161 |
|
Expected @throws tag for 'XMLDBException'. |
161 |
|
'if' construct must use '{}'s. |
162 |
|
Line contains a tab character. |
165 |
|
Line contains a tab character. |
166 |
|
'cast' is not followed by whitespace. |
166 |
|
Line has trailing spaces. |
167 |
|
'}' should be on the same line. |
167 |
|
Line contains a tab character. |
168 |
|
Line is longer than 80 characters. |
170 |
|
Line contains a tab character. |
170 |
|
Line contains a tab character. |
171 |
|
Line contains a tab character. |
173 |
|
Expected an @return tag. |
179 |
|
Method 'listResources' is not designed for extension - needs to be abstract, final or empty. |
179 |
|
Expected @throws tag for 'XMLDBException'. |
179 |
|
Array brackets at illegal position. |
181 |
|
'if' construct must use '{}'s. |
182 |
|
Line contains a tab character. |
185 |
|
Line contains a tab character. |
186 |
|
Line is longer than 80 characters. |
189 |
|
Line contains a tab character. |
189 |
|
Line contains a tab character. |
190 |
|
Expected an @return tag. |
205 |
|
Method 'createResource' is not designed for extension - needs to be abstract, final or empty. |
205 |
|
Parameter id should be final. |
205 |
|
Expected @param tag for 'id'. |
205 |
|
Parameter type should be final. |
205 |
|
Expected @param tag for 'type'. |
205 |
|
Expected @throws tag for 'XMLDBException'. |
206 |
|
Line contains a tab character. |
207 |
|
Line contains a tab character. |
208 |
|
Line contains a tab character. |
209 |
|
Line contains a tab character. |
210 |
|
Line contains a tab character. |
211 |
|
Line contains a tab character. |
212 |
|
Line contains a tab character. |
213 |
|
Line contains a tab character. |
214 |
|
'+' is not preceded with whitespace. |
214 |
|
'+' is not followed by whitespace. |
214 |
|
'+' is not preceded with whitespace. |
214 |
|
'+' is not followed by whitespace. |
214 |
|
Line contains a tab character. |
215 |
|
'}' should be on the same line. |
215 |
|
Line contains a tab character. |
216 |
|
Line contains a tab character. |
217 |
|
Line is longer than 80 characters. |
218 |
|
Line contains a tab character. |
218 |
|
Line contains a tab character. |
219 |
|
Line contains a tab character. |
220 |
|
Line is longer than 80 characters. |
224 |
|
Method 'removeResource' is not designed for extension - needs to be abstract, final or empty. |
226 |
|
Parameter res should be final. |
226 |
|
Expected @param tag for 'res'. |
226 |
|
Expected @throws tag for 'XMLDBException'. |
226 |
|
Line contains a tab character. |
228 |
|
Line contains a tab character. |
229 |
|
Line contains a tab character. |
230 |
|
'}' should be on the same line. |
230 |
|
Line is longer than 80 characters. |
236 |
|
Line contains a tab character. |
236 |
|
Line contains a tab character. |
237 |
|
Line is longer than 80 characters. |
243 |
|
Method 'storeResource' is not designed for extension - needs to be abstract, final or empty. |
245 |
|
Parameter res should be final. |
245 |
|
Expected @param tag for 'res'. |
245 |
|
Expected @throws tag for 'XMLDBException'. |
245 |
|
Line contains a tab character. |
247 |
|
Line contains a tab character. |
248 |
|
Line contains a tab character. |
249 |
|
'}' should be on the same line. |
249 |
|
Line contains a tab character. |
252 |
|
'==' is not preceded with whitespace. |
252 |
|
'==' is not followed by whitespace. |
252 |
|
Line contains a tab character. |
253 |
|
Line is longer than 80 characters. |
254 |
|
Line contains a tab character. |
254 |
|
Line contains a tab character. |
255 |
|
Line contains a tab character. |
256 |
|
Line contains a tab character. |
257 |
|
'==' is not preceded with whitespace. |
257 |
|
'==' is not followed by whitespace. |
257 |
|
Line contains a tab character. |
258 |
|
Line is longer than 80 characters. |
259 |
|
Line contains a tab character. |
259 |
|
'cast' is not followed by whitespace. |
259 |
|
Line contains a tab character. |
260 |
|
Line contains a tab character. |
261 |
|
Line is longer than 80 characters. |
262 |
|
Line contains a tab character. |
262 |
|
'+' is not preceded with whitespace. |
262 |
|
'+' is not followed by whitespace. |
262 |
|
'+' is not preceded with whitespace. |
262 |
|
'+' is not followed by whitespace. |
262 |
|
Line is longer than 80 characters. |
265 |
|
Line contains a tab character. |
265 |
|
Line contains a tab character. |
266 |
|
Expected an @return tag. |
274 |
|
Method 'getResource' is not designed for extension - needs to be abstract, final or empty. |
274 |
|
Parameter id should be final. |
274 |
|
Expected @param tag for 'id'. |
274 |
|
Expected @throws tag for 'XMLDBException'. |
274 |
|
Line contains a tab character. |
276 |
|
Line contains a tab character. |
277 |
|
Line contains a tab character. |
278 |
|
'}' should be on the same line. |
278 |
|
Line contains a tab character. |
280 |
|
Line contains a tab character. |
281 |
|
Line contains a tab character. |
283 |
|
Line is longer than 80 characters. |
284 |
|
Line contains a tab character. |
284 |
|
Line contains a tab character. |
285 |
|
Line contains a tab character. |
286 |
|
Line contains a tab character. |
287 |
|
Line contains a tab character. |
289 |
|
Line is longer than 80 characters. |
290 |
|
Line contains a tab character. |
290 |
|
Line contains a tab character. |
291 |
|
Line contains a tab character. |
292 |
|
Line contains a tab character. |
293 |
|
Line contains a tab character. |
294 |
|
Line contains a tab character. |
295 |
|
'}' should be on the same line. |
295 |
|
Line contains a tab character. |
296 |
|
Line is longer than 80 characters. |
297 |
|
Line contains a tab character. |
297 |
|
'+' is not preceded with whitespace. |
297 |
|
'+' is not followed by whitespace. |
297 |
|
'+' is not preceded with whitespace. |
297 |
|
'+' is not followed by whitespace. |
297 |
|
Line contains a tab character. |
298 |
|
Line contains a tab character. |
299 |
|
Line contains a tab character. |
300 |
|
Expected an @return tag. |
306 |
|
Method 'createId' is not designed for extension - needs to be abstract, final or empty. |
306 |
|
Expected @throws tag for 'XMLDBException'. |
306 |
|
Line contains a tab character. |
307 |
|
Expected an @return tag. |
313 |
|
Method 'isOpen' is not designed for extension - needs to be abstract, final or empty. |
313 |
|
Expected @throws tag for 'XMLDBException'. |
313 |
|
Method 'close' is not designed for extension - needs to be abstract, final or empty. |
320 |
|
Expected @throws tag for 'XMLDBException'. |
320 |
|
Line has trailing spaces. |
321 |
|
Line contains a tab character. |
321 |
|
Expected an @return tag. |
328 |
|
Definition of 'equals()' without corresponding definition of 'hashCode()'. |
328 |
|
Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
328 |
|
Parameter o should be final. |
328 |
|
Expected @param tag for 'o'. |
328 |
|
'if' construct must use '{}'s. |
329 |
|
Line contains a tab character. |
329 |
|
Line contains a tab character. |
330 |
|
Line contains a tab character. |
331 |
|
'cast' is not followed by whitespace. |
331 |
|
Line contains a tab character. |
332 |
|
Line is longer than 80 characters. |
333 |
|
Line contains a tab character. |
333 |
|
Line contains a tab character. |
334 |
|
Line contains a tab character. |
335 |
|
Line contains a tab character. |
336 |
|
Line has trailing spaces. |
337 |
|
Line contains a tab character. |
337 |
|
Line contains a tab character. |
338 |
|
Line contains a tab character. |
339 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdCollectionManagementService.java
Error |
Line |
|
File does not end with a newline. |
0 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdCollectionManagementService.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
18 |
|
Redundant import from the same package - net.sf.nxqd.xmldb.NxqdDatabase. |
21 |
|
Unused import - net.sf.nxqd.xmldb.NxqdDatabase. |
21 |
|
Unused import - net.sf.nxqd.NxqdContainer. |
22 |
|
Unused import - net.sf.nxqd.NxqdException. |
23 |
|
Unused import - org.xmldb.api.base.ErrorCodes. |
26 |
|
Line has trailing spaces. |
34 |
|
Line is longer than 80 characters. |
37 |
|
Missing a Javadoc comment. |
37 |
|
Line is longer than 80 characters. |
39 |
|
Missing a Javadoc comment. |
39 |
|
Parameter parent should be final. |
39 |
|
',' is not followed by whitespace. |
40 |
|
Line contains a tab character. |
41 |
|
Line is longer than 80 characters. |
45 |
|
Expected an @return tag. |
47 |
|
Method 'createCollection' is not designed for extension - needs to be abstract, final or empty. |
47 |
|
Parameter name should be final. |
47 |
|
Expected @param tag for 'name'. |
47 |
|
Expected @throws tag for 'XMLDBException'. |
47 |
|
Line is longer than 80 characters. |
48 |
|
Line contains a tab character. |
48 |
|
'+' is not preceded with whitespace. |
48 |
|
'+' is not followed by whitespace. |
48 |
|
'+' is not preceded with whitespace. |
48 |
|
'+' is not followed by whitespace. |
48 |
|
'+' is not preceded with whitespace. |
48 |
|
'+' is not followed by whitespace. |
48 |
|
Line has trailing spaces. |
49 |
|
Line is longer than 80 characters. |
49 |
|
Line contains a tab character. |
49 |
|
'cast' is not followed by whitespace. |
49 |
|
Line is longer than 80 characters. |
50 |
|
Line contains a tab character. |
50 |
|
'cast' is not followed by whitespace. |
50 |
|
Line is longer than 80 characters. |
54 |
|
Method 'removeCollection' is not designed for extension - needs to be abstract, final or empty. |
56 |
|
Parameter name should be final. |
56 |
|
Expected @param tag for 'name'. |
56 |
|
Expected @throws tag for 'XMLDBException'. |
56 |
|
Line contains a tab character. |
57 |
|
'cast' is not followed by whitespace. |
57 |
|
Line is longer than 80 characters. |
58 |
|
Line contains a tab character. |
58 |
|
'cast' is not followed by whitespace. |
58 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdDatabase.java
Error |
Line |
|
Unused import - java.util.logging.Level. |
20 |
|
Line is longer than 80 characters. |
48 |
|
Missing a Javadoc comment. |
54 |
|
Missing a Javadoc comment. |
55 |
|
Expected an @return tag. |
69 |
|
Expected @throws tag for 'XMLDBException'. |
69 |
|
Expected an @return tag. |
77 |
|
Expected @param tag for 'uri'. |
77 |
|
Line contains a tab character. |
78 |
|
Expected @param tag for 'userName'. |
78 |
|
Line contains a tab character. |
79 |
|
Expected @param tag for 'passWord'. |
79 |
|
Line contains a tab character. |
80 |
|
Expected @throws tag for 'XMLDBException'. |
80 |
|
Line contains a tab character. |
81 |
|
Line contains a tab character. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
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 is longer than 80 characters. |
87 |
|
Line contains a tab character. |
87 |
|
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 |
|
Line contains a tab character. |
93 |
|
Line contains a tab character. |
94 |
|
Line contains a tab character. |
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 contains a tab character. |
100 |
|
Line is longer than 80 characters. |
101 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Line contains a tab character. |
103 |
|
Line is longer than 80 characters. |
104 |
|
Line contains a tab character. |
104 |
|
Line contains a tab character. |
105 |
|
Line contains a tab character. |
106 |
|
Line is longer than 80 characters. |
109 |
|
Method 'createCollection' is not designed for extension - needs to be abstract, final or empty. |
109 |
|
Missing a Javadoc comment. |
109 |
|
Parameter collectionName should be final. |
109 |
|
Parameter parent should be final. |
109 |
|
Line contains a tab character. |
110 |
|
Line is longer than 80 characters. |
111 |
|
Line contains a tab character. |
111 |
|
'+' is not preceded with whitespace. |
111 |
|
'+' is not followed by whitespace. |
111 |
|
'+' is not preceded with whitespace. |
111 |
|
'+' is not followed by whitespace. |
111 |
|
'+' is not preceded with whitespace. |
111 |
|
'+' is not followed by whitespace. |
111 |
|
'+' is not preceded with whitespace. |
111 |
|
'+' is not followed by whitespace. |
111 |
|
Line is longer than 80 characters. |
112 |
|
Line contains a tab character. |
112 |
|
'+' is not preceded with whitespace. |
112 |
|
'+' is not followed by whitespace. |
112 |
|
'+' is not preceded with whitespace. |
112 |
|
'+' is not followed by whitespace. |
112 |
|
Line has trailing spaces. |
113 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
115 |
|
Line contains a tab character. |
116 |
|
Line contains a tab character. |
117 |
|
Line contains a tab character. |
118 |
|
Line contains a tab character. |
119 |
|
Line contains a tab character. |
120 |
|
Line is longer than 80 characters. |
121 |
|
Line contains a tab character. |
121 |
|
Line contains a tab character. |
122 |
|
Line contains a tab character. |
123 |
|
Line is longer than 80 characters. |
126 |
|
Method 'getChildCollection' is not designed for extension - needs to be abstract, final or empty. |
126 |
|
Missing a Javadoc comment. |
126 |
|
Parameter collectionName should be final. |
126 |
|
Parameter parent should be final. |
126 |
|
Line contains a tab character. |
127 |
|
Line is longer than 80 characters. |
128 |
|
Line contains a tab character. |
128 |
|
'+' is not preceded with whitespace. |
128 |
|
'+' is not followed by whitespace. |
128 |
|
'+' is not preceded with whitespace. |
128 |
|
'+' is not followed by whitespace. |
128 |
|
'+' is not preceded with whitespace. |
128 |
|
'+' is not followed by whitespace. |
128 |
|
'+' is not preceded with whitespace. |
128 |
|
'+' is not followed by whitespace. |
128 |
|
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 |
|
'}' should be on the same line. |
133 |
|
Line contains a tab character. |
134 |
|
Line is longer than 80 characters. |
135 |
|
Line contains a tab character. |
135 |
|
'+' is not preceded with whitespace. |
135 |
|
'+' is not followed by whitespace. |
135 |
|
'+' is not preceded with whitespace. |
135 |
|
'+' is not followed by whitespace. |
135 |
|
Line contains a tab character. |
136 |
|
Line contains a tab character. |
138 |
|
Line contains a tab character. |
139 |
|
Line contains a tab character. |
140 |
|
Line contains a tab character. |
141 |
|
Line contains a tab character. |
142 |
|
Line contains a tab character. |
143 |
|
Line contains a tab character. |
144 |
|
Line has trailing spaces. |
146 |
|
Line is longer than 80 characters. |
148 |
|
Line is longer than 80 characters. |
149 |
|
Line is longer than 80 characters. |
156 |
|
Method 'getCollectionFromContainerName' is not designed for extension - needs to be abstract, final or empty. |
156 |
|
Line contains a tab character. |
157 |
|
Line contains a tab character. |
158 |
|
'+' is not preceded with whitespace. |
158 |
|
'+' is not followed by whitespace. |
158 |
|
'+' is not preceded with whitespace. |
158 |
|
'+' is not followed by whitespace. |
158 |
|
Line is longer than 80 characters. |
159 |
|
Line contains a tab character. |
159 |
|
Line contains a tab character. |
160 |
|
Line contains a tab character. |
161 |
|
Line contains a tab character. |
162 |
|
Line contains a tab character. |
163 |
|
Line contains a tab character. |
164 |
|
'}' should be on the same line. |
164 |
|
Line contains a tab character. |
165 |
|
Line contains a tab character. |
166 |
|
Line is longer than 80 characters. |
167 |
|
Line contains a tab character. |
167 |
|
'+' is not preceded with whitespace. |
167 |
|
'+' is not followed by whitespace. |
167 |
|
Line is longer than 80 characters. |
168 |
|
Line contains a tab character. |
168 |
|
Line contains a tab character. |
169 |
|
Line contains a tab character. |
170 |
|
Line contains a tab character. |
171 |
|
Line contains a tab character. |
172 |
|
Line is longer than 80 characters. |
173 |
|
Line contains a tab character. |
173 |
|
Line contains a tab character. |
174 |
|
Line contains a tab character. |
175 |
|
Line is longer than 80 characters. |
176 |
|
Line contains a tab character. |
176 |
|
Line contains a tab character. |
177 |
|
Line contains a tab character. |
178 |
|
Line is longer than 80 characters. |
182 |
|
Line is longer than 80 characters. |
183 |
|
Line is longer than 80 characters. |
190 |
|
Method 'getParentCollectionFromContainerName' is not designed for extension - needs to be abstract, final or empty. |
190 |
|
Line contains a tab character. |
191 |
|
Line is longer than 80 characters. |
192 |
|
Line contains a tab character. |
192 |
|
Line contains a tab character. |
193 |
|
Line contains a tab character. |
194 |
|
Line contains a tab character. |
195 |
|
Line contains a tab character. |
196 |
|
Line contains a tab character. |
197 |
|
Line contains a tab character. |
198 |
|
Line has trailing spaces. |
199 |
|
Line contains a tab character. |
199 |
|
Line contains a tab character. |
200 |
|
Line contains a tab character. |
201 |
|
'}' should be on the same line. |
201 |
|
Line contains a tab character. |
202 |
|
Line contains a tab character. |
203 |
|
Line contains a tab character. |
204 |
|
Line is longer than 80 characters. |
205 |
|
Line contains a tab character. |
205 |
|
Line has trailing spaces. |
207 |
|
Line contains a tab character. |
207 |
|
Line contains a tab character. |
208 |
|
Line has trailing spaces. |
209 |
|
Line contains a tab character. |
209 |
|
Line is longer than 80 characters. |
210 |
|
Line contains a tab character. |
210 |
|
Line contains a tab character. |
211 |
|
Line contains a tab character. |
213 |
|
Line contains a tab character. |
214 |
|
Line is longer than 80 characters. |
215 |
|
Line contains a tab character. |
215 |
|
Line contains a tab character. |
216 |
|
Line contains a tab character. |
217 |
|
Line has trailing spaces. |
219 |
|
Line is longer than 80 characters. |
220 |
|
Method 'deleteCollection' is not designed for extension - needs to be abstract, final or empty. |
220 |
|
Missing a Javadoc comment. |
220 |
|
Parameter collectionName should be final. |
220 |
|
Parameter parent should be final. |
220 |
|
Line contains a tab character. |
221 |
|
Line is longer than 80 characters. |
222 |
|
Line contains a tab character. |
222 |
|
'+' is not preceded with whitespace. |
222 |
|
'+' is not followed by whitespace. |
222 |
|
'+' is not preceded with whitespace. |
222 |
|
'+' is not followed by whitespace. |
222 |
|
Line contains a tab character. |
223 |
|
Line contains a tab character. |
224 |
|
Line is longer than 80 characters. |
225 |
|
Line contains a tab character. |
225 |
|
Line contains a tab character. |
226 |
|
Line contains a tab character. |
227 |
|
Line is longer than 80 characters. |
230 |
|
Method 'listChildCollections' is not designed for extension - needs to be abstract, final or empty. |
230 |
|
Missing a Javadoc comment. |
230 |
|
Parameter collection should be final. |
230 |
|
Line contains a tab character. |
231 |
|
Line contains a tab character. |
232 |
|
'+' is not preceded with whitespace. |
232 |
|
'+' is not followed by whitespace. |
232 |
|
'+' is not preceded with whitespace. |
232 |
|
'+' is not followed by whitespace. |
232 |
|
Line contains a tab character. |
233 |
|
Line contains a tab character. |
234 |
|
Line contains a tab character. |
235 |
|
Line contains a tab character. |
236 |
|
Line contains a tab character. |
237 |
|
Line contains a tab character. |
238 |
|
Line contains a tab character. |
239 |
|
Line contains a tab character. |
240 |
|
Line contains a tab character. |
241 |
|
Line contains a tab character. |
242 |
|
Line contains a tab character. |
243 |
|
Line contains a tab character. |
244 |
|
Line is longer than 80 characters. |
245 |
|
Line contains a tab character. |
245 |
|
'+' is not preceded with whitespace. |
245 |
|
'+' is not followed by whitespace. |
245 |
|
'+' is not preceded with whitespace. |
245 |
|
'+' is not followed by whitespace. |
245 |
|
Line is longer than 80 characters. |
246 |
|
Line contains a tab character. |
246 |
|
Line contains a tab character. |
247 |
|
'<' is not preceded with whitespace. |
247 |
|
'<' is not followed by whitespace. |
247 |
|
Line contains a tab character. |
248 |
|
Line contains a tab character. |
249 |
|
Line contains a tab character. |
250 |
|
Line contains a tab character. |
251 |
|
Line contains a tab character. |
252 |
|
Line contains a tab character. |
253 |
|
Line contains a tab character. |
254 |
|
Line contains a tab character. |
255 |
|
Line contains a tab character. |
256 |
|
Line is longer than 80 characters. |
257 |
|
Line contains a tab character. |
257 |
|
Line contains a tab character. |
258 |
|
Line contains a tab character. |
259 |
|
Expected an @return tag. |
265 |
|
Expected @param tag for 'uri'. |
265 |
|
Expected @throws tag for 'XMLDBException'. |
265 |
|
Line contains a tab character. |
266 |
|
Expected an @return tag. |
272 |
|
Expected @throws tag for 'XMLDBException'. |
272 |
|
Expected an @return tag. |
279 |
|
Expected @param tag for 'name'. |
279 |
|
Expected @throws tag for 'XMLDBException'. |
279 |
|
Expected @param tag for 'name'. |
287 |
|
Line contains a tab character. |
288 |
|
Expected @param tag for 'value'. |
288 |
|
Expected @throws tag for 'XMLDBException'. |
288 |
|
Line contains a tab character. |
300 |
|
Line contains a tab character. |
301 |
|
Line contains a tab character. |
302 |
|
Line contains a tab character. |
303 |
|
Line contains a tab character. |
304 |
|
Line contains a tab character. |
305 |
|
Line contains a tab character. |
306 |
|
Line contains a tab character. |
307 |
|
Line contains a tab character. |
308 |
|
Line contains a tab character. |
309 |
|
Line contains a tab character. |
311 |
|
Line contains a tab character. |
312 |
|
Line contains a tab character. |
313 |
|
Line contains a tab character. |
314 |
|
Line contains a tab character. |
317 |
|
Line contains a tab character. |
318 |
|
Line contains a tab character. |
319 |
|
Expected @throws tag for 'NxqdException'. |
329 |
|
Line contains a tab character. |
330 |
|
Line contains a tab character. |
331 |
|
Line contains a tab character. |
332 |
|
Line contains a tab character. |
333 |
|
Line contains a tab character. |
334 |
|
Line contains a tab character. |
335 |
|
Line contains a tab character. |
336 |
|
Line contains a tab character. |
337 |
|
Line contains a tab character. |
338 |
|
Line contains a tab character. |
339 |
|
Line contains a tab character. |
341 |
|
Line contains a tab character. |
342 |
|
Line contains a tab character. |
343 |
|
Line contains a tab character. |
344 |
|
Line contains a tab character. |
345 |
|
Line contains a tab character. |
346 |
|
Line contains a tab character. |
347 |
|
Line contains a tab character. |
348 |
|
Line contains a tab character. |
349 |
|
Line contains a tab character. |
350 |
|
'+' is not preceded with whitespace. |
350 |
|
'+' is not followed by whitespace. |
350 |
|
Line contains a tab character. |
351 |
|
Line contains a tab character. |
353 |
|
Line contains a tab character. |
364 |
|
Line contains a tab character. |
365 |
|
Line contains a tab character. |
366 |
|
'>' is not preceded with whitespace. |
366 |
|
'>' is not followed by whitespace. |
366 |
|
Line contains a tab character. |
367 |
|
'+' is not preceded with whitespace. |
367 |
|
'+' is not followed by whitespace. |
367 |
|
',' is not followed by whitespace. |
367 |
|
Line contains a tab character. |
368 |
|
'}' should be on the same line. |
368 |
|
Line contains a tab character. |
369 |
|
Line contains a tab character. |
370 |
|
Line contains a tab character. |
371 |
|
Line contains a tab character. |
372 |
|
'|' is not preceded with whitespace. |
372 |
|
'|' should be on a new line. |
372 |
|
Line contains a tab character. |
373 |
|
'==' is not preceded with whitespace. |
373 |
|
'==' is not followed by whitespace. |
373 |
|
Line contains a tab character. |
374 |
|
Line contains a tab character. |
375 |
|
Line contains a tab character. |
376 |
|
Line is longer than 80 characters. |
386 |
|
Expected @throws tag for 'NxqdException'. |
386 |
|
Line contains a tab character. |
387 |
|
Line contains a tab character. |
388 |
|
'=' is not followed by whitespace. |
388 |
|
'+' is not preceded with whitespace. |
388 |
|
'+' is not followed by whitespace. |
388 |
|
'+' is not preceded with whitespace. |
388 |
|
'+' is not followed by whitespace. |
388 |
|
Line contains a tab character. |
389 |
|
',' is not followed by whitespace. |
389 |
|
Line contains a tab character. |
390 |
|
'==' is not preceded with whitespace. |
390 |
|
'==' is not followed by whitespace. |
390 |
|
Line contains a tab character. |
391 |
|
Line contains a tab character. |
392 |
|
Line contains a tab character. |
393 |
|
Missing a Javadoc comment. |
396 |
|
Line has trailing spaces. |
397 |
|
Line contains a tab character. |
397 |
|
Line contains a tab character. |
398 |
|
Missing a Javadoc comment. |
401 |
|
Line contains a tab character. |
402 |
|
Line contains a tab character. |
403 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdResource.java
Error |
Line |
|
Unused import - java.util.List. |
18 |
|
Unused import - java.util.ArrayList. |
19 |
|
Unused import - java.util.logging.Level. |
20 |
|
Unused import - org.xmldb.api.base.Database. |
26 |
|
Unused import - org.xmldb.api.base.ErrorCodes. |
28 |
|
Unused import - org.xmldb.api.modules.XMLResource. |
30 |
|
Line is longer than 80 characters. |
45 |
|
Missing a Javadoc comment. |
46 |
|
Missing a Javadoc comment. |
47 |
|
Parameter parent should be final. |
54 |
|
Expected @param tag for 'parent'. |
54 |
|
Parameter id should be final. |
54 |
|
Expected @param tag for 'id'. |
54 |
|
Parameter type should be final. |
54 |
|
'type' hides a field. |
54 |
|
Expected @param tag for 'type'. |
54 |
|
Line contains a tab character. |
55 |
|
Expected @throws tag for 'NxqdException'. |
55 |
|
Expected @throws tag for 'XMLDBException'. |
55 |
|
Line contains a tab character. |
56 |
|
Line contains a tab character. |
57 |
|
Line contains a tab character. |
58 |
|
Expected an @return tag. |
64 |
|
Line contains a tab character. |
65 |
|
Expected @throws tag for 'XMLDBException'. |
65 |
|
Line contains a tab character. |
66 |
|
Parameter value should be final. |
72 |
|
Expected @param tag for 'value'. |
72 |
|
Line contains a tab character. |
73 |
|
Expected @throws tag for 'XMLDBException'. |
73 |
|
Line contains a tab character. |
74 |
|
Line has trailing spaces. |
76 |
|
Expected an @return tag. |
80 |
|
Line contains a tab character. |
81 |
|
Expected @throws tag for 'XMLDBException'. |
81 |
|
Line contains a tab character. |
82 |
|
Expected an @return tag. |
88 |
|
Line contains a tab character. |
89 |
|
Expected @throws tag for 'XMLDBException'. |
89 |
|
Line contains a tab character. |
90 |
|
Expected an @return tag. |
96 |
|
Line contains a tab character. |
97 |
|
Expected @throws tag for 'XMLDBException'. |
97 |
|
Line contains a tab character. |
98 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdService.java
Error |
Line |
|
File does not end with a newline. |
0 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdService.java
Error |
Line |
|
Unused import - java.io.File. |
18 |
|
Unused import - java.io.StringReader. |
19 |
|
Unused import - java.util.Iterator. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.logging.Level. |
24 |
|
Line is longer than 80 characters. |
40 |
|
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 |
|
Line has trailing spaces. |
47 |
|
Parameter name should be final. |
49 |
|
Expected @param tag for 'name'. |
49 |
|
Parameter version should be final. |
49 |
|
Expected @param tag for 'version'. |
49 |
|
Line contains a tab character. |
50 |
|
Line contains a tab character. |
51 |
|
Line contains a tab character. |
52 |
|
Expected an @return tag. |
58 |
|
Line contains a tab character. |
59 |
|
Expected an @return tag. |
65 |
|
Line contains a tab character. |
66 |
|
Line is longer than 80 characters. |
71 |
|
Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. |
73 |
|
Parameter col should be final. |
73 |
|
'col' hides a field. |
73 |
|
Expected @param tag for 'col'. |
73 |
|
Expected @throws tag for 'XMLDBException'. |
73 |
|
Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. |
84 |
|
Expected an @return tag. |
92 |
|
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
92 |
|
Parameter name should be final. |
92 |
|
Expected @param tag for 'name'. |
92 |
|
Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
100 |
|
Parameter name should be final. |
100 |
|
Expected @param tag for 'name'. |
100 |
|
Parameter value should be final. |
100 |
|
Expected @param tag for 'value'. |
100 |
|
Line contains a tab character. |
101 |
|
Method 'removeProperty' is not designed for extension - needs to be abstract, final or empty. |
109 |
|
Parameter name should be final. |
109 |
|
Line contains a tab character. |
110 |
|
Expected an @return tag. |
118 |
|
Method 'keys' is not designed for extension - needs to be abstract, final or empty. |
118 |
|
Line contains a tab character. |
119 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdXMLResource.java
Error |
Line |
|
Unused import - java.util.List. |
18 |
|
Unused import - java.util.ArrayList. |
19 |
|
Unused import - java.util.logging.Level. |
20 |
|
Unused import - java.util.logging.Logger. |
21 |
|
Unused import - org.xmldb.api.base.Database. |
29 |
|
Unused import - org.xmldb.api.base.Resource. |
32 |
|
Parameter parent should be final. |
50 |
|
Expected @param tag for 'parent'. |
50 |
|
Parameter id should be final. |
50 |
|
Expected @param tag for 'id'. |
50 |
|
Parameter type should be final. |
50 |
|
Expected @param tag for 'type'. |
50 |
|
Line contains a tab character. |
51 |
|
Expected @throws tag for 'NxqdException'. |
51 |
|
Expected @throws tag for 'XMLDBException'. |
51 |
|
Line contains a tab character. |
52 |
|
Expected an @return tag. |
58 |
|
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. |
58 |
|
Expected @throws tag for 'XMLDBException'. |
58 |
|
Line contains a tab character. |
59 |
|
Expected an @return tag. |
65 |
|
Method 'getSAXFeature' is not designed for extension - needs to be abstract, final or empty. |
65 |
|
Parameter feature should be final. |
65 |
|
Expected @param tag for 'feature'. |
65 |
|
Line contains a tab character. |
66 |
|
Expected @throws tag for 'org.xml.sax.SAXNotRecognizedException'. |
66 |
|
Line contains a tab character. |
67 |
|
Expected @throws tag for 'org.xml.sax.SAXNotSupportedException'. |
67 |
|
Line contains a tab character. |
68 |
|
Line has trailing spaces. |
70 |
|
Line is longer than 80 characters. |
72 |
|
Method 'setSAXFeature' is not designed for extension - needs to be abstract, final or empty. |
74 |
|
Parameter feature should be final. |
74 |
|
Expected @param tag for 'feature'. |
74 |
|
Line contains a tab character. |
75 |
|
Parameter value should be final. |
75 |
|
Expected @param tag for 'value'. |
75 |
|
Line contains a tab character. |
76 |
|
Expected @throws tag for 'org.xml.sax.SAXNotRecognizedException'. |
76 |
|
Line contains a tab character. |
77 |
|
Expected @throws tag for 'org.xml.sax.SAXNotSupportedException'. |
77 |
|
'{' is not preceded with whitespace. |
77 |
|
Line contains a tab character. |
78 |
|
Expected an @return tag. |
84 |
|
Method 'setContentAsSAX' is not designed for extension - needs to be abstract, final or empty. |
84 |
|
Expected @throws tag for 'XMLDBException'. |
84 |
|
Line contains a tab character. |
85 |
|
Line contains a tab character. |
86 |
|
Line is longer than 80 characters. |
90 |
|
Method 'getContentAsSAX' is not designed for extension - needs to be abstract, final or empty. |
92 |
|
Parameter handler should be final. |
92 |
|
Expected @param tag for 'handler'. |
92 |
|
Expected @throws tag for 'XMLDBException'. |
92 |
|
Line contains a tab character. |
93 |
|
Line contains a tab character. |
94 |
|
Method 'setContentAsDOM' is not designed for extension - needs to be abstract, final or empty. |
100 |
|
Parameter root should be final. |
100 |
|
Expected @param tag for 'root'. |
100 |
|
Expected @throws tag for 'XMLDBException'. |
100 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Line has trailing spaces. |
103 |
|
Line contains a tab character. |
103 |
|
'}' should be on the same line. |
103 |
|
Line contains a tab character. |
104 |
|
Line contains a tab character. |
105 |
|
Line is longer than 80 characters. |
106 |
|
Line contains a tab character. |
106 |
|
Line contains a tab character. |
107 |
|
Line contains a tab character. |
108 |
|
Expected an @return tag. |
114 |
|
Method 'getContentAsDOM' is not designed for extension - needs to be abstract, final or empty. |
114 |
|
Expected @throws tag for 'XMLDBException'. |
114 |
|
Line contains a tab character. |
115 |
|
Line contains a tab character. |
116 |
|
Line has trailing spaces. |
117 |
|
Line contains a tab character. |
117 |
|
'}' should be on the same line. |
117 |
|
Line contains a tab character. |
118 |
|
Line contains a tab character. |
119 |
|
Line is longer than 80 characters. |
120 |
|
Line contains a tab character. |
120 |
|
Line contains a tab character. |
121 |
|
Line contains a tab character. |
122 |
|
Method 'asString' is not designed for extension - needs to be abstract, final or empty. |
125 |
|
Missing a Javadoc comment. |
125 |
|
Line contains a tab character. |
126 |
|
Line contains a tab character. |
127 |
|
'cast' is not followed by whitespace. |
127 |
|
Line has trailing spaces. |
128 |
|
Line contains a tab character. |
128 |
|
Line has trailing spaces. |
129 |
|
Line contains a tab character. |
129 |
|
'}' should be on the same line. |
129 |
|
Line contains a tab character. |
130 |
|
Line contains a tab character. |
131 |
|
Line is longer than 80 characters. |
132 |
|
Line contains a tab character. |
132 |
|
Line contains a tab character. |
133 |
|
Line contains a tab character. |
134 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdXPathQueryService.java
Error |
Line |
|
File does not end with a newline. |
0 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdXPathQueryService.java
Error |
Line |
|
Unused import - java.io.File. |
18 |
|
Unused import - java.io.StringReader. |
19 |
|
Unused import - java.util.Iterator. |
20 |
|
Unused import - java.util.ArrayList. |
24 |
|
Unused import - java.util.logging.Level. |
26 |
|
Unused import - javax.xml.transform.TransformerException. |
29 |
|
Unused import - javax.xml.transform.sax.SAXSource. |
30 |
|
Unused import - javax.xml.transform.stream.StreamSource. |
31 |
|
Unused import - org.xml.sax.InputSource. |
33 |
|
Unused import - org.xmldb.api.reference.modules.XMLResourceImpl. |
41 |
|
Duplicate import to line 36 - org.xmldb.api.base.Resource. |
42 |
|
Line is longer than 80 characters. |
57 |
|
Line is longer than 80 characters. |
58 |
|
Missing a Javadoc comment. |
58 |
|
Line has trailing spaces. |
61 |
|
Parameter parent should be final. |
63 |
|
Expected @param tag for 'parent'. |
63 |
|
Expected @throws tag for 'XMLDBException'. |
63 |
|
Line contains a tab character. |
64 |
|
',' is not followed by whitespace. |
64 |
|
Line contains a tab character. |
65 |
|
Line is longer than 80 characters. |
69 |
|
Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. |
72 |
|
Parameter prefix should be final. |
72 |
|
Expected @param tag for 'prefix'. |
72 |
|
Parameter uri should be final. |
72 |
|
Expected @param tag for 'uri'. |
72 |
|
Expected @throws tag for 'XMLDBException'. |
72 |
|
Line is longer than 80 characters. |
77 |
|
Expected an @return tag. |
79 |
|
Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. |
79 |
|
Parameter prefix should be final. |
79 |
|
Expected @param tag for 'prefix'. |
79 |
|
Expected @throws tag for 'XMLDBException'. |
79 |
|
Line is longer than 80 characters. |
84 |
|
Method 'removeNamespace' is not designed for extension - needs to be abstract, final or empty. |
86 |
|
Parameter prefix should be final. |
86 |
|
Expected @param tag for 'prefix'. |
86 |
|
Expected @throws tag for 'XMLDBException'. |
86 |
|
Method 'clearNamespaces' is not designed for extension - needs to be abstract, final or empty. |
93 |
|
Expected @throws tag for 'XMLDBException'. |
93 |
|
Line contains a tab character. |
94 |
|
';' is preceded with whitespace. |
95 |
|
Line contains a tab character. |
96 |
|
Line contains a tab character. |
97 |
|
'&&' is not preceded with whitespace. |
97 |
|
'&&' should be on a new line. |
97 |
|
Line contains a tab character. |
98 |
|
Line contains a tab character. |
99 |
|
Line contains a tab character. |
100 |
|
Line contains a tab character. |
101 |
|
Missing a Javadoc comment. |
104 |
|
Line contains a tab character. |
105 |
|
Line contains a tab character. |
106 |
|
';' is preceded with whitespace. |
107 |
|
Line contains a tab character. |
108 |
|
Line contains a tab character. |
109 |
|
'&&' is not preceded with whitespace. |
109 |
|
'&&' should be on a new line. |
109 |
|
Line contains a tab character. |
110 |
|
Line contains a tab character. |
111 |
|
Line contains a tab character. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line has trailing spaces. |
119 |
|
Expected an @return tag. |
121 |
|
Method 'query' is not designed for extension - needs to be abstract, final or empty. |
121 |
|
Parameter query should be final. |
121 |
|
Expected @param tag for 'query'. |
121 |
|
Expected @throws tag for 'XMLDBException'. |
121 |
|
'+' is not preceded with whitespace. |
122 |
|
'+' is not followed by whitespace. |
122 |
|
'+' is not preceded with whitespace. |
122 |
|
'+' is not followed by whitespace. |
122 |
|
Line contains a tab character. |
124 |
|
Line contains a tab character. |
125 |
|
'cast' is not followed by whitespace. |
125 |
|
Line contains a tab character. |
126 |
|
Line contains a tab character. |
127 |
|
Line contains a tab character. |
128 |
|
Line has trailing spaces. |
132 |
|
Missing a Javadoc comment. |
132 |
|
Line contains a tab character. |
133 |
|
Line contains a tab character. |
134 |
|
Line contains a tab character. |
135 |
|
Parameter results should be final. |
135 |
|
Line contains a tab character. |
136 |
|
Line contains a tab character. |
137 |
|
Line contains a tab character. |
138 |
|
Line contains a tab character. |
139 |
|
Line contains a tab character. |
140 |
|
Line contains a tab character. |
141 |
|
Line contains a tab character. |
142 |
|
Line contains a tab character. |
143 |
|
Line contains a tab character. |
144 |
|
Line contains a tab character. |
145 |
|
Line contains a tab character. |
146 |
|
Line is longer than 80 characters. |
147 |
|
Line contains a tab character. |
147 |
|
'+' is not preceded with whitespace. |
147 |
|
'+' is not followed by whitespace. |
147 |
|
Line contains a tab character. |
148 |
|
Line contains a tab character. |
149 |
|
Line contains a tab character. |
150 |
|
Line contains a tab character. |
151 |
|
Line contains a tab character. |
152 |
|
Line contains a tab character. |
153 |
|
Line contains a tab character. |
154 |
|
Line contains a tab character. |
155 |
|
Array brackets at illegal position. |
155 |
|
Line contains a tab character. |
156 |
|
Line is longer than 80 characters. |
157 |
|
Line contains a tab character. |
157 |
|
Line contains a tab character. |
158 |
|
Line is longer than 80 characters. |
159 |
|
Line contains a tab character. |
159 |
|
Line contains a tab character. |
160 |
|
Line is longer than 80 characters. |
161 |
|
Line contains a tab character. |
161 |
|
'cast' is not followed by whitespace. |
161 |
|
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 |
|
Line contains a tab character. |
166 |
|
Line contains a tab character. |
167 |
|
Line contains a tab character. |
168 |
|
'}' should be on the same line. |
168 |
|
Line contains a tab character. |
169 |
|
Line contains a tab character. |
170 |
|
Line contains a tab character. |
171 |
|
Line is longer than 80 characters. |
172 |
|
Line contains a tab character. |
172 |
|
Line contains a tab character. |
173 |
|
Line contains a tab character. |
174 |
|
Line is longer than 80 characters. |
178 |
|
Expected an @return tag. |
181 |
|
Method 'queryResource' is not designed for extension - needs to be abstract, final or empty. |
181 |
|
Parameter id should be final. |
181 |
|
Expected @param tag for 'id'. |
181 |
|
Parameter query should be final. |
181 |
|
Expected @param tag for 'query'. |
181 |
|
Line contains a tab character. |
182 |
|
Expected @throws tag for 'XMLDBException'. |
182 |
|
Line is longer than 80 characters. |
184 |
|
Line contains a tab character. |
184 |
|
'+' is not preceded with whitespace. |
184 |
|
'+' is not followed by whitespace. |
184 |
|
'cast' is not followed by whitespace. |
184 |
|
'+' is not preceded with whitespace. |
184 |
|
'+' is not followed by whitespace. |
184 |
|
'+' is not preceded with whitespace. |
184 |
|
'+' is not followed by whitespace. |
184 |
|
'+' is not preceded with whitespace. |
184 |
|
'+' is not followed by whitespace. |
184 |
|
'+' is not preceded with whitespace. |
184 |
|
'+' is not followed by whitespace. |
184 |
|
Line contains a tab character. |
185 |
|
'cast' is not followed by whitespace. |
185 |
|
Line contains a tab character. |
186 |
|
Line contains a tab character. |
187 |
|
Line contains a tab character. |
188 |
|
Line is longer than 80 characters. |
193 |
|
Parameter container should be final. |
202 |
|
Expected @param tag for 'container'. |
202 |
|
Line is longer than 80 characters. |
203 |
|
Line contains a tab character. |
203 |
|
Line contains a tab character. |
204 |
|
Line is longer than 80 characters. |
209 |
|
Parameter container should be final. |
219 |
|
Expected @param tag for 'container'. |
219 |
|
Line contains a tab character. |
220 |
|
Line contains a tab character. |
221 |
|
Line is longer than 80 characters. |
222 |
|
Line contains a tab character. |
222 |
|
Line contains a tab character. |
223 |
|
Line contains a tab character. |
224 |
|
Line contains a tab character. |
225 |
|
'>=' is not preceded with whitespace. |
225 |
|
'>=' is not followed by whitespace. |
225 |
|
'||' is not preceded with whitespace. |
225 |
|
'||' should be on a new line. |
225 |
|
Line contains a tab character. |
226 |
|
'>=' is not preceded with whitespace. |
226 |
|
'>=' is not followed by whitespace. |
226 |
|
Line contains a tab character. |
227 |
|
Line contains a tab character. |
228 |
|
'}' should be on the same line. |
228 |
|
Line contains a tab character. |
229 |
|
Line is longer than 80 characters. |
230 |
|
Line contains a tab character. |
230 |
|
'+' is not preceded with whitespace. |
230 |
|
'+' is not followed by whitespace. |
230 |
|
Line contains a tab character. |
231 |
|
Line has trailing spaces. |
232 |
|
Line contains a tab character. |
232 |
|
Line contains a tab character. |
233 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdXUpdateQueryService.java
Error |
Line |
|
File does not end with a newline. |
0 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/NxqdXUpdateQueryService.java
Error |
Line |
|
Unused import - java.io.File. |
18 |
|
Unused import - java.io.StringReader. |
19 |
|
Unused import - java.util.Iterator. |
20 |
|
Unused import - java.util.List. |
21 |
|
Unused import - java.util.logging.Level. |
22 |
|
Unused import - javax.xml.transform.TransformerException. |
25 |
|
Unused import - javax.xml.transform.sax.SAXSource. |
26 |
|
Unused import - javax.xml.transform.stream.StreamSource. |
27 |
|
Unused import - org.xml.sax.InputSource. |
29 |
|
Unused import - org.xmldb.api.base.Collection. |
30 |
|
Unused import - org.xmldb.api.base.Resource. |
32 |
|
Unused import - org.xmldb.api.base.ResourceSet. |
33 |
|
Unused import - org.xmldb.api.reference.ResourceSetImpl. |
36 |
|
Unused import - org.xmldb.api.reference.modules.XMLResourceImpl. |
37 |
|
Line is longer than 80 characters. |
48 |
|
Line is longer than 80 characters. |
49 |
|
Missing a Javadoc comment. |
49 |
|
Line has trailing spaces. |
52 |
|
Line contains a tab character. |
55 |
|
',' is not followed by whitespace. |
55 |
|
Expected an @return tag. |
61 |
|
Method 'update' is not designed for extension - needs to be abstract, final or empty. |
61 |
|
Parameter commands should be final. |
61 |
|
Expected @param tag for 'commands'. |
61 |
|
Expected @throws tag for 'XMLDBException'. |
61 |
|
Line contains a tab character. |
63 |
|
Line contains a tab character. |
64 |
|
Expected an @return tag. |
70 |
|
Line is longer than 80 characters. |
70 |
|
Method 'updateResource' is not designed for extension - needs to be abstract, final or empty. |
70 |
|
Parameter id should be final. |
70 |
|
Expected @param tag for 'id'. |
70 |
|
Parameter commands should be final. |
70 |
|
Expected @param tag for 'commands'. |
70 |
|
Expected @throws tag for 'XMLDBException'. |
70 |
|
Line contains a tab character. |
72 |
|
Line contains a tab character. |
73 |
/home/webhiker/Source/nxqd/client/java/src/java/net/sf/nxqd/xmldb/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/NxqdAbstractTestCase.java
Error |
Line |
|
Unused import - java.util.Date. |
3 |
|
Unused import - java.util.logging.Level. |
5 |
|
Unused import - javax.xml.parsers.DocumentBuilderFactory. |
8 |
|
Unused import - javax.xml.parsers.DocumentBuilder. |
9 |
|
Unused import - org.w3c.dom.Document. |
10 |
|
Unused import - org.w3c.dom.Element. |
11 |
|
Unused import - org.w3c.dom.NodeList. |
12 |
|
Unused import - junit.framework.Test. |
15 |
|
Unused import - junit.framework.TestSuite. |
16 |
|
Redundant import from the same package - net.sf.nxqd.NxqdManager. |
18 |
|
Line has trailing spaces. |
21 |
|
Missing a Javadoc comment. |
21 |
|
Line is longer than 80 characters. |
22 |
|
Missing a Javadoc comment. |
22 |
|
Missing a Javadoc comment. |
23 |
|
Name 'defaultHost' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
23 |
|
Missing a Javadoc comment. |
24 |
|
Name 'defaultPort' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
24 |
|
Missing a Javadoc comment. |
25 |
|
Variable 'client' must be private and have accessor methods. |
25 |
|
Missing a Javadoc comment. |
27 |
|
Parameter name should be final. |
27 |
|
Line contains a tab character. |
28 |
|
Method 'getNxqdManager' is not designed for extension - needs to be abstract, final or empty. |
31 |
|
Missing a Javadoc comment. |
31 |
|
Line contains a tab character. |
32 |
|
Missing a Javadoc comment. |
35 |
|
Line contains a tab character. |
36 |
|
',' is not followed by whitespace. |
36 |
|
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 contains a tab character. |
42 |
|
Line contains a tab character. |
43 |
|
Missing a Javadoc comment. |
46 |
|
Line contains a tab character. |
47 |
|
',' is not followed by whitespace. |
47 |
|
Line contains a tab character. |
48 |
|
Line contains a tab character. |
49 |
|
Line contains a tab character. |
50 |
|
'}' should be on the same line. |
50 |
|
Line contains a tab character. |
51 |
|
Line contains a tab character. |
52 |
|
'=' is not preceded with whitespace. |
52 |
|
'=' is not followed by whitespace. |
52 |
|
Line contains a tab character. |
53 |
|
'+' is not preceded with whitespace. |
53 |
|
'+' is not followed by whitespace. |
53 |
|
Line contains a tab character. |
54 |
|
Line contains a tab character. |
55 |
|
Method 'setUp' is not designed for extension - needs to be abstract, final or empty. |
58 |
|
Missing a Javadoc comment. |
58 |
|
Line contains a tab character. |
59 |
|
Line contains a tab character. |
60 |
|
Line contains a tab character. |
62 |
|
'+' is not preceded with whitespace. |
62 |
|
'+' is not followed by whitespace. |
62 |
|
'+' is not preceded with whitespace. |
62 |
|
'+' is not followed by whitespace. |
62 |
|
'+' is not preceded with whitespace. |
62 |
|
'+' is not followed by whitespace. |
62 |
|
Line contains a tab character. |
63 |
|
Line contains a tab character. |
64 |
|
Line contains a tab character. |
65 |
|
Line contains a tab character. |
66 |
|
'+' is not preceded with whitespace. |
66 |
|
'+' is not followed by whitespace. |
66 |
|
Line contains a tab character. |
67 |
|
Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. |
70 |
|
Missing a Javadoc comment. |
70 |
|
Line has trailing spaces. |
71 |
|
Line contains a tab character. |
71 |
|
Line contains a tab character. |
72 |
|
Line has trailing spaces. |
74 |
|
Method 'getUniqueName' is not designed for extension - needs to be abstract, final or empty. |
75 |
|
Missing a Javadoc comment. |
75 |
|
Line contains a tab character. |
76 |
|
Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. |
79 |
|
Missing a Javadoc comment. |
79 |
|
Line contains a tab character. |
80 |
|
Line contains a tab character. |
81 |
|
Line contains a tab character. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
Line contains a tab character. |
83 |
|
Line contains a tab character. |
84 |
|
'+' is not preceded with whitespace. |
84 |
|
'+' is not followed by whitespace. |
84 |
|
Line contains a tab character. |
85 |
|
Line has trailing spaces. |
86 |
|
Line contains a tab character. |
86 |
|
Line is longer than 80 characters. |
89 |
|
Missing a Javadoc comment. |
89 |
|
Name 'testDocument' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
89 |
|
Line is longer than 80 characters. |
91 |
|
Missing a Javadoc comment. |
91 |
|
Name 'testNSDocument' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
91 |
|
'=' is not followed by whitespace. |
91 |
|
'+' is not preceded with whitespace. |
91 |
|
'+' should be on a new line. |
91 |
|
Line is longer than 80 characters. |
92 |
|
Line contains a tab character. |
92 |
|
'+' is not preceded with whitespace. |
92 |
|
'+' should be on a new line. |
92 |
|
Line contains a tab character. |
93 |
|
'+' is not preceded with whitespace. |
93 |
|
'+' should be on a new line. |
93 |
|
Line contains a tab character. |
94 |
|
'+' is not preceded with whitespace. |
94 |
|
'+' should be on a new line. |
94 |
|
Line contains a tab character. |
95 |
|
'+' is not preceded with whitespace. |
95 |
|
'+' should be on a new line. |
95 |
|
Line contains a tab character. |
96 |
|
'+' is not preceded with whitespace. |
96 |
|
'+' should be on a new line. |
96 |
|
Line contains a tab character. |
97 |
|
'+' is not preceded with whitespace. |
97 |
|
'+' should be on a new line. |
97 |
|
Line contains a tab character. |
98 |
|
'+' is not preceded with whitespace. |
98 |
|
'+' should be on a new line. |
98 |
|
Line contains a tab character. |
99 |
|
'+' is not preceded with whitespace. |
99 |
|
'+' should be on a new line. |
99 |
|
Line contains a tab character. |
100 |
|
'+' is not preceded with whitespace. |
100 |
|
'+' should be on a new line. |
100 |
|
Line contains a tab character. |
101 |
|
'+' is not preceded with whitespace. |
101 |
|
'+' should be on a new line. |
101 |
|
Line contains a tab character. |
102 |
|
'+' is not preceded with whitespace. |
102 |
|
'+' should be on a new line. |
102 |
|
Line contains a tab character. |
103 |
|
'+' is not preceded with whitespace. |
103 |
|
'+' should be on a new line. |
103 |
|
Line contains a tab character. |
104 |
|
'+' is not preceded with whitespace. |
104 |
|
'+' should be on a new line. |
104 |
|
Line contains a tab character. |
105 |
|
'+' is not preceded with whitespace. |
105 |
|
'+' should be on a new line. |
105 |
|
Line contains a tab character. |
106 |
|
'+' is not preceded with whitespace. |
106 |
|
'+' should be on a new line. |
106 |
|
Line contains a tab character. |
107 |
|
'+' is not preceded with whitespace. |
107 |
|
'+' should be on a new line. |
107 |
|
Line contains a tab character. |
108 |
|
'+' is not preceded with whitespace. |
108 |
|
'+' should be on a new line. |
108 |
|
Line contains a tab character. |
109 |
|
'+' is not preceded with whitespace. |
109 |
|
'+' should be on a new line. |
109 |
|
Line contains a tab character. |
110 |
|
Line is longer than 80 characters. |
112 |
|
Missing a Javadoc comment. |
112 |
|
Name 'testBinary' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
|
',' is not followed by whitespace. |
112 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/NxqdContainerTest.java
Error |
Line |
|
Unused import - java.util.ArrayList. |
3 |
|
Unused import - java.util.Map. |
5 |
|
Unused import - java.util.HashMap. |
6 |
|
Unused import - java.util.logging.Level. |
7 |
|
Unused import - javax.xml.parsers.DocumentBuilderFactory. |
10 |
|
Unused import - javax.xml.parsers.DocumentBuilder. |
11 |
|
Unused import - org.w3c.dom.Element. |
13 |
|
Unused import - org.w3c.dom.NodeList. |
14 |
|
Unused import - junit.framework.TestCase. |
16 |
|
Redundant import from the same package - net.sf.nxqd.NxqdManager. |
20 |
|
Unused import - net.sf.nxqd.NxqdManager. |
20 |
|
Redundant import from the same package - net.sf.nxqd.NxqdXMLValue. |
21 |
|
Line has trailing spaces. |
24 |
|
Missing a Javadoc comment. |
24 |
|
Line is longer than 80 characters. |
25 |
|
Missing a Javadoc comment. |
25 |
|
Missing a Javadoc comment. |
26 |
|
Variable 'config' must be private and have accessor methods. |
26 |
|
Missing a Javadoc comment. |
28 |
|
Parameter name should be final. |
28 |
|
Line contains a tab character. |
29 |
|
Line has trailing spaces. |
32 |
|
Missing a Javadoc comment. |
33 |
|
Line contains a tab character. |
34 |
|
Line has trailing spaces. |
35 |
|
Line has trailing spaces. |
36 |
|
Method 'testCreateAndDeleteContainer' is not designed for extension - needs to be abstract, final or empty. |
37 |
|
Missing a Javadoc comment. |
37 |
|
Line contains a tab character. |
38 |
|
Line contains a tab character. |
39 |
|
Line contains a tab character. |
40 |
|
Line is longer than 80 characters. |
41 |
|
Line contains a tab character. |
41 |
|
Line contains a tab character. |
42 |
|
Line contains a tab character. |
43 |
|
Method 'testAddAndGetAndDeleteDocument' is not designed for extension - needs to be abstract, final or empty. |
46 |
|
Missing a Javadoc comment. |
46 |
|
Line contains a tab character. |
47 |
|
Line contains a tab character. |
48 |
|
Line contains a tab character. |
49 |
|
Line is longer than 80 characters. |
50 |
|
Line contains a tab character. |
50 |
|
Line contains a tab character. |
51 |
|
Line contains a tab character. |
52 |
|
Line contains a tab character. |
53 |
|
Line contains a tab character. |
54 |
|
Line contains a tab character. |
55 |
|
Line contains a tab character. |
56 |
|
',' is not followed by whitespace. |
56 |
|
Line contains a tab character. |
57 |
|
Line contains a tab character. |
58 |
|
Line contains a tab character. |
59 |
|
Line contains a tab character. |
60 |
|
Line is longer than 80 characters. |
61 |
|
Line contains a tab character. |
61 |
|
',' is not followed by whitespace. |
61 |
|
Line has trailing spaces. |
62 |
|
Line contains a tab character. |
62 |
|
Line contains a tab character. |
63 |
|
Line has trailing spaces. |
64 |
|
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 'testDocumentExists' is not designed for extension - needs to be abstract, final or empty. |
70 |
|
Missing a Javadoc comment. |
70 |
|
Line contains a tab character. |
71 |
|
Line contains a tab character. |
72 |
|
Line contains a tab character. |
73 |
|
Line is longer than 80 characters. |
74 |
|
Line contains a tab character. |
74 |
|
Line contains a tab character. |
75 |
|
Line contains a tab character. |
76 |
|
Line contains a tab character. |
77 |
|
Line is longer than 80 characters. |
78 |
|
Line contains a tab character. |
78 |
|
Line contains a tab character. |
79 |
|
',' is not followed by whitespace. |
79 |
|
Line is longer than 80 characters. |
80 |
|
Line contains a tab character. |
80 |
|
Line has trailing spaces. |
81 |
|
Line contains a tab character. |
81 |
|
Line is longer than 80 characters. |
82 |
|
Line contains a tab character. |
82 |
|
Line has trailing spaces. |
83 |
|
Line contains a tab character. |
83 |
|
'}' should be on the same line. |
83 |
|
Line contains a tab character. |
84 |
|
Line contains a tab character. |
85 |
|
Line contains a tab character. |
86 |
|
Method 'testDuplicateContainerName' is not designed for extension - needs to be abstract, final or empty. |
89 |
|
Missing a Javadoc comment. |
89 |
|
Line contains a tab character. |
90 |
|
Line contains a tab character. |
91 |
|
Line is longer than 80 characters. |
92 |
|
Line contains a tab character. |
92 |
|
Line contains a tab character. |
93 |
|
Line contains a tab character. |
94 |
|
Line contains a tab character. |
95 |
|
Line contains a tab character. |
96 |
|
Line contains a tab character. |
97 |
|
'}' should be on the same line. |
97 |
|
Line contains a tab character. |
98 |
|
Line contains a tab character. |
99 |
|
Line is longer than 80 characters. |
100 |
|
Line contains a tab character. |
100 |
|
Line contains a tab character. |
101 |
|
Line has trailing spaces. |
102 |
|
Line contains a tab character. |
102 |
|
Line contains a tab character. |
103 |
|
Line contains a tab character. |
104 |
|
Line contains a tab character. |
105 |
|
Method 'testDuplicateDocumentId' is not designed for extension - needs to be abstract, final or empty. |
108 |
|
Missing a Javadoc comment. |
108 |
|
Line contains a tab character. |
109 |
|
Line contains a tab character. |
110 |
|
Line contains a tab character. |
111 |
|
Line is longer than 80 characters. |
112 |
|
Line contains a tab character. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
115 |
|
',' is not followed by whitespace. |
115 |
|
Line contains a tab character. |
116 |
|
Line contains a tab character. |
117 |
|
',' is not followed by whitespace. |
117 |
|
Line contains a tab character. |
118 |
|
Line contains a tab character. |
119 |
|
'}' should be on the same line. |
119 |
|
Line contains a tab character. |
120 |
|
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 has trailing spaces. |
124 |
|
Line contains a tab character. |
124 |
|
Line contains a tab character. |
125 |
|
Line has trailing spaces. |
126 |
|
Line contains a tab character. |
126 |
|
Line contains a tab character. |
127 |
|
Line contains a tab character. |
128 |
|
Line contains a tab character. |
129 |
|
Method 'testListDocuments' is not designed for extension - needs to be abstract, final or empty. |
132 |
|
Missing a Javadoc comment. |
132 |
|
Line contains a tab character. |
133 |
|
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 |
|
Name 'COUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
136 |
|
'10' is a magic number. |
136 |
|
Line contains a tab character. |
137 |
|
Line contains a tab character. |
138 |
|
Line contains a tab character. |
139 |
|
Line contains a tab character. |
140 |
|
Line contains a tab character. |
141 |
|
'+' is not preceded with whitespace. |
141 |
|
'+' is not followed by whitespace. |
141 |
|
',' is not followed by whitespace. |
141 |
|
Line contains a tab character. |
142 |
|
Line contains a tab character. |
144 |
|
Line contains a tab character. |
146 |
|
Line contains a tab character. |
147 |
|
Line contains a tab character. |
148 |
|
Line contains a tab character. |
150 |
|
Line contains a tab character. |
151 |
|
Line contains a tab character. |
152 |
|
'+' is not preceded with whitespace. |
152 |
|
'+' is not followed by whitespace. |
152 |
|
Line contains a tab character. |
153 |
|
Line contains a tab character. |
155 |
|
Line has trailing spaces. |
156 |
|
Line contains a tab character. |
156 |
|
Line contains a tab character. |
157 |
|
Line contains a tab character. |
158 |
|
Line contains a tab character. |
159 |
|
Line has trailing spaces. |
160 |
|
Line contains a tab character. |
160 |
|
Line contains a tab character. |
161 |
|
Line contains a tab character. |
162 |
|
Line contains a tab character. |
163 |
|
Method 'testGetNumDocuments' is not designed for extension - needs to be abstract, final or empty. |
166 |
|
Missing a Javadoc comment. |
166 |
|
Line contains a tab character. |
167 |
|
Name 'COUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
167 |
|
'10' is a magic number. |
167 |
|
Line contains a tab character. |
168 |
|
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 contains a tab character. |
175 |
|
Line contains a tab character. |
177 |
|
Line is longer than 80 characters. |
178 |
|
Line contains a tab character. |
178 |
|
Line contains a tab character. |
179 |
|
Line has trailing spaces. |
181 |
|
Line contains a tab character. |
181 |
|
Line contains a tab character. |
182 |
|
Line contains a tab character. |
183 |
|
Line contains a tab character. |
184 |
|
Line contains a tab character. |
185 |
|
Line contains a tab character. |
186 |
|
Line contains a tab character. |
187 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/NxqdManagerTest.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
3 |
|
Unused import - java.util.logging.Level. |
4 |
|
Unused import - javax.xml.parsers.DocumentBuilderFactory. |
11 |
|
Unused import - javax.xml.parsers.DocumentBuilder. |
12 |
|
Unused import - org.w3c.dom.Element. |
14 |
|
Unused import - org.w3c.dom.NodeList. |
15 |
|
Unused import - junit.framework.TestCase. |
17 |
|
Redundant import from the same package - net.sf.nxqd.NxqdManager. |
21 |
|
Line has trailing spaces. |
24 |
|
Missing a Javadoc comment. |
24 |
|
Line is longer than 80 characters. |
25 |
|
Missing a Javadoc comment. |
25 |
|
Missing a Javadoc comment. |
26 |
|
Variable 'config' must be private and have accessor methods. |
26 |
|
Missing a Javadoc comment. |
28 |
|
Parameter name should be final. |
28 |
|
Line contains a tab character. |
29 |
|
Missing a Javadoc comment. |
32 |
|
Line contains a tab character. |
33 |
|
Line has trailing spaces. |
34 |
|
Line has trailing spaces. |
35 |
|
Method 'testHostConstructor' is not designed for extension - needs to be abstract, final or empty. |
36 |
|
Missing a Javadoc comment. |
36 |
|
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 contains a tab character. |
42 |
|
Line contains a tab character. |
43 |
|
Line has trailing spaces. |
45 |
|
Method 'testHostPortConstructor' is not designed for extension - needs to be abstract, final or empty. |
46 |
|
Missing a Javadoc comment. |
46 |
|
Line contains a tab character. |
47 |
|
',' is not followed by whitespace. |
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 |
|
Line contains a tab character. |
52 |
|
Line contains a tab character. |
53 |
|
Method 'testGetContainer1' is not designed for extension - needs to be abstract, final or empty. |
56 |
|
Missing a Javadoc comment. |
56 |
|
Line contains a tab character. |
57 |
|
Line contains a tab character. |
58 |
|
Line contains a tab character. |
59 |
|
Line contains a tab character. |
60 |
|
Line contains a tab character. |
61 |
|
Line contains a tab character. |
62 |
|
Line contains a tab character. |
63 |
|
Method 'testGetContainer2' is not designed for extension - needs to be abstract, final or empty. |
66 |
|
Missing a Javadoc comment. |
66 |
|
Line contains a tab character. |
67 |
|
Line contains a tab character. |
68 |
|
Line contains a tab character. |
69 |
|
Line contains a tab character. |
70 |
|
Method 'testContainerExists1' is not designed for extension - needs to be abstract, final or empty. |
73 |
|
Missing a Javadoc comment. |
73 |
|
Line contains a tab character. |
74 |
|
Line contains a tab character. |
75 |
|
Method 'testContainerExists2' is not designed for extension - needs to be abstract, final or empty. |
78 |
|
Missing a Javadoc comment. |
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 |
|
Method 'testListContainers' is not designed for extension - needs to be abstract, final or empty. |
85 |
|
Missing a Javadoc comment. |
85 |
|
Line contains a tab character. |
86 |
|
Line contains a tab character. |
87 |
|
Name 'COUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
87 |
|
'10' is a magic number. |
87 |
|
Line contains a tab character. |
88 |
|
Line contains a tab character. |
89 |
|
'+' is not preceded with whitespace. |
89 |
|
'+' is not followed by whitespace. |
89 |
|
'+' is not preceded with whitespace. |
89 |
|
'+' is not followed by whitespace. |
89 |
|
Line contains a tab character. |
90 |
|
Line contains a tab character. |
91 |
|
Line contains a tab character. |
92 |
|
Line contains a tab character. |
93 |
|
Line contains a tab character. |
94 |
|
Line contains a tab character. |
95 |
|
Line contains a tab character. |
96 |
|
'=' is not preceded with whitespace. |
96 |
|
'=' is not followed by whitespace. |
96 |
|
';' is not followed by whitespace. |
96 |
|
Line contains a tab character. |
97 |
|
Line contains a tab character. |
98 |
|
Line contains a tab character. |
99 |
|
Line contains a tab character. |
100 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Line contains a tab character. |
103 |
|
Line contains a tab character. |
104 |
|
'+' is not preceded with whitespace. |
104 |
|
'+' is not followed by whitespace. |
104 |
|
'+' is not preceded with whitespace. |
104 |
|
'+' is not followed by whitespace. |
104 |
|
Line contains a tab character. |
105 |
|
Line contains a tab character. |
106 |
|
'+' is not preceded with whitespace. |
106 |
|
'+' is not followed by whitespace. |
106 |
|
Line contains a tab character. |
107 |
|
Line contains a tab character. |
108 |
|
Method 'testRenameContainer' is not designed for extension - needs to be abstract, final or empty. |
111 |
|
Missing a Javadoc comment. |
111 |
|
Line contains a tab character. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
115 |
|
Line contains a tab character. |
116 |
|
Line contains a tab character. |
117 |
|
',' is not followed by whitespace. |
117 |
|
Line contains a tab character. |
118 |
|
Line contains a tab character. |
119 |
|
Line contains a tab character. |
120 |
|
Line contains a tab character. |
121 |
|
Method 'testCreateContainer' is not designed for extension - needs to be abstract, final or empty. |
124 |
|
Missing a Javadoc comment. |
124 |
|
Line contains a tab character. |
125 |
|
Line contains a tab character. |
126 |
|
Line contains a tab character. |
127 |
|
Line contains a tab character. |
128 |
|
Line contains a tab character. |
129 |
|
Line contains a tab character. |
130 |
|
'}' should be on the same line. |
130 |
|
Line contains a tab character. |
131 |
|
Must have at least one statement. |
131 |
|
Line contains a tab character. |
132 |
|
Line contains a tab character. |
133 |
|
Line contains a tab character. |
134 |
|
Method 'testDeleteContainer' is not designed for extension - needs to be abstract, final or empty. |
137 |
|
Missing a Javadoc comment. |
137 |
|
Line contains a tab character. |
138 |
|
Line contains a tab character. |
139 |
|
Line contains a tab character. |
140 |
|
Line is longer than 80 characters. |
141 |
|
Line contains a tab character. |
141 |
|
Line contains a tab character. |
142 |
|
'}' should be on the same line. |
142 |
|
Line contains a tab character. |
143 |
|
Must have at least one statement. |
143 |
|
Line contains a tab character. |
144 |
|
Line contains a tab character. |
145 |
|
Method 'xtestQuery1' is not designed for extension - needs to be abstract, final or empty. |
154 |
|
Line contains a tab character. |
155 |
|
Line contains a tab character. |
156 |
|
'+' is not preceded with whitespace. |
156 |
|
'+' is not followed by whitespace. |
156 |
|
'+' is not preceded with whitespace. |
156 |
|
'+' is not followed by whitespace. |
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. |
161 |
|
Line contains a tab character. |
162 |
|
Line contains a tab character. |
163 |
|
Line has trailing spaces. |
164 |
|
Line contains a tab character. |
164 |
|
',' is not followed by whitespace. |
164 |
|
Line contains a tab character. |
165 |
|
Line contains a tab character. |
166 |
|
'+' is not preceded with whitespace. |
166 |
|
'+' is not followed by whitespace. |
166 |
|
Line contains a tab character. |
167 |
|
Line contains a tab character. |
168 |
|
'+' is not preceded with whitespace. |
168 |
|
'+' is not followed by whitespace. |
168 |
|
'+' is not preceded with whitespace. |
168 |
|
'+' is not followed by whitespace. |
168 |
|
'+' is not preceded with whitespace. |
168 |
|
'+' is not followed by whitespace. |
168 |
|
Line contains a tab character. |
169 |
|
Line has trailing spaces. |
170 |
|
Line contains a tab character. |
170 |
|
Line contains a tab character. |
171 |
|
Line has trailing spaces. |
172 |
|
Line contains a tab character. |
172 |
|
Line contains a tab character. |
173 |
|
Line contains a tab character. |
174 |
|
Line contains a tab character. |
175 |
|
Line has trailing spaces. |
176 |
|
Line contains a tab character. |
176 |
|
Method 'xtestQuery2' is not designed for extension - needs to be abstract, final or empty. |
185 |
|
Line contains a tab character. |
186 |
|
Line contains a tab character. |
187 |
|
Line contains a tab character. |
188 |
|
Line contains a tab character. |
189 |
|
'+' is not preceded with whitespace. |
189 |
|
'+' is not followed by whitespace. |
189 |
|
'+' is not preceded with whitespace. |
189 |
|
'+' is not followed by whitespace. |
189 |
|
Line contains a tab character. |
190 |
|
Line contains a tab character. |
192 |
|
Line contains a tab character. |
193 |
|
Line contains a tab character. |
194 |
|
Line contains a tab character. |
195 |
|
Line contains a tab character. |
196 |
|
Line has trailing spaces. |
197 |
|
Line contains a tab character. |
197 |
|
',' is not followed by whitespace. |
197 |
|
Line contains a tab character. |
198 |
|
Line contains a tab character. |
199 |
|
Line contains a tab character. |
200 |
|
',' is not followed by whitespace. |
200 |
|
Line contains a tab character. |
201 |
|
'+' is not preceded with whitespace. |
201 |
|
'+' is not followed by whitespace. |
201 |
|
Line contains a tab character. |
203 |
|
Line contains a tab character. |
204 |
|
Line contains a tab character. |
205 |
|
Line contains a tab character. |
206 |
|
Line contains a tab character. |
207 |
|
Unclosed HTML tag found: <manishrjain@gmail.com> |
216 |
|
Method 'xtestLazyQuery1' is not designed for extension - needs to be abstract, final or empty. |
218 |
|
Line contains a tab character. |
219 |
|
Line contains a tab character. |
220 |
|
'+' is not preceded with whitespace. |
220 |
|
'+' is not followed by whitespace. |
220 |
|
'+' is not preceded with whitespace. |
220 |
|
'+' is not followed by whitespace. |
220 |
|
Line contains a tab character. |
221 |
|
Line has trailing spaces. |
222 |
|
Line contains a tab character. |
222 |
|
Line contains a tab character. |
223 |
|
Line contains a tab character. |
224 |
|
Line contains a tab character. |
225 |
|
Line contains a tab character. |
226 |
|
Line contains a tab character. |
227 |
|
Line has trailing spaces. |
228 |
|
Line contains a tab character. |
228 |
|
',' is not followed by whitespace. |
228 |
|
Line contains a tab character. |
229 |
|
Line has trailing spaces. |
230 |
|
Line contains a tab character. |
230 |
|
Line contains a tab character. |
231 |
|
Line contains a tab character. |
232 |
|
Line is longer than 80 characters. |
233 |
|
Line contains a tab character. |
233 |
|
Line contains a tab character. |
234 |
|
Line is longer than 80 characters. |
235 |
|
Line contains a tab character. |
235 |
|
'+' is not preceded with whitespace. |
235 |
|
'+' is not followed by whitespace. |
235 |
|
Line contains a tab character. |
236 |
|
Line contains a tab character. |
237 |
|
'+' is not preceded with whitespace. |
237 |
|
'+' is not followed by whitespace. |
237 |
|
'+' is not preceded with whitespace. |
237 |
|
'+' is not followed by whitespace. |
237 |
|
'+' is not preceded with whitespace. |
237 |
|
'+' is not followed by whitespace. |
237 |
|
Line contains a tab character. |
238 |
|
Line contains a tab character. |
239 |
|
Line contains a tab character. |
240 |
|
Line has trailing spaces. |
241 |
|
Line contains a tab character. |
241 |
|
Line contains a tab character. |
242 |
|
Line contains a tab character. |
243 |
|
Line contains a tab character. |
244 |
|
Line has trailing spaces. |
245 |
|
Line contains a tab character. |
245 |
|
Unclosed HTML tag found: <manishrjain@gmail.com> |
253 |
|
Method 'xtestLazyQuery2' is not designed for extension - needs to be abstract, final or empty. |
255 |
|
Line contains a tab character. |
256 |
|
Line contains a tab character. |
257 |
|
Line contains a tab character. |
258 |
|
Line contains a tab character. |
259 |
|
'+' is not preceded with whitespace. |
259 |
|
'+' is not followed by whitespace. |
259 |
|
'+' is not preceded with whitespace. |
259 |
|
'+' is not followed by whitespace. |
259 |
|
Line contains a tab character. |
260 |
|
Line has trailing spaces. |
261 |
|
Line contains a tab character. |
261 |
|
Line contains a tab character. |
262 |
|
Line contains a tab character. |
263 |
|
Line contains a tab character. |
264 |
|
Line contains a tab character. |
265 |
|
Line contains a tab character. |
266 |
|
Line has trailing spaces. |
267 |
|
Line contains a tab character. |
267 |
|
',' is not followed by whitespace. |
267 |
|
Line contains a tab character. |
268 |
|
Line has trailing spaces. |
269 |
|
Line contains a tab character. |
269 |
|
Line contains a tab character. |
270 |
|
Line contains a tab character. |
271 |
|
Line contains a tab character. |
272 |
|
Line contains a tab character. |
273 |
|
Line is longer than 80 characters. |
274 |
|
Line contains a tab character. |
274 |
|
Line contains a tab character. |
275 |
|
Line is longer than 80 characters. |
276 |
|
Line contains a tab character. |
276 |
|
'+' is not preceded with whitespace. |
276 |
|
'+' is not followed by whitespace. |
276 |
|
Line contains a tab character. |
277 |
|
Line contains a tab character. |
278 |
|
'+' is not preceded with whitespace. |
278 |
|
'+' is not followed by whitespace. |
278 |
|
'+' is not preceded with whitespace. |
278 |
|
'+' is not followed by whitespace. |
278 |
|
'+' is not preceded with whitespace. |
278 |
|
'+' is not followed by whitespace. |
278 |
|
Line contains a tab character. |
279 |
|
Line contains a tab character. |
280 |
|
Line contains a tab character. |
281 |
|
Line has trailing spaces. |
282 |
|
Line contains a tab character. |
282 |
|
Line contains a tab character. |
283 |
|
Line contains a tab character. |
284 |
|
Line contains a tab character. |
285 |
|
Line has trailing spaces. |
286 |
|
Line contains a tab character. |
286 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/event/NxqdEventTest.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
3 |
|
Unused import - java.util.logging.Level. |
4 |
|
Unused import - javax.xml.parsers.DocumentBuilderFactory. |
9 |
|
Unused import - javax.xml.parsers.DocumentBuilder. |
10 |
|
Unused import - org.w3c.dom.Element. |
12 |
|
Unused import - org.w3c.dom.NodeList. |
13 |
|
Unused import - junit.framework.TestCase. |
15 |
|
Using the '.*' form of import should be avoided - net.sf.nxqd.*. |
19 |
|
Using the '.*' form of import should be avoided - net.sf.nxqd.common.*. |
20 |
|
Using the '.*' form of import should be avoided - net.sf.nxqd.event.*. |
21 |
|
Redundant import from the same package - net.sf.nxqd.event.*. |
21 |
|
Line has trailing spaces. |
23 |
|
Missing a Javadoc comment. |
23 |
|
Line has trailing spaces. |
24 |
|
Line is longer than 80 characters. |
26 |
|
Missing a Javadoc comment. |
26 |
|
Missing a Javadoc comment. |
27 |
|
Variable 'config' must be private and have accessor methods. |
27 |
|
Missing a Javadoc comment. |
28 |
|
Missing a Javadoc comment. |
29 |
|
Missing a Javadoc comment. |
31 |
|
Parameter name should be final. |
31 |
|
Line contains a tab character. |
32 |
|
Line contains a tab character. |
33 |
|
Line contains a tab character. |
34 |
|
Missing a Javadoc comment. |
37 |
|
Line contains a tab character. |
38 |
|
Line has trailing spaces. |
39 |
|
Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. |
41 |
|
Missing a Javadoc comment. |
41 |
|
Parameter nxqdEvent should be final. |
41 |
|
Line contains a tab character. |
42 |
|
Line contains a tab character. |
43 |
|
'+' is not preceded with whitespace. |
43 |
|
'+' is not followed by whitespace. |
43 |
|
Line contains a tab character. |
44 |
|
Line contains a tab character. |
45 |
|
Line contains a tab character. |
46 |
|
Missing a Javadoc comment. |
50 |
|
Parameter container should be final. |
50 |
|
Parameter id should be final. |
50 |
|
Missing a Javadoc comment. |
53 |
|
Parameter container should be final. |
53 |
|
Parameter id should be final. |
53 |
|
Missing a Javadoc comment. |
56 |
|
Parameter container should be final. |
56 |
|
Parameter id should be final. |
56 |
|
Missing a Javadoc comment. |
59 |
|
Parameter name should be final. |
59 |
|
Missing a Javadoc comment. |
62 |
|
Parameter name should be final. |
62 |
|
Missing a Javadoc comment. |
65 |
|
Parameter oldName should be final. |
65 |
|
Parameter newName should be final. |
65 |
|
Method 'containsEvent' is not designed for extension - needs to be abstract, final or empty. |
68 |
|
Missing a Javadoc comment. |
68 |
|
Parameter resourceName should be final. |
68 |
|
Parameter type should be final. |
68 |
|
Line contains a tab character. |
69 |
|
Line contains a tab character. |
70 |
|
Line contains a tab character. |
71 |
|
'cast' is not followed by whitespace. |
71 |
|
Line contains a tab character. |
72 |
|
'==' is not preceded with whitespace. |
72 |
|
'==' is not followed by whitespace. |
72 |
|
Line contains a tab character. |
73 |
|
Line contains a tab character. |
74 |
|
Line contains a tab character. |
75 |
|
Line contains a tab character. |
76 |
|
Line contains a tab character. |
77 |
|
Line contains a tab character. |
78 |
|
Unused @throws tag for 'NxqdException'. |
85 |
|
Method 'testNxqdManagerEvents' is not designed for extension - needs to be abstract, final or empty. |
87 |
|
Expected @throws tag for 'Exception'. |
87 |
|
Line contains a tab character. |
88 |
|
Line contains a tab character. |
89 |
|
'1000' is a magic number. |
89 |
|
Line contains a tab character. |
90 |
|
Line contains a tab character. |
92 |
|
Line contains a tab character. |
93 |
|
Line contains a tab character. |
94 |
|
Line contains a tab character. |
96 |
|
'3000' is a magic number. |
96 |
|
Line contains a tab character. |
97 |
|
Line is longer than 80 characters. |
98 |
|
Line contains a tab character. |
98 |
|
Line contains a tab character. |
99 |
|
Line is longer than 80 characters. |
100 |
|
Line contains a tab character. |
100 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Unused @throws tag for 'NxqdException'. |
110 |
|
Method 'testNxqdContainerEvents' is not designed for extension - needs to be abstract, final or empty. |
112 |
|
Expected @throws tag for 'Exception'. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
115 |
|
Line contains a tab character. |
116 |
|
'1000' is a magic number. |
116 |
|
Line contains a tab character. |
117 |
|
Line has trailing spaces. |
118 |
|
Line contains a tab character. |
118 |
|
Line contains a tab character. |
119 |
|
Line has trailing spaces. |
120 |
|
Line contains a tab character. |
120 |
|
Line contains a tab character. |
121 |
|
Line contains a tab character. |
122 |
|
Line contains a tab character. |
123 |
|
',' is not followed by whitespace. |
123 |
|
Line contains a tab character. |
124 |
|
Line contains a tab character. |
127 |
|
'5000' is a magic number. |
127 |
|
Line contains a tab character. |
128 |
|
Line is longer than 80 characters. |
129 |
|
Line contains a tab character. |
129 |
|
Line contains a tab character. |
130 |
|
Line is longer than 80 characters. |
131 |
|
Line contains a tab character. |
131 |
|
Line contains a tab character. |
132 |
|
Line contains a tab character. |
133 |
|
Line contains a tab character. |
134 |
|
'}' should be on the same line. |
134 |
|
Line contains a tab character. |
135 |
|
Line contains a tab character. |
136 |
|
Line contains a tab character. |
137 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/event/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/NxqdStressTest.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
4 |
|
Using the '.*' form of import should be avoided - java.util.*. |
5 |
|
Using the '.*' form of import should be avoided - java.net.*. |
6 |
|
Using the '.*' form of import should be avoided - java.lang.*. |
7 |
|
Redundant import from the java.lang package - java.lang.*. |
7 |
|
Using the '.*' form of import should be avoided - java.text.*. |
8 |
|
Unused import - java.util.logging.Level. |
10 |
|
Unused import - org.w3c.dom.Element. |
12 |
|
Unused import - org.w3c.dom.NodeList. |
13 |
|
Unused import - junit.framework.TestCase. |
17 |
|
Missing a Javadoc comment. |
26 |
|
Line has trailing spaces. |
27 |
|
Line is longer than 80 characters. |
28 |
|
Missing a Javadoc comment. |
28 |
|
Missing a Javadoc comment. |
29 |
|
Name 'STRESS_COUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
29 |
|
'50000' is a magic number. |
29 |
|
Missing a Javadoc comment. |
30 |
|
Name 'stress_factor' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
30 |
|
First sentence should end with a period. |
32 |
|
Line has trailing spaces. |
37 |
|
Parameter testName should be final. |
37 |
|
Line contains a tab character. |
38 |
|
Parameter new_stress_factor should be final. |
38 |
|
Expected @param tag for 'new_stress_factor'. |
38 |
|
Name 'new_stress_factor' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
38 |
|
'(' is followed by whitespace. |
39 |
|
')' is preceded with whitespace. |
39 |
|
Line contains a tab character. |
40 |
|
Line contains a tab character. |
49 |
|
Name 'session_stress_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
49 |
|
Line contains a tab character. |
50 |
|
',' is not followed by whitespace. |
50 |
|
Line is longer than 80 characters. |
51 |
|
Line contains a tab character. |
51 |
|
Line contains a tab character. |
52 |
|
Line is longer than 80 characters. |
53 |
|
Line contains a tab character. |
53 |
|
Line contains a tab character. |
54 |
|
Line is longer than 80 characters. |
55 |
|
Line contains a tab character. |
55 |
|
Line contains a tab character. |
57 |
|
'50' is a magic number. |
57 |
|
Line contains a tab character. |
58 |
|
'}' should be on the same line. |
58 |
|
Line contains a tab character. |
59 |
|
Line contains a tab character. |
60 |
|
Line contains a tab character. |
61 |
|
Line is longer than 80 characters. |
62 |
|
Line contains a tab character. |
62 |
|
',' is not followed by whitespace. |
62 |
|
Line contains a tab character. |
63 |
|
Method 'testCollectionStress' is not designed for extension - needs to be abstract, final or empty. |
66 |
|
Missing a Javadoc comment. |
66 |
|
Line contains a tab character. |
67 |
|
Line contains a tab character. |
68 |
|
'+' is not preceded with whitespace. |
68 |
|
'+' is not followed by whitespace. |
68 |
|
'+' is not preceded with whitespace. |
68 |
|
'+' is not followed by whitespace. |
68 |
|
Line contains a tab character. |
69 |
|
Line contains a tab character. |
70 |
|
Line contains a tab character. |
71 |
|
Line contains a tab character. |
72 |
|
Line contains a tab character. |
73 |
|
Method 'xtestQueryStress1' is not designed for extension - needs to be abstract, final or empty. |
76 |
|
Missing a Javadoc comment. |
76 |
|
Line contains a tab character. |
77 |
|
Line contains a tab character. |
78 |
|
Line contains a tab character. |
79 |
|
Line contains a tab character. |
80 |
|
Line contains a tab character. |
81 |
|
Name 'DOC_COUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
81 |
|
'=' is not preceded with whitespace. |
81 |
|
'100' is a magic number. |
81 |
|
'=' is not followed by whitespace. |
81 |
|
Line contains a tab character. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
Line contains a tab character. |
83 |
|
Line contains a tab character. |
84 |
|
',' is not followed by whitespace. |
84 |
|
Line contains a tab character. |
85 |
|
Line contains a tab character. |
86 |
|
Line contains a tab character. |
87 |
|
'+' is not preceded with whitespace. |
87 |
|
'+' is not followed by whitespace. |
87 |
|
'+' is not preceded with whitespace. |
87 |
|
'+' is not followed by whitespace. |
87 |
|
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 |
|
Line contains a tab character. |
93 |
|
Line contains a tab character. |
94 |
|
Line contains a tab character. |
95 |
|
Method 'testDocumentStress1' is not designed for extension - needs to be abstract, final or empty. |
98 |
|
Missing a Javadoc comment. |
98 |
|
Line contains a tab character. |
99 |
|
Line contains a tab character. |
100 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Line contains a tab character. |
103 |
|
'+' is not preceded with whitespace. |
103 |
|
'+' is not followed by whitespace. |
103 |
|
'+' is not preceded with whitespace. |
103 |
|
'+' is not followed by whitespace. |
103 |
|
Line contains a tab character. |
104 |
|
Line contains a tab character. |
105 |
|
',' is not followed by whitespace. |
105 |
|
Line contains a tab character. |
106 |
|
Line has trailing spaces. |
107 |
|
Line contains a tab character. |
107 |
|
Line contains a tab character. |
108 |
|
Line contains a tab character. |
109 |
|
Method 'testDocumentStress2' is not designed for extension - needs to be abstract, final or empty. |
112 |
|
Missing a Javadoc comment. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
115 |
|
Line contains a tab character. |
116 |
|
Line contains a tab character. |
117 |
|
'+' is not preceded with whitespace. |
117 |
|
'+' is not followed by whitespace. |
117 |
|
'+' is not preceded with whitespace. |
117 |
|
'+' is not followed by whitespace. |
117 |
|
Line contains a tab character. |
118 |
|
Line contains a tab character. |
119 |
|
',' is not followed by whitespace. |
119 |
|
Line contains a tab character. |
120 |
|
Line contains a tab character. |
121 |
|
Line contains a tab character. |
122 |
|
Line contains a tab character. |
123 |
|
Line contains a tab character. |
124 |
|
Line has trailing spaces. |
125 |
|
Line contains a tab character. |
125 |
|
Line contains a tab character. |
126 |
|
Line contains a tab character. |
127 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/NxqdXmlDBAbstractTestCase.java
Error |
Line |
|
Unused import - junit.framework.Test. |
4 |
|
Unused import - junit.framework.TestSuite. |
6 |
|
Unused import - javax.xml.parsers.DocumentBuilder. |
17 |
|
Unused import - javax.xml.parsers.DocumentBuilderFactory. |
18 |
|
Unused import - org.xml.sax.SAXException. |
20 |
|
Unused import - org.w3c.dom.Document. |
21 |
|
Unused import - java.io.File. |
24 |
|
Unused import - java.io.FileInputStream. |
25 |
|
Unused import - java.io.FileNotFoundException. |
26 |
|
Unused import - java.util.Date. |
27 |
|
Duplicate import to line 5 - junit.framework.TestCase. |
29 |
|
Duplicate import to line 4 - junit.framework.Test. |
30 |
|
Unused import - junit.framework.Test. |
30 |
|
Duplicate import to line 6 - junit.framework.TestSuite. |
31 |
|
Unused import - junit.framework.TestSuite. |
31 |
|
Line has trailing spaces. |
38 |
|
Line is longer than 80 characters. |
38 |
|
Line is longer than 80 characters. |
39 |
|
Missing a Javadoc comment. |
47 |
|
Missing a Javadoc comment. |
49 |
|
',' is not followed by whitespace. |
49 |
|
',' is not followed by whitespace. |
49 |
|
Missing a Javadoc comment. |
51 |
|
Missing a Javadoc comment. |
53 |
|
Missing a Javadoc comment. |
55 |
|
Missing a Javadoc comment. |
56 |
|
Name 'session_stress_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
56 |
|
Variable 'session_stress_value' must be private and have accessor methods. |
56 |
|
Missing a Javadoc comment. |
58 |
|
Missing a Javadoc comment. |
60 |
|
Parameter testName should be final. |
60 |
|
Line contains a tab character. |
61 |
|
Line contains a tab character. |
62 |
|
',' is not followed by whitespace. |
62 |
|
Line is longer than 80 characters. |
63 |
|
Line contains a tab character. |
63 |
|
Line contains a tab character. |
64 |
|
Line is longer than 80 characters. |
65 |
|
Line contains a tab character. |
65 |
|
Line contains a tab character. |
66 |
|
Line is longer than 80 characters. |
67 |
|
Line contains a tab character. |
67 |
|
Line contains a tab character. |
69 |
|
'50' is a magic number. |
69 |
|
Line contains a tab character. |
70 |
|
'}' should be on the same line. |
70 |
|
Line contains a tab character. |
71 |
|
Line contains a tab character. |
72 |
|
'50000' is a magic number. |
72 |
|
Line contains a tab character. |
73 |
|
Line is longer than 80 characters. |
77 |
|
Expected an @return tag. |
80 |
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
80 |
|
Line is longer than 80 characters. |
81 |
|
Line contains a tab character. |
81 |
|
Line contains a tab character. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
'+' is not preceded with whitespace. |
82 |
|
'+' is not followed by whitespace. |
82 |
|
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
85 |
|
Missing a Javadoc comment. |
85 |
|
Line contains a tab character. |
86 |
|
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. |
89 |
|
Missing a Javadoc comment. |
89 |
|
Parameter message should be final. |
89 |
|
'message' hides a field. |
89 |
|
Line contains a tab character. |
90 |
|
Expected an @return tag. |
96 |
|
Line contains a tab character. |
97 |
|
'+' is not preceded with whitespace. |
97 |
|
'+' is not followed by whitespace. |
97 |
|
Line contains a tab character. |
98 |
|
Line contains a tab character. |
99 |
|
'==' is not preceded with whitespace. |
99 |
|
'==' is not followed by whitespace. |
99 |
|
Line contains a tab character. |
100 |
|
'=' is not preceded with whitespace. |
100 |
|
'=' is not followed by whitespace. |
100 |
|
Line contains a tab character. |
101 |
|
'==' is not preceded with whitespace. |
101 |
|
'==' is not followed by whitespace. |
101 |
|
Line contains a tab character. |
102 |
|
'=' is not preceded with whitespace. |
102 |
|
'=' is not followed by whitespace. |
102 |
|
Line contains a tab character. |
103 |
|
'==' is not preceded with whitespace. |
103 |
|
'==' is not followed by whitespace. |
103 |
|
Line contains a tab character. |
104 |
|
'=' is not preceded with whitespace. |
104 |
|
'=' is not followed by whitespace. |
104 |
|
Line contains a tab character. |
105 |
|
'}' should be on the same line. |
105 |
|
Line contains a tab character. |
106 |
|
Line contains a tab character. |
107 |
|
Line contains a tab character. |
108 |
|
Line contains a tab character. |
109 |
|
'}' should be on the same line. |
109 |
|
Line contains a tab character. |
110 |
|
Line contains a tab character. |
111 |
|
Line contains a tab character. |
112 |
|
Line contains a tab character. |
113 |
|
'}' should be on the same line. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
115 |
|
Line contains a tab character. |
116 |
|
Line contains a tab character. |
117 |
|
Line is longer than 80 characters. |
121 |
|
Method 'releaseCollection' is not designed for extension - needs to be abstract, final or empty. |
123 |
|
Parameter collection should be final. |
123 |
|
Expected @param tag for 'collection'. |
123 |
|
Line contains a tab character. |
124 |
|
Expected @throws tag for 'XMLDBException'. |
124 |
|
Line contains a tab character. |
125 |
|
Line contains a tab character. |
126 |
|
Line contains a tab character. |
127 |
|
Method 'removeCollection' is not designed for extension - needs to be abstract, final or empty. |
133 |
|
Parameter collection should be final. |
133 |
|
Expected @param tag for 'collection'. |
133 |
|
Line contains a tab character. |
134 |
|
Expected @throws tag for 'XMLDBException'. |
134 |
|
Line has trailing spaces. |
135 |
|
Line contains a tab character. |
135 |
|
Line is longer than 80 characters. |
136 |
|
Line contains a tab character. |
136 |
|
Line contains a tab character. |
137 |
|
Line contains a tab character. |
138 |
|
Line contains a tab character. |
139 |
|
Line contains a tab character. |
140 |
|
Line is longer than 80 characters. |
143 |
|
Method 'populateCollection' is not designed for extension - needs to be abstract, final or empty. |
143 |
|
Missing a Javadoc comment. |
143 |
|
Parameter collection should be final. |
143 |
|
Parameter count should be final. |
143 |
|
Line contains a tab character. |
144 |
|
'+' is not preceded with whitespace. |
144 |
|
'+' is not followed by whitespace. |
144 |
|
Line contains a tab character. |
145 |
|
Line contains a tab character. |
146 |
|
Line contains a tab character. |
147 |
|
Line is longer than 80 characters. |
148 |
|
Line contains a tab character. |
148 |
|
'+' is not preceded with whitespace. |
148 |
|
'+' is not followed by whitespace. |
148 |
|
Line contains a tab character. |
149 |
|
Line contains a tab character. |
150 |
|
'+' is not preceded with whitespace. |
150 |
|
'+' is not followed by whitespace. |
150 |
|
',' is not followed by whitespace. |
150 |
|
Line is longer than 80 characters. |
153 |
|
Method 'populateSubCollection' is not designed for extension - needs to be abstract, final or empty. |
153 |
|
Missing a Javadoc comment. |
153 |
|
Parameter collection should be final. |
153 |
|
Parameter count should be final. |
153 |
|
Line contains a tab character. |
154 |
|
'+' is not preceded with whitespace. |
154 |
|
'+' is not followed by whitespace. |
154 |
|
Line contains a tab character. |
155 |
|
Line contains a tab character. |
156 |
|
Line contains a tab character. |
157 |
|
Line contains a tab character. |
158 |
|
Line is longer than 80 characters. |
159 |
|
Line contains a tab character. |
159 |
|
',' is not followed by whitespace. |
159 |
|
'+' is not preceded with whitespace. |
159 |
|
'+' is not followed by whitespace. |
159 |
|
Line contains a tab character. |
160 |
|
',' is not followed by whitespace. |
160 |
|
Line contains a tab character. |
161 |
|
Line contains a tab character. |
162 |
|
Line contains a tab character. |
163 |
|
'+' is not preceded with whitespace. |
163 |
|
'+' is not followed by whitespace. |
163 |
|
',' is not followed by whitespace. |
163 |
|
Method 'getCollectionName' is not designed for extension - needs to be abstract, final or empty. |
166 |
|
Missing a Javadoc comment. |
166 |
|
Line contains a tab character. |
167 |
|
Expected an @return tag. |
173 |
|
Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. |
173 |
|
Line contains a tab character. |
174 |
|
Expected @throws tag for 'XMLDBException'. |
174 |
|
Line contains a tab character. |
175 |
|
Line contains a tab character. |
176 |
|
Line contains a tab character. |
177 |
|
Expected an @return tag. |
184 |
|
Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. |
184 |
|
Parameter collectionName should be final. |
184 |
|
Expected @param tag for 'collectionName'. |
184 |
|
Line contains a tab character. |
185 |
|
Expected @throws tag for 'XMLDBException'. |
185 |
|
Line contains a tab character. |
186 |
|
Line contains a tab character. |
187 |
|
'!=' is not preceded with whitespace. |
187 |
|
'!=' is not followed by whitespace. |
187 |
|
Line contains a tab character. |
188 |
|
'>' is not preceded with whitespace. |
188 |
|
'>' is not followed by whitespace. |
188 |
|
Line contains a tab character. |
189 |
|
'+' is not preceded with whitespace. |
189 |
|
'+' is not followed by whitespace. |
189 |
|
'+' is not preceded with whitespace. |
189 |
|
'+' is not followed by whitespace. |
189 |
|
Line contains a tab character. |
190 |
|
Line contains a tab character. |
191 |
|
Line is longer than 80 characters. |
192 |
|
Line contains a tab character. |
192 |
|
',' is not followed by whitespace. |
192 |
|
',' is not followed by whitespace. |
192 |
|
Line contains a tab character. |
193 |
|
'==' is not preceded with whitespace. |
193 |
|
'==' is not followed by whitespace. |
193 |
|
Line contains a tab character. |
194 |
|
'+' is not preceded with whitespace. |
194 |
|
'+' is not followed by whitespace. |
194 |
|
Line contains a tab character. |
195 |
|
Line contains a tab character. |
196 |
|
Line has trailing spaces. |
200 |
|
Expected an @return tag. |
203 |
|
Line is longer than 80 characters. |
203 |
|
Method 'getChildCollection' is not designed for extension - needs to be abstract, final or empty. |
203 |
|
Parameter childcollectionName should be final. |
203 |
|
Expected @param tag for 'childcollectionName'. |
203 |
|
Line contains a tab character. |
204 |
|
Expected @throws tag for 'XMLDBException'. |
204 |
|
Line contains a tab character. |
205 |
|
Line is longer than 80 characters. |
206 |
|
Line contains a tab character. |
206 |
|
Line contains a tab character. |
207 |
|
Line contains a tab character. |
208 |
|
Line has trailing spaces. |
214 |
|
Method 'createCollection' is not designed for extension - needs to be abstract, final or empty. |
214 |
|
Parameter collectionName should be final. |
214 |
|
Expected @param tag for 'collectionName'. |
214 |
|
Line contains a tab character. |
215 |
|
Expected @throws tag for 'XMLDBException'. |
215 |
|
Line contains a tab character. |
216 |
|
Line contains a tab character. |
217 |
|
Line has trailing spaces. |
218 |
|
Line contains a tab character. |
218 |
|
Line is longer than 80 characters. |
219 |
|
Line contains a tab character. |
219 |
|
Line has trailing spaces. |
220 |
|
Line contains a tab character. |
220 |
|
Line contains a tab character. |
221 |
|
Line contains a tab character. |
222 |
|
Expected an @return tag. |
228 |
|
Line has trailing spaces. |
228 |
|
Line is longer than 80 characters. |
228 |
|
Method 'createChildCollection' is not designed for extension - needs to be abstract, final or empty. |
228 |
|
Parameter collection should be final. |
228 |
|
Expected @param tag for 'collection'. |
228 |
|
Parameter collectionName should be final. |
228 |
|
Expected @param tag for 'collectionName'. |
228 |
|
Line has trailing spaces. |
229 |
|
Line contains a tab character. |
229 |
|
Expected @throws tag for 'XMLDBException'. |
229 |
|
Line is longer than 80 characters. |
230 |
|
Line contains a tab character. |
230 |
|
Line contains a tab character. |
231 |
|
Line contains a tab character. |
232 |
|
Method 'emptyCollection' is not designed for extension - needs to be abstract, final or empty. |
238 |
|
Parameter collectionName should be final. |
238 |
|
Expected @param tag for 'collectionName'. |
238 |
|
Line contains a tab character. |
239 |
|
Expected @throws tag for 'XMLDBException'. |
239 |
|
Line contains a tab character. |
240 |
|
Line contains a tab character. |
241 |
|
Line is longer than 80 characters. |
245 |
|
Method 'removeCollection' is not designed for extension - needs to be abstract, final or empty. |
248 |
|
Parameter collectionName should be final. |
248 |
|
Expected @param tag for 'collectionName'. |
248 |
|
Line contains a tab character. |
249 |
|
Expected @throws tag for 'XMLDBException'. |
249 |
|
Line contains a tab character. |
250 |
|
Line has trailing spaces. |
251 |
|
Line contains a tab character. |
251 |
|
Line is longer than 80 characters. |
252 |
|
Line contains a tab character. |
252 |
|
Line contains a tab character. |
254 |
|
Line contains a tab character. |
255 |
|
Method 'containsCollection' is not designed for extension - needs to be abstract, final or empty. |
258 |
|
Missing a Javadoc comment. |
258 |
|
Parameter collectionName should be final. |
258 |
|
Line contains a tab character. |
259 |
|
Line contains a tab character. |
260 |
|
Line contains a tab character. |
261 |
|
Line contains a tab character. |
262 |
|
Line contains a tab character. |
263 |
|
Line contains a tab character. |
264 |
|
Line has trailing spaces. |
265 |
|
Line contains a tab character. |
265 |
|
Line contains a tab character. |
266 |
|
Line contains a tab character. |
267 |
|
'}' should be on the same line. |
267 |
|
Line contains a tab character. |
268 |
|
Must have at least one statement. |
268 |
|
Line contains a tab character. |
269 |
|
Line contains a tab character. |
270 |
|
Line contains a tab character. |
271 |
|
Line is longer than 80 characters. |
277 |
|
Method 'addDocument' is not designed for extension - needs to be abstract, final or empty. |
277 |
|
Parameter collection should be final. |
277 |
|
Expected @param tag for 'collection'. |
277 |
|
Parameter id should be final. |
277 |
|
Expected @param tag for 'id'. |
277 |
|
Parameter document should be final. |
277 |
|
Expected @param tag for 'document'. |
277 |
|
Line contains a tab character. |
278 |
|
Expected @throws tag for 'XMLDBException'. |
278 |
|
Line is longer than 80 characters. |
280 |
|
Line contains a tab character. |
280 |
|
Line contains a tab character. |
281 |
|
Line contains a tab character. |
282 |
|
Method 'removeDocument' is not designed for extension - needs to be abstract, final or empty. |
285 |
|
Missing a Javadoc comment. |
285 |
|
Parameter collection should be final. |
285 |
|
Parameter id should be final. |
285 |
|
Line contains a tab character. |
286 |
|
Line contains a tab character. |
287 |
|
Line contains a tab character. |
288 |
|
Line has trailing spaces. |
291 |
|
Method 'getTestDocument' is not designed for extension - needs to be abstract, final or empty. |
291 |
|
Missing a Javadoc comment. |
291 |
|
Line contains a tab character. |
292 |
|
Line contains a tab character. |
293 |
|
Line contains a tab character. |
294 |
|
Line contains a tab character. |
295 |
|
Redundant throws: 'java.io.FileNotFoundException' is subclass of 'java.io.IOException'. |
295 |
|
Line contains a tab character. |
296 |
|
Line is longer than 80 characters. |
297 |
|
Line contains a tab character. |
297 |
|
Method 'setUp' is not designed for extension - needs to be abstract, final or empty. |
300 |
|
Missing a Javadoc comment. |
300 |
|
Line contains a tab character. |
301 |
|
Line contains a tab character. |
302 |
|
Line contains a tab character. |
303 |
|
Line contains a tab character. |
304 |
|
Line contains a tab character. |
305 |
|
Line is longer than 80 characters. |
306 |
|
Line contains a tab character. |
306 |
|
'+' is not preceded with whitespace. |
306 |
|
'+' is not followed by whitespace. |
306 |
|
'+' is not preceded with whitespace. |
306 |
|
'+' is not followed by whitespace. |
306 |
|
'+' is not preceded with whitespace. |
306 |
|
'+' is not followed by whitespace. |
306 |
|
'+' is not preceded with whitespace. |
306 |
|
'+' is not followed by whitespace. |
306 |
|
'+' is not preceded with whitespace. |
306 |
|
'+' is not followed by whitespace. |
306 |
|
'+' is not preceded with whitespace. |
306 |
|
'+' is not followed by whitespace. |
306 |
|
'+' is not preceded with whitespace. |
306 |
|
'+' is not followed by whitespace. |
306 |
|
Line contains a tab character. |
307 |
|
Line is longer than 80 characters. |
308 |
|
Line contains a tab character. |
308 |
|
'cast' is not followed by whitespace. |
308 |
|
Line contains a tab character. |
309 |
|
Line contains a tab character. |
310 |
|
Line contains a tab character. |
311 |
|
Line contains a tab character. |
312 |
|
Line contains a tab character. |
314 |
|
Line contains a tab character. |
315 |
|
Line contains a tab character. |
316 |
|
Line contains a tab character. |
317 |
|
Line contains a tab character. |
318 |
|
Line contains a tab character. |
319 |
|
Line is longer than 80 characters. |
320 |
|
Line contains a tab character. |
320 |
|
Line contains a tab character. |
321 |
|
'}' should be on the same line. |
321 |
|
Line contains a tab character. |
322 |
|
Line contains a tab character. |
323 |
|
Line contains a tab character. |
324 |
|
Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. |
327 |
|
Missing a Javadoc comment. |
327 |
|
Line contains a tab character. |
328 |
|
Line has trailing spaces. |
329 |
|
Line contains a tab character. |
329 |
|
Line contains a tab character. |
330 |
|
Line is longer than 80 characters. |
331 |
|
Line contains a tab character. |
331 |
|
'cast' is not followed by whitespace. |
331 |
|
Line contains a tab character. |
332 |
|
Line contains a tab character. |
333 |
|
Line contains a tab character. |
334 |
|
'}' should be on the same line. |
334 |
|
Line contains a tab character. |
335 |
|
Line contains a tab character. |
336 |
|
Line contains a tab character. |
337 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/collections/AddCollectionTest.java
Error |
Line |
|
File does not end with a newline. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/collections/AddCollectionTest.java
Error |
Line |
|
Unused import - junit.framework.Test. |
3 |
|
Unused import - org.xmldb.api.base.ResourceSet. |
7 |
|
Unused import - org.xmldb.api.modules.XPathQueryService. |
8 |
|
Line is longer than 80 characters. |
13 |
|
Line has trailing spaces. |
14 |
|
Line has trailing spaces. |
17 |
|
Missing a Javadoc comment. |
23 |
|
Parameter testName should be final. |
23 |
|
Line contains a tab character. |
24 |
|
Method 'testAddLoadResponseSetUp' is not designed for extension - needs to be abstract, final or empty. |
27 |
|
Missing a Javadoc comment. |
27 |
|
Line contains a tab character. |
28 |
|
Line contains a tab character. |
29 |
|
Line contains a tab character. |
30 |
|
',' is not followed by whitespace. |
30 |
|
Line contains a tab character. |
31 |
|
Method 'testAddLoadResponse' is not designed for extension - needs to be abstract, final or empty. |
34 |
|
Missing a Javadoc comment. |
34 |
|
Line contains a tab character. |
35 |
|
Line is longer than 80 characters. |
36 |
|
Line contains a tab character. |
36 |
|
'+' is not preceded with whitespace. |
36 |
|
'+' is not followed by whitespace. |
36 |
|
Line contains a tab character. |
37 |
|
Line contains a tab character. |
38 |
|
Method 'testAddLoadResponseTearDown' is not designed for extension - needs to be abstract, final or empty. |
41 |
|
Missing a Javadoc comment. |
41 |
|
Line contains a tab character. |
42 |
|
Line contains a tab character. |
43 |
|
',' is not followed by whitespace. |
43 |
|
Line contains a tab character. |
44 |
|
Missing a Javadoc comment. |
47 |
|
Line has trailing spaces. |
48 |
|
Line contains a tab character. |
48 |
|
Line contains a tab character. |
49 |
|
Line contains a tab character. |
50 |
|
Line contains a tab character. |
51 |
|
Line contains a tab character. |
52 |
|
Line has trailing spaces. |
53 |
|
Line contains a tab character. |
53 |
|
Line contains a tab character. |
54 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/collections/DelCollectionTest.java
Error |
Line |
|
Unused import - org.xmldb.api.base.ResourceSet. |
7 |
|
Unused import - org.xmldb.api.modules.XPathQueryService. |
8 |
|
Line is longer than 80 characters. |
13 |
|
Line is longer than 80 characters. |
15 |
|
Line has trailing spaces. |
19 |
|
Missing a Javadoc comment. |
25 |
|
Parameter testName should be final. |
25 |
|
Line contains a tab character. |
26 |
|
Method 'testDeleteLoadResponseSetUp' is not designed for extension - needs to be abstract, final or empty. |
30 |
|
Missing a Javadoc comment. |
30 |
|
Line contains a tab character. |
31 |
|
Line contains a tab character. |
32 |
|
Line contains a tab character. |
33 |
|
',' is not followed by whitespace. |
33 |
|
Line contains a tab character. |
34 |
|
Method 'testDeleteLoadResponse' is not designed for extension - needs to be abstract, final or empty. |
37 |
|
Missing a Javadoc comment. |
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 is longer than 80 characters. |
42 |
|
Line contains a tab character. |
42 |
|
'+' is not preceded with whitespace. |
42 |
|
'+' is not followed by whitespace. |
42 |
|
Line contains a tab character. |
43 |
|
Line contains a tab character. |
44 |
|
Line contains a tab character. |
45 |
|
Line contains a tab character. |
46 |
|
Line contains a tab character. |
47 |
|
Line contains a tab character. |
48 |
|
',' is not followed by whitespace. |
48 |
|
Line contains a tab character. |
49 |
|
Method 'testDeleteLoadResponseTearDown' is not designed for extension - needs to be abstract, final or empty. |
52 |
|
Missing a Javadoc comment. |
52 |
|
Line contains a tab character. |
53 |
|
Line contains a tab character. |
54 |
|
',' is not followed by whitespace. |
54 |
|
Line contains a tab character. |
55 |
|
Line contains a tab character. |
56 |
|
Line contains a tab character. |
57 |
|
Missing a Javadoc comment. |
60 |
|
Line has trailing spaces. |
61 |
|
Line contains a tab character. |
61 |
|
Line contains a tab character. |
62 |
|
Line contains a tab character. |
63 |
|
Line contains a tab character. |
64 |
|
Line contains a tab character. |
65 |
|
Line contains a tab character. |
66 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/collections/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/resources/AddResourcesTest.java
Error |
Line |
|
Unused import - junit.framework.Test. |
3 |
|
Unused import - org.xmldb.api.base.ResourceSet. |
7 |
|
Unused import - org.xmldb.api.modules.XPathQueryService. |
8 |
|
Line is longer than 80 characters. |
13 |
|
Line has trailing spaces. |
14 |
|
Line has trailing spaces. |
17 |
|
Missing a Javadoc comment. |
23 |
|
Parameter testName should be final. |
23 |
|
Line contains a tab character. |
24 |
|
Method 'testAddLoadResponseSetUp' is not designed for extension - needs to be abstract, final or empty. |
27 |
|
Missing a Javadoc comment. |
27 |
|
Line contains a tab character. |
28 |
|
Line contains a tab character. |
29 |
|
Line contains a tab character. |
30 |
|
',' is not followed by whitespace. |
30 |
|
Line contains a tab character. |
31 |
|
Method 'testAddLoadResponse' is not designed for extension - needs to be abstract, final or empty. |
34 |
|
Missing a Javadoc comment. |
34 |
|
Line contains a tab character. |
35 |
|
Line is longer than 80 characters. |
36 |
|
Line contains a tab character. |
36 |
|
'+' is not preceded with whitespace. |
36 |
|
'+' is not followed by whitespace. |
36 |
|
Line contains a tab character. |
37 |
|
Line contains a tab character. |
38 |
|
Line contains a tab character. |
39 |
|
Method 'testAddLoadResponseTearDown' is not designed for extension - needs to be abstract, final or empty. |
42 |
|
Missing a Javadoc comment. |
42 |
|
Line contains a tab character. |
43 |
|
Line contains a tab character. |
44 |
|
',' is not followed by whitespace. |
44 |
|
Line contains a tab character. |
45 |
|
Missing a Javadoc comment. |
48 |
|
Line has trailing spaces. |
49 |
|
Line contains a tab character. |
49 |
|
Line contains a tab character. |
50 |
|
Line contains a tab character. |
51 |
|
Line contains a tab character. |
52 |
|
Line contains a tab character. |
53 |
|
Line contains a tab character. |
54 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/resources/DelResourcesTest.java
Error |
Line |
|
Unused import - org.xmldb.api.base.ResourceSet. |
7 |
|
Unused import - org.xmldb.api.modules.XPathQueryService. |
8 |
|
Line is longer than 80 characters. |
13 |
|
Line is longer than 80 characters. |
15 |
|
Line has trailing spaces. |
19 |
|
Missing a Javadoc comment. |
25 |
|
Parameter testName should be final. |
25 |
|
Line contains a tab character. |
26 |
|
Method 'testDeleteLoadResponseSetUp' is not designed for extension - needs to be abstract, final or empty. |
30 |
|
Missing a Javadoc comment. |
30 |
|
Line contains a tab character. |
31 |
|
Line contains a tab character. |
32 |
|
Line contains a tab character. |
33 |
|
',' is not followed by whitespace. |
33 |
|
Line contains a tab character. |
34 |
|
Method 'testDeleteLoadResponse' is not designed for extension - needs to be abstract, final or empty. |
37 |
|
Missing a Javadoc comment. |
37 |
|
Line contains a tab character. |
38 |
|
Line contains a tab character. |
39 |
|
Line contains a tab character. |
40 |
|
Line is longer than 80 characters. |
41 |
|
Line contains a tab character. |
41 |
|
'+' is not preceded with whitespace. |
41 |
|
'+' is not followed by whitespace. |
41 |
|
Line contains a tab character. |
42 |
|
Line contains a tab character. |
43 |
|
Line contains a tab character. |
44 |
|
Line contains a tab character. |
45 |
|
Line contains a tab character. |
46 |
|
',' is not followed by whitespace. |
46 |
|
Line contains a tab character. |
47 |
|
Method 'testDeleteLoadResponseTearDown' is not designed for extension - needs to be abstract, final or empty. |
50 |
|
Missing a Javadoc comment. |
50 |
|
Line contains a tab character. |
51 |
|
Line contains a tab character. |
52 |
|
',' is not followed by whitespace. |
52 |
|
Line contains a tab character. |
53 |
|
Line contains a tab character. |
54 |
|
Line contains a tab character. |
55 |
|
Missing a Javadoc comment. |
58 |
|
Line has trailing spaces. |
59 |
|
Line contains a tab character. |
59 |
|
Line contains a tab character. |
60 |
|
Line contains a tab character. |
61 |
|
Line contains a tab character. |
62 |
|
Line contains a tab character. |
63 |
|
Line contains a tab character. |
64 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/resources/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/xpath/XPathPerformanceAttributesTest.java
Error |
Line |
|
Unused import - junit.framework.TestCase. |
3 |
|
Unused import - junit.framework.Test. |
4 |
|
Using the '.*' form of import should be avoided - net.sf.nxqd.stress.*. |
11 |
|
Line is longer than 80 characters. |
14 |
|
Line has trailing spaces. |
15 |
|
Line has trailing spaces. |
18 |
|
Missing a Javadoc comment. |
24 |
|
Parameter testName should be final. |
24 |
|
Line contains a tab character. |
25 |
|
Method 'testXPathAttributesResponse' is not designed for extension - needs to be abstract, final or empty. |
32 |
|
Expected @throws tag for 'Exception'. |
32 |
|
Line contains a tab character. |
33 |
|
Line is longer than 80 characters. |
34 |
|
Line contains a tab character. |
34 |
|
'+' is not preceded with whitespace. |
34 |
|
'+' is not followed by whitespace. |
34 |
|
Line contains a tab character. |
35 |
|
Line is longer than 80 characters. |
36 |
|
Line contains a tab character. |
36 |
|
Line contains a tab character. |
37 |
|
Line contains a tab character. |
38 |
|
',' is not followed by whitespace. |
38 |
|
'cast' is not followed by whitespace. |
38 |
|
Line contains a tab character. |
39 |
|
Line contains a tab character. |
40 |
|
Missing a Javadoc comment. |
43 |
|
Line has trailing spaces. |
44 |
|
Line contains a tab character. |
44 |
|
Line contains a tab character. |
45 |
|
Line is longer than 80 characters. |
46 |
|
Line contains a tab character. |
46 |
|
Line contains a tab character. |
47 |
|
Line is longer than 80 characters. |
48 |
|
Line contains a tab character. |
48 |
|
Line is longer than 80 characters. |
49 |
|
Line contains a tab character. |
49 |
|
Line contains a tab character. |
50 |
|
Line is longer than 80 characters. |
51 |
|
Line contains a tab character. |
51 |
|
Line contains a tab character. |
53 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/xpath/XPathPerformanceElementsTest.java
Error |
Line |
|
Unused import - junit.framework.TestCase. |
7 |
|
Unused import - junit.framework.Test. |
8 |
|
Line is longer than 80 characters. |
12 |
|
Line has trailing spaces. |
13 |
|
Line has trailing spaces. |
16 |
|
Missing a Javadoc comment. |
22 |
|
Parameter testName should be final. |
22 |
|
Line contains a tab character. |
23 |
|
Method 'testXPathElementsResponse' is not designed for extension - needs to be abstract, final or empty. |
30 |
|
Expected @throws tag for 'Exception'. |
30 |
|
Line contains a tab character. |
31 |
|
Line is longer than 80 characters. |
32 |
|
Line contains a tab character. |
32 |
|
'+' is not preceded with whitespace. |
32 |
|
'+' is not followed by whitespace. |
32 |
|
Line contains a tab character. |
33 |
|
Line contains a tab character. |
34 |
|
Line is longer than 80 characters. |
35 |
|
Line contains a tab character. |
35 |
|
Line contains a tab character. |
36 |
|
Line contains a tab character. |
37 |
|
',' is not followed by whitespace. |
37 |
|
'cast' is not followed by whitespace. |
37 |
|
Line contains a tab character. |
38 |
|
Line contains a tab character. |
39 |
|
Missing a Javadoc comment. |
42 |
|
Line has trailing spaces. |
43 |
|
Line contains a tab character. |
43 |
|
Line contains a tab character. |
44 |
|
Line is longer than 80 characters. |
45 |
|
Line contains a tab character. |
45 |
|
Line contains a tab character. |
46 |
|
Line is longer than 80 characters. |
47 |
|
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 is longer than 80 characters. |
50 |
|
Line contains a tab character. |
50 |
|
Line contains a tab character. |
52 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/xpath/XPathPerformanceTestCase.java
Error |
Line |
|
Unused import - junit.framework.Test. |
3 |
|
Unused import - junit.framework.TestSuite. |
4 |
|
Unused import - org.xmldb.api.base.ResourceSet. |
7 |
|
Unused import - org.xmldb.api.modules.XPathQueryService. |
8 |
|
Unused import - junit.framework.TestCase. |
10 |
|
Duplicate import to line 3 - junit.framework.Test. |
11 |
|
Unused import - junit.framework.Test. |
11 |
|
Duplicate import to line 4 - junit.framework.TestSuite. |
12 |
|
Unused import - junit.framework.TestSuite. |
12 |
|
Line is longer than 80 characters. |
17 |
|
Line has trailing spaces. |
18 |
|
Line has trailing spaces. |
21 |
|
Missing a Javadoc comment. |
27 |
|
Parameter testName should be final. |
27 |
|
Line contains a tab character. |
28 |
|
Method 'testXPathResponseSetUp' is not designed for extension - needs to be abstract, final or empty. |
32 |
|
Missing a Javadoc comment. |
32 |
|
Line contains a tab character. |
33 |
|
Line contains a tab character. |
34 |
|
Line contains a tab character. |
35 |
|
Line contains a tab character. |
36 |
|
',' is not followed by whitespace. |
36 |
|
Line contains a tab character. |
37 |
|
Method 'testXPathResponsePopulate' is not designed for extension - needs to be abstract, final or empty. |
40 |
|
Missing a Javadoc comment. |
40 |
|
Line contains a tab character. |
41 |
|
Line contains a tab character. |
42 |
|
Line contains a tab character. |
43 |
|
Line contains a tab character. |
44 |
|
Method 'testXPathResponseTearDown' is not designed for extension - needs to be abstract, final or empty. |
47 |
|
Missing a Javadoc comment. |
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 |
|
Line contains a tab character. |
52 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/stress/xmldb/xpath/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/xmldb/NxqdCollectionTest.java
Error |
Line |
|
File does not end with a newline. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/xmldb/NxqdCollectionTest.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
3 |
|
Unused import - java.util.logging.Level. |
4 |
|
Unused import - javax.xml.parsers.DocumentBuilderFactory. |
7 |
|
Unused import - javax.xml.parsers.DocumentBuilder. |
8 |
|
Unused import - org.w3c.dom.Document. |
9 |
|
Unused import - org.w3c.dom.Element. |
10 |
|
Unused import - org.w3c.dom.NodeList. |
11 |
|
Unused import - junit.framework.TestCase. |
13 |
|
Unused import - net.sf.nxqd.NxqdManager. |
18 |
|
Unused import - net.sf.nxqd.NxqdAbstractTestCase. |
19 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.*. |
21 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.base.*. |
22 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.modules.*. |
23 |
|
Line has trailing spaces. |
25 |
|
Missing a Javadoc comment. |
25 |
|
Line is longer than 80 characters. |
26 |
|
Missing a Javadoc comment. |
26 |
|
Line has trailing spaces. |
27 |
|
Missing a Javadoc comment. |
28 |
|
Parameter name should be final. |
28 |
|
Line contains a tab character. |
29 |
|
Missing a Javadoc comment. |
32 |
|
Line contains a tab character. |
33 |
|
Line has trailing spaces. |
34 |
|
Method 'testCreateNestedCollection' is not designed for extension - needs to be abstract, final or empty. |
36 |
|
Missing a Javadoc comment. |
36 |
|
Line contains a tab character. |
37 |
|
Line contains a tab character. |
38 |
|
Line is longer than 80 characters. |
40 |
|
Line contains a tab character. |
40 |
|
'cast' is not followed by whitespace. |
40 |
|
Line is longer than 80 characters. |
41 |
|
Line contains a tab character. |
41 |
|
Line contains a tab character. |
42 |
|
Line is longer than 80 characters. |
44 |
|
Line contains a tab character. |
44 |
|
Line contains a tab character. |
45 |
|
Line contains a tab character. |
46 |
|
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 is longer than 80 characters. |
50 |
|
Line contains a tab character. |
50 |
|
'+' is not preceded with whitespace. |
50 |
|
'+' is not followed by whitespace. |
50 |
|
Line contains a tab character. |
51 |
|
Line contains a tab character. |
52 |
|
Line contains a tab character. |
53 |
|
Line contains a tab character. |
54 |
|
Line has trailing spaces. |
56 |
|
Line contains a tab character. |
56 |
|
Line is longer than 80 characters. |
57 |
|
Line contains a tab character. |
57 |
|
'cast' is not followed by whitespace. |
57 |
|
Line is longer than 80 characters. |
58 |
|
Line contains a tab character. |
58 |
|
Line is longer than 80 characters. |
59 |
|
Line contains a tab character. |
59 |
|
Line contains a tab character. |
60 |
|
Line contains a tab character. |
61 |
|
Line contains a tab character. |
62 |
|
Line contains a tab character. |
64 |
|
Line contains a tab character. |
65 |
|
Line contains a tab character. |
66 |
|
Line contains a tab character. |
67 |
|
Line contains a tab character. |
69 |
|
Line contains a tab character. |
70 |
|
Line contains a tab character. |
71 |
|
Line contains a tab character. |
72 |
|
Line contains a tab character. |
74 |
|
Line contains a tab character. |
75 |
|
Line contains a tab character. |
76 |
|
Line contains a tab character. |
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 |
|
'cast' is not followed by whitespace. |
81 |
|
Line is longer than 80 characters. |
82 |
|
Line contains a tab character. |
82 |
|
Line is longer than 80 characters. |
83 |
|
Line contains a tab character. |
83 |
|
'cast' is not followed by whitespace. |
83 |
|
Line contains a tab character. |
84 |
|
Line contains a tab character. |
85 |
|
Line contains a tab character. |
86 |
|
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. |
93 |
|
Line contains a tab character. |
94 |
|
Line contains a tab character. |
95 |
|
Line contains a tab character. |
96 |
|
Line contains a tab character. |
97 |
|
Line contains a tab character. |
99 |
|
Line contains a tab character. |
100 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Line contains a tab character. |
104 |
|
Line contains a tab character. |
105 |
|
Line contains a tab character. |
106 |
|
Line contains a tab character. |
107 |
|
Line contains a tab character. |
109 |
|
Line contains a tab character. |
110 |
|
Line contains a tab character. |
111 |
|
Line contains a tab character. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
115 |
|
Line contains a tab character. |
116 |
|
Line contains a tab character. |
117 |
|
Line contains a tab character. |
119 |
|
Line contains a tab character. |
120 |
|
Line contains a tab character. |
121 |
|
Line contains a tab character. |
124 |
|
Line contains a tab character. |
125 |
|
Line contains a tab character. |
126 |
|
Line contains a tab character. |
130 |
|
Line contains a tab character. |
131 |
|
Line contains a tab character. |
132 |
|
Line has trailing spaces. |
133 |
|
Line contains a tab character. |
133 |
|
Method 'testCreateId' is not designed for extension - needs to be abstract, final or empty. |
136 |
|
Missing a Javadoc comment. |
136 |
|
Redundant throws: 'XMLDBException' is subclass of 'Throwable'. |
136 |
|
Line contains a tab character. |
137 |
|
Line contains a tab character. |
138 |
|
Line contains a tab character. |
139 |
|
Line contains a tab character. |
140 |
|
Line contains a tab character. |
141 |
|
Line contains a tab character. |
142 |
|
Line contains a tab character. |
143 |
|
Line contains a tab character. |
144 |
|
Line is longer than 80 characters. |
147 |
|
Method 'testAddAndDeleteDocument' is not designed for extension - needs to be abstract, final or empty. |
147 |
|
Missing a Javadoc comment. |
147 |
|
Line contains a tab character. |
148 |
|
Line has trailing spaces. |
149 |
|
Line contains a tab character. |
149 |
|
Line is longer than 80 characters. |
150 |
|
Line contains a tab character. |
150 |
|
'cast' is not followed by whitespace. |
150 |
|
Line contains a tab character. |
151 |
|
Line contains a tab character. |
152 |
|
Line contains a tab character. |
153 |
|
Line contains a tab character. |
154 |
|
Line contains a tab character. |
155 |
|
Line contains a tab character. |
156 |
|
Line contains a tab character. |
157 |
|
Line contains a tab character. |
158 |
|
Line contains a tab character. |
159 |
|
Line has trailing spaces. |
160 |
|
Line contains a tab character. |
160 |
|
Line contains a tab character. |
161 |
|
Line contains a tab character. |
162 |
|
Line has trailing spaces. |
163 |
|
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. |
169 |
|
Line contains a tab character. |
170 |
|
Line is longer than 80 characters. |
171 |
|
Line contains a tab character. |
171 |
|
'cast' is not followed by whitespace. |
171 |
|
Line contains a tab character. |
172 |
|
Line has trailing spaces. |
173 |
|
Line contains a tab character. |
173 |
|
Line contains a tab character. |
174 |
|
Line contains a tab character. |
175 |
|
Line has trailing spaces. |
176 |
|
Line contains a tab character. |
176 |
|
Line contains a tab character. |
177 |
|
Line contains a tab character. |
178 |
|
Line contains a tab character. |
179 |
|
Line contains a tab character. |
180 |
|
'}' should be on the same line. |
180 |
|
Line contains a tab character. |
181 |
|
Line contains a tab character. |
182 |
|
Line contains a tab character. |
183 |
|
Line is longer than 80 characters. |
186 |
|
Method 'xtestAddAndDeleteBinaryDocument' is not designed for extension - needs to be abstract, final or empty. |
186 |
|
Missing a Javadoc comment. |
186 |
|
Line contains a tab character. |
187 |
|
Line has trailing spaces. |
188 |
|
Line contains a tab character. |
188 |
|
Line is longer than 80 characters. |
189 |
|
Line contains a tab character. |
189 |
|
'cast' is not followed by whitespace. |
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 contains a tab character. |
195 |
|
Line contains a tab character. |
196 |
|
Line contains a tab character. |
197 |
|
Line contains a tab character. |
198 |
|
Line has trailing spaces. |
199 |
|
Line contains a tab character. |
199 |
|
Line contains a tab character. |
200 |
|
Line contains a tab character. |
201 |
|
Line has trailing spaces. |
202 |
|
Line contains a tab character. |
202 |
|
Line contains a tab character. |
203 |
|
Line contains a tab character. |
204 |
|
Line contains a tab character. |
205 |
|
Line contains a tab character. |
206 |
|
Line has trailing spaces. |
207 |
|
Line contains a tab character. |
207 |
|
Line contains a tab character. |
208 |
|
Line has trailing spaces. |
209 |
|
Line contains a tab character. |
209 |
|
Line contains a tab character. |
210 |
|
Line contains a tab character. |
211 |
|
Line contains a tab character. |
212 |
|
Line contains a tab character. |
213 |
|
'}' should be on the same line. |
213 |
|
Line contains a tab character. |
214 |
|
Line contains a tab character. |
215 |
|
Line contains a tab character. |
216 |
|
Line is longer than 80 characters. |
219 |
|
Method 'testRootChildCollectionList' is not designed for extension - needs to be abstract, final or empty. |
219 |
|
Missing a Javadoc comment. |
219 |
|
Line contains a tab character. |
220 |
|
Line is longer than 80 characters. |
223 |
|
Method 'testListChildCollections' is not designed for extension - needs to be abstract, final or empty. |
223 |
|
Missing a Javadoc comment. |
223 |
|
Line contains a tab character. |
224 |
|
Line has trailing spaces. |
225 |
|
Line contains a tab character. |
225 |
|
Line is longer than 80 characters. |
226 |
|
Line contains a tab character. |
226 |
|
'cast' is not followed by whitespace. |
226 |
|
Line contains a tab character. |
227 |
|
Line is longer than 80 characters. |
228 |
|
Line contains a tab character. |
228 |
|
Line contains a tab character. |
229 |
|
Line is longer than 80 characters. |
230 |
|
Line contains a tab character. |
230 |
|
'cast' is not followed by whitespace. |
230 |
|
Line contains a tab character. |
231 |
|
Line contains a tab character. |
232 |
|
Line contains a tab character. |
233 |
|
Line contains a tab character. |
234 |
|
Line contains a tab character. |
235 |
|
Line contains a tab character. |
236 |
|
Line has trailing spaces. |
237 |
|
Line contains a tab character. |
237 |
|
Line contains a tab character. |
238 |
|
Line contains a tab character. |
239 |
|
'5' is a magic number. |
239 |
|
Line contains a tab character. |
240 |
|
Line contains a tab character. |
241 |
|
'}' should be on the same line. |
241 |
|
Line contains a tab character. |
242 |
|
Line contains a tab character. |
243 |
|
Line contains a tab character. |
244 |
|
Line has trailing spaces. |
247 |
|
Method 'testGetNonExistentResource' is not designed for extension - needs to be abstract, final or empty. |
247 |
|
Missing a Javadoc comment. |
247 |
|
Line contains a tab character. |
248 |
|
Line contains a tab character. |
249 |
|
Line is longer than 80 characters. |
250 |
|
Line contains a tab character. |
250 |
|
'+' is not preceded with whitespace. |
250 |
|
'+' is not followed by whitespace. |
250 |
|
'+' is not preceded with whitespace. |
250 |
|
'+' is not followed by whitespace. |
250 |
|
Line contains a tab character. |
251 |
|
Line contains a tab character. |
252 |
|
',' is not followed by whitespace. |
252 |
|
',' is not followed by whitespace. |
252 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/xmldb/NxqdDatabaseTest.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
3 |
|
Unused import - java.util.logging.Level. |
4 |
|
Unused import - javax.xml.parsers.DocumentBuilderFactory. |
7 |
|
Unused import - javax.xml.parsers.DocumentBuilder. |
8 |
|
Unused import - org.w3c.dom.Document. |
9 |
|
Unused import - org.w3c.dom.Element. |
10 |
|
Unused import - org.w3c.dom.NodeList. |
11 |
|
Unused import - junit.framework.TestCase. |
13 |
|
Unused import - net.sf.nxqd.NxqdManager. |
17 |
|
Unused import - net.sf.nxqd.NxqdAbstractTestCase. |
18 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.*. |
21 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.base.*. |
22 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.modules.*. |
23 |
|
Line has trailing spaces. |
25 |
|
Missing a Javadoc comment. |
25 |
|
Line is longer than 80 characters. |
26 |
|
Missing a Javadoc comment. |
26 |
|
Line has trailing spaces. |
27 |
|
Missing a Javadoc comment. |
28 |
|
Parameter name should be final. |
28 |
|
Line contains a tab character. |
29 |
|
Line has trailing spaces. |
31 |
|
Missing a Javadoc comment. |
32 |
|
Line contains a tab character. |
33 |
|
Line has trailing spaces. |
34 |
|
Method 'testURIParsing' is not designed for extension - needs to be abstract, final or empty. |
36 |
|
Missing a Javadoc comment. |
36 |
|
Line is longer than 80 characters. |
37 |
|
Line contains a tab character. |
37 |
|
'+' is not preceded with whitespace. |
37 |
|
'+' is not followed by whitespace. |
37 |
|
Line contains a tab character. |
38 |
|
'+' is not preceded with whitespace. |
38 |
|
'+' is not followed by whitespace. |
38 |
|
Line contains a tab character. |
39 |
|
Line contains a tab character. |
40 |
|
',' is not followed by whitespace. |
40 |
|
Line contains a tab character. |
41 |
|
Line contains a tab character. |
42 |
|
',' is not followed by whitespace. |
42 |
|
Line contains a tab character. |
43 |
|
Line is longer than 80 characters. |
44 |
|
Line contains a tab character. |
44 |
|
',' is not followed by whitespace. |
44 |
|
Line contains a tab character. |
45 |
|
Line is longer than 80 characters. |
46 |
|
Line contains a tab character. |
46 |
|
',' is not followed by whitespace. |
46 |
|
Line is longer than 80 characters. |
48 |
|
Line contains a tab character. |
48 |
|
'+' is not preceded with whitespace. |
48 |
|
'+' is not followed by whitespace. |
48 |
|
Line contains a tab character. |
49 |
|
'+' is not preceded with whitespace. |
49 |
|
'+' is not followed by whitespace. |
49 |
|
Line contains a tab character. |
50 |
|
Line contains a tab character. |
51 |
|
',' is not followed by whitespace. |
51 |
|
Line contains a tab character. |
52 |
|
Line contains a tab character. |
53 |
|
Line contains a tab character. |
54 |
|
Line contains a tab character. |
55 |
|
'}' should be on the same line. |
55 |
|
Line contains a tab character. |
56 |
|
Must have at least one statement. |
56 |
|
Line contains a tab character. |
57 |
|
Line contains a tab character. |
58 |
|
Line contains a tab character. |
60 |
|
'+' is not preceded with whitespace. |
60 |
|
'+' is not followed by whitespace. |
60 |
|
Line contains a tab character. |
61 |
|
'+' is not preceded with whitespace. |
61 |
|
'+' is not followed by whitespace. |
61 |
|
Line contains a tab character. |
62 |
|
Line contains a tab character. |
63 |
|
',' is not followed by whitespace. |
63 |
|
Line contains a tab character. |
64 |
|
Line contains a tab character. |
65 |
|
',' is not followed by whitespace. |
65 |
|
Line contains a tab character. |
66 |
|
Line is longer than 80 characters. |
67 |
|
Line contains a tab character. |
67 |
|
',' is not followed by whitespace. |
67 |
|
Line contains a tab character. |
68 |
|
Line is longer than 80 characters. |
69 |
|
Line contains a tab character. |
69 |
|
',' is not followed by whitespace. |
69 |
|
Line contains a tab character. |
71 |
|
'+' is not preceded with whitespace. |
71 |
|
'+' is not followed by whitespace. |
71 |
|
Line contains a tab character. |
72 |
|
'+' is not preceded with whitespace. |
72 |
|
'+' is not followed by whitespace. |
72 |
|
Line contains a tab character. |
73 |
|
Line contains a tab character. |
74 |
|
',' is not followed by whitespace. |
74 |
|
Line contains a tab character. |
75 |
|
Line contains a tab character. |
76 |
|
',' is not followed by whitespace. |
76 |
|
Line contains a tab character. |
77 |
|
Line is longer than 80 characters. |
78 |
|
Line contains a tab character. |
78 |
|
Line is longer than 80 characters. |
80 |
|
Line contains a tab character. |
80 |
|
'+' is not preceded with whitespace. |
80 |
|
'+' is not followed by whitespace. |
80 |
|
Line contains a tab character. |
81 |
|
'+' is not preceded with whitespace. |
81 |
|
'+' is not followed by whitespace. |
81 |
|
Line contains a tab character. |
82 |
|
Line contains a tab character. |
83 |
|
',' is not followed by whitespace. |
83 |
|
Line contains a tab character. |
84 |
|
Line contains a tab character. |
85 |
|
',' is not followed by whitespace. |
85 |
|
Line contains a tab character. |
86 |
|
Line is longer than 80 characters. |
87 |
|
Line contains a tab character. |
87 |
|
',' is not followed by whitespace. |
87 |
|
Line contains a tab character. |
88 |
|
Line is longer than 80 characters. |
89 |
|
Line contains a tab character. |
89 |
|
',' is not followed by whitespace. |
89 |
|
Method 'testCreateAndRemoveCollection' is not designed for extension - needs to be abstract, final or empty. |
92 |
|
Missing a Javadoc comment. |
92 |
|
Line has trailing spaces. |
93 |
|
Line contains a tab character. |
93 |
|
Line is longer than 80 characters. |
94 |
|
Line contains a tab character. |
94 |
|
'cast' is not followed by whitespace. |
94 |
|
Line contains a tab character. |
95 |
|
Line contains a tab character. |
96 |
|
Line contains a tab character. |
97 |
|
Line contains a tab character. |
98 |
|
'}' should be on the same line. |
98 |
|
Line contains a tab character. |
99 |
|
Line contains a tab character. |
100 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Line contains a tab character. |
103 |
|
Line contains a tab character. |
104 |
|
Line contains a tab character. |
105 |
|
Line contains a tab character. |
106 |
|
Line contains a tab character. |
107 |
|
Line contains a tab character. |
109 |
|
Line contains a tab character. |
110 |
|
Line has trailing spaces. |
112 |
|
Line contains a tab character. |
112 |
|
'}' should be on the same line. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
115 |
|
'(' is followed by whitespace. |
115 |
|
'(' is followed by whitespace. |
115 |
|
')' is preceded with whitespace. |
115 |
|
')' is preceded with whitespace. |
115 |
|
Line has trailing spaces. |
116 |
|
Line contains a tab character. |
116 |
|
Line has trailing spaces. |
118 |
|
Line is longer than 80 characters. |
120 |
|
Line contains a tab character. |
120 |
|
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 |
|
Line is longer than 80 characters. |
125 |
|
Line contains a tab character. |
125 |
|
Line contains a tab character. |
126 |
|
Line is longer than 80 characters. |
127 |
|
Line contains a tab character. |
127 |
|
Line is longer than 80 characters. |
128 |
|
Line contains a tab character. |
128 |
|
Line contains a tab character. |
129 |
|
Line is longer than 80 characters. |
133 |
|
Line contains a tab character. |
133 |
|
Line contains a tab character. |
134 |
|
Line contains a tab character. |
135 |
|
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 |
|
Line contains a tab character. |
140 |
|
Line contains a tab character. |
141 |
|
Line contains a tab character. |
142 |
|
Line contains a tab character. |
143 |
|
Line is longer than 80 characters. |
144 |
|
Line contains a tab character. |
144 |
|
Line contains a tab character. |
145 |
|
Line contains a tab character. |
146 |
|
Line contains a tab character. |
147 |
|
Line is longer than 80 characters. |
148 |
|
Line contains a tab character. |
148 |
|
Line contains a tab character. |
149 |
|
Line is longer than 80 characters. |
150 |
|
Line contains a tab character. |
150 |
|
Line contains a tab character. |
151 |
|
Method 'testAddAndRemoveDocument' is not designed for extension - needs to be abstract, final or empty. |
154 |
|
Missing a Javadoc comment. |
154 |
|
Line has trailing spaces. |
155 |
|
Line contains a tab character. |
155 |
|
Line contains a tab character. |
156 |
|
Line contains a tab character. |
157 |
|
Line is longer than 80 characters. |
158 |
|
Line contains a tab character. |
158 |
|
'cast' is not followed by whitespace. |
158 |
|
Line contains a tab character. |
159 |
|
Line contains a tab character. |
160 |
|
Line contains a tab character. |
161 |
|
'}' should be on the same line. |
161 |
|
Line contains a tab character. |
162 |
|
Line contains a tab character. |
163 |
|
Line contains a tab character. |
164 |
|
Line contains a tab character. |
166 |
|
Line is longer than 80 characters. |
167 |
|
Line contains a tab character. |
167 |
|
'+' is not preceded with whitespace. |
167 |
|
'+' is not followed by whitespace. |
167 |
|
Line is longer than 80 characters. |
169 |
|
Line contains a tab character. |
169 |
|
Line contains a tab character. |
171 |
|
Line has trailing spaces. |
172 |
|
Line contains a tab character. |
173 |
|
Line contains a tab character. |
174 |
|
'+' is not preceded with whitespace. |
174 |
|
'+' is not followed by whitespace. |
174 |
|
Line is longer than 80 characters. |
175 |
|
Line contains a tab character. |
175 |
|
Line contains a tab character. |
176 |
|
Line is longer than 80 characters. |
177 |
|
Line contains a tab character. |
177 |
|
'+' is not preceded with whitespace. |
177 |
|
'+' is not followed by whitespace. |
177 |
|
Line contains a tab character. |
178 |
|
Line contains a tab character. |
180 |
|
Line contains a tab character. |
181 |
|
Line contains a tab character. |
182 |
|
Line has trailing spaces. |
184 |
|
Line contains a tab character. |
184 |
|
'}' should be on the same line. |
184 |
|
Line contains a tab character. |
185 |
|
Line contains a tab character. |
186 |
|
Line contains a tab character. |
187 |
|
'(' is followed by whitespace. |
187 |
|
'(' is followed by whitespace. |
187 |
|
')' is preceded with whitespace. |
187 |
|
')' is preceded with whitespace. |
187 |
|
Line has trailing spaces. |
188 |
|
Line contains a tab character. |
188 |
|
Method 'testPathEncoding' is not designed for extension - needs to be abstract, final or empty. |
191 |
|
Missing a Javadoc comment. |
191 |
|
Line contains a tab character. |
192 |
|
Line contains a tab character. |
193 |
|
Line contains a tab character. |
194 |
|
Line contains a tab character. |
195 |
|
Line contains a tab character. |
196 |
|
Line contains a tab character. |
197 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/xmldb/NxqdXPathQueryServiceTest.java
Error |
Line |
|
File does not end with a newline. |
0 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/xmldb/NxqdXPathQueryServiceTest.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
3 |
|
Unused import - java.util.logging.Level. |
4 |
|
Unused import - javax.xml.parsers.DocumentBuilderFactory. |
7 |
|
Unused import - javax.xml.parsers.DocumentBuilder. |
8 |
|
Unused import - org.w3c.dom.Document. |
9 |
|
Unused import - org.w3c.dom.Element. |
10 |
|
Unused import - org.w3c.dom.NodeList. |
11 |
|
Unused import - junit.framework.TestCase. |
13 |
|
Unused import - net.sf.nxqd.NxqdManager. |
17 |
|
Unused import - net.sf.nxqd.NxqdAbstractTestCase. |
18 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.*. |
20 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.base.*. |
21 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.modules.*. |
22 |
|
Line has trailing spaces. |
24 |
|
Missing a Javadoc comment. |
24 |
|
Line is longer than 80 characters. |
25 |
|
Missing a Javadoc comment. |
25 |
|
Line has trailing spaces. |
26 |
|
Missing a Javadoc comment. |
27 |
|
Parameter name should be final. |
27 |
|
Line contains a tab character. |
28 |
|
Line has trailing spaces. |
30 |
|
Missing a Javadoc comment. |
31 |
|
Line contains a tab character. |
32 |
|
Method 'testSetAndClearNamespaces' is not designed for extension - needs to be abstract, final or empty. |
35 |
|
Missing a Javadoc comment. |
35 |
|
Line is longer than 80 characters. |
36 |
|
Line contains a tab character. |
36 |
|
'cast' is not followed by whitespace. |
36 |
|
',' is not followed by whitespace. |
36 |
|
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 |
|
',' is not followed by whitespace. |
41 |
|
Line contains a tab character. |
42 |
|
Line contains a tab character. |
43 |
|
Line contains a tab character. |
44 |
|
Line contains a tab character. |
45 |
|
Line contains a tab character. |
46 |
|
Line contains a tab character. |
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 |
|
Line contains a tab character. |
52 |
|
Line contains a tab character. |
53 |
|
'==' is not preceded with whitespace. |
53 |
|
'==' is not followed by whitespace. |
53 |
|
Method 'testQuery' is not designed for extension - needs to be abstract, final or empty. |
56 |
|
Missing a Javadoc comment. |
56 |
|
Line contains a tab character. |
57 |
|
Line is longer than 80 characters. |
58 |
|
Line contains a tab character. |
58 |
|
'cast' is not followed by whitespace. |
58 |
|
Line contains a tab character. |
59 |
|
Line contains a tab character. |
60 |
|
Line contains a tab character. |
61 |
|
Line contains a tab character. |
62 |
|
Line is longer than 80 characters. |
63 |
|
Line contains a tab character. |
63 |
|
'cast' is not followed by whitespace. |
63 |
|
',' is not followed by whitespace. |
63 |
|
Line contains a tab character. |
64 |
|
Line contains a tab character. |
66 |
|
Line contains a tab character. |
67 |
|
Line contains a tab character. |
68 |
|
Line contains a tab character. |
69 |
|
Line contains a tab character. |
70 |
|
Line contains a tab character. |
72 |
|
Line has trailing spaces. |
73 |
|
Line contains a tab character. |
73 |
|
Line contains a tab character. |
74 |
|
Line contains a tab character. |
75 |
|
Line contains a tab character. |
76 |
|
Line contains a tab character. |
77 |
|
'3' is a magic number. |
77 |
|
Line contains a tab character. |
78 |
|
Line contains a tab character. |
79 |
|
'}' should be on the same line. |
79 |
|
Line contains a tab character. |
80 |
|
Line contains a tab character. |
81 |
|
Line contains a tab character. |
82 |
|
Method 'testNestedQuery' is not designed for extension - needs to be abstract, final or empty. |
85 |
|
Missing a Javadoc comment. |
85 |
|
Line contains a tab character. |
86 |
|
Line is longer than 80 characters. |
87 |
|
Line contains a tab character. |
87 |
|
'cast' is not followed by whitespace. |
87 |
|
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 is longer than 80 characters. |
92 |
|
Line contains a tab character. |
92 |
|
'cast' is not followed by whitespace. |
92 |
|
',' is not followed by whitespace. |
92 |
|
Line contains a tab character. |
93 |
|
Line contains a tab character. |
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 is longer than 80 characters. |
101 |
|
Line contains a tab character. |
101 |
|
Line contains a tab character. |
102 |
|
Line contains a tab character. |
103 |
|
Line contains a tab character. |
104 |
|
Line contains a tab character. |
105 |
|
'3' is a magic number. |
105 |
|
Line contains a tab character. |
106 |
|
Line is longer than 80 characters. |
108 |
|
Line contains a tab character. |
108 |
|
'cast' is not followed by whitespace. |
108 |
|
Line contains a tab character. |
109 |
|
Line is longer than 80 characters. |
110 |
|
Line contains a tab character. |
110 |
|
Line has trailing spaces. |
112 |
|
Line contains a tab character. |
112 |
|
Line contains a tab character. |
113 |
|
Line contains a tab character. |
114 |
|
Line contains a tab character. |
115 |
|
Line contains a tab character. |
116 |
|
'6' is a magic number. |
116 |
|
Line contains a tab character. |
117 |
|
Line contains a tab character. |
118 |
|
'}' should be on the same line. |
118 |
|
Line contains a tab character. |
119 |
|
Line contains a tab character. |
120 |
|
Line contains a tab character. |
121 |
|
Method 'testQueryResource' is not designed for extension - needs to be abstract, final or empty. |
124 |
|
Missing a Javadoc comment. |
124 |
|
Line contains a tab character. |
125 |
|
Line is longer than 80 characters. |
126 |
|
Line contains a tab character. |
126 |
|
'cast' is not followed by whitespace. |
126 |
|
Line contains a tab character. |
127 |
|
Line contains a tab character. |
128 |
|
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 has trailing spaces. |
133 |
|
Line contains a tab character. |
133 |
|
Line contains a tab character. |
134 |
|
Line is longer than 80 characters. |
135 |
|
Line contains a tab character. |
135 |
|
'cast' is not followed by whitespace. |
135 |
|
',' is not followed by whitespace. |
135 |
|
Line contains a tab character. |
136 |
|
Line contains a tab character. |
137 |
|
Line contains a tab character. |
138 |
|
'3' is a magic number. |
138 |
|
Line contains a tab character. |
139 |
|
Line contains a tab character. |
140 |
|
'}' should be on the same line. |
140 |
|
Line contains a tab character. |
141 |
|
Line contains a tab character. |
142 |
|
Line contains a tab character. |
143 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/xmldb/NxqdXmlDbAbstractTestCase.java
Error |
Line |
|
Using the '.*' form of import should be avoided - java.io.*. |
3 |
|
Unused import - java.util.logging.Level. |
4 |
|
Unused import - javax.xml.parsers.DocumentBuilderFactory. |
7 |
|
Unused import - javax.xml.parsers.DocumentBuilder. |
8 |
|
Unused import - org.w3c.dom.Document. |
9 |
|
Unused import - org.w3c.dom.Element. |
10 |
|
Unused import - org.w3c.dom.NodeList. |
11 |
|
Unused import - junit.framework.TestCase. |
13 |
|
Unused import - junit.framework.Test. |
14 |
|
Unused import - junit.framework.TestSuite. |
15 |
|
Unused import - net.sf.nxqd.NxqdManager. |
17 |
|
Redundant import from the same package - net.sf.nxqd.xmldb.NxqdDatabase. |
18 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.*. |
21 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.base.*. |
22 |
|
Using the '.*' form of import should be avoided - org.xmldb.api.modules.*. |
23 |
|
Line has trailing spaces. |
25 |
|
Line is longer than 80 characters. |
25 |
|
Missing a Javadoc comment. |
25 |
|
Line is longer than 80 characters. |
26 |
|
Missing a Javadoc comment. |
26 |
|
Missing a Javadoc comment. |
27 |
|
Variable 'rootCollection' must be private and have accessor methods. |
27 |
|
Missing a Javadoc comment. |
28 |
|
Variable 'driver' must be private and have accessor methods. |
28 |
|
Line is longer than 80 characters. |
29 |
|
Missing a Javadoc comment. |
29 |
|
Variable 'uriPrefix' must be private and have accessor methods. |
29 |
|
'+' is not preceded with whitespace. |
29 |
|
'+' is not followed by whitespace. |
29 |
|
'+' is not preceded with whitespace. |
29 |
|
'+' is not followed by whitespace. |
29 |
|
'+' is not preceded with whitespace. |
29 |
|
'+' is not followed by whitespace. |
29 |
|
'+' is not preceded with whitespace. |
29 |
|
'+' is not followed by whitespace. |
29 |
|
'+' is not preceded with whitespace. |
29 |
|
'+' is not followed by whitespace. |
29 |
|
'+' is not preceded with whitespace. |
29 |
|
'+' is not followed by whitespace. |
29 |
|
'+' is not preceded with whitespace. |
29 |
|
'+' is not followed by whitespace. |
29 |
|
Missing a Javadoc comment. |
30 |
|
Variable 'username' must be private and have accessor methods. |
30 |
|
Missing a Javadoc comment. |
31 |
|
Variable 'password' must be private and have accessor methods. |
31 |
|
Line has trailing spaces. |
32 |
|
Missing a Javadoc comment. |
33 |
|
Parameter name should be final. |
33 |
|
Line contains a tab character. |
34 |
|
Method 'setUp' is not designed for extension - needs to be abstract, final or empty. |
37 |
|
Missing a Javadoc comment. |
37 |
|
Line contains a tab character. |
38 |
|
Line has trailing spaces. |
39 |
|
Line contains a tab character. |
40 |
|
Line contains a tab character. |
41 |
|
Line is longer than 80 characters. |
42 |
|
Line contains a tab character. |
42 |
|
Line has trailing spaces. |
44 |
|
Missing a Javadoc comment. |
45 |
|
Line has trailing spaces. |
47 |
|
Line has trailing spaces. |
48 |
|
Line is longer than 80 characters. |
48 |
|
Method 'insertXMLResource' is not designed for extension - needs to be abstract, final or empty. |
48 |
|
Missing a Javadoc comment. |
48 |
|
Parameter col should be final. |
48 |
|
Parameter key should be final. |
48 |
|
Parameter xmlString should be final. |
48 |
|
Line contains a tab character. |
49 |
|
Line is longer than 80 characters. |
50 |
|
Line contains a tab character. |
50 |
|
'+' is not preceded with whitespace. |
50 |
|
'+' is not followed by whitespace. |
50 |
|
'+' is not preceded with whitespace. |
50 |
|
'+' is not followed by whitespace. |
50 |
|
'+' is not preceded with whitespace. |
50 |
|
'+' is not followed by whitespace. |
50 |
|
Line has trailing spaces. |
51 |
|
Line contains a tab character. |
52 |
|
Line contains a tab character. |
53 |
|
Line has trailing spaces. |
54 |
|
Line contains a tab character. |
55 |
|
Line is longer than 80 characters. |
56 |
|
Line contains a tab character. |
56 |
|
'+' is not preceded with whitespace. |
56 |
|
'+' is not followed by whitespace. |
56 |
|
'+' is not preceded with whitespace. |
56 |
|
'+' is not followed by whitespace. |
56 |
|
'+' is not preceded with whitespace. |
56 |
|
'+' is not followed by whitespace. |
56 |
|
Line has trailing spaces. |
59 |
|
Line is longer than 80 characters. |
59 |
|
Method 'insertBinaryResource' is not designed for extension - needs to be abstract, final or empty. |
59 |
|
Missing a Javadoc comment. |
59 |
|
Parameter col should be final. |
59 |
|
Parameter key should be final. |
59 |
|
Parameter data should be final. |
59 |
|
Line contains a tab character. |
60 |
|
Line is longer than 80 characters. |
61 |
|
Line contains a tab character. |
61 |
|
'+' is not preceded with whitespace. |
61 |
|
'+' is not followed by whitespace. |
61 |
|
'+' is not preceded with whitespace. |
61 |
|
'+' is not followed by whitespace. |
61 |
|
'+' is not preceded with whitespace. |
61 |
|
'+' is not followed by whitespace. |
61 |
|
Line has trailing spaces. |
62 |
|
Line contains a tab character. |
63 |
|
Line contains a tab character. |
64 |
|
Line has trailing spaces. |
65 |
|
Line contains a tab character. |
66 |
|
Line is longer than 80 characters. |
67 |
|
Line contains a tab character. |
67 |
|
'+' is not preceded with whitespace. |
67 |
|
'+' is not followed by whitespace. |
67 |
|
'+' is not preceded with whitespace. |
67 |
|
'+' is not followed by whitespace. |
67 |
|
'+' is not preceded with whitespace. |
67 |
|
'+' is not followed by whitespace. |
67 |
/home/webhiker/Source/nxqd/client/java/src/test/net/sf/nxqd/xmldb/package.html
Error |
Line |
|
Missing package documentation file. |
0 |