Checkstyle Results
The following document contains the results of
Checkstyle.
Summary
Files | Infos | Warnings | Errors |
396 | 0 | 0 | 8266 |
Files
org/apache/geronimo/ews/jaxrpcmapping/J2eeBeanFaultWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Parameter emitter should be final. |
45
|
| Expected @param tag for 'emitter'. |
45
|
| Parameter type should be final. |
46
|
| Parameter elements should be final. |
47
|
| Parameter extendType should be final. |
48
|
| Parameter attributes should be final. |
49
|
| Parameter helper should be final. |
50
|
| First sentence should end with a period. |
67
|
| Unclosed HTML tag found: <class> " |
70
|
| Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Method 'writeFileFooter' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter pw should be final. |
87
|
| Expected @param tag for 'pw'. |
87
|
| Expected @throws tag for 'IOException'. |
87
|
| Line is longer than 80 characters. |
99
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeBeanHelperWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Unclosed HTML tag found: <typeName>.java file. |
31
|
| Missing a Javadoc comment. |
37
|
| Variable 'type' must be private and have accessor methods. |
37
|
| Missing a Javadoc comment. |
38
|
| Variable 'elements' must be private and have accessor methods. |
38
|
| Missing a Javadoc comment. |
39
|
| Variable 'attributes' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
40
|
| Variable 'extendType' must be private and have accessor methods. |
40
|
| Missing a Javadoc comment. |
41
|
| Variable 'wrapperPW' must be private and have accessor methods. |
41
|
| Missing a Javadoc comment. |
42
|
| Variable 'elementMetaData' must be private and have accessor methods. |
42
|
| Missing a Javadoc comment. |
43
|
| Variable 'canSearchParents' must be private and have accessor methods. |
43
|
| Parameter emitter should be final. |
54
|
| Expected @param tag for 'emitter'. |
54
|
| Parameter type should be final. |
55
|
| 'type' hides a field. |
55
|
| Parameter elements should be final. |
56
|
| 'elements' hides a field. |
56
|
| Parameter extendType should be final. |
57
|
| 'extendType' hides a field. |
57
|
| Parameter attributes should be final. |
58
|
| 'attributes' hides a field. |
58
|
| Line is longer than 80 characters. |
73
|
| Method 'setPrintWriter' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter pw should be final. |
87
|
| Expected @param tag for 'pw'. |
87
|
| Expected an @return tag. |
98
|
| Method 'getPrintWriter' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter filename should be final. |
98
|
| Expected @param tag for 'filename'. |
98
|
| Expected @throws tag for 'IOException'. |
98
|
| Avoid inline conditionals. |
99
|
| Method 'registerFile' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter file should be final. |
106
|
| Expected @param tag for 'file'. |
106
|
| 'if' construct must use '{}'s. |
107
|
| Unclosed HTML tag found: <file>". |
112
|
| Expected an @return tag. |
115
|
| Method 'verboseMessage' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter file should be final. |
115
|
| Expected @param tag for 'file'. |
115
|
| Method 'writeFileHeader' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Parameter pw should be final. |
127
|
| Expected @param tag for 'pw'. |
127
|
| Expected @throws tag for 'IOException'. |
127
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Parameter pw should be final. |
136
|
| Expected @param tag for 'pw'. |
136
|
| Expected @throws tag for 'IOException'. |
136
|
| Method 'writeFileFooter' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Parameter pw should be final. |
146
|
| Expected @param tag for 'pw'. |
146
|
| Expected @throws tag for 'IOException'. |
146
|
| Method 'closePrintWriter' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Parameter pw should be final. |
158
|
| Expected @param tag for 'pw'. |
158
|
| First sentence should end with a period. |
167
|
| Method 'writeMetaData' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Parameter pw should be final. |
170
|
| Expected @param tag for 'pw'. |
170
|
| Expected @throws tag for 'IOException'. |
170
|
| 'if' construct must use '{}'s. |
199
|
| Line is longer than 80 characters. |
206
|
| Line is longer than 80 characters. |
208
|
| Avoid inline conditionals. |
210
|
| Line is longer than 80 characters. |
214
|
| Line is longer than 80 characters. |
232
|
| Line is longer than 80 characters. |
233
|
| Line is longer than 80 characters. |
234
|
| Line is longer than 80 characters. |
236
|
| Line is longer than 80 characters. |
244
|
| Line has trailing spaces. |
250
|
| '&&' should be on a new line. |
254
|
| Line is longer than 80 characters. |
273
|
| Line is longer than 80 characters. |
274
|
| Line is longer than 80 characters. |
275
|
| Line is longer than 80 characters. |
277
|
| Line is longer than 80 characters. |
291
|
| Expected an @return tag. |
307
|
| Parameter fieldName should be final. |
307
|
| Expected @param tag for 'fieldName'. |
307
|
| '&&' should be on a new line. |
311
|
| Method 'writeSerializer' is not designed for extension - needs to be abstract, final or empty. |
322
|
| Parameter pw should be final. |
322
|
| Expected @param tag for 'pw'. |
322
|
| Expected @throws tag for 'IOException'. |
322
|
| Line is longer than 80 characters. |
331
|
| Method 'writeDeserializer' is not designed for extension - needs to be abstract, final or empty. |
346
|
| Parameter pw should be final. |
346
|
| Expected @param tag for 'pw'. |
346
|
| Expected @throws tag for 'IOException'. |
346
|
| Line is longer than 80 characters. |
355
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeBeanWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Unclosed HTML tag found: <typeName>.java file. |
37
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
47
|
| Variable 'helper' must be private and have accessor methods. |
47
|
| Missing a Javadoc comment. |
48
|
| Variable 'names' must be private and have accessor methods. |
48
|
| Line is longer than 80 characters. |
49
|
| Missing a Javadoc comment. |
49
|
| Variable 'simpleValueTypes' must be private and have accessor methods. |
49
|
| Missing a Javadoc comment. |
50
|
| Variable 'pw' must be private and have accessor methods. |
50
|
| Missing a Javadoc comment. |
54
|
| Variable 'enableDefaultConstructor' must be private and have accessor methods. |
54
|
| Missing a Javadoc comment. |
55
|
| Variable 'enableFullConstructor' must be private and have accessor methods. |
55
|
| Missing a Javadoc comment. |
56
|
| Variable 'enableSimpleConstructors' must be private and have accessor methods. |
56
|
| Missing a Javadoc comment. |
57
|
| Variable 'enableToString' must be private and have accessor methods. |
57
|
| Missing a Javadoc comment. |
58
|
| Variable 'enableSetters' must be private and have accessor methods. |
58
|
| Missing a Javadoc comment. |
59
|
| Variable 'enableGetters' must be private and have accessor methods. |
59
|
| Missing a Javadoc comment. |
60
|
| Variable 'enableEquals' must be private and have accessor methods. |
60
|
| Missing a Javadoc comment. |
61
|
| Variable 'enableHashCode' must be private and have accessor methods. |
61
|
| Missing a Javadoc comment. |
62
|
| Variable 'enableMemberFields' must be private and have accessor methods. |
62
|
| Missing a Javadoc comment. |
64
|
| Variable 'isAny' must be private and have accessor methods. |
64
|
| Parameter emitter should be final. |
76
|
| Expected @param tag for 'emitter'. |
76
|
| Parameter type should be final. |
77
|
| 'type' hides a field. |
77
|
| Parameter elements should be final. |
78
|
| 'elements' hides a field. |
78
|
| Parameter extendType should be final. |
79
|
| 'extendType' hides a field. |
79
|
| Parameter attributes should be final. |
80
|
| 'attributes' hides a field. |
80
|
| Parameter helper should be final. |
81
|
| 'helper' hides a field. |
81
|
| Line is longer than 80 characters. |
82
|
| Line is longer than 80 characters. |
97
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter pw should be final. |
111
|
| 'pw' hides a field. |
111
|
| Expected @param tag for 'pw'. |
111
|
| Expected @throws tag for 'IOException'. |
111
|
| Line has trailing spaces. |
116
|
| Method 'preprocess' is not designed for extension - needs to be abstract, final or empty. |
174
|
| '&&' should be on a new line. |
190
|
| Line is longer than 80 characters. |
191
|
| '&&' should be on a new line. |
205
|
| Line is longer than 80 characters. |
206
|
| First sentence should end with a period. |
220
|
| Method 'getClassModifiers' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Line is longer than 80 characters. |
228
|
| First sentence should end with a period. |
235
|
| Unclosed HTML tag found: <class> " |
238
|
| Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. |
240
|
| Line is longer than 80 characters. |
243
|
| First sentence should end with a period. |
249
|
| Unclosed HTML tag found: <classes> " |
252
|
| Method 'getImplementsText' is not designed for extension - needs to be abstract, final or empty. |
254
|
| Line has trailing spaces. |
260
|
| Empty statement. |
266
|
| Method 'writeMemberFields' is not designed for extension - needs to be abstract, final or empty. |
274
|
| 'if' construct must use '{}'s. |
288
|
| 'else' construct must use '{}'s. |
290
|
| Method 'writeDefaultConstructor' is not designed for extension - needs to be abstract, final or empty. |
299
|
| Method 'writeFullConstructor' is not designed for extension - needs to be abstract, final or empty. |
313
|
| Line is longer than 80 characters. |
323
|
| '+' should be on a new line. |
338
|
| '+' should be on a new line. |
339
|
| Line is longer than 80 characters. |
343
|
| 'attributes' hides a field. |
343
|
| Line is longer than 80 characters. |
347
|
| Line is longer than 80 characters. |
352
|
| 'elements' hides a field. |
352
|
| '+' should be on a new line. |
369
|
| '+' should be on a new line. |
392
|
| Method 'writeSimpleConstructors' is not designed for extension - needs to be abstract, final or empty. |
405
|
| Line is longer than 80 characters. |
413
|
| Line is longer than 80 characters. |
422
|
| Line is longer than 80 characters. |
428
|
| Line is longer than 80 characters. |
431
|
| Line is longer than 80 characters. |
432
|
| Line is longer than 80 characters. |
438
|
| Method 'writeSimpleTypeGetter' is not designed for extension - needs to be abstract, final or empty. |
438
|
| Missing a Javadoc comment. |
438
|
| Parameter simpleValueType should be final. |
438
|
| Parameter name should be final. |
438
|
| Parameter returnString should be final. |
438
|
| '+' should be on a new line. |
442
|
| Line is longer than 80 characters. |
446
|
| Line is longer than 80 characters. |
449
|
| Line is longer than 80 characters. |
451
|
| Line is longer than 80 characters. |
452
|
| Line is longer than 80 characters. |
456
|
| Line is longer than 80 characters. |
459
|
| Line is longer than 80 characters. |
463
|
| Line is longer than 80 characters. |
464
|
| '+' should be on a new line. |
467
|
| Missing a Javadoc comment. |
473
|
| Method 'writeToStringMethod' is not designed for extension - needs to be abstract, final or empty. |
482
|
| Line is longer than 80 characters. |
492
|
| Line is longer than 80 characters. |
494
|
| Line is longer than 80 characters. |
497
|
| Line is longer than 80 characters. |
499
|
| Method 'writeSimpleTypeSetter' is not designed for extension - needs to be abstract, final or empty. |
507
|
| Missing a Javadoc comment. |
507
|
| Parameter simpleValueType should be final. |
507
|
| Line is longer than 80 characters. |
510
|
| Line is longer than 80 characters. |
513
|
| Line is longer than 80 characters. |
515
|
| Line is longer than 80 characters. |
517
|
| First sentence should end with a period. |
522
|
| Method 'writeAccessMethods' is not designed for extension - needs to be abstract, final or empty. |
525
|
| 'if' construct must use '{}'s. |
533
|
| '+' should be on a new line. |
536
|
| '+' should be on a new line. |
548
|
| '+' should be on a new line. |
552
|
| Line is longer than 80 characters. |
563
|
| Line is longer than 80 characters. |
571
|
| Line is longer than 80 characters. |
573
|
| '+' should be on a new line. |
573
|
| Line is longer than 80 characters. |
580
|
| '+' should be on a new line. |
580
|
| Line is longer than 80 characters. |
588
|
| Line is longer than 80 characters. |
589
|
| Line is longer than 80 characters. |
592
|
| Line is longer than 80 characters. |
595
|
| Line is longer than 80 characters. |
596
|
| Line is longer than 80 characters. |
598
|
| First sentence should end with a period. |
612
|
| Method 'writeEqualsMethod' is not designed for extension - needs to be abstract, final or empty. |
615
|
| Line is longer than 80 characters. |
619
|
| Line is longer than 80 characters. |
622
|
| Line is longer than 80 characters. |
623
|
| '+' should be on a new line. |
642
|
| 'if' construct must use '{}'s. |
650
|
| '||' should be on a new line. |
652
|
| '||' should be on a new line. |
653
|
| '||' should be on a new line. |
654
|
| '||' should be on a new line. |
655
|
| '||' should be on a new line. |
656
|
| '||' should be on a new line. |
657
|
| Line is longer than 80 characters. |
659
|
| '+' should be on a new line. |
659
|
| '+' should be on a new line. |
663
|
| '+' should be on a new line. |
664
|
| Line is longer than 80 characters. |
665
|
| Line is longer than 80 characters. |
667
|
| '+' should be on a new line. |
667
|
| '+' should be on a new line. |
668
|
| '+' should be on a new line. |
671
|
| '+' should be on a new line. |
672
|
| Line is longer than 80 characters. |
673
|
| '+' should be on a new line. |
675
|
| '+' should be on a new line. |
676
|
| 'if' construct must use '{}'s. |
679
|
| 'else' construct must use '{}'s. |
681
|
| Method 'writeHashCodeMethod' is not designed for extension - needs to be abstract, final or empty. |
694
|
| 'if' construct must use '{}'s. |
719
|
| '||' should be on a new line. |
721
|
| '||' should be on a new line. |
722
|
| '+' should be on a new line. |
724
|
| '+' should be on a new line. |
727
|
| Line is longer than 80 characters. |
728
|
| '+' should be on a new line. |
730
|
| Line is longer than 80 characters. |
731
|
| '+' should be on a new line. |
733
|
| Line is longer than 80 characters. |
734
|
| '+' should be on a new line. |
736
|
| Line is longer than 80 characters. |
737
|
| Line is longer than 80 characters. |
741
|
| '+' should be on a new line. |
742
|
| Line is longer than 80 characters. |
745
|
| '+' should be on a new line. |
745
|
| Line is longer than 80 characters. |
748
|
| '+' should be on a new line. |
748
|
| '+' should be on a new line. |
749
|
| '+' should be on a new line. |
758
|
| '+' should be on a new line. |
760
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeBindingWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
29
|
| Unclosed HTML tag found: <bindingName>Stub.java, <bindingName>Skeleton.java, <binding |
30
|
| Missing a Javadoc comment. |
35
|
| Variable 'stubWriter' must be private and have accessor methods. |
35
|
| Missing a Javadoc comment. |
36
|
| Variable 'skelWriter' must be private and have accessor methods. |
36
|
| Missing a Javadoc comment. |
37
|
| Variable 'implWriter' must be private and have accessor methods. |
37
|
| Missing a Javadoc comment. |
38
|
| Variable 'interfaceWriter' must be private and have accessor methods. |
38
|
| Missing a Javadoc comment. |
39
|
| Variable 'emitter' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
40
|
| Variable 'binding' must be private and have accessor methods. |
40
|
| Missing a Javadoc comment. |
41
|
| Variable 'symbolTable' must be private and have accessor methods. |
41
|
| Missing a Javadoc comment. |
48
|
| Name 'INTERFACE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
| Variable 'INTERFACE_NAME' must be private and have accessor methods. |
48
|
| Parameter emitter should be final. |
53
|
| 'emitter' hides a field. |
53
|
| Expected @param tag for 'emitter'. |
53
|
| Parameter binding should be final. |
54
|
| 'binding' hides a field. |
54
|
| Expected @param tag for 'binding'. |
54
|
| Parameter symbolTable should be final. |
55
|
| 'symbolTable' hides a field. |
55
|
| Expected @param tag for 'symbolTable'. |
55
|
| First sentence should end with a period. |
61
|
| Expected an @return tag. |
64
|
| Method 'getJavaInterfaceWriter' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter emitter should be final. |
64
|
| 'emitter' hides a field. |
64
|
| Expected @param tag for 'emitter'. |
64
|
| Parameter ptEntry should be final. |
65
|
| Expected @param tag for 'ptEntry'. |
65
|
| Parameter bEntry should be final. |
66
|
| Expected @param tag for 'bEntry'. |
66
|
| Parameter st should be final. |
67
|
| Expected @param tag for 'st'. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
69
|
| Line is longer than 80 characters. |
70
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line has trailing spaces. |
72
|
| Line contains a tab character. |
72
|
| Line has trailing spaces. |
73
|
| Line contains a tab character. |
73
|
| First sentence should end with a period. |
77
|
| Expected an @return tag. |
80
|
| Method 'getJavaStubWriter' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter emitter should be final. |
80
|
| 'emitter' hides a field. |
80
|
| Expected @param tag for 'emitter'. |
80
|
| Parameter bEntry should be final. |
81
|
| Expected @param tag for 'bEntry'. |
81
|
| Parameter st should be final. |
82
|
| Expected @param tag for 'st'. |
82
|
| First sentence should end with a period. |
86
|
| Expected an @return tag. |
89
|
| Method 'getJavaSkelWriter' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Parameter emitter should be final. |
89
|
| 'emitter' hides a field. |
89
|
| Expected @param tag for 'emitter'. |
89
|
| Parameter bEntry should be final. |
90
|
| Expected @param tag for 'bEntry'. |
90
|
| Parameter st should be final. |
91
|
| Expected @param tag for 'st'. |
91
|
| First sentence should end with a period. |
95
|
| Expected an @return tag. |
98
|
| Method 'getJavaImplWriter' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter emitter should be final. |
98
|
| 'emitter' hides a field. |
98
|
| Expected @param tag for 'emitter'. |
98
|
| Parameter bEntry should be final. |
99
|
| Expected @param tag for 'bEntry'. |
99
|
| Parameter st should be final. |
100
|
| Expected @param tag for 'st'. |
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 has trailing spaces. |
104
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Expected @throws tag for 'IOException'. |
112
|
| Method 'setGenerators' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Line has trailing spaces. |
136
|
| Line is longer than 80 characters. |
141
|
| Line is longer than 80 characters. |
150
|
| Line is longer than 80 characters. |
158
|
| Line is longer than 80 characters. |
160
|
| Line is longer than 80 characters. |
163
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeClassWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Variable 'jaxRpcMapper' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
36
|
| Parameter emitter should be final. |
36
|
| Parameter fullClassName should be final. |
37
|
| Parameter type should be final. |
38
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeDefinitionWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
49
|
| Variable 'emitter' must be private and have accessor methods. |
49
|
| Missing a Javadoc comment. |
50
|
| Variable 'definition' must be private and have accessor methods. |
50
|
| Missing a Javadoc comment. |
51
|
| Variable 'symbolTable' must be private and have accessor methods. |
51
|
| Parameter emitter should be final. |
56
|
| 'emitter' hides a field. |
56
|
| Expected @param tag for 'emitter'. |
56
|
| Parameter definition should be final. |
56
|
| 'definition' hides a field. |
56
|
| Expected @param tag for 'definition'. |
56
|
| Parameter symbolTable should be final. |
57
|
| 'symbolTable' hides a field. |
57
|
| Expected @param tag for 'symbolTable'. |
57
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Expected @throws tag for 'IOException'. |
66
|
| Expected @throws tag for 'IOException'. |
75
|
| Line has trailing spaces. |
78
|
| Line is longer than 80 characters. |
100
|
| '&&' should be on a new line. |
101
|
| Line has trailing spaces. |
111
|
| Line is longer than 80 characters. |
115
|
| Line is longer than 80 characters. |
126
|
| Missing a Javadoc comment. |
126
|
| Parameter def should be final. |
126
|
| Parameter faults should be final. |
126
|
| Line is longer than 80 characters. |
148
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeEmitter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
58
|
| Name 'timeoutms' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
58
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
60
|
| Missing a Javadoc comment. |
61
|
| Missing a Javadoc comment. |
62
|
| Missing a Javadoc comment. |
65
|
| Variable 'wscontext' must be private and have accessor methods. |
65
|
| Missing a Javadoc comment. |
67
|
| Line is longer than 80 characters. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line is longer than 80 characters. |
80
|
| Missing a Javadoc comment. |
80
|
| Parameter wscontext should be final. |
80
|
| 'wscontext' hides a field. |
80
|
| Parameter factory should be final. |
80
|
| 'if' construct must use '{}'s. |
82
|
| Method 'setMappingFilePath' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter mappingFilePath should be final. |
88
|
| 'mappingFilePath' hides a field. |
88
|
| Missing a Javadoc comment. |
92
|
| Line is longer than 80 characters. |
103
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter wsdlURL should be final. |
112
|
| Expected @param tag for 'wsdlURL'. |
112
|
| Expected @throws tag for 'Exception'. |
112
|
| Method 'runServerSide' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter wsdlURL should be final. |
117
|
| Method 'getSymbolTable' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Missing a Javadoc comment. |
130
|
| Missing a Javadoc comment. |
134
|
| Line is longer than 80 characters. |
144
|
| Line is longer than 80 characters. |
145
|
| Line is longer than 80 characters. |
162
|
| Line is longer than 80 characters. |
165
|
| Line is longer than 80 characters. |
169
|
| Line is longer than 80 characters. |
173
|
| Line is longer than 80 characters. |
175
|
| Parameter namespaces should be final. |
175
|
| Expected @throws tag for 'IOException'. |
175
|
| Line is longer than 80 characters. |
181
|
| Line is longer than 80 characters. |
186
|
| Line is longer than 80 characters. |
192
|
| Line is longer than 80 characters. |
196
|
| Line is longer than 80 characters. |
198
|
| Must have at least one statement. |
200
|
| Expected an @return tag. |
217
|
| Method 'getJavaName' is not designed for extension - needs to be abstract, final or empty. |
217
|
| Parameter qName should be final. |
217
|
| Expected @param tag for 'qName'. |
217
|
| Line is longer than 80 characters. |
223
|
| Line is longer than 80 characters. |
240
|
| 'if' construct must use '{}'s. |
241
|
| Line has trailing spaces. |
247
|
| Line is longer than 80 characters. |
250
|
| Method 'runTemp' is not designed for extension - needs to be abstract, final or empty. |
262
|
| Parameter wsdlURI should be final. |
262
|
| Expected @param tag for 'wsdlURI'. |
262
|
| Expected @throws tag for 'Exception'. |
262
|
| 'if' construct must use '{}'s. |
275
|
| 'else' construct must use '{}'s. |
277
|
| Must have at least one statement. |
279
|
| Missing a Javadoc comment. |
290
|
| Missing a Javadoc comment. |
291
|
| Missing a Javadoc comment. |
292
|
| Missing a Javadoc comment. |
293
|
| Missing a Javadoc comment. |
295
|
| Parameter symbolTable should be final. |
295
|
| 'symbolTable' hides a field. |
295
|
| Parameter wsdlURI should be final. |
295
|
| 'wsdlURI' hides a field. |
295
|
| Missing a Javadoc comment. |
300
|
| Missing a Javadoc comment. |
309
|
| Method 'sanityCheck' is not designed for extension - needs to be abstract, final or empty. |
314
|
| Missing a Javadoc comment. |
314
|
| Parameter symbolTable should be final. |
314
|
| 'symbolTable' hides a field. |
314
|
| Line is longer than 80 characters. |
322
|
| '&&' should be on a new line. |
324
|
| Missing a Javadoc comment. |
333
|
| Parameter symbolTable should be final. |
333
|
| 'symbolTable' hides a field. |
333
|
| Line is longer than 80 characters. |
353
|
| Line is longer than 80 characters. |
356
|
| Line is longer than 80 characters. |
357
|
| Line is longer than 80 characters. |
362
|
| Line is longer than 80 characters. |
367
|
| Line is longer than 80 characters. |
368
|
| Line is longer than 80 characters. |
377
|
| Parameter symbolTable should be final. |
395
|
| 'symbolTable' hides a field. |
395
|
| Expected @param tag for 'symbolTable'. |
395
|
| Expected @throws tag for 'IOException'. |
395
|
| 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. |
420
|
| '||' should be on a new line. |
436
|
| '&&' should be on a new line. |
438
|
| '&&' should be on a new line. |
439
|
| '&&' should be on a new line. |
440
|
| Method 'setMappingFileInputStream' is not designed for extension - needs to be abstract, final or empty. |
451
|
| Parameter mappingFileInputStream should be final. |
451
|
| 'mappingFileInputStream' hides a field. |
451
|
| Method 'getServiceQName' is not designed for extension - needs to be abstract, final or empty. |
458
|
| Expected an @return tag. |
465
|
| Method 'isGeneratingInterface' is not designed for extension - needs to be abstract, final or empty. |
465
|
| Expected an @return tag. |
473
|
| Method 'isGeneratingTypes' is not designed for extension - needs to be abstract, final or empty. |
473
|
| Method 'getJaxRpcMapper' is not designed for extension - needs to be abstract, final or empty. |
481
|
| Method 'setJaxRpcMapper' is not designed for extension - needs to be abstract, final or empty. |
488
|
| Parameter jaxRpcMapper should be final. |
488
|
| 'jaxRpcMapper' hides a field. |
488
|
| Expected an @return tag. |
523
|
| Method 'getWscontext' is not designed for extension - needs to be abstract, final or empty. |
523
|
| Method 'setWscontext' is not designed for extension - needs to be abstract, final or empty. |
530
|
| Parameter context should be final. |
530
|
| Expected @param tag for 'context'. |
530
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeEnumTypeWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Unclosed HTML tag found: <typeName>.java file. |
29
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Parameter emitter should be final. |
41
|
| Expected @param tag for 'emitter'. |
41
|
| Parameter type should be final. |
42
|
| 'type' hides a field. |
42
|
| Expected @param tag for 'type'. |
42
|
| Parameter elements should be final. |
42
|
| 'elements' hides a field. |
42
|
| Expected @param tag for 'elements'. |
42
|
| Expected an @return tag. |
51
|
| Method 'getImplementsText' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Method length is 179 lines (max allowed is 150). |
60
|
| Parameter pw should be final. |
60
|
| Expected @param tag for 'pw'. |
60
|
| Expected @throws tag for 'IOException'. |
60
|
| Line is longer than 80 characters. |
65
|
| Line has trailing spaces. |
83
|
| Line is longer than 80 characters. |
89
|
| 'if' construct must use '{}'s. |
93
|
| Line is longer than 80 characters. |
94
|
| 'if' construct must use '{}'s. |
97
|
| Line is longer than 80 characters. |
98
|
| Line has trailing spaces. |
106
|
| Line is longer than 80 characters. |
114
|
| Line is longer than 80 characters. |
117
|
| '||' should be on a new line. |
121
|
| Line is longer than 80 characters. |
125
|
| Line is longer than 80 characters. |
130
|
| Line is longer than 80 characters. |
147
|
| '||' should be on a new line. |
150
|
| Line is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
156
|
| Line has trailing spaces. |
159
|
| Line is longer than 80 characters. |
160
|
| Line is longer than 80 characters. |
161
|
| Line is longer than 80 characters. |
167
|
| Line is longer than 80 characters. |
169
|
| Line is longer than 80 characters. |
177
|
| Line is longer than 80 characters. |
179
|
| Line is longer than 80 characters. |
182
|
| Line is longer than 80 characters. |
184
|
| Line is longer than 80 characters. |
186
|
| Line is longer than 80 characters. |
192
|
| Line is longer than 80 characters. |
193
|
| Line has trailing spaces. |
194
|
| Line is longer than 80 characters. |
195
|
| Line is longer than 80 characters. |
196
|
| Line has trailing spaces. |
197
|
| Line is longer than 80 characters. |
200
|
| Line is longer than 80 characters. |
202
|
| Line is longer than 80 characters. |
204
|
| Line is longer than 80 characters. |
206
|
| Line is longer than 80 characters. |
207
|
| Line is longer than 80 characters. |
212
|
| Line is longer than 80 characters. |
215
|
| Line is longer than 80 characters. |
220
|
| Line is longer than 80 characters. |
224
|
| '+' should be on a new line. |
225
|
| Line is longer than 80 characters. |
229
|
| Line is longer than 80 characters. |
234
|
| Parameter bv should be final. |
248
|
| 'if' construct must use '{}'s. |
253
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeFaultWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Unclosed HTML tag found: <faultName>.java file. |
32
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Parameter emitter should be final. |
48
|
| Expected @param tag for 'emitter'. |
48
|
| Parameter symbolTable should be final. |
49
|
| 'symbolTable' hides a field. |
49
|
| Expected @param tag for 'symbolTable'. |
49
|
| Parameter faultInfo should be final. |
50
|
| Expected @param tag for 'faultInfo'. |
50
|
| Expected an @return tag. |
61
|
| Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter pw should be final. |
68
|
| Expected @param tag for 'pw'. |
68
|
| Expected @throws tag for 'IOException'. |
68
|
| Line is longer than 80 characters. |
82
|
| Line has trailing spaces. |
92
|
| 'if' construct must use '{}'s. |
97
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
124
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeGeneratorFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
77
|
| Missing a Javadoc comment. |
84
|
| Variable 'emitter' must be private and have accessor methods. |
84
|
| Missing a Javadoc comment. |
85
|
| Variable 'symbolTable' must be private and have accessor methods. |
85
|
| Missing a Javadoc comment. |
87
|
| Missing a Javadoc comment. |
97
|
| Parameter emitter should be final. |
97
|
| 'emitter' hides a field. |
97
|
| Method 'setEmitter' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter emitter should be final. |
102
|
| 'emitter' hides a field. |
102
|
| Missing a Javadoc comment. |
106
|
| Missing a Javadoc comment. |
129
|
| Missing a Javadoc comment. |
132
|
| Missing a Javadoc comment. |
135
|
| Missing a Javadoc comment. |
138
|
| Method 'addDefinitionGenerators' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
141
|
| Line is longer than 80 characters. |
142
|
| Line is longer than 80 characters. |
143
|
| Line is longer than 80 characters. |
144
|
| First sentence should end with a period. |
147
|
| Method 'generatorPass' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Parameter def should be final. |
152
|
| Expected @param tag for 'def'. |
152
|
| Parameter symbolTable should be final. |
152
|
| 'symbolTable' hides a field. |
152
|
| Expected @param tag for 'symbolTable'. |
152
|
| Line is longer than 80 characters. |
169
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Missing a Javadoc comment. |
173
|
| Parameter message should be final. |
173
|
| Parameter symbolTable should be final. |
173
|
| 'symbolTable' hides a field. |
173
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Missing a Javadoc comment. |
184
|
| Parameter portType should be final. |
184
|
| Parameter symbolTable should be final. |
184
|
| 'symbolTable' hides a field. |
184
|
| Line is longer than 80 characters. |
185
|
| Variable 'bindingWriters' must be private and have accessor methods. |
193
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
195
|
| Missing a Javadoc comment. |
195
|
| Parameter binding should be final. |
195
|
| Parameter symbolTable should be final. |
195
|
| 'symbolTable' hides a field. |
195
|
| Line is longer than 80 characters. |
196
|
| Variable 'serviceWriters' must be private and have accessor methods. |
206
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Missing a Javadoc comment. |
208
|
| Parameter service should be final. |
208
|
| Parameter symbolTable should be final. |
208
|
| 'symbolTable' hides a field. |
208
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Missing a Javadoc comment. |
220
|
| Parameter type should be final. |
220
|
| Parameter symbolTable should be final. |
220
|
| 'symbolTable' hides a field. |
220
|
| Line is longer than 80 characters. |
231
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Missing a Javadoc comment. |
231
|
| Parameter definition should be final. |
231
|
| Parameter symbolTable should be final. |
231
|
| 'symbolTable' hides a field. |
231
|
| Missing a Javadoc comment. |
237
|
| Missing a Javadoc comment. |
238
|
| Variable 'writers' must be private and have accessor methods. |
238
|
| Missing a Javadoc comment. |
239
|
| Variable 'symbolTable' must be private and have accessor methods. |
239
|
| Missing a Javadoc comment. |
240
|
| Variable 'baseWriter' must be private and have accessor methods. |
240
|
| Missing a Javadoc comment. |
243
|
| Variable 'entry' must be private and have accessor methods. |
243
|
| Missing a Javadoc comment. |
244
|
| Variable 'def' must be private and have accessor methods. |
244
|
| Method 'addGenerator' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Missing a Javadoc comment. |
246
|
| Parameter writer should be final. |
246
|
| Line is longer than 80 characters. |
250
|
| Method 'addStuff' is not designed for extension - needs to be abstract, final or empty. |
250
|
| Missing a Javadoc comment. |
250
|
| Parameter baseWriter should be final. |
250
|
| 'baseWriter' hides a field. |
250
|
| Parameter entry should be final. |
250
|
| 'entry' hides a field. |
250
|
| Parameter symbolTable should be final. |
250
|
| 'symbolTable' hides a field. |
250
|
| Line is longer than 80 characters. |
256
|
| Method 'addStuff' is not designed for extension - needs to be abstract, final or empty. |
256
|
| Missing a Javadoc comment. |
256
|
| Parameter baseWriter should be final. |
256
|
| 'baseWriter' hides a field. |
256
|
| Parameter def should be final. |
256
|
| 'def' hides a field. |
256
|
| Parameter symbolTable should be final. |
256
|
| 'symbolTable' hides a field. |
256
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
262
|
| Missing a Javadoc comment. |
262
|
| Line is longer than 80 characters. |
269
|
| Line is longer than 80 characters. |
272
|
| Line is longer than 80 characters. |
282
|
| Method 'addGenerator' is not designed for extension - needs to be abstract, final or empty. |
289
|
| Missing a Javadoc comment. |
289
|
| Parameter wsdlClass should be final. |
289
|
| Parameter generator should be final. |
289
|
| Method 'javifyNames' is not designed for extension - needs to be abstract, final or empty. |
311
|
| Parameter symbolTable should be final. |
311
|
| 'symbolTable' hides a field. |
311
|
| Expected @param tag for 'symbolTable'. |
311
|
| 'if' construct must use '{}'s. |
319
|
| Line is longer than 80 characters. |
322
|
| Line is longer than 80 characters. |
324
|
| '}' should be on the same line. |
325
|
| Line has trailing spaces. |
326
|
| Expected an @return tag. |
338
|
| Line is longer than 80 characters. |
338
|
| Method 'javifyTypeEntryName' is not designed for extension - needs to be abstract, final or empty. |
338
|
| Parameter symbolTable should be final. |
338
|
| 'symbolTable' hides a field. |
338
|
| Expected @param tag for 'symbolTable'. |
338
|
| Parameter entry should be final. |
338
|
| Expected @param tag for 'entry'. |
338
|
| Parameter anonQNames should be final. |
338
|
| Expected @param tag for 'anonQNames'. |
338
|
| Parameter uniqueNum should be final. |
338
|
| Expected @param tag for 'uniqueNum'. |
338
|
| 'if' construct must use '{}'s. |
350
|
| Line is longer than 80 characters. |
352
|
| Line is longer than 80 characters. |
353
|
| Line is longer than 80 characters. |
354
|
| 'if' construct must use '{}'s. |
376
|
| Line has trailing spaces. |
387
|
| Line has trailing spaces. |
388
|
| Line is longer than 80 characters. |
417
|
| Line is longer than 80 characters. |
451
|
| Line is longer than 80 characters. |
458
|
| Line is longer than 80 characters. |
459
|
| Parameter symbolTable should be final. |
483
|
| 'symbolTable' hides a field. |
483
|
| Parameter fault should be final. |
516
|
| Parameter symbolTable should be final. |
517
|
| 'symbolTable' hides a field. |
517
|
| Must have at least one statement. |
529
|
| Line has trailing spaces. |
531
|
| Line has trailing spaces. |
548
|
| '||' should be on a new line. |
552
|
| '||' should be on a new line. |
553
|
| '&&' should be on a new line. |
554
|
| Must have at least one statement. |
555
|
| Line is longer than 80 characters. |
559
|
| '||' should be on a new line. |
560
|
| Line is longer than 80 characters. |
566
|
| Line is longer than 80 characters. |
572
|
| Line is longer than 80 characters. |
577
|
| Line is longer than 80 characters. |
581
|
| Line is longer than 80 characters. |
584
|
| Line is longer than 80 characters. |
586
|
| Method 'determineInterfaceNames' is not designed for extension - needs to be abstract, final or empty. |
613
|
| Missing a Javadoc comment. |
613
|
| Parameter symbolTable should be final. |
613
|
| 'symbolTable' hides a field. |
613
|
| Line is longer than 80 characters. |
623
|
| Line is longer than 80 characters. |
624
|
| Line is longer than 80 characters. |
628
|
| Line is longer than 80 characters. |
662
|
| Line is longer than 80 characters. |
663
|
| Method 'resolveNameClashes' is not designed for extension - needs to be abstract, final or empty. |
665
|
| Parameter symbolTable should be final. |
665
|
| 'symbolTable' hides a field. |
665
|
| Expected @param tag for 'symbolTable'. |
665
|
| Line is longer than 80 characters. |
670
|
| Line has trailing spaces. |
685
|
| '&&' should be on a new line. |
687
|
| '&&' should be on a new line. |
688
|
| '||' should be on a new line. |
689
|
| '&&' should be on a new line. |
690
|
| Line is longer than 80 characters. |
699
|
| 'if' construct must use '{}'s. |
700
|
| '&&' should be on a new line. |
700
|
| '&&' should be on a new line. |
701
|
| '||' should be on a new line. |
713
|
| Empty statement. |
715
|
| Line has trailing spaces. |
733
|
| Line is longer than 80 characters. |
736
|
| '+' should be on a new line. |
737
|
| Line is longer than 80 characters. |
745
|
| Line is longer than 80 characters. |
746
|
| Line is longer than 80 characters. |
750
|
| Line is longer than 80 characters. |
754
|
| '&&' should be on a new line. |
754
|
| Line is longer than 80 characters. |
755
|
| Line is longer than 80 characters. |
760
|
| Line is longer than 80 characters. |
763
|
| '}' should be on the same line. |
770
|
| Line is longer than 80 characters. |
795
|
| Expected an @return tag. |
797
|
| Parameter name should be final. |
797
|
| Expected @param tag for 'name'. |
797
|
| Parameter mangle should be final. |
797
|
| Expected @param tag for 'mangle'. |
797
|
| 'else' construct must use '{}'s. |
803
|
| First sentence should end with a period. |
807
|
| Expected an @return tag. |
810
|
| Parameter one should be final. |
810
|
| Expected @param tag for 'one'. |
810
|
| Parameter two should be final. |
810
|
| Expected @param tag for 'two'. |
810
|
| 'if' construct must use '{}'s. |
813
|
| 'if' construct must use '{}'s. |
815
|
| Method 'setAllReferencesToTrue' is not designed for extension - needs to be abstract, final or empty. |
825
|
| '&&' should be on a new line. |
831
|
| '!=' should be on a new line. |
832
|
| Method 'ignoreNonSOAPBindings' is not designed for extension - needs to be abstract, final or empty. |
846
|
| Parameter symbolTable should be final. |
846
|
| 'symbolTable' hides a field. |
846
|
| Expected @param tag for 'symbolTable'. |
846
|
| Line is longer than 80 characters. |
847
|
| Line is longer than 80 characters. |
864
|
| Line is longer than 80 characters. |
865
|
| Line is longer than 80 characters. |
866
|
| Line is longer than 80 characters. |
875
|
| Line is longer than 80 characters. |
885
|
| Method 'constructSignatures' is not designed for extension - needs to be abstract, final or empty. |
893
|
| Missing a Javadoc comment. |
893
|
| Parameter symbolTable should be final. |
893
|
| 'symbolTable' hides a field. |
893
|
| Line is longer than 80 characters. |
903
|
| Line is longer than 80 characters. |
909
|
| Line is longer than 80 characters. |
915
|
| Line is longer than 80 characters. |
916
|
| Line is longer than 80 characters. |
918
|
| Line is longer than 80 characters. |
919
|
| Line is longer than 80 characters. |
923
|
| Line is longer than 80 characters. |
925
|
| Line is longer than 80 characters. |
927
|
| Line is longer than 80 characters. |
928
|
| Line is longer than 80 characters. |
930
|
| Line is longer than 80 characters. |
935
|
| Line is longer than 80 characters. |
945
|
| Expected an @return tag. |
947
|
| Parameter parms should be final. |
947
|
| Expected @param tag for 'parms'. |
947
|
| Parameter opName should be final. |
947
|
| Expected @param tag for 'opName'. |
947
|
| Line is longer than 80 characters. |
964
|
| Line is longer than 80 characters. |
972
|
| Line has trailing spaces. |
973
|
| Line is longer than 80 characters. |
978
|
| Line is longer than 80 characters. |
988
|
| Method 'determineIfHoldersNeeded' is not designed for extension - needs to be abstract, final or empty. |
991
|
| Parameter symbolTable should be final. |
991
|
| 'symbolTable' hides a field. |
991
|
| Expected @param tag for 'symbolTable'. |
991
|
| Line has trailing spaces. |
1000
|
| Line contains a tab character. |
1000
|
| Line is longer than 80 characters. |
1001
|
| Line contains a tab character. |
1001
|
| Line has trailing spaces. |
1009
|
| Line is longer than 80 characters. |
1010
|
| Line is longer than 80 characters. |
1011
|
| Line is longer than 80 characters. |
1014
|
| Line is longer than 80 characters. |
1016
|
| Line is longer than 80 characters. |
1018
|
| Line is longer than 80 characters. |
1019
|
| Line has trailing spaces. |
1023
|
| Line is longer than 80 characters. |
1026
|
| Line is longer than 80 characters. |
1031
|
| First sentence should end with a period. |
1043
|
| Variable 'btm' must be private and have accessor methods. |
1047
|
| Method 'setBaseTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
1049
|
| Missing a Javadoc comment. |
1049
|
| Parameter btm should be final. |
1049
|
| 'btm' hides a field. |
1049
|
| Method 'getBaseTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
1053
|
| Missing a Javadoc comment. |
1053
|
| Variable 'defaultTM' must be private and have accessor methods. |
1056
|
| Parameter qNameIn should be final. |
1058
|
| Line is longer than 80 characters. |
1060
|
| 'if' construct must use '{}'s. |
1063
|
| 'else' construct must use '{}'s. |
1065
|
| Line contains a tab character. |
1073
|
| Line is longer than 80 characters. |
1075
|
| Line contains a tab character. |
1075
|
| Line has trailing spaces. |
1076
|
| Line contains a tab character. |
1077
|
| Line contains a tab character. |
1079
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeHolderWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Unclosed HTML tag found: <typeName>Holder.java file. |
26
|
| Missing a Javadoc comment. |
32
|
| Parameter emitter should be final. |
37
|
| Expected @param tag for 'emitter'. |
37
|
| Parameter type should be final. |
37
|
| 'type' hides a field. |
37
|
| Expected @param tag for 'type'. |
37
|
| Expected an @return tag. |
45
|
| Method 'getClassModifiers' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Expected an @return tag. |
52
|
| Method 'getImplementsText' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Parameter pw should be final. |
59
|
| Expected @param tag for 'pw'. |
59
|
| Expected @throws tag for 'IOException'. |
59
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeImplWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
37
|
| Unclosed HTML tag found: <BindingName>Impl.java |
37
|
| Unclosed HTML tag found: <bindingName>Impl class. |
38
|
| Missing a Javadoc comment. |
43
|
| Variable 'binding' must be private and have accessor methods. |
43
|
| Missing a Javadoc comment. |
44
|
| Variable 'symbolTable' must be private and have accessor methods. |
44
|
| Missing a Javadoc comment. |
45
|
| Variable 'bEntry' must be private and have accessor methods. |
45
|
| Parameter emitter should be final. |
50
|
| Expected @param tag for 'emitter'. |
50
|
| Parameter bEntry should be final. |
51
|
| 'bEntry' hides a field. |
51
|
| Expected @param tag for 'bEntry'. |
51
|
| Parameter symbolTable should be final. |
52
|
| 'symbolTable' hides a field. |
52
|
| Expected @param tag for 'symbolTable'. |
52
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter pw should be final. |
62
|
| Expected @param tag for 'pw'. |
62
|
| Expected @throws tag for 'IOException'. |
62
|
| First sentence should end with a period. |
83
|
| Unclosed HTML tag found: <classes>" |
86
|
| Method 'getImplementsText' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Line is longer than 80 characters. |
89
|
| Line is longer than 80 characters. |
97
|
| Method 'writeOperation' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter pw should be final. |
97
|
| Expected @param tag for 'pw'. |
97
|
| Parameter parms should be final. |
97
|
| Expected @param tag for 'parms'. |
97
|
| Expected @throws tag for 'IOException'. |
97
|
| Line has trailing spaces. |
106
|
| Line is longer than 80 characters. |
109
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeInterfaceWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Unclosed HTML tag found: <portTypeName>.java file |
31
|
| Missing a Javadoc comment. |
37
|
| Variable 'portType' must be private and have accessor methods. |
37
|
| Missing a Javadoc comment. |
38
|
| Variable 'bEntry' must be private and have accessor methods. |
38
|
| Parameter emitter should be final. |
43
|
| Expected @param tag for 'emitter'. |
43
|
| Line is longer than 80 characters. |
44
|
| Parameter ptEntry should be final. |
44
|
| Expected @param tag for 'ptEntry'. |
44
|
| Parameter bEntry should be final. |
44
|
| 'bEntry' hides a field. |
44
|
| Expected @param tag for 'bEntry'. |
44
|
| Parameter symbolTable should be final. |
44
|
| Expected @param tag for 'symbolTable'. |
44
|
| Line is longer than 80 characters. |
46
|
| First sentence should end with a period. |
51
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Expected @throws tag for 'IOException'. |
55
|
| Expected an @return tag. |
67
|
| Method 'getClassText' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Expected an @return tag. |
74
|
| Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter pw should be final. |
81
|
| Expected @param tag for 'pw'. |
81
|
| Expected @throws tag for 'IOException'. |
81
|
| Line is longer than 80 characters. |
92
|
| Method 'writeOperation' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter pw should be final. |
92
|
| Expected @param tag for 'pw'. |
92
|
| Parameter operation should be final. |
92
|
| Expected @param tag for 'operation'. |
92
|
| Expected @throws tag for 'IOException'. |
92
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeServiceIfaceWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Unclosed HTML tag found: <serviceName>.java file. |
35
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Parameter emitter should be final. |
47
|
| Expected @param tag for 'emitter'. |
47
|
| Parameter sEntry should be final. |
48
|
| Expected @param tag for 'sEntry'. |
48
|
| Parameter symbolTable should be final. |
49
|
| 'symbolTable' hides a field. |
49
|
| Expected @param tag for 'symbolTable'. |
49
|
| Line is longer than 80 characters. |
50
|
| Expected an @return tag. |
58
|
| Method 'getClassText' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Expected an @return tag. |
65
|
| Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter pw should be final. |
72
|
| Expected @param tag for 'pw'. |
72
|
| Expected @throws tag for 'IOException'. |
72
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
94
|
| Line is longer than 80 characters. |
96
|
| Line has trailing spaces. |
108
|
| Line is longer than 80 characters. |
119
|
| Line is longer than 80 characters. |
121
|
| Line is longer than 80 characters. |
122
|
| Line is longer than 80 characters. |
124
|
| Line is longer than 80 characters. |
127
|
| Line is longer than 80 characters. |
130
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeServiceImplWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Unclosed HTML tag found: <serviceName>Locator.java file. |
41
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Parameter emitter should be final. |
53
|
| Expected @param tag for 'emitter'. |
53
|
| Parameter sEntry should be final. |
54
|
| 'sEntry' hides a field. |
54
|
| Expected @param tag for 'sEntry'. |
54
|
| Parameter symbolTable should be final. |
55
|
| 'symbolTable' hides a field. |
55
|
| Expected @param tag for 'symbolTable'. |
55
|
| Expected an @return tag. |
65
|
| Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Unclosed HTML tag found: <serviceInterface>". |
70
|
| Expected an @return tag. |
72
|
| Method 'getImplementsText' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Line is longer than 80 characters. |
73
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter pw should be final. |
79
|
| Expected @param tag for 'pw'. |
79
|
| Expected @throws tag for 'IOException'. |
79
|
| Line is longer than 80 characters. |
105
|
| Line is longer than 80 characters. |
108
|
| Line is longer than 80 characters. |
110
|
| Line is longer than 80 characters. |
111
|
| Line is longer than 80 characters. |
131
|
| Line is longer than 80 characters. |
134
|
| Line is longer than 80 characters. |
170
|
| Method 'writeAddressInfo' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Parameter pw should be final. |
172
|
| Expected @param tag for 'pw'. |
172
|
| Parameter portName should be final. |
172
|
| Expected @param tag for 'portName'. |
172
|
| Parameter address should be final. |
173
|
| Expected @param tag for 'address'. |
173
|
| Parameter p should be final. |
173
|
| Expected @param tag for 'p'. |
173
|
| Line is longer than 80 characters. |
178
|
| Line is longer than 80 characters. |
182
|
| Line is longer than 80 characters. |
189
|
| Method 'writeWSDDServiceNameInfo' is not designed for extension - needs to be abstract, final or empty. |
191
|
| Parameter pw should be final. |
191
|
| Expected @param tag for 'pw'. |
191
|
| Line is longer than 80 characters. |
192
|
| Parameter wsddServiceName should be final. |
192
|
| Expected @param tag for 'wsddServiceName'. |
192
|
| Parameter portName should be final. |
192
|
| Expected @param tag for 'portName'. |
192
|
| Line is longer than 80 characters. |
195
|
| Line is longer than 80 characters. |
199
|
| Line is longer than 80 characters. |
203
|
| Unclosed HTML tag found: <portName>() method. |
210
|
| Method 'writeGetPortName' is not designed for extension - needs to be abstract, final or empty. |
212
|
| Parameter pw should be final. |
212
|
| Expected @param tag for 'pw'. |
212
|
| Parameter bindingType should be final. |
212
|
| Expected @param tag for 'bindingType'. |
212
|
| Parameter portName should be final. |
213
|
| Expected @param tag for 'portName'. |
213
|
| Line is longer than 80 characters. |
214
|
| Line is longer than 80 characters. |
217
|
| Unclosed HTML tag found: <portName>(URL) method. |
228
|
| Method 'writeGetPortNameURL' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Parameter pw should be final. |
230
|
| Expected @param tag for 'pw'. |
230
|
| Parameter bindingType should be final. |
230
|
| Expected @param tag for 'bindingType'. |
230
|
| Line is longer than 80 characters. |
231
|
| Parameter portName should be final. |
231
|
| Expected @param tag for 'portName'. |
231
|
| Parameter stubClass should be final. |
231
|
| Expected @param tag for 'stubClass'. |
231
|
| Parameter wsddServiceName should be final. |
231
|
| Expected @param tag for 'wsddServiceName'. |
231
|
| Line is longer than 80 characters. |
232
|
| Line is longer than 80 characters. |
234
|
| Line is longer than 80 characters. |
235
|
| Method 'writeGetPortClass' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Parameter pw should be final. |
248
|
| Expected @param tag for 'pw'. |
248
|
| Parameter getPortIfaces should be final. |
248
|
| Expected @param tag for 'getPortIfaces'. |
248
|
| Line is longer than 80 characters. |
249
|
| Parameter getPortStubClasses should be final. |
249
|
| Expected @param tag for 'getPortStubClasses'. |
249
|
| Parameter getPortPortNames should be final. |
249
|
| Expected @param tag for 'getPortPortNames'. |
249
|
| Parameter printGetPortNotice should be final. |
250
|
| Expected @param tag for 'printGetPortNotice'. |
250
|
| Line is longer than 80 characters. |
260
|
| Line is longer than 80 characters. |
262
|
| Line is longer than 80 characters. |
263
|
| Line is longer than 80 characters. |
270
|
| Line is longer than 80 characters. |
271
|
| Line is longer than 80 characters. |
272
|
| Line is longer than 80 characters. |
278
|
| Line is longer than 80 characters. |
280
|
| Line is longer than 80 characters. |
281
|
| Method 'writeGetPortQNameClass' is not designed for extension - needs to be abstract, final or empty. |
290
|
| Parameter pw should be final. |
290
|
| Expected @param tag for 'pw'. |
290
|
| Parameter getPortPortNames should be final. |
291
|
| Expected @param tag for 'getPortPortNames'. |
291
|
| Line is longer than 80 characters. |
297
|
| Line is longer than 80 characters. |
312
|
| Line is longer than 80 characters. |
313
|
| Line is longer than 80 characters. |
316
|
| Method 'writeGetServiceName' is not designed for extension - needs to be abstract, final or empty. |
326
|
| Parameter pw should be final. |
326
|
| Expected @param tag for 'pw'. |
326
|
| Parameter qname should be final. |
326
|
| Expected @param tag for 'qname'. |
326
|
| Method 'writeGetPorts' is not designed for extension - needs to be abstract, final or empty. |
336
|
| Parameter pw should be final. |
336
|
| Expected @param tag for 'pw'. |
336
|
| Parameter portNames should be final. |
336
|
| Expected @param tag for 'portNames'. |
336
|
| Line is longer than 80 characters. |
343
|
| '+' should be on a new line. |
343
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeServiceWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
26
|
| Unclosed HTML tag found: <serviceName>.java, <serviceName>TestCase.java. |
27
|
| Missing a Javadoc comment. |
33
|
| Variable 'serviceIfaceWriter' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
34
|
| Variable 'serviceImplWriter' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
35
|
| Variable 'testCaseWriter' must be private and have accessor methods. |
35
|
| Parameter emitter should be final. |
40
|
| Expected @param tag for 'emitter'. |
40
|
| Parameter service should be final. |
41
|
| Expected @param tag for 'service'. |
41
|
| Parameter symbolTable should be final. |
42
|
| Expected @param tag for 'symbolTable'. |
42
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Expected @throws tag for 'IOException'. |
59
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeSkelWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
46
|
| Unclosed HTML tag found: <BindingName>Skeleton.java |
46
|
| Unclosed HTML tag found: <bindingName>Skeleton class. |
47
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
54
|
| Parameter emitter should be final. |
59
|
| Expected @param tag for 'emitter'. |
59
|
| Parameter bEntry should be final. |
60
|
| 'bEntry' hides a field. |
60
|
| Expected @param tag for 'bEntry'. |
60
|
| Parameter symbolTable should be final. |
61
|
| 'symbolTable' hides a field. |
61
|
| Expected @param tag for 'symbolTable'. |
61
|
| Unclosed HTML tag found: <SEI>, org.apache.axis.wsdl.Skeleton ". |
69
|
| Expected an @return tag. |
71
|
| Method 'getImplementsText' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Line is longer than 80 characters. |
72
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method length is 293 lines (max allowed is 150). |
79
|
| Parameter pw should be final. |
79
|
| Expected @param tag for 'pw'. |
79
|
| Expected @throws tag for 'IOException'. |
79
|
| Line is longer than 80 characters. |
80
|
| Line is longer than 80 characters. |
85
|
| Line is longer than 80 characters. |
86
|
| Line is longer than 80 characters. |
89
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
92
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
107
|
| Line is longer than 80 characters. |
125
|
| Line is longer than 80 characters. |
131
|
| Line is longer than 80 characters. |
134
|
| Line is longer than 80 characters. |
137
|
| Line is longer than 80 characters. |
140
|
| Avoid inline conditionals. |
149
|
| Avoid inline conditionals. |
150
|
| '+' should be on a new line. |
151
|
| '+' should be on a new line. |
152
|
| '+' should be on a new line. |
153
|
| '+' should be on a new line. |
154
|
| '+' should be on a new line. |
155
|
| '+' should be on a new line. |
156
|
| '+' should be on a new line. |
157
|
| Line is longer than 80 characters. |
175
|
| '+' should be on a new line. |
175
|
| '+' should be on a new line. |
178
|
| '&&' should be on a new line. |
180
|
| Line is longer than 80 characters. |
190
|
| '+' should be on a new line. |
192
|
| Line is longer than 80 characters. |
201
|
| Line is longer than 80 characters. |
206
|
| Comment matches to-do format 'TODO:'. |
210
|
| Line is longer than 80 characters. |
211
|
| Line is longer than 80 characters. |
213
|
| '&&' should be on a new line. |
213
|
| Line is longer than 80 characters. |
215
|
| Line is longer than 80 characters. |
217
|
| Line is longer than 80 characters. |
224
|
| Line is longer than 80 characters. |
225
|
| Line is longer than 80 characters. |
227
|
| Line is longer than 80 characters. |
232
|
| '+' should be on a new line. |
238
|
| Line is longer than 80 characters. |
239
|
| '+' should be on a new line. |
240
|
| Line is longer than 80 characters. |
251
|
| '+' should be on a new line. |
252
|
| '+' should be on a new line. |
255
|
| '+' should be on a new line. |
259
|
| '+' should be on a new line. |
263
|
| '+' should be on a new line. |
267
|
| Line is longer than 80 characters. |
295
|
| Comment matches to-do format 'TODO:'. |
302
|
| Line is longer than 80 characters. |
303
|
| Line is longer than 80 characters. |
305
|
| '&&' should be on a new line. |
305
|
| Line is longer than 80 characters. |
307
|
| Line is longer than 80 characters. |
308
|
| Line is longer than 80 characters. |
335
|
| 'if' construct must use '{}'s. |
337
|
| Comment matches to-do format 'TODO:'. |
341
|
| Line is longer than 80 characters. |
342
|
| Line is longer than 80 characters. |
344
|
| '&&' should be on a new line. |
344
|
| Line is longer than 80 characters. |
346
|
| Line is longer than 80 characters. |
348
|
| 'if' construct must use '{}'s. |
350
|
| Parameter pw should be final. |
376
|
| Expected @param tag for 'pw'. |
376
|
| Parameter operation should be final. |
377
|
| Expected @param tag for 'operation'. |
377
|
| Parameter parms should be final. |
378
|
| Expected @param tag for 'parms'. |
378
|
| Parameter soapAction should be final. |
379
|
| Expected @param tag for 'soapAction'. |
379
|
| Parameter namespace should be final. |
380
|
| Expected @param tag for 'namespace'. |
380
|
| Line has trailing spaces. |
388
|
| Line is longer than 80 characters. |
395
|
| 'if' construct must use '{}'s. |
400
|
| 'else' construct must use '{}'s. |
402
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeStubWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Unclosed HTML tag found: <BindingName>Stub.java |
60
|
| Unclosed HTML tag found: <bindingName>Stub class. |
61
|
| Missing a Javadoc comment. |
66
|
| Missing a Javadoc comment. |
67
|
| Missing a Javadoc comment. |
68
|
| Missing a Javadoc comment. |
70
|
| Variable 'modeStrings' must be private and have accessor methods. |
70
|
| Line is longer than 80 characters. |
71
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
73
|
| Missing a Javadoc comment. |
74
|
| Variable 'styles' must be private and have accessor methods. |
74
|
| Missing a Javadoc comment. |
75
|
| Variable 'uses' must be private and have accessor methods. |
75
|
| Missing a Javadoc comment. |
86
|
| Name 'OPERDESC_PER_BLOCK' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
86
|
| Variable 'OPERDESC_PER_BLOCK' must be private and have accessor methods. |
86
|
| '10' is a magic number. |
86
|
| Parameter emitter should be final. |
91
|
| Expected @param tag for 'emitter'. |
91
|
| Parameter bEntry should be final. |
92
|
| 'bEntry' hides a field. |
92
|
| Expected @param tag for 'bEntry'. |
92
|
| Parameter symbolTable should be final. |
93
|
| 'symbolTable' hides a field. |
93
|
| Expected @param tag for 'symbolTable'. |
93
|
| Expected an @return tag. |
103
|
| Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Unclosed HTML tag found: <SEI> ". |
108
|
| Expected an @return tag. |
110
|
| Method 'getImplementsText' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Line is longer than 80 characters. |
111
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Method length is 200 lines (max allowed is 150). |
117
|
| Parameter pw should be final. |
117
|
| Expected @param tag for 'pw'. |
117
|
| Expected @throws tag for 'IOException'. |
117
|
| Line is longer than 80 characters. |
122
|
| Line is longer than 80 characters. |
123
|
| Line is longer than 80 characters. |
124
|
| Line is longer than 80 characters. |
125
|
| Line is longer than 80 characters. |
128
|
| Line is longer than 80 characters. |
132
|
| Line is longer than 80 characters. |
136
|
| Line is longer than 80 characters. |
141
|
| Line is longer than 80 characters. |
143
|
| '||' should be on a new line. |
163
|
| '||' should be on a new line. |
164
|
| '||' should be on a new line. |
165
|
| '||' should be on a new line. |
166
|
| Line is longer than 80 characters. |
173
|
| Line is longer than 80 characters. |
186
|
| Line is longer than 80 characters. |
191
|
| Line is longer than 80 characters. |
194
|
| Line is longer than 80 characters. |
196
|
| Line is longer than 80 characters. |
205
|
| Line is longer than 80 characters. |
213
|
| Line is longer than 80 characters. |
215
|
| Line is longer than 80 characters. |
216
|
| Line is longer than 80 characters. |
227
|
| Line is longer than 80 characters. |
234
|
| Line is longer than 80 characters. |
238
|
| Line is longer than 80 characters. |
239
|
| Comment matches to-do format 'TODO:'. |
241
|
| Line is longer than 80 characters. |
242
|
| Line is longer than 80 characters. |
244
|
| '&&' should be on a new line. |
244
|
| Line is longer than 80 characters. |
246
|
| Line is longer than 80 characters. |
247
|
| Line is longer than 80 characters. |
252
|
| Line is longer than 80 characters. |
253
|
| Line is longer than 80 characters. |
254
|
| Line is longer than 80 characters. |
255
|
| Line is longer than 80 characters. |
256
|
| Line is longer than 80 characters. |
257
|
| Line is longer than 80 characters. |
258
|
| Line is longer than 80 characters. |
259
|
| Line is longer than 80 characters. |
260
|
| Line is longer than 80 characters. |
282
|
| Comment matches to-do format 'TODO:'. |
290
|
| Line is longer than 80 characters. |
291
|
| Line is longer than 80 characters. |
293
|
| '&&' should be on a new line. |
293
|
| Line is longer than 80 characters. |
295
|
| Line is longer than 80 characters. |
296
|
| Missing a Javadoc comment. |
318
|
| Parameter pw should be final. |
318
|
| Line is longer than 80 characters. |
321
|
| '+' should be on a new line. |
321
|
| Line is longer than 80 characters. |
333
|
| Line is longer than 80 characters. |
334
|
| Line is longer than 80 characters. |
342
|
| Comment matches to-do format 'TODO:'. |
349
|
| Line is longer than 80 characters. |
350
|
| Line is longer than 80 characters. |
352
|
| '&&' should be on a new line. |
352
|
| Line is longer than 80 characters. |
370
|
| Line is longer than 80 characters. |
384
|
| Line is longer than 80 characters. |
394
|
| Line is longer than 80 characters. |
416
|
| '+' should be on a new line. |
425
|
| '+' should be on a new line. |
431
|
| Line is longer than 80 characters. |
438
|
| Expected an @return tag. |
463
|
| Parameter portType should be final. |
463
|
| Expected @param tag for 'portType'. |
463
|
| Line is longer than 80 characters. |
486
|
| Expected an @return tag. |
506
|
| Parameter operation should be final. |
506
|
| Expected @param tag for 'operation'. |
506
|
| 'if' construct must use '{}'s. |
518
|
| Line is longer than 80 characters. |
531
|
| 'for' construct must use '{}'s. |
532
|
| Parameter v should be final. |
540
|
| Expected @param tag for 'v'. |
540
|
| Parameter parts should be final. |
540
|
| Expected @param tag for 'parts'. |
540
|
| First sentence should end with a period. |
556
|
| Parameter pw should be final. |
559
|
| Expected @param tag for 'pw'. |
559
|
| Parameter bindOp should be final. |
559
|
| Expected @param tag for 'bindOp'. |
559
|
| Line is longer than 80 characters. |
583
|
| Line is longer than 80 characters. |
584
|
| Line is longer than 80 characters. |
586
|
| Line is longer than 80 characters. |
587
|
| Parameter pw should be final. |
595
|
| Expected @param tag for 'pw'. |
595
|
| Parameter hasMIME should be final. |
595
|
| Expected @param tag for 'hasMIME'. |
595
|
| Parameter namespace should be final. |
596
|
| Expected @param tag for 'namespace'. |
596
|
| Line is longer than 80 characters. |
599
|
| Line is longer than 80 characters. |
600
|
| Line is longer than 80 characters. |
601
|
| Line is longer than 80 characters. |
602
|
| Line is longer than 80 characters. |
603
|
| Line is longer than 80 characters. |
604
|
| Line is longer than 80 characters. |
605
|
| Line is longer than 80 characters. |
606
|
| Line is longer than 80 characters. |
608
|
| Line is longer than 80 characters. |
609
|
| Missing a Javadoc comment. |
624
|
| Parameter pw should be final. |
624
|
| Parameter type should be final. |
624
|
| '&&' should be on a new line. |
635
|
| Line is longer than 80 characters. |
636
|
| Parameter pw should be final. |
663
|
| Expected @param tag for 'pw'. |
663
|
| Parameter operation should be final. |
664
|
| Expected @param tag for 'operation'. |
664
|
| Parameter parms should be final. |
665
|
| Expected @param tag for 'parms'. |
665
|
| Parameter soapAction should be final. |
666
|
| Expected @param tag for 'soapAction'. |
666
|
| Parameter opStyle should be final. |
667
|
| Expected @param tag for 'opStyle'. |
667
|
| Parameter oneway should be final. |
668
|
| Expected @param tag for 'oneway'. |
668
|
| Parameter opIndex should be final. |
669
|
| Expected @param tag for 'opIndex'. |
669
|
| Line is longer than 80 characters. |
673
|
| Line is longer than 80 characters. |
681
|
| Line is longer than 80 characters. |
691
|
| Line is longer than 80 characters. |
699
|
| Line is longer than 80 characters. |
705
|
| Line is longer than 80 characters. |
709
|
| Comment matches to-do format 'TODO:'. |
711
|
| Line is longer than 80 characters. |
712
|
| '&&' should be on a new line. |
714
|
| Line is longer than 80 characters. |
716
|
| Line has trailing spaces. |
720
|
| Line is longer than 80 characters. |
726
|
| Line is longer than 80 characters. |
729
|
| '+' should be on a new line. |
734
|
| Line has trailing spaces. |
742
|
| Line has trailing spaces. |
745
|
| Line has trailing spaces. |
746
|
| Line is longer than 80 characters. |
748
|
| Missing a Javadoc comment. |
768
|
| Parameter pw should be final. |
768
|
| Parameter parms should be final. |
768
|
| Line is longer than 80 characters. |
784
|
| Missing a Javadoc comment. |
791
|
| Parameter pw should be final. |
791
|
| Parameter parms should be final. |
791
|
| Line is longer than 80 characters. |
801
|
| Line is longer than 80 characters. |
812
|
| Line is longer than 80 characters. |
818
|
| Line is longer than 80 characters. |
832
|
| First sentence should end with a period. |
841
|
| Unused @param tag for 'type'. |
845
|
| Parameter pw should be final. |
848
|
| Expected @param tag for 'pw'. |
848
|
| Parameter target should be final. |
848
|
| Parameter param should be final. |
849
|
| Expected @param tag for 'param'. |
849
|
| Parameter source should be final. |
850
|
| Line is longer than 80 characters. |
863
|
| '+' should be on a new line. |
866
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeTestCaseWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
42
|
| Unclosed HTML tag found: <serviceName>TestCase.java file. |
42
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
49
|
| Parameter emitter should be final. |
54
|
| Expected @param tag for 'emitter'. |
54
|
| Parameter sEntry should be final. |
55
|
| 'sEntry' hides a field. |
55
|
| Expected @param tag for 'sEntry'. |
55
|
| Parameter symbolTable should be final. |
56
|
| 'symbolTable' hides a field. |
56
|
| Expected @param tag for 'symbolTable'. |
56
|
| Expected an @return tag. |
65
|
| Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter pw should be final. |
72
|
| Expected @param tag for 'pw'. |
72
|
| Expected @throws tag for 'IOException'. |
72
|
| Line has trailing spaces. |
96
|
| Missing a Javadoc comment. |
115
|
| Missing a Javadoc comment. |
117
|
| Redundant 'final' modifier. |
117
|
| Parameter pw should be final. |
117
|
| Parameter portName should be final. |
118
|
| Parameter portType should be final. |
118
|
| Line is longer than 80 characters. |
119
|
| Parameter bEntry should be final. |
119
|
| Line is longer than 80 characters. |
137
|
| '&&' should be on a new line. |
153
|
| Line is longer than 80 characters. |
191
|
| Line is longer than 80 characters. |
207
|
| Line is longer than 80 characters. |
210
|
| Line is longer than 80 characters. |
219
|
| Line is longer than 80 characters. |
223
|
| Missing a Javadoc comment. |
232
|
| Parameter pw should be final. |
232
|
| Line is longer than 80 characters. |
233
|
| Parameter bindingType should be final. |
233
|
| Parameter portName should be final. |
233
|
| Line is longer than 80 characters. |
240
|
| Line is longer than 80 characters. |
243
|
| '+' should be on a new line. |
245
|
| '+' should be on a new line. |
246
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeTypeWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
33
|
| Unclosed HTML tag found: <typeName>.java, <typeName>Holder.java. |
34
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Parameter emitter should be final. |
48
|
| Expected @param tag for 'emitter'. |
48
|
| Parameter type should be final. |
49
|
| Expected @param tag for 'type'. |
49
|
| Parameter symbolTable should be final. |
50
|
| Expected @param tag for 'symbolTable'. |
50
|
| Line has trailing spaces. |
52
|
| Line is longer than 80 characters. |
58
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
83
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Expected @throws tag for 'IOException'. |
94
|
| Line is longer than 80 characters. |
104
|
| Expected an @return tag. |
106
|
| Parameter entry should be final. |
106
|
| Expected @param tag for 'entry'. |
106
|
| First sentence should end with a period. |
112
|
| Expected an @return tag. |
115
|
| Line is longer than 80 characters. |
115
|
| Method 'getEnumTypeWriter' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter emitter should be final. |
115
|
| Expected @param tag for 'emitter'. |
115
|
| Parameter type should be final. |
115
|
| Expected @param tag for 'type'. |
115
|
| Parameter v should be final. |
115
|
| Expected @param tag for 'v'. |
115
|
| First sentence should end with a period. |
119
|
| Expected an @return tag. |
122
|
| Method 'getBeanWriter' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Parameter emitter should be final. |
122
|
| Expected @param tag for 'emitter'. |
122
|
| Parameter type should be final. |
122
|
| Expected @param tag for 'type'. |
122
|
| Parameter elements should be final. |
123
|
| Expected @param tag for 'elements'. |
123
|
| Parameter base should be final. |
123
|
| Expected @param tag for 'base'. |
123
|
| Parameter attributes should be final. |
124
|
| Expected @param tag for 'attributes'. |
124
|
| Line is longer than 80 characters. |
125
|
| Line has trailing spaces. |
128
|
| '&&' should be on a new line. |
132
|
| First sentence should end with a period. |
143
|
| Expected an @return tag. |
146
|
| Line is longer than 80 characters. |
146
|
| Method 'getBeanHelperWriter' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Parameter emitter should be final. |
146
|
| Expected @param tag for 'emitter'. |
146
|
| Parameter type should be final. |
146
|
| Expected @param tag for 'type'. |
146
|
| Parameter elements should be final. |
147
|
| Expected @param tag for 'elements'. |
147
|
| Parameter base should be final. |
147
|
| Expected @param tag for 'base'. |
147
|
| Parameter attributes should be final. |
148
|
| Expected @param tag for 'attributes'. |
148
|
| Line is longer than 80 characters. |
149
|
| First sentence should end with a period. |
152
|
| Expected an @return tag. |
155
|
| Method 'getHolderWriter' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Parameter emitter should be final. |
155
|
| Expected @param tag for 'emitter'. |
155
|
| Parameter type should be final. |
155
|
| Expected @param tag for 'type'. |
155
|
org/apache/geronimo/ews/jaxrpcmapping/J2eeUtils.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
21
|
| Expected an @return tag. |
25
|
| Parameter arrayParameter should be final. |
25
|
| Expected @param tag for 'arrayParameter'. |
25
|
| Missing a Javadoc comment. |
45
|
| Parameter returnType should be final. |
45
|
| 'if' construct must use '{}'s. |
46
|
org/apache/geronimo/ews/jaxrpcmapping/JaxRpcMapper.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Redundant 'public' modifier. |
39
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Missing a Javadoc comment. |
43
|
| Redundant 'public' modifier. |
43
|
| Missing a Javadoc comment. |
45
|
| Redundant 'public' modifier. |
45
|
| Missing a Javadoc comment. |
47
|
| Redundant 'public' modifier. |
47
|
| Missing a Javadoc comment. |
49
|
| Redundant 'public' modifier. |
49
|
| Missing a Javadoc comment. |
51
|
| Redundant 'public' modifier. |
51
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
53
|
| Redundant 'public' modifier. |
53
|
| Expected an @return tag. |
62
|
| Redundant 'public' modifier. |
62
|
| Expected @param tag for 'bEntry'. |
62
|
| Expected @param tag for 'operation'. |
63
|
| Expected @param tag for 'position'. |
64
|
| Expected an @return tag. |
71
|
| Redundant 'public' modifier. |
71
|
| Expected @param tag for 'bEntry'. |
71
|
| Expected @param tag for 'operation'. |
72
|
| Expected an @return tag. |
79
|
| Redundant 'public' modifier. |
79
|
| Expected @param tag for 'bEntry'. |
79
|
| Expected @param tag for 'operation'. |
80
|
org/apache/geronimo/ews/jaxrpcmapping/WsdlToJ2ee.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
52
|
| Variable 'bPackageOpt' must be private and have accessor methods. |
52
|
| Missing a Javadoc comment. |
53
|
| Line is longer than 80 characters. |
64
|
| Name 'options' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
64
|
| Line is longer than 80 characters. |
74
|
| Missing a Javadoc comment. |
127
|
| Method 'createParser' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
| Method 'parseOption' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter option should be final. |
136
|
| Line is longer than 80 characters. |
145
|
| Line has trailing spaces. |
168
|
| Line is longer than 80 characters. |
191
|
| Method 'validateOptions' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Parameter args should be final. |
233
|
| Line is longer than 80 characters. |
239
|
| Line has trailing spaces. |
253
|
| First sentence should end with a period. |
263
|
| Parameter args should be final. |
266
|
| Expected @param tag for 'args'. |
266
|
| Array brackets at illegal position. |
266
|
| Line has trailing spaces. |
270
|
org/apache/geronimo/ews/jaxrpcmapping/XMLBeansJaxRpcMapper.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
51
|
| Line is longer than 80 characters. |
53
|
| Method 'loadMappingFromInputStream' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter is should be final. |
53
|
| Line is longer than 80 characters. |
55
|
| Method 'loadMappingFromDir' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter path should be final. |
66
|
| Line is longer than 80 characters. |
69
|
| Method 'getPackageMappingCount' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Method 'getPackageMappingClassName' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter index should be final. |
88
|
| Method 'getPackageMappingURI' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Parameter index should be final. |
93
|
| Method 'getMapping' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Method 'getJavaType' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter typeQName should be final. |
105
|
| Line is longer than 80 characters. |
109
|
| Line is longer than 80 characters. |
114
|
| Line is longer than 80 characters. |
116
|
| Line has trailing spaces. |
118
|
| Line is longer than 80 characters. |
118
|
| Line is longer than 80 characters. |
119
|
| Line is longer than 80 characters. |
124
|
| Line is longer than 80 characters. |
125
|
| Method 'getExceptionType' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Missing a Javadoc comment. |
133
|
| Parameter messageQName should be final. |
133
|
| Line is longer than 80 characters. |
137
|
| Method 'getPortName' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Missing a Javadoc comment. |
148
|
| Parameter port should be final. |
148
|
| Line is longer than 80 characters. |
152
|
| Line is longer than 80 characters. |
158
|
| Line is longer than 80 characters. |
160
|
| Method 'getServiceInterfaceName' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Missing a Javadoc comment. |
168
|
| Parameter entry should be final. |
168
|
| Line is longer than 80 characters. |
172
|
| Line is longer than 80 characters. |
175
|
| Line is longer than 80 characters. |
177
|
| Line is longer than 80 characters. |
184
|
| Method 'getServiceEndpointInterfaceName' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Missing a Javadoc comment. |
184
|
| Parameter ptEntry should be final. |
184
|
| Parameter bEntry should be final. |
184
|
| Line is longer than 80 characters. |
188
|
| Line is longer than 80 characters. |
195
|
| Line is longer than 80 characters. |
196
|
| Line is longer than 80 characters. |
198
|
| Expected an @return tag. |
211
|
| Line is longer than 80 characters. |
211
|
| Method 'getJavaMethodParamType' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Parameter bEntry should be final. |
211
|
| Expected @param tag for 'bEntry'. |
211
|
| Parameter operation should be final. |
211
|
| Expected @param tag for 'operation'. |
211
|
| Parameter position should be final. |
211
|
| Expected @param tag for 'position'. |
211
|
| Line is longer than 80 characters. |
215
|
| Line is longer than 80 characters. |
222
|
| Line is longer than 80 characters. |
223
|
| Line is longer than 80 characters. |
224
|
| Line is longer than 80 characters. |
227
|
| Line is longer than 80 characters. |
228
|
| Line is longer than 80 characters. |
230
|
| Line is longer than 80 characters. |
232
|
| Line is longer than 80 characters. |
233
|
| Line is longer than 80 characters. |
234
|
| Line is longer than 80 characters. |
235
|
| Expected an @return tag. |
250
|
| Line is longer than 80 characters. |
250
|
| Method 'getJavaMethodReturnType' is not designed for extension - needs to be abstract, final or empty. |
250
|
| Parameter bEntry should be final. |
250
|
| Expected @param tag for 'bEntry'. |
250
|
| Parameter operation should be final. |
250
|
| Expected @param tag for 'operation'. |
250
|
| Line is longer than 80 characters. |
254
|
| Line is longer than 80 characters. |
261
|
| Line is longer than 80 characters. |
262
|
| Line is longer than 80 characters. |
263
|
| Line is longer than 80 characters. |
266
|
| Line is longer than 80 characters. |
267
|
| Line is longer than 80 characters. |
272
|
| Line is longer than 80 characters. |
273
|
| Expected an @return tag. |
287
|
| Method 'getJavaMethodName' is not designed for extension - needs to be abstract, final or empty. |
287
|
| Parameter bEntry should be final. |
287
|
| Expected @param tag for 'bEntry'. |
287
|
| Parameter operation should be final. |
287
|
| Expected @param tag for 'operation'. |
287
|
| Line is longer than 80 characters. |
291
|
| Line is longer than 80 characters. |
298
|
| Line is longer than 80 characters. |
299
|
| Line is longer than 80 characters. |
300
|
| Line is longer than 80 characters. |
303
|
| Line is longer than 80 characters. |
304
|
| Line is longer than 80 characters. |
306
|
org/apache/geronimo/ews/jaxrpcmapping/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/ContextFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
23
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| Missing a Javadoc comment. |
39
|
| Redundant 'public' modifier. |
39
|
| Line has trailing spaces. |
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
|
org/apache/geronimo/ews/ws4j2ee/context/ContextValidator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
45
|
| Missing a Javadoc comment. |
53
|
| Line is longer than 80 characters. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter context should be final. |
55
|
| 'context' hides a field. |
55
|
| First sentence should end with a period. |
64
|
| Line is longer than 80 characters. |
65
|
| Method 'validateWithOutWSDL' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter emitter should be final. |
71
|
| Expected @param tag for 'emitter'. |
71
|
| Expected @throws tag for 'GenerationFault'. |
71
|
| Line is longer than 80 characters. |
73
|
| 'if' construct must use '{}'s. |
74
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
80
|
| Line has trailing spaces. |
82
|
| Line has trailing spaces. |
83
|
| 'if' construct must use '{}'s. |
87
|
| Line is longer than 80 characters. |
88
|
| 'if' construct must use '{}'s. |
95
|
| Line is longer than 80 characters. |
96
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
100
|
| Line is longer than 80 characters. |
101
|
| 'if' construct must use '{}'s. |
102
|
| Method 'validateWithWSDL' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
| Line is longer than 80 characters. |
112
|
| 'if' construct must use '{}'s. |
114
|
| Line is longer than 80 characters. |
115
|
| '+' should be on a new line. |
115
|
| Line is longer than 80 characters. |
120
|
| Line is longer than 80 characters. |
129
|
| 'if' construct must use '{}'s. |
132
|
| 'if' construct must use '{}'s. |
134
|
| 'if' construct must use '{}'s. |
136
|
| 'if' construct must use '{}'s. |
138
|
| 'if' construct must use '{}'s. |
140
|
| Line is longer than 80 characters. |
142
|
| Line is longer than 80 characters. |
146
|
| 'if' construct must use '{}'s. |
148
|
| Line is longer than 80 characters. |
149
|
| '+' should be on a new line. |
149
|
| Line is longer than 80 characters. |
154
|
| 'if' construct must use '{}'s. |
162
|
| Line is longer than 80 characters. |
163
|
| Line is longer than 80 characters. |
165
|
| Line is longer than 80 characters. |
168
|
| Line has trailing spaces. |
170
|
| Line contains a tab character. |
170
|
| Line has trailing spaces. |
171
|
| Line is longer than 80 characters. |
174
|
| Line is longer than 80 characters. |
176
|
| Line has trailing spaces. |
181
|
| Line has trailing spaces. |
183
|
| Line is longer than 80 characters. |
183
|
| Line has trailing spaces. |
185
|
| Line contains a tab character. |
185
|
| Line is longer than 80 characters. |
186
|
| Line has trailing spaces. |
190
|
| Line is longer than 80 characters. |
191
|
| Line has trailing spaces. |
196
|
| Line contains a tab character. |
196
|
| Line has trailing spaces. |
197
|
| Line contains a tab character. |
197
|
| Line has trailing spaces. |
198
|
| Line is longer than 80 characters. |
199
|
| Line is longer than 80 characters. |
202
|
| Line has trailing spaces. |
218
|
| Line is longer than 80 characters. |
220
|
org/apache/geronimo/ews/ws4j2ee/context/InputOutputFile.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
24
|
| Line is longer than 80 characters. |
25
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
org/apache/geronimo/ews/ws4j2ee/context/J2EEWebServiceContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
40
|
| First sentence should end with a period. |
46
|
| Expected an @return tag. |
51
|
| Redundant 'public' modifier. |
51
|
| Missing a Javadoc comment. |
53
|
| Redundant 'public' modifier. |
53
|
| First sentence should end with a period. |
55
|
| Expected an @return tag. |
60
|
| Redundant 'public' modifier. |
60
|
| Missing a Javadoc comment. |
62
|
| Redundant 'public' modifier. |
62
|
| First sentence should end with a period. |
64
|
| Expected an @return tag. |
69
|
| Redundant 'public' modifier. |
69
|
| Missing a Javadoc comment. |
71
|
| Redundant 'public' modifier. |
71
|
| Expected an @return tag. |
78
|
| Redundant 'public' modifier. |
78
|
| Missing a Javadoc comment. |
80
|
| Redundant 'public' modifier. |
80
|
| First sentence should end with a period. |
82
|
| Redundant 'public' modifier. |
85
|
| Redundant 'public' modifier. |
93
|
| Expected @param tag for 'factory'. |
93
|
| Missing a Javadoc comment. |
95
|
| Redundant 'public' modifier. |
95
|
| Missing a Javadoc comment. |
97
|
| Redundant 'public' modifier. |
97
|
| Missing a Javadoc comment. |
99
|
| Redundant 'public' modifier. |
99
|
| Missing a Javadoc comment. |
101
|
| Redundant 'public' modifier. |
101
|
| Missing a Javadoc comment. |
103
|
| Redundant 'public' modifier. |
103
|
| Missing a Javadoc comment. |
105
|
| Redundant 'public' modifier. |
105
|
| Missing a Javadoc comment. |
107
|
| Redundant 'public' modifier. |
107
|
| Missing a Javadoc comment. |
109
|
| Redundant 'public' modifier. |
109
|
org/apache/geronimo/ews/ws4j2ee/context/JaxRpcMapperContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
30
|
| First sentence should end with a period. |
37
|
| Expected an @return tag. |
43
|
| Redundant 'public' modifier. |
43
|
| Expected @param tag for 'messageQName'. |
43
|
| First sentence should end with a period. |
45
|
| Expected an @return tag. |
52
|
| Redundant 'public' modifier. |
52
|
| Expected @param tag for 'bEntry'. |
52
|
| Expected @param tag for 'operation'. |
53
|
| Line is longer than 80 characters. |
56
|
| Expected an @return tag. |
63
|
| Redundant 'public' modifier. |
63
|
| Expected @param tag for 'bEntry'. |
63
|
| Expected @param tag for 'operation'. |
64
|
| Expected @param tag for 'position'. |
65
|
| Expected @param tag for 'type'. |
65
|
| Line is longer than 80 characters. |
68
|
| Expected an @return tag. |
74
|
| Redundant 'public' modifier. |
74
|
| Expected @param tag for 'bEntry'. |
74
|
| Expected @param tag for 'operation'. |
75
|
| First sentence should end with a period. |
77
|
| Expected an @return tag. |
83
|
| Redundant 'public' modifier. |
83
|
| Expected @param tag for 'typeQName'. |
83
|
| Missing a Javadoc comment. |
85
|
| Redundant 'public' modifier. |
85
|
| Missing a Javadoc comment. |
87
|
| Redundant 'public' modifier. |
87
|
| Missing a Javadoc comment. |
89
|
| Redundant 'public' modifier. |
89
|
| First sentence should end with a period. |
91
|
| Expected an @return tag. |
97
|
| Redundant 'public' modifier. |
97
|
| Expected @param tag for 'port'. |
97
|
| First sentence should end with a period. |
99
|
| Expected an @return tag. |
106
|
| Line is longer than 80 characters. |
106
|
| Redundant 'public' modifier. |
106
|
| Expected @param tag for 'ptEntry'. |
106
|
| Expected @param tag for 'bEntry'. |
107
|
| Expected an @return tag. |
113
|
| Redundant 'public' modifier. |
113
|
| Expected @param tag for 'entry'. |
113
|
| Redundant 'public' modifier. |
118
|
| Expected @param tag for 'path'. |
118
|
| Expected @throws tag for 'GenerationFault'. |
118
|
| Line is longer than 80 characters. |
123
|
| Redundant 'public' modifier. |
123
|
| Expected @param tag for 'is'. |
123
|
| Expected @throws tag for 'GenerationFault'. |
123
|
| Missing a Javadoc comment. |
125
|
| Redundant 'public' modifier. |
125
|
org/apache/geronimo/ews/ws4j2ee/context/MiscInfo.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| First sentence should end with a period. |
34
|
| Redundant 'public' modifier. |
39
|
| Expected @param tag for 'outputpath'. |
39
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Redundant 'public' modifier. |
46
|
| Missing a Javadoc comment. |
48
|
| Redundant 'public' modifier. |
48
|
| Missing a Javadoc comment. |
50
|
| Redundant 'public' modifier. |
50
|
| Missing a Javadoc comment. |
52
|
| Redundant 'public' modifier. |
52
|
| Expected an @return tag. |
60
|
| Redundant 'public' modifier. |
60
|
| Missing a Javadoc comment. |
62
|
| Redundant 'public' modifier. |
62
|
| Missing a Javadoc comment. |
64
|
| Redundant 'public' modifier. |
64
|
| Missing a Javadoc comment. |
66
|
| Redundant 'public' modifier. |
66
|
| First sentence should end with a period. |
68
|
| Redundant 'public' modifier. |
71
|
| Missing a Javadoc comment. |
73
|
| Redundant 'public' modifier. |
73
|
| Missing a Javadoc comment. |
75
|
| Redundant 'public' modifier. |
75
|
| Expected an @return tag. |
82
|
| Redundant 'public' modifier. |
82
|
| Missing a Javadoc comment. |
84
|
| Redundant 'public' modifier. |
84
|
| Expected an @return tag. |
91
|
| Redundant 'public' modifier. |
91
|
| Missing a Javadoc comment. |
93
|
| Redundant 'public' modifier. |
93
|
| First sentence should end with a period. |
95
|
| Expected an @return tag. |
103
|
| Redundant 'public' modifier. |
103
|
| Missing a Javadoc comment. |
105
|
| Redundant 'public' modifier. |
105
|
| Expected an @return tag. |
114
|
| Redundant 'public' modifier. |
114
|
| Missing a Javadoc comment. |
116
|
| Redundant 'public' modifier. |
116
|
| Line is longer than 80 characters. |
119
|
| Expected an @return tag. |
124
|
| Redundant 'public' modifier. |
124
|
| Missing a Javadoc comment. |
126
|
| Redundant 'public' modifier. |
126
|
| Line is longer than 80 characters. |
129
|
| Expected an @return tag. |
134
|
| Redundant 'public' modifier. |
134
|
| Missing a Javadoc comment. |
136
|
| Redundant 'public' modifier. |
136
|
| Expected an @return tag. |
143
|
| Redundant 'public' modifier. |
143
|
| Missing a Javadoc comment. |
145
|
| Redundant 'public' modifier. |
145
|
| Expected an @return tag. |
151
|
| Redundant 'public' modifier. |
151
|
| Missing a Javadoc comment. |
153
|
| Redundant 'public' modifier. |
153
|
| First sentence should end with a period. |
155
|
| Expected an @return tag. |
159
|
| Redundant 'public' modifier. |
159
|
| Missing a Javadoc comment. |
161
|
| Redundant 'public' modifier. |
161
|
| Missing a Javadoc comment. |
163
|
| Redundant 'public' modifier. |
163
|
| Missing a Javadoc comment. |
165
|
| Redundant 'public' modifier. |
165
|
| Missing a Javadoc comment. |
167
|
| Redundant 'public' modifier. |
167
|
| Missing a Javadoc comment. |
169
|
| Redundant 'public' modifier. |
169
|
org/apache/geronimo/ews/ws4j2ee/context/SEIOperation.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
| Line is longer than 80 characters. |
30
|
| Redundant 'public' modifier. |
32
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Redundant 'public' modifier. |
39
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Missing a Javadoc comment. |
43
|
| Redundant 'public' modifier. |
43
|
| Missing a Javadoc comment. |
45
|
| Redundant 'public' modifier. |
45
|
| Missing a Javadoc comment. |
47
|
| Redundant 'public' modifier. |
47
|
| Missing a Javadoc comment. |
49
|
| Redundant 'public' modifier. |
49
|
org/apache/geronimo/ews/ws4j2ee/context/impl/AxisEmitterBasedJaxRpcMapperContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
46
|
| Line is longer than 80 characters. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter emitter should be final. |
48
|
| 'emitter' hides a field. |
48
|
| Parameter j2eewscontext should be final. |
48
|
| 'j2eewscontext' hides a field. |
48
|
| 'methods' hides a field. |
51
|
| Expected an @return tag. |
61
|
| Method 'getExceptionType' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter messageQName should be final. |
61
|
| Expected @param tag for 'messageQName'. |
61
|
| Expected an @return tag. |
71
|
| Method 'getJavaMethodName' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter bEntry should be final. |
71
|
| Expected @param tag for 'bEntry'. |
71
|
| Parameter operation should be final. |
71
|
| Expected @param tag for 'operation'. |
71
|
| Expected an @return tag. |
81
|
| Method 'getJavaMethodParamType' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter bEntry should be final. |
81
|
| Expected @param tag for 'bEntry'. |
81
|
| Parameter operation should be final. |
82
|
| Expected @param tag for 'operation'. |
82
|
| Parameter position should be final. |
83
|
| Expected @param tag for 'position'. |
83
|
| Parameter type should be final. |
83
|
| Expected @param tag for 'type'. |
83
|
| Line has trailing spaces. |
86
|
| 'if' construct must use '{}'s. |
87
|
| Line is longer than 80 characters. |
88
|
| '+' should be on a new line. |
88
|
| Expected an @return tag. |
98
|
| Method 'getJavaMethodReturnType' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter bEntry should be final. |
98
|
| Expected @param tag for 'bEntry'. |
98
|
| Parameter operation should be final. |
99
|
| Expected @param tag for 'operation'. |
99
|
| Line has trailing spaces. |
102
|
| 'if' construct must use '{}'s. |
103
|
| Line is longer than 80 characters. |
104
|
| '+' should be on a new line. |
104
|
| Expected an @return tag. |
113
|
| Method 'getJavaType' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Parameter typeQName should be final. |
113
|
| Expected @param tag for 'typeQName'. |
113
|
| Expected an @return tag. |
122
|
| Method 'getPortName' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Parameter port should be final. |
122
|
| Expected @param tag for 'port'. |
122
|
| Expected an @return tag. |
131
|
| Method 'getServiceEndpointInterfaceName' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter ptEntry should be final. |
131
|
| Expected @param tag for 'ptEntry'. |
131
|
| Parameter bEntry should be final. |
132
|
| Expected @param tag for 'bEntry'. |
132
|
| Expected an @return tag. |
140
|
| Method 'getServiceInterfaceName' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Parameter entry should be final. |
140
|
| Expected @param tag for 'entry'. |
140
|
| Method 'loadMappingFromDir' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Parameter path should be final. |
147
|
| Expected @param tag for 'path'. |
147
|
| Method 'loadMappingFromInputStream' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Parameter is should be final. |
154
|
| Expected @param tag for 'is'. |
154
|
| Method 'serialize' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Method length is 240 lines (max allowed is 150). |
158
|
| Missing a Javadoc comment. |
158
|
| Parameter out should be final. |
158
|
| Line is longer than 80 characters. |
159
|
| Line is longer than 80 characters. |
163
|
| Line has trailing spaces. |
168
|
| Line is longer than 80 characters. |
174
|
| Line is longer than 80 characters. |
176
|
| Line is longer than 80 characters. |
178
|
| Line has trailing spaces. |
180
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| Line is longer than 80 characters. |
182
|
| Line contains a tab character. |
182
|
| Line is longer than 80 characters. |
183
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Line is longer than 80 characters. |
185
|
| Line contains a tab character. |
185
|
| Line is longer than 80 characters. |
186
|
| Line contains a tab character. |
186
|
| Line is longer than 80 characters. |
187
|
| Line contains a tab character. |
187
|
| Line contains a tab character. |
188
|
| Line is longer than 80 characters. |
189
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| Line is longer than 80 characters. |
191
|
| 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. |
196
|
| Line contains a tab character. |
198
|
| Line is longer than 80 characters. |
199
|
| Line contains a tab character. |
199
|
| 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 contains a tab character. |
203
|
| Line has trailing spaces. |
210
|
| Line is longer than 80 characters. |
213
|
| Line is longer than 80 characters. |
214
|
| Line has trailing spaces. |
215
|
| Line contains a tab character. |
215
|
| Line has trailing spaces. |
216
|
| Line contains a tab character. |
216
|
| Line has trailing spaces. |
217
|
| Line contains a tab character. |
217
|
| Line has trailing spaces. |
221
|
| Line contains a tab character. |
221
|
| Line has trailing spaces. |
222
|
| Line is longer than 80 characters. |
223
|
| Line is longer than 80 characters. |
231
|
| Line is longer than 80 characters. |
234
|
| Line has trailing spaces. |
240
|
| Line contains a tab character. |
240
|
| Line has trailing spaces. |
243
|
| Line is longer than 80 characters. |
244
|
| Line has trailing spaces. |
247
|
| Line is longer than 80 characters. |
248
|
| Line is longer than 80 characters. |
255
|
| Line is longer than 80 characters. |
257
|
| Line has trailing spaces. |
258
|
| Line is longer than 80 characters. |
260
|
| Line has trailing spaces. |
271
|
| Line is longer than 80 characters. |
276
|
| Line has trailing spaces. |
278
|
| Line contains a tab character. |
278
|
| Line is longer than 80 characters. |
280
|
| Line has trailing spaces. |
283
|
| Line has trailing spaces. |
286
|
| Line contains a tab character. |
286
|
| Line has trailing spaces. |
287
|
| Line is longer than 80 characters. |
288
|
| Line has trailing spaces. |
291
|
| Line has trailing spaces. |
293
|
| Line has trailing spaces. |
294
|
| Line has trailing spaces. |
296
|
| Line contains a tab character. |
296
|
| Line has trailing spaces. |
297
|
| Line contains a tab character. |
297
|
| Line contains a tab character. |
300
|
| Line is longer than 80 characters. |
301
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
302
|
| Line is longer than 80 characters. |
303
|
| Line contains a tab character. |
303
|
| Line is longer than 80 characters. |
305
|
| Line contains a tab character. |
305
|
| Line contains a tab character. |
306
|
| Line is longer than 80 characters. |
307
|
| Line contains a tab character. |
307
|
| Line has trailing spaces. |
308
|
| Line contains a tab character. |
308
|
| Line contains a tab character. |
309
|
| Line is longer than 80 characters. |
310
|
| Line contains a tab character. |
310
|
| Line contains a tab character. |
311
|
| Line is longer than 80 characters. |
312
|
| Line contains a tab character. |
312
|
| Line contains a tab character. |
313
|
| Line contains a tab character. |
314
|
| Line is longer than 80 characters. |
315
|
| Line contains a tab character. |
315
|
| Line is longer than 80 characters. |
316
|
| Line contains a tab character. |
316
|
| Line is longer than 80 characters. |
317
|
| Line contains a tab character. |
317
|
| Line has trailing spaces. |
318
|
| Line contains a tab character. |
318
|
| Line is longer than 80 characters. |
319
|
| Line contains a tab character. |
319
|
| Line is longer than 80 characters. |
320
|
| Line contains a tab character. |
320
|
| Line is longer than 80 characters. |
321
|
| Line contains a tab character. |
321
|
| Line is longer than 80 characters. |
322
|
| Line contains a tab character. |
322
|
| Line contains a tab character. |
323
|
| Line contains a tab character. |
325
|
| Line is longer than 80 characters. |
327
|
| Line contains a tab character. |
327
|
| Line contains a tab character. |
329
|
| Line has trailing spaces. |
330
|
| Line has trailing spaces. |
331
|
| Line has trailing spaces. |
332
|
| Line contains a tab character. |
332
|
| Line has trailing spaces. |
333
|
| Line contains a tab character. |
333
|
| Line is longer than 80 characters. |
335
|
| Line is longer than 80 characters. |
346
|
| Line is longer than 80 characters. |
348
|
| Line has trailing spaces. |
351
|
| Line contains a tab character. |
351
|
| Line has trailing spaces. |
356
|
| Line contains a tab character. |
356
|
| Line is longer than 80 characters. |
358
|
| Line is longer than 80 characters. |
360
|
| Line has trailing spaces. |
363
|
| Line is longer than 80 characters. |
366
|
| Line is longer than 80 characters. |
367
|
| Line is longer than 80 characters. |
370
|
| Line is longer than 80 characters. |
375
|
| Line is longer than 80 characters. |
378
|
| Line is longer than 80 characters. |
381
|
| Line has trailing spaces. |
382
|
| Line has trailing spaces. |
384
|
| Line has trailing spaces. |
387
|
| Line contains a tab character. |
394
|
| Method 'getPackageMappingClassName' is not designed for extension - needs to be abstract, final or empty. |
399
|
| Missing a Javadoc comment. |
399
|
| Parameter index should be final. |
399
|
| Method 'getPackageMappingCount' is not designed for extension - needs to be abstract, final or empty. |
403
|
| Missing a Javadoc comment. |
403
|
| Method 'getPackageMappingURI' is not designed for extension - needs to be abstract, final or empty. |
407
|
| Missing a Javadoc comment. |
407
|
| Parameter index should be final. |
407
|
org/apache/geronimo/ews/ws4j2ee/context/impl/ContextFactoryImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
30
|
| Missing a Javadoc comment. |
37
|
| Method 'createWSDLContext' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter info should be final. |
39
|
| 'if' construct must use '{}'s. |
40
|
| Line is longer than 80 characters. |
45
|
| Method 'createJaxRpcMapperContext' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter mapper should be final. |
45
|
| Parameter emitter should be final. |
45
|
| Method 'createMiscInfo' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Method 'getJ2EEWsContext' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter hasWSDL should be final. |
66
|
org/apache/geronimo/ews/ws4j2ee/context/impl/EJBDDContextImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
32
|
| Parameter ejbName should be final. |
32
|
| 'ejbName' hides a field. |
32
|
| Parameter implBean should be final. |
33
|
| 'implBean' hides a field. |
33
|
| Parameter ejbhomeInterface should be final. |
34
|
| 'ejbhomeInterface' hides a field. |
34
|
| Parameter ejbRemoteInterface should be final. |
35
|
| 'ejbRemoteInterface' hides a field. |
35
|
| Parameter ejbLocalHomeInterfce should be final. |
36
|
| 'ejbLocalHomeInterfce' hides a field. |
36
|
| Parameter ejbLocalInterface should be final. |
37
|
| 'ejbLocalInterface' hides a field. |
37
|
| Expected an @return tag. |
49
|
| Method 'getEjbLocalHomeInterfce' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Expected an @return tag. |
56
|
| Method 'getEjbLocalInterface' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Expected an @return tag. |
63
|
| Method 'getEjbName' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Expected an @return tag. |
70
|
| Method 'getEjbRemoteInterface' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Expected an @return tag. |
77
|
| Method 'getImplBean' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Expected an @return tag. |
84
|
| Method 'getEjbhomeInterface' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Method 'setEjbhomeInterface' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter string should be final. |
91
|
| Expected @param tag for 'string'. |
91
|
| Method 'setEjbLocalHomeInterfce' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter string should be final. |
98
|
| Expected @param tag for 'string'. |
98
|
| Method 'setEjbLocalInterface' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter string should be final. |
105
|
| Expected @param tag for 'string'. |
105
|
| Method 'setEjbName' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter string should be final. |
112
|
| Expected @param tag for 'string'. |
112
|
| Method 'setEjbRemoteInterface' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Parameter string should be final. |
119
|
| Expected @param tag for 'string'. |
119
|
| Method 'setImplBean' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter string should be final. |
126
|
| Expected @param tag for 'string'. |
126
|
org/apache/geronimo/ews/ws4j2ee/context/impl/InputOutputFileImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| Parameter instream should be final. |
38
|
| 'instream' hides a field. |
38
|
| Missing a Javadoc comment. |
42
|
| Parameter fileName should be final. |
42
|
| 'fileName' hides a field. |
42
|
| Missing a Javadoc comment. |
46
|
| Parameter fileName should be final. |
46
|
| 'fileName' hides a field. |
46
|
| Parameter instream should be final. |
46
|
| 'instream' hides a field. |
46
|
| Method 'fileName' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| 'if' construct must use '{}'s. |
52
|
| Line is longer than 80 characters. |
53
|
| Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Method 'getOutStream' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| 'if' construct must use '{}'s. |
75
|
| Method 'finalize' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| 'if' construct must use '{}'s. |
91
|
| Must have at least one statement. |
96
|
org/apache/geronimo/ews/ws4j2ee/context/impl/J2EEWebServiceContextImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
51
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
| Parameter hasWSDL should be final. |
58
|
| 'hasWSDL' hides a field. |
58
|
| Line is longer than 80 characters. |
64
|
| Method 'getWSDLContext' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Line is longer than 80 characters. |
71
|
| Method 'setWSDLContext' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter wsdlcontext should be final. |
73
|
| 'wsdlcontext' hides a field. |
73
|
| Line is longer than 80 characters. |
78
|
| Method 'getJAXRPCMappingContext' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Line is longer than 80 characters. |
85
|
| Method 'setJAXRPCMappingContext' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Parameter context should be final. |
87
|
| Method 'getWSCFContext' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| Line is longer than 80 characters. |
96
|
| Method 'setWSCFContext' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Parameter wscfcontext should be final. |
98
|
| 'wscfcontext' hides a field. |
98
|
| Method 'getMiscInfo' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Method 'setMiscInfo' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter info should be final. |
109
|
| Expected @param tag for 'info'. |
109
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| 'if' construct must use '{}'s. |
114
|
| '||' should be on a new line. |
114
|
| Line is longer than 80 characters. |
115
|
| Line is longer than 80 characters. |
116
|
| Method 'setFactory' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Parameter factory should be final. |
120
|
| 'factory' hides a field. |
120
|
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| Method 'addServiceReferanceContext' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Missing a Javadoc comment. |
128
|
| Parameter context should be final. |
128
|
| Method 'getEJBDDContext' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
| Method 'getServiceReferanceContext' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter index should be final. |
136
|
| Method 'getServiceReferanceContextCount' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Missing a Javadoc comment. |
140
|
| Method 'getWebDDContext' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Missing a Javadoc comment. |
144
|
| Method 'setEJBDDContext' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Missing a Javadoc comment. |
148
|
| Parameter context should be final. |
148
|
| Method 'setWebDDContext' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Missing a Javadoc comment. |
152
|
| Parameter context should be final. |
152
|
org/apache/geronimo/ews/ws4j2ee/context/impl/JaxRpcMapperImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
49
|
| Parameter jaxrpcmapper should be final. |
49
|
| 'jaxrpcmapper' hides a field. |
49
|
| Parameter j2ee should be final. |
49
|
| 'j2ee' hides a field. |
49
|
| Expected an @return tag. |
58
|
| Method 'getExceptionType' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter messageQName should be final. |
58
|
| Expected @param tag for 'messageQName'. |
58
|
| 'if' construct must use '{}'s. |
62
|
| Line is longer than 80 characters. |
63
|
| '+' should be on a new line. |
63
|
| Line is longer than 80 characters. |
64
|
| Expected an @return tag. |
74
|
| Method 'getJavaMethodName' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Parameter bEntry should be final. |
74
|
| Expected @param tag for 'bEntry'. |
74
|
| Parameter operation should be final. |
74
|
| Expected @param tag for 'operation'. |
74
|
| 'if' construct must use '{}'s. |
76
|
| 'if' construct must use '{}'s. |
78
|
| Line is longer than 80 characters. |
79
|
| '+' should be on a new line. |
79
|
| Expected an @return tag. |
90
|
| Method 'getJavaMethodParamType' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter bEntry should be final. |
90
|
| Expected @param tag for 'bEntry'. |
90
|
| Parameter operation should be final. |
91
|
| Expected @param tag for 'operation'. |
91
|
| Parameter position should be final. |
92
|
| Expected @param tag for 'position'. |
92
|
| Parameter parmType should be final. |
92
|
| Expected @param tag for 'parmType'. |
92
|
| Line is longer than 80 characters. |
93
|
| 'if' construct must use '{}'s. |
96
|
| Line is longer than 80 characters. |
97
|
| '+' should be on a new line. |
97
|
| Line is longer than 80 characters. |
98
|
| Expected an @return tag. |
108
|
| Method 'getJavaMethodReturnType' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter bEntry should be final. |
108
|
| Expected @param tag for 'bEntry'. |
108
|
| Parameter operation should be final. |
109
|
| Expected @param tag for 'operation'. |
109
|
| Line is longer than 80 characters. |
110
|
| 'if' construct must use '{}'s. |
118
|
| Line has trailing spaces. |
124
|
| Expected an @return tag. |
132
|
| Method 'getJavaType' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter typeQName should be final. |
132
|
| Expected @param tag for 'typeQName'. |
132
|
| 'if' construct must use '{}'s. |
134
|
| 'if' construct must use '{}'s. |
136
|
| '+' should be on a new line. |
137
|
| Line is longer than 80 characters. |
138
|
| Expected an @return tag. |
146
|
| Method 'getPortName' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Parameter port should be final. |
146
|
| Expected @param tag for 'port'. |
146
|
| 'if' construct must use '{}'s. |
150
|
| '+' should be on a new line. |
151
|
| Line is longer than 80 characters. |
152
|
| Expected an @return tag. |
162
|
| Method 'getServiceEndpointInterfaceName' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Parameter ptEntry should be final. |
162
|
| Expected @param tag for 'ptEntry'. |
162
|
| Parameter bEntry should be final. |
163
|
| Expected @param tag for 'bEntry'. |
163
|
| Line is longer than 80 characters. |
164
|
| 'if' construct must use '{}'s. |
167
|
| '+' should be on a new line. |
168
|
| Line is longer than 80 characters. |
169
|
| Expected an @return tag. |
178
|
| Method 'getServiceInterfaceName' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Parameter entry should be final. |
178
|
| Expected @param tag for 'entry'. |
178
|
| 'if' construct must use '{}'s. |
182
|
| Line is longer than 80 characters. |
183
|
| '+' should be on a new line. |
183
|
| Line is longer than 80 characters. |
184
|
| Method 'loadMappingFromDir' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Parameter path should be final. |
192
|
| Expected @param tag for 'path'. |
192
|
| Expected @throws tag for 'GenerationFault'. |
192
|
| Line is longer than 80 characters. |
199
|
| Method 'loadMappingFromInputStream' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Parameter is should be final. |
199
|
| Expected @param tag for 'is'. |
199
|
| Expected @throws tag for 'GenerationFault'. |
199
|
| Line is longer than 80 characters. |
204
|
| Method 'serialize' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Missing a Javadoc comment. |
206
|
| Parameter out should be final. |
206
|
| Line is longer than 80 characters. |
207
|
| Line is longer than 80 characters. |
211
|
| Method 'getPackageMappingClassName' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Missing a Javadoc comment. |
213
|
| Parameter index should be final. |
213
|
| Method 'getPackageMappingCount' is not designed for extension - needs to be abstract, final or empty. |
217
|
| Missing a Javadoc comment. |
217
|
| Method 'getPackageMappingURI' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Missing a Javadoc comment. |
221
|
| Parameter index should be final. |
221
|
org/apache/geronimo/ews/ws4j2ee/context/impl/MiscInfoImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
22
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
51
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
57
|
| Method 'getOutPutPath' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Method 'setOutputPath' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter string should be final. |
67
|
| Missing a Javadoc comment. |
71
|
| Method 'getSEIOperations' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Line is longer than 80 characters. |
85
|
| Method 'setSEIOperations' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Parameter operation should be final. |
87
|
| Expected an @return tag. |
94
|
| Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Expected an @return tag. |
101
|
| Method 'getWsConfFileLocation' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter b should be final. |
108
|
| Expected @param tag for 'b'. |
108
|
| Method 'setWsConfFileLocation' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter string should be final. |
115
|
| Expected @param tag for 'string'. |
115
|
| Expected an @return tag. |
122
|
| Method 'getJ2eeComponetLink' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Method 'setJ2eeComponetLink' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter string should be final. |
129
|
| Expected @param tag for 'string'. |
129
|
| Expected an @return tag. |
136
|
| Method 'getJaxrpcfile' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Expected an @return tag. |
143
|
| Method 'getWsdlFile' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Method 'setJaxrpcfile' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter string should be final. |
150
|
| Expected @param tag for 'string'. |
150
|
| Method 'setWsdlFile' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Parameter string should be final. |
157
|
| Expected @param tag for 'string'. |
157
|
| Expected an @return tag. |
164
|
| Method 'getJaxrpcSEI' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Method 'setJaxrpcSEI' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Parameter string should be final. |
171
|
| Expected @param tag for 'string'. |
171
|
| Expected an @return tag. |
178
|
| Method 'getImplStyle' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Expected an @return tag. |
185
|
| Method 'getTargetJ2EEContainer' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Method 'setImplStyle' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Parameter string should be final. |
192
|
| Expected @param tag for 'string'. |
192
|
| Method 'setTargetJ2EEContainer' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Parameter string should be final. |
199
|
| Expected @param tag for 'string'. |
199
|
| Expected an @return tag. |
206
|
| Method 'isImplwithEJB' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Method 'setImplwithEJB' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Parameter b should be final. |
213
|
| Expected @param tag for 'b'. |
213
|
| Expected an @return tag. |
220
|
| Method 'isImplAvalible' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Method 'setImplAvalible' is not designed for extension - needs to be abstract, final or empty. |
227
|
| Parameter b should be final. |
227
|
| Expected @param tag for 'b'. |
227
|
| Expected an @return tag. |
234
|
| Method 'getWsconffile' is not designed for extension - needs to be abstract, final or empty. |
234
|
| Method 'setWsconffile' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Parameter string should be final. |
241
|
| Expected @param tag for 'string'. |
241
|
| Method 'getHandlers' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Missing a Javadoc comment. |
248
|
| Line is longer than 80 characters. |
253
|
| Method 'setHandlers' is not designed for extension - needs to be abstract, final or empty. |
255
|
| Missing a Javadoc comment. |
255
|
| Parameter handlers should be final. |
255
|
| 'handlers' hides a field. |
255
|
| Method 'isSEIExists' is not designed for extension - needs to be abstract, final or empty. |
262
|
| Missing a Javadoc comment. |
262
|
| Method 'setSEIExists' is not designed for extension - needs to be abstract, final or empty. |
269
|
| Missing a Javadoc comment. |
269
|
| Parameter seiExists should be final. |
269
|
| 'seiExists' hides a field. |
269
|
| Line is longer than 80 characters. |
274
|
| Method 'getClasspathElements' is not designed for extension - needs to be abstract, final or empty. |
276
|
| Missing a Javadoc comment. |
276
|
| Line is longer than 80 characters. |
281
|
| Method 'setClassPathElements' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Missing a Javadoc comment. |
283
|
| Parameter classpathelements should be final. |
283
|
| 'classpathelements' hides a field. |
283
|
| Expected an @return tag. |
290
|
| Method 'getClassloader' is not designed for extension - needs to be abstract, final or empty. |
290
|
| Method 'setClassloader' is not designed for extension - needs to be abstract, final or empty. |
297
|
| Parameter loader should be final. |
297
|
| Expected @param tag for 'loader'. |
297
|
| Expected an @return tag. |
304
|
| Method 'isCompile' is not designed for extension - needs to be abstract, final or empty. |
304
|
| Method 'setCompile' is not designed for extension - needs to be abstract, final or empty. |
311
|
| Parameter b should be final. |
311
|
| Expected @param tag for 'b'. |
311
|
org/apache/geronimo/ews/ws4j2ee/context/impl/SEIOperationImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Method 'getMethodName' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Method 'getParameterNames' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Method 'getFaults' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Method 'setMethodName' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter methodName should be final. |
47
|
| 'methodName' hides a field. |
47
|
| Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter type should be final. |
51
|
| Parameter name should be final. |
51
|
| Method 'addFault' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter name should be final. |
56
|
| Method 'getReturnType' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'setReturnType' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter returnType should be final. |
64
|
| 'returnType' hides a field. |
64
|
| Line is longer than 80 characters. |
69
|
| Method 'getParameterType' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter name should be final. |
71
|
org/apache/geronimo/ews/ws4j2ee/context/impl/WebDDContextImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
28
|
| Parameter servletClass should be final. |
28
|
| 'servletClass' hides a field. |
28
|
| Parameter servletName should be final. |
28
|
| 'servletName' hides a field. |
28
|
| Expected an @return tag. |
36
|
| Method 'getServletClass' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Expected an @return tag. |
43
|
| Method 'getServletName' is not designed for extension - needs to be abstract, final or empty. |
43
|
org/apache/geronimo/ews/ws4j2ee/context/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/j2eeDD/EJBContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
23
|
| Redundant 'public' modifier. |
23
|
| Missing a Javadoc comment. |
25
|
| Redundant 'public' modifier. |
25
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| Missing a Javadoc comment. |
39
|
| Redundant 'public' modifier. |
39
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Missing a Javadoc comment. |
43
|
| Redundant 'public' modifier. |
43
|
| Missing a Javadoc comment. |
45
|
| Redundant 'public' modifier. |
45
|
org/apache/geronimo/ews/ws4j2ee/context/j2eeDD/WebContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
23
|
| Redundant 'public' modifier. |
23
|
| Missing a Javadoc comment. |
25
|
| Redundant 'public' modifier. |
25
|
org/apache/geronimo/ews/ws4j2ee/context/j2eeDD/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/security/SecurityContext4J2EE.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
32
|
| Expected an @return tag. |
34
|
| Redundant 'public' modifier. |
34
|
| Line is longer than 80 characters. |
40
|
| Expected an @return tag. |
42
|
| Redundant 'public' modifier. |
42
|
| Redundant 'public' modifier. |
49
|
| Redundant 'public' modifier. |
56
|
| Redundant 'public' modifier. |
63
|
| Redundant 'public' modifier. |
71
|
| Redundant 'public' modifier. |
79
|
| Redundant 'public' modifier. |
86
|
| Line contains a tab character. |
90
|
| Redundant 'public' modifier. |
94
|
| Line contains a tab character. |
98
|
| Redundant 'public' modifier. |
102
|
| Redundant 'public' modifier. |
110
|
org/apache/geronimo/ews/ws4j2ee/context/security/impl/SecurityContext4J2EEImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
43
|
| Line is longer than 80 characters. |
47
|
| Method 'sufficientIntegrity' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Line has trailing spaces. |
50
|
| Line is longer than 80 characters. |
55
|
| Method 'sufficientPrivacy' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Line has trailing spaces. |
58
|
| Line is longer than 80 characters. |
63
|
| Method 'getNonce' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Line is longer than 80 characters. |
70
|
| Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Line is longer than 80 characters. |
77
|
| Method 'getPasswordDigest' is not designed for extension - needs to be abstract, final or empty. |
79
|
| 'if' construct must use '{}'s. |
80
|
| 'else' construct must use '{}'s. |
82
|
| Line is longer than 80 characters. |
87
|
| Method 'getPasswordText' is not designed for extension - needs to be abstract, final or empty. |
89
|
| 'if' construct must use '{}'s. |
90
|
| 'else' construct must use '{}'s. |
92
|
| Line is longer than 80 characters. |
97
|
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter created should be final. |
108
|
| 'created' hides a field. |
108
|
| Unused @param tag for 'integrity'. |
115
|
| Method 'setIntegritySufficient' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Parameter sufficient should be final. |
117
|
| Expected @param tag for 'sufficient'. |
117
|
| Method 'setNonce' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter nonce should be final. |
126
|
| 'nonce' hides a field. |
126
|
| Unused @param tag for 'privacy'. |
133
|
| Method 'setPrivacySufficient' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Parameter sufficient should be final. |
135
|
| Expected @param tag for 'sufficient'. |
135
|
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Parameter username should be final. |
144
|
| 'username' hides a field. |
144
|
| Line is longer than 80 characters. |
149
|
| Method 'getX509Certificate' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Line is longer than 80 characters. |
156
|
| Method 'getKerberoseTicket' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Method 'setKerberosTicket' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Parameter kerberosTicket should be final. |
167
|
| 'kerberosTicket' hides a field. |
167
|
| Method 'setX509Certificate' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Parameter x509Cert should be final. |
176
|
| 'x509Cert' hides a field. |
176
|
| Unused @param tag for 'pwdDigest'. |
183
|
| Method 'setPasswordDigested' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Parameter isPwdDigested should be final. |
185
|
| 'isPwdDigested' hides a field. |
185
|
| Expected @param tag for 'isPwdDigested'. |
185
|
| Method 'isPasswordDigested' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Unused @param tag for 'pwd'. |
199
|
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Parameter password should be final. |
201
|
| Expected @param tag for 'password'. |
201
|
| Line is longer than 80 characters. |
206
|
| Method 'getPWDCallbackHandler4J2EE' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Method 'setPWDCallbackHandler4J2EE' is not designed for extension - needs to be abstract, final or empty. |
212
|
| Missing a Javadoc comment. |
212
|
| Parameter callbackHandler should be final. |
212
|
org/apache/geronimo/ews/ws4j2ee/context/security/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/security/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/webservices/client/ServiceReferanceImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
49
|
| Line is longer than 80 characters. |
50
|
| Missing a Javadoc comment. |
58
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
76
|
| Expected an @return tag. |
89
|
| Method 'getJaxrpcmappingFile' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Expected an @return tag. |
96
|
| Method 'getServcieQName' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Expected an @return tag. |
103
|
| Method 'getServiceInterface' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Expected an @return tag. |
110
|
| Method 'getServicerefName' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Expected an @return tag. |
117
|
| Method 'getWsdlFile' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Method 'setJaxrpcmappingFile' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Parameter string should be final. |
124
|
| Expected @param tag for 'string'. |
124
|
| Method 'setServcieQName' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter name should be final. |
131
|
| Expected @param tag for 'name'. |
131
|
| Method 'setServiceInterface' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Parameter string should be final. |
138
|
| Expected @param tag for 'string'. |
138
|
| Method 'setServicerefName' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter string should be final. |
145
|
| Expected @param tag for 'string'. |
145
|
| Method 'setWsdlFile' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Parameter string should be final. |
152
|
| Expected @param tag for 'string'. |
152
|
| Line is longer than 80 characters. |
157
|
| Method 'addHandler' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Missing a Javadoc comment. |
159
|
| Parameter handler should be final. |
159
|
| Line is longer than 80 characters. |
164
|
| Method 'getHandlers' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Missing a Javadoc comment. |
166
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/client/interfaces/ServiceReferanceContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| Redundant 'public' modifier. |
35
|
| Expected @param tag for 'string'. |
35
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
48
|
| Expected an @return tag. |
54
|
| Redundant 'public' modifier. |
54
|
| Missing a Javadoc comment. |
56
|
| Redundant 'public' modifier. |
56
|
| Redundant 'public' modifier. |
62
|
| Expected @param tag for 'name'. |
62
|
| Missing a Javadoc comment. |
64
|
| Redundant 'public' modifier. |
64
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
69
|
| Line is longer than 80 characters. |
70
|
| Expected an @return tag. |
73
|
| Redundant 'public' modifier. |
73
|
| Missing a Javadoc comment. |
75
|
| Redundant 'public' modifier. |
75
|
| Expected an @return tag. |
82
|
| Redundant 'public' modifier. |
82
|
| Missing a Javadoc comment. |
84
|
| Redundant 'public' modifier. |
84
|
| Missing a Javadoc comment. |
86
|
| Redundant 'public' modifier. |
86
|
| Missing a Javadoc comment. |
88
|
| Redundant 'public' modifier. |
88
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/client/interfaces/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/webservices/client/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AbstractWSCFContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
22
|
| Missing a Javadoc comment. |
29
|
| Variable 'wscfdWsDesxription' must be private and have accessor methods. |
29
|
| Missing a Javadoc comment. |
30
|
| Variable 'wscfport' must be private and have accessor methods. |
30
|
| Variable 'document' must be private and have accessor methods. |
34
|
| Expected an @return tag. |
39
|
| Method 'getWscfdWsDesxription' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Expected an @return tag. |
46
|
| Method 'getWscfport' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Method 'setWscfdWsDescription' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter description should be final. |
53
|
| Expected @param tag for 'description'. |
53
|
| Method 'setWscfport' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter component should be final. |
60
|
| Expected @param tag for 'component'. |
60
|
| Line is longer than 80 characters. |
65
|
| Expected an @return tag. |
67
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Line is longer than 80 characters. |
72
|
| Expected an @return tag. |
74
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Line is longer than 80 characters. |
79
|
| Expected an @return tag. |
81
|
| Method 'getSmallIcon' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Line is longer than 80 characters. |
86
|
| Expected an @return tag. |
88
|
| Method 'getLargeIcon' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Line is longer than 80 characters. |
93
|
| Expected an @return tag. |
95
|
| Method 'getWebServicesDescription' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Method 'serialize' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Parameter out should be final. |
99
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AbstractWSCFHandler.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
29
|
| First sentence should end with a period. |
31
|
| Variable 'description' must be private and have accessor methods. |
34
|
| First sentence should end with a period. |
36
|
| Variable 'displayName' must be private and have accessor methods. |
39
|
| First sentence should end with a period. |
41
|
| Variable 'smallIcon' must be private and have accessor methods. |
44
|
| First sentence should end with a period. |
46
|
| Variable 'largeIcon' must be private and have accessor methods. |
49
|
| First sentence should end with a period. |
51
|
| Variable 'handlerName' must be private and have accessor methods. |
54
|
| First sentence should end with a period. |
56
|
| Variable 'handlerClass' must be private and have accessor methods. |
59
|
| First sentence should end with a period. |
61
|
| Variable 'initParam' must be private and have accessor methods. |
64
|
| First sentence should end with a period. |
66
|
| Variable 'soapHeader' must be private and have accessor methods. |
69
|
| First sentence should end with a period. |
71
|
| Variable 'soapRole' must be private and have accessor methods. |
74
|
| Line has trailing spaces. |
75
|
| Line contains a tab character. |
75
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
76
|
| Line has trailing spaces. |
77
|
| Line contains a tab character. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line has trailing spaces. |
79
|
| Line contains a tab character. |
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 contains a tab character. |
82
|
| Line is longer than 80 characters. |
83
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line has trailing spaces. |
89
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line is longer than 80 characters. |
91
|
| Line contains a tab character. |
91
|
| Line is longer than 80 characters. |
92
|
| Line contains a tab character. |
92
|
| Line has trailing spaces. |
93
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line is longer than 80 characters. |
95
|
| Line contains a tab character. |
95
|
| Line is longer than 80 characters. |
96
|
| Line contains a tab character. |
96
|
| Line has trailing spaces. |
97
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line is longer than 80 characters. |
99
|
| Line contains a tab character. |
99
|
| Line is longer than 80 characters. |
100
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
101
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line is longer than 80 characters. |
103
|
| Line contains a tab character. |
103
|
| Line is longer than 80 characters. |
104
|
| Line contains a tab character. |
104
|
| Line has trailing spaces. |
105
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line is longer than 80 characters. |
107
|
| Line contains a tab character. |
107
|
| Line is longer than 80 characters. |
108
|
| Line contains a tab character. |
108
|
| Line has trailing spaces. |
109
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line is longer than 80 characters. |
111
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line is longer than 80 characters. |
113
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line has trailing spaces. |
116
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line is longer than 80 characters. |
118
|
| 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 has trailing spaces. |
122
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line has trailing spaces. |
126
|
| Line is longer than 80 characters. |
126
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line has trailing spaces. |
128
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line has trailing spaces. |
130
|
| Line contains a tab character. |
130
|
| Line has trailing spaces. |
131
|
| Line contains a tab character. |
131
|
| First sentence should end with a period. |
133
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
138
|
| First sentence should end with a period. |
142
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
147
|
| First sentence should end with a period. |
151
|
| Method 'getHandlerClass' is not designed for extension - needs to be abstract, final or empty. |
156
|
| First sentence should end with a period. |
160
|
| Method 'getHandlerName' is not designed for extension - needs to be abstract, final or empty. |
165
|
| First sentence should end with a period. |
169
|
| Method 'getInitParam' is not designed for extension - needs to be abstract, final or empty. |
174
|
| First sentence should end with a period. |
180
|
| Method 'getLargeIcon' is not designed for extension - needs to be abstract, final or empty. |
185
|
| First sentence should end with a period. |
189
|
| Method 'getSmallIcon' is not designed for extension - needs to be abstract, final or empty. |
194
|
| First sentence should end with a period. |
198
|
| Method 'getSoapHeader' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Line is longer than 80 characters. |
204
|
| First sentence should end with a period. |
212
|
| Method 'getSoapRole' is not designed for extension - needs to be abstract, final or empty. |
217
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Line contains a tab character. |
231
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AbstractWSCFInitParam.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
24
|
| First sentence should end with a period. |
26
|
| Variable 'paramName' must be private and have accessor methods. |
29
|
| First sentence should end with a period. |
31
|
| Variable 'paramValue' must be private and have accessor methods. |
34
|
| First sentence should end with a period. |
36
|
| Variable 'description' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
41
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| Line has trailing spaces. |
44
|
| Line contains a tab character. |
44
|
| Line is longer than 80 characters. |
45
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
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 is longer than 80 characters. |
52
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line is longer than 80 characters. |
60
|
| Line contains a tab character. |
60
|
| Line has trailing spaces. |
61
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
63
|
| Line has trailing spaces. |
64
|
| Line contains a tab character. |
64
|
| Line has trailing spaces. |
65
|
| Line is longer than 80 characters. |
65
|
| Line contains a tab character. |
65
|
| Line has trailing spaces. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line is longer than 80 characters. |
68
|
| Line contains a tab character. |
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
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line is longer than 80 characters. |
76
|
| Line contains a tab character. |
76
|
| Line is longer than 80 characters. |
77
|
| Line contains a tab character. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line is longer than 80 characters. |
80
|
| Line contains a tab character. |
80
|
| Line is longer than 80 characters. |
81
|
| Line contains a tab character. |
81
|
| Line has trailing spaces. |
82
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line is longer than 80 characters. |
84
|
| Line contains a tab character. |
84
|
| Line is longer than 80 characters. |
85
|
| Line contains a tab character. |
85
|
| Line has trailing spaces. |
86
|
| Line contains a tab character. |
86
|
| Line has trailing spaces. |
87
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line has trailing spaces. |
89
|
| Line contains a tab character. |
89
|
| Line has trailing spaces. |
90
|
| Line contains a tab character. |
90
|
| First sentence should end with a period. |
91
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
96
|
| First sentence should end with a period. |
100
|
| Method 'getParamName' is not designed for extension - needs to be abstract, final or empty. |
105
|
| First sentence should end with a period. |
109
|
| Method 'getParamValue' is not designed for extension - needs to be abstract, final or empty. |
114
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AbstractWSCFPortComponent.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
29
|
| First sentence should end with a period. |
31
|
| Variable 'description' must be private and have accessor methods. |
34
|
| First sentence should end with a period. |
36
|
| Variable 'displayName' must be private and have accessor methods. |
39
|
| First sentence should end with a period. |
41
|
| Variable 'smallIcon' must be private and have accessor methods. |
44
|
| First sentence should end with a period. |
46
|
| Variable 'largeIcon' must be private and have accessor methods. |
49
|
| First sentence should end with a period. |
51
|
| Variable 'portComponentName' must be private and have accessor methods. |
54
|
| First sentence should end with a period. |
56
|
| Variable 'wsdlPort' must be private and have accessor methods. |
59
|
| First sentence should end with a period. |
61
|
| Variable 'serviceEndpointInterface' must be private and have accessor methods. |
64
|
| First sentence should end with a period. |
66
|
| Variable 'serviceImplBean' must be private and have accessor methods. |
69
|
| First sentence should end with a period. |
71
|
| Variable 'handlers' must be private and have accessor methods. |
74
|
| Line has trailing spaces. |
75
|
| Line contains a tab character. |
75
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
76
|
| Line is longer than 80 characters. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line has trailing spaces. |
80
|
| 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
|
| Line is longer than 80 characters. |
84
|
| Line contains a tab character. |
84
|
| Line has trailing spaces. |
85
|
| Line contains a tab character. |
85
|
| Line has trailing spaces. |
86
|
| Line contains a tab character. |
86
|
| Line is longer than 80 characters. |
87
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line has trailing spaces. |
89
|
| Line contains a tab character. |
89
|
| Line is longer than 80 characters. |
90
|
| Line contains a tab character. |
90
|
| Line has trailing spaces. |
91
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line is longer than 80 characters. |
93
|
| Line contains a tab character. |
93
|
| Line has trailing spaces. |
94
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line is longer than 80 characters. |
96
|
| Line contains a tab character. |
96
|
| Line has trailing spaces. |
97
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line is longer than 80 characters. |
99
|
| Line contains a tab character. |
99
|
| Line has trailing spaces. |
100
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
101
|
| Line contains a tab character. |
101
|
| Line is longer than 80 characters. |
102
|
| Line contains a tab character. |
102
|
| Line is longer than 80 characters. |
103
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
109
|
| Line has trailing spaces. |
110
|
| Line contains a tab character. |
110
|
| Line has trailing spaces. |
111
|
| Line contains a tab character. |
111
|
| Line is longer than 80 characters. |
112
|
| Line has trailing spaces. |
113
|
| Line contains a tab character. |
113
|
| Line has trailing spaces. |
114
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line is longer than 80 characters. |
116
|
| 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 contains a tab character. |
121
|
| Line has trailing spaces. |
122
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Line is longer than 80 characters. |
125
|
| Line contains a tab character. |
125
|
| Line has trailing spaces. |
126
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line is longer than 80 characters. |
128
|
| Line contains a tab character. |
128
|
| Line is longer than 80 characters. |
129
|
| Line contains a tab character. |
129
|
| Line has trailing spaces. |
130
|
| 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 is longer than 80 characters. |
133
|
| Line contains a tab character. |
133
|
| Line has trailing spaces. |
134
|
| 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 has trailing spaces. |
138
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line is longer than 80 characters. |
140
|
| Line contains a tab character. |
140
|
| Line is longer than 80 characters. |
141
|
| Line contains a tab character. |
141
|
| Line has trailing spaces. |
142
|
| 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 is longer than 80 characters. |
145
|
| Line contains a tab character. |
145
|
| Line has trailing spaces. |
146
|
| 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 is longer than 80 characters. |
149
|
| Line contains a tab character. |
149
|
| Line has trailing spaces. |
150
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line is longer than 80 characters. |
152
|
| Line contains a tab character. |
152
|
| Line is longer than 80 characters. |
153
|
| Line contains a tab character. |
153
|
| Line has trailing spaces. |
154
|
| Line contains a tab character. |
154
|
| Line is longer than 80 characters. |
155
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line is longer than 80 characters. |
157
|
| Line contains a tab character. |
157
|
| Line has trailing spaces. |
158
|
| Line is longer than 80 characters. |
158
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Line has trailing spaces. |
160
|
| Line contains a tab character. |
160
|
| Line has trailing spaces. |
161
|
| Line contains a tab character. |
161
|
| Line has trailing spaces. |
162
|
| Line contains a tab character. |
162
|
| Line has trailing spaces. |
163
|
| Line contains a tab character. |
163
|
| First sentence should end with a period. |
166
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
171
|
| First sentence should end with a period. |
175
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
180
|
| First sentence should end with a period. |
184
|
| Method 'getHandlers' is not designed for extension - needs to be abstract, final or empty. |
189
|
| First sentence should end with a period. |
195
|
| Method 'getLargeIcon' is not designed for extension - needs to be abstract, final or empty. |
200
|
| First sentence should end with a period. |
204
|
| Method 'getPortComponentName' is not designed for extension - needs to be abstract, final or empty. |
209
|
| First sentence should end with a period. |
213
|
| Method 'getServiceEndpointInterface' is not designed for extension - needs to be abstract, final or empty. |
218
|
| First sentence should end with a period. |
222
|
| Method 'getServiceImplBean' is not designed for extension - needs to be abstract, final or empty. |
227
|
| First sentence should end with a period. |
231
|
| Method 'getSmallIcon' is not designed for extension - needs to be abstract, final or empty. |
236
|
| First sentence should end with a period. |
240
|
| Method 'getWsdlPort' is not designed for extension - needs to be abstract, final or empty. |
245
|
| 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
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AbstractWSCFSOAPHeader.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
24
|
| First sentence should end with a period. |
26
|
| Variable 'namespaceURI' must be private and have accessor methods. |
29
|
| First sentence should end with a period. |
31
|
| Variable 'localpart' must be private and have accessor methods. |
34
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
35
|
| Line is longer than 80 characters. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line has trailing spaces. |
42
|
| Line contains a tab character. |
42
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| Line is longer than 80 characters. |
44
|
| 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 has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| Line is longer than 80 characters. |
51
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line is longer than 80 characters. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line is longer than 80 characters. |
61
|
| Line contains a tab character. |
61
|
| Line is longer than 80 characters. |
62
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
64
|
| Line is longer than 80 characters. |
65
|
| Line contains a tab character. |
65
|
| Line is longer than 80 characters. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| First sentence should end with a period. |
69
|
| Method 'getLocalpart' is not designed for extension - needs to be abstract, final or empty. |
74
|
| First sentence should end with a period. |
78
|
| Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. |
83
|
| 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
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AbstractWSCFServiceImplBean.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
24
|
| First sentence should end with a period. |
26
|
| Variable 'ejblink' must be private and have accessor methods. |
29
|
| Missing a Javadoc comment. |
31
|
| Variable 'servletlink' must be private and have accessor methods. |
31
|
| Line has trailing spaces. |
32
|
| Line contains a tab character. |
32
|
| Line has trailing spaces. |
33
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
35
|
| Line is longer than 80 characters. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line has trailing spaces. |
45
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line is longer than 80 characters. |
49
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line is longer than 80 characters. |
52
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line has trailing spaces. |
55
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line is longer than 80 characters. |
57
|
| Line contains a tab character. |
57
|
| Line has trailing spaces. |
58
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line is longer than 80 characters. |
60
|
| Line contains a tab character. |
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 has trailing spaces. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line is longer than 80 characters. |
68
|
| Line contains a tab character. |
68
|
| Line is longer than 80 characters. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| First sentence should end with a period. |
72
|
| Method 'getEjblink' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
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
|
| Expected an @return tag. |
91
|
| Method 'getServletlink' is not designed for extension - needs to be abstract, final or empty. |
91
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AbstractWSCFWSDLPort.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| First sentence should end with a period. |
20
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
23
|
| First sentence should end with a period. |
25
|
| Variable 'namespaceURI' must be private and have accessor methods. |
28
|
| First sentence should end with a period. |
30
|
| Variable 'localpart' must be private and have accessor methods. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
35
|
| Line is longer than 80 characters. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line has trailing spaces. |
41
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| Line has trailing spaces. |
44
|
| Line contains a tab character. |
44
|
| 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 has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| Line has trailing spaces. |
51
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
54
|
| Line contains a tab character. |
54
|
| Line is longer than 80 characters. |
55
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line has trailing spaces. |
57
|
| Line contains a tab character. |
57
|
| 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. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line is longer than 80 characters. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line is longer than 80 characters. |
70
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line is longer than 80 characters. |
71
|
| Line contains a tab character. |
71
|
| Line has trailing spaces. |
72
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| First sentence should end with a period. |
75
|
| Method 'getLocalpart' is not designed for extension - needs to be abstract, final or empty. |
80
|
| First sentence should end with a period. |
84
|
| Expected an @return tag. |
89
|
| Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AbstractWSCFWebserviceDescription.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
30
|
| Variable 'portComponent' must be private and have accessor methods. |
32
|
| First sentence should end with a period. |
34
|
| Variable 'description' must be private and have accessor methods. |
37
|
| First sentence should end with a period. |
39
|
| Variable 'displayName' must be private and have accessor methods. |
42
|
| First sentence should end with a period. |
44
|
| Variable 'smallIcon' must be private and have accessor methods. |
47
|
| First sentence should end with a period. |
49
|
| Variable 'largeIcon' must be private and have accessor methods. |
52
|
| First sentence should end with a period. |
54
|
| Variable 'webserviceDescriptionName' must be private and have accessor methods. |
57
|
| First sentence should end with a period. |
59
|
| Variable 'wsdlFile' must be private and have accessor methods. |
62
|
| First sentence should end with a period. |
64
|
| Variable 'jaxrpcMappingFile' must be private and have accessor methods. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line is longer than 80 characters. |
70
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line has trailing spaces. |
73
|
| Line contains a tab character. |
73
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line is longer than 80 characters. |
75
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line has trailing spaces. |
77
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
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 has trailing spaces. |
82
|
| 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
|
| Line has trailing spaces. |
84
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line is longer than 80 characters. |
86
|
| Line contains a tab character. |
86
|
| Line is longer than 80 characters. |
87
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line is longer than 80 characters. |
89
|
| Line contains a tab character. |
89
|
| Line is longer than 80 characters. |
90
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line has trailing spaces. |
92
|
| Line contains a tab character. |
92
|
| Line is longer than 80 characters. |
93
|
| Line contains a tab character. |
93
|
| Line is longer than 80 characters. |
94
|
| Line contains a tab character. |
94
|
| Line has trailing spaces. |
95
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line is longer than 80 characters. |
97
|
| Line contains a tab character. |
97
|
| Line has trailing spaces. |
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 has trailing spaces. |
101
|
| Line contains a tab character. |
101
|
| Line is longer than 80 characters. |
102
|
| Line contains a tab character. |
102
|
| Line is longer than 80 characters. |
103
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line is longer than 80 characters. |
105
|
| 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
|
| Line has trailing spaces. |
109
|
| Line contains a tab character. |
109
|
| Line has trailing spaces. |
110
|
| Line contains a tab character. |
110
|
| Line is longer than 80 characters. |
111
|
| Line contains a tab character. |
111
|
| Line has trailing spaces. |
112
|
| Line contains a tab character. |
112
|
| Line has trailing spaces. |
113
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line is longer than 80 characters. |
115
|
| 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 contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line is longer than 80 characters. |
123
|
| Line contains a tab character. |
123
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Line has trailing spaces. |
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 has trailing spaces. |
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 is longer than 80 characters. |
132
|
| 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
|
| Line is longer than 80 characters. |
136
|
| Line contains a tab character. |
136
|
| Line has trailing spaces. |
137
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line is longer than 80 characters. |
139
|
| Line contains a tab character. |
139
|
| Line is longer than 80 characters. |
140
|
| Line contains a tab character. |
140
|
| Line has trailing spaces. |
141
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line is longer than 80 characters. |
143
|
| Line contains a tab character. |
143
|
| Line is longer than 80 characters. |
144
|
| Line contains a tab character. |
144
|
| Line has trailing spaces. |
145
|
| 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
|
| Line is longer than 80 characters. |
148
|
| Line contains a tab character. |
148
|
| Line has trailing spaces. |
149
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line is longer than 80 characters. |
151
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line is longer than 80 characters. |
153
|
| Line contains a tab character. |
153
|
| Line is longer than 80 characters. |
154
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line has trailing spaces. |
156
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line has trailing spaces. |
158
|
| Line contains a tab character. |
158
|
| Line has trailing spaces. |
159
|
| Line contains a tab character. |
159
|
| First sentence should end with a period. |
160
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
165
|
| First sentence should end with a period. |
169
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
174
|
| First sentence should end with a period. |
178
|
| Method 'getJaxrpcMappingFile' is not designed for extension - needs to be abstract, final or empty. |
183
|
| First sentence should end with a period. |
187
|
| Method 'getLargeIcon' is not designed for extension - needs to be abstract, final or empty. |
192
|
| First sentence should end with a period. |
196
|
| Line is longer than 80 characters. |
197
|
| Method 'getPortComponent' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Line is longer than 80 characters. |
202
|
| First sentence should end with a period. |
207
|
| Method 'getSmallIcon' is not designed for extension - needs to be abstract, final or empty. |
212
|
| First sentence should end with a period. |
216
|
| Method 'getWebserviceDescriptionName' is not designed for extension - needs to be abstract, final or empty. |
221
|
| First sentence should end with a period. |
225
|
| Method 'getWsdlFile' is not designed for extension - needs to be abstract, final or empty. |
230
|
| 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
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AbstractWSCFWebservices.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
28
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
31
|
| First sentence should end with a period. |
32
|
| Variable 'webServiceDescriptions' must be private and have accessor methods. |
36
|
| Variable 'description' must be private and have accessor methods. |
41
|
| First sentence should end with a period. |
43
|
| Variable 'displayName' must be private and have accessor methods. |
46
|
| Variable 'smallIcon' must be private and have accessor methods. |
51
|
| Variable 'largeIcon' must be private and have accessor methods. |
56
|
| Line is longer than 80 characters. |
58
|
| Line contains a tab character. |
61
|
| 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 contains a tab character. |
67
|
| Line is longer than 80 characters. |
68
|
| 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 has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line has trailing spaces. |
77
|
| Line is longer than 80 characters. |
77
|
| Line contains a tab character. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line is longer than 80 characters. |
81
|
| Line contains a tab character. |
81
|
| Line has trailing spaces. |
82
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line has trailing spaces. |
84
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line is longer than 80 characters. |
86
|
| Line contains a tab character. |
86
|
| Line is longer than 80 characters. |
87
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line is longer than 80 characters. |
89
|
| Line contains a tab character. |
89
|
| Line is longer than 80 characters. |
90
|
| Line contains a tab character. |
90
|
| Line has trailing spaces. |
91
|
| Line contains a tab character. |
91
|
| Line has trailing spaces. |
92
|
| Line contains a tab character. |
92
|
| Line is longer than 80 characters. |
93
|
| Line contains a tab character. |
93
|
| Line is longer than 80 characters. |
94
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line is longer than 80 characters. |
96
|
| Line contains a tab character. |
96
|
| Line is longer than 80 characters. |
97
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line has trailing spaces. |
99
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line is longer than 80 characters. |
103
|
| 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 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 is longer than 80 characters. |
119
|
| Line contains a tab character. |
119
|
| Line is longer than 80 characters. |
120
|
| Line contains a tab character. |
120
|
| Line has trailing spaces. |
121
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line is longer than 80 characters. |
123
|
| Line contains a tab character. |
123
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Line has trailing spaces. |
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 has trailing spaces. |
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 is longer than 80 characters. |
132
|
| 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 is longer than 80 characters. |
135
|
| 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 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
|
| First sentence should end with a period. |
144
|
| Method 'getWebServiceDescriptions' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Line is longer than 80 characters. |
150
|
| Line has trailing spaces. |
153
|
| Line contains a tab character. |
153
|
| First sentence should end with a period. |
158
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
163
|
| First sentence should end with a period. |
167
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
172
|
| First sentence should end with a period. |
176
|
| Method 'getLargeIcon' is not designed for extension - needs to be abstract, final or empty. |
181
|
| First sentence should end with a period. |
185
|
| Method 'getSmallIcon' is not designed for extension - needs to be abstract, final or empty. |
190
|
| 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
|
| 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 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. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
226
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AsbtractWSCFDocument.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
29
|
| First sentence should end with a period. |
31
|
| Line is longer than 80 characters. |
32
|
| Variable 'webservices' must be private and have accessor methods. |
36
|
| Line is longer than 80 characters. |
39
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| Line is longer than 80 characters. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line has trailing spaces. |
51
|
| Line contains a tab character. |
51
|
| Line is longer than 80 characters. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line is longer than 80 characters. |
54
|
| Line contains a tab character. |
54
|
| Line has trailing spaces. |
55
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line is longer than 80 characters. |
57
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line has trailing spaces. |
60
|
| Line contains a tab character. |
60
|
| Line has trailing spaces. |
61
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line is longer than 80 characters. |
66
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line has trailing spaces. |
72
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line has trailing spaces. |
75
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line has trailing spaces. |
77
|
| Line contains a tab character. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| First sentence should end with a period. |
80
|
| Method 'getWebservices' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Line contains a tab character. |
95
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/AxisEmitterBasedWSCFContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| Parameter emitter should be final. |
33
|
| 'emitter' hides a field. |
33
|
| Parameter j2eeweserviceContext should be final. |
33
|
| 'j2eeweserviceContext' hides a field. |
33
|
| Line is longer than 80 characters. |
39
|
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Line is longer than 80 characters. |
46
|
| Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Line is longer than 80 characters. |
53
|
| Method 'getLargeIcon' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Line is longer than 80 characters. |
60
|
| Method 'getSmallIcon' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Line is longer than 80 characters. |
67
|
| Method 'getWebServicesDescription' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Method 'serialize' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter out should be final. |
73
|
| Line is longer than 80 characters. |
76
|
| Line is longer than 80 characters. |
77
|
| Line is longer than 80 characters. |
78
|
| Line is longer than 80 characters. |
80
|
| Line is longer than 80 characters. |
82
|
| Line is longer than 80 characters. |
83
|
| Line is longer than 80 characters. |
84
|
| Line is longer than 80 characters. |
86
|
| Line is longer than 80 characters. |
87
|
| Line is longer than 80 characters. |
88
|
| Line is longer than 80 characters. |
90
|
| Line has trailing spaces. |
92
|
| Line contains a tab character. |
92
|
| Line is longer than 80 characters. |
95
|
| 'if' construct must use '{}'s. |
96
|
| Must have at least one statement. |
103
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/WSCFElement.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
18
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
36
|
| Parameter e should be final. |
36
|
| First sentence should end with a period. |
40
|
| Line is longer than 80 characters. |
41
|
| Unclosed HTML tag found: <code>name<\code> from the element passed <code>e</code> |
41
|
| Method 'getChildElement' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter e should be final. |
47
|
| Parameter name should be final. |
47
|
| 'if' construct must use '{}'s. |
49
|
| First sentence should end with a period. |
54
|
| Line is longer than 80 characters. |
55
|
| Unclosed HTML tag found: <code>name<\code> from the element passed <code>e</code> |
55
|
| Method 'getChildElements' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter e should be final. |
61
|
| Parameter name should be final. |
61
|
| 'if' construct must use '{}'s. |
66
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/WSCFException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
23
|
| Parameter e should be final. |
23
|
| Missing a Javadoc comment. |
27
|
| Parameter message should be final. |
27
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFConstants.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| interfaces should describe a type and hence have methods. |
21
|
| Missing a Javadoc comment. |
23
|
| Redundant 'public' modifier. |
23
|
| Missing a Javadoc comment. |
25
|
| Redundant 'public' modifier. |
25
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Line is longer than 80 characters. |
31
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Line is longer than 80 characters. |
33
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
| Missing a Javadoc comment. |
36
|
| Redundant 'public' modifier. |
36
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| Missing a Javadoc comment. |
38
|
| Redundant 'public' modifier. |
38
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Redundant 'public' modifier. |
39
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| Redundant 'public' modifier. |
40
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Missing a Javadoc comment. |
42
|
| Redundant 'public' modifier. |
42
|
| Missing a Javadoc comment. |
43
|
| Redundant 'public' modifier. |
43
|
| Missing a Javadoc comment. |
44
|
| Redundant 'public' modifier. |
44
|
| Missing a Javadoc comment. |
45
|
| Redundant 'public' modifier. |
45
|
| Missing a Javadoc comment. |
46
|
| Redundant 'public' modifier. |
46
|
| Missing a Javadoc comment. |
47
|
| Redundant 'public' modifier. |
47
|
| Missing a Javadoc comment. |
48
|
| Redundant 'public' modifier. |
48
|
| Missing a Javadoc comment. |
49
|
| Redundant 'public' modifier. |
49
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
21
|
| First sentence should end with a period. |
25
|
| Redundant 'public' modifier. |
30
|
| First sentence should end with a period. |
32
|
| Redundant 'public' modifier. |
37
|
| First sentence should end with a period. |
39
|
| Redundant 'public' modifier. |
44
|
| First sentence should end with a period. |
46
|
| Redundant 'public' modifier. |
51
|
| First sentence should end with a period. |
53
|
| Redundant 'public' modifier. |
58
|
| Missing a Javadoc comment. |
60
|
| Redundant 'public' modifier. |
60
|
| Expected an @return tag. |
69
|
| Redundant 'public' modifier. |
69
|
| Missing a Javadoc comment. |
71
|
| Redundant 'public' modifier. |
71
|
| Missing a Javadoc comment. |
73
|
| Redundant 'public' modifier. |
73
|
| Missing a Javadoc comment. |
75
|
| Redundant 'public' modifier. |
75
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFDocument.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
20
|
| First sentence should end with a period. |
24
|
| Line is longer than 80 characters. |
25
|
| Redundant 'public' modifier. |
29
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFHandler.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
23
|
| Redundant 'public' modifier. |
28
|
| First sentence should end with a period. |
30
|
| Redundant 'public' modifier. |
35
|
| First sentence should end with a period. |
37
|
| Redundant 'public' modifier. |
42
|
| First sentence should end with a period. |
44
|
| Redundant 'public' modifier. |
49
|
| First sentence should end with a period. |
51
|
| Redundant 'public' modifier. |
56
|
| First sentence should end with a period. |
58
|
| Redundant 'public' modifier. |
63
|
| First sentence should end with a period. |
65
|
| Redundant 'public' modifier. |
70
|
| First sentence should end with a period. |
72
|
| Redundant 'public' modifier. |
77
|
| First sentence should end with a period. |
79
|
| Redundant 'public' modifier. |
84
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFInitParam.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
58
|
| First sentence should end with a period. |
63
|
| Redundant 'public' modifier. |
68
|
| First sentence should end with a period. |
70
|
| Redundant 'public' modifier. |
75
|
| First sentence should end with a period. |
77
|
| Redundant 'public' modifier. |
82
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFPortComponent.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
24
|
| Redundant 'public' modifier. |
29
|
| First sentence should end with a period. |
31
|
| Redundant 'public' modifier. |
36
|
| First sentence should end with a period. |
38
|
| Redundant 'public' modifier. |
43
|
| First sentence should end with a period. |
45
|
| Redundant 'public' modifier. |
50
|
| First sentence should end with a period. |
52
|
| Redundant 'public' modifier. |
57
|
| First sentence should end with a period. |
59
|
| Redundant 'public' modifier. |
64
|
| First sentence should end with a period. |
66
|
| Redundant 'public' modifier. |
71
|
| First sentence should end with a period. |
73
|
| Redundant 'public' modifier. |
78
|
| First sentence should end with a period. |
80
|
| Redundant 'public' modifier. |
85
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFSOAPHeader.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| First sentence should end with a period. |
23
|
| Redundant 'public' modifier. |
28
|
| First sentence should end with a period. |
30
|
| Redundant 'public' modifier. |
35
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFServiceImplBean.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
19
|
| Line is longer than 80 characters. |
20
|
| First sentence should end with a period. |
24
|
| Redundant 'public' modifier. |
29
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFWSDLPort.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
23
|
| Redundant 'public' modifier. |
28
|
| First sentence should end with a period. |
30
|
| Expected an @return tag. |
35
|
| Redundant 'public' modifier. |
35
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFWebserviceDescription.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
18
|
| Line is longer than 80 characters. |
19
|
| First sentence should end with a period. |
23
|
| Line is longer than 80 characters. |
24
|
| Redundant 'public' modifier. |
28
|
| First sentence should end with a period. |
30
|
| Redundant 'public' modifier. |
35
|
| First sentence should end with a period. |
37
|
| Redundant 'public' modifier. |
42
|
| First sentence should end with a period. |
44
|
| Redundant 'public' modifier. |
49
|
| First sentence should end with a period. |
51
|
| Redundant 'public' modifier. |
56
|
| First sentence should end with a period. |
58
|
| Redundant 'public' modifier. |
63
|
| First sentence should end with a period. |
65
|
| Redundant 'public' modifier. |
70
|
| First sentence should end with a period. |
72
|
| Redundant 'public' modifier. |
77
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/WSCFWebservices.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
23
|
| Line is longer than 80 characters. |
24
|
| Redundant 'public' modifier. |
28
|
| First sentence should end with a period. |
30
|
| Redundant 'public' modifier. |
35
|
| First sentence should end with a period. |
37
|
| Redundant 'public' modifier. |
42
|
| First sentence should end with a period. |
44
|
| Redundant 'public' modifier. |
49
|
| First sentence should end with a period. |
51
|
| Redundant 'public' modifier. |
56
|
| Line has trailing spaces. |
57
|
| Line contains a tab character. |
57
|
| Line has trailing spaces. |
58
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
65
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/interfaces/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFContextImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
35
|
| Unused @param tag for 'document'. |
37
|
| Line is longer than 80 characters. |
40
|
| Parameter in should be final. |
40
|
| Expected @param tag for 'in'. |
40
|
| Parameter context should be final. |
40
|
| Expected @param tag for 'context'. |
40
|
| Expected @throws tag for 'WSCFException'. |
40
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFDocumentImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
30
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
37
|
| Parameter in should be final. |
37
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFHandlerImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
31
|
| Parameter handler should be final. |
31
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
37
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
40
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFInitParamImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
28
|
| Parameter param should be final. |
28
|
| Line is longer than 80 characters. |
31
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFPortComponentImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
29
|
| Missing a Javadoc comment. |
31
|
| Parameter pc should be final. |
31
|
| Line contains a tab character. |
32
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
41
|
| Line is longer than 80 characters. |
43
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFSOAPHeaderImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
27
|
| Parameter header should be final. |
27
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFServiceImplBeanImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
27
|
| Parameter implbean should be final. |
27
|
| Line is longer than 80 characters. |
32
|
| First sentence should end with a period. |
35
|
| Method 'getEjblink' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Expected an @return tag. |
47
|
| Method 'getServletlink' is not designed for extension - needs to be abstract, final or empty. |
47
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFWSDLPortImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
20
|
| First sentence should end with a period. |
22
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
25
|
| Missing a Javadoc comment. |
27
|
| Parameter wsdlport should be final. |
27
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFWebserviceDescriptionImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
29
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Parameter wsdes should be final. |
30
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
40
|
| Empty statement. |
41
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
48
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/WSCFWebservicesImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
37
|
| Parameter webservices should be final. |
37
|
| Expected @param tag for 'webservices'. |
37
|
| Expected @throws tag for 'WSCFException'. |
37
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
47
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
51
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/XMLBeansUtils.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
23
|
| Missing a Javadoc comment. |
24
|
| Parameter invalue should be final. |
24
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Parameter invalue should be final. |
32
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
40
|
| Parameter invalue should be final. |
40
|
| Missing a Javadoc comment. |
48
|
| Parameter invalue should be final. |
48
|
org/apache/geronimo/ews/ws4j2ee/context/webservices/server/xmlbeans/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/wsdl/ElementInfo.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
43
|
| Parameter name should be final. |
43
|
| 'name' hides a field. |
43
|
| Parameter type should be final. |
43
|
| 'type' hides a field. |
43
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter type should be final. |
52
|
| 'type' hides a field. |
52
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Parameter name should be final. |
60
|
| 'name' hides a field. |
60
|
| Method 'getMinOccursIs0' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Method 'setNillable' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Parameter nillable should be final. |
68
|
| 'nillable' hides a field. |
68
|
| Method 'getNillable' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Expected an @return tag. |
79
|
| Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Expected an @return tag. |
86
|
| Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter i should be final. |
93
|
| Expected @param tag for 'i'. |
93
|
| Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter i should be final. |
100
|
| Expected @param tag for 'i'. |
100
|
org/apache/geronimo/ews/ws4j2ee/context/wsdl/WSDLContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
45
|
| Redundant 'public' modifier. |
53
|
| Redundant 'public' modifier. |
60
|
| Expected @param tag for 'portname'. |
60
|
| Redundant 'public' modifier. |
65
|
| Redundant 'public' modifier. |
72
|
| Expected @param tag for 'bindingname'. |
72
|
| Redundant 'public' modifier. |
77
|
| Redundant 'public' modifier. |
84
|
| Expected @param tag for 'servicename'. |
84
|
| First sentence should end with a period. |
86
|
| Redundant 'public' modifier. |
91
|
| Expected @param tag for 'service'. |
91
|
| Redundant 'public' modifier. |
96
|
| Redundant 'public' modifier. |
103
|
| Expected @param tag for 'typename'. |
103
|
| First sentence should end with a period. |
105
|
| Redundant 'public' modifier. |
110
|
| Expected @param tag for 'type'. |
110
|
| Missing a Javadoc comment. |
112
|
| Redundant 'public' modifier. |
112
|
| Missing a Javadoc comment. |
114
|
| Redundant 'public' modifier. |
114
|
| Missing a Javadoc comment. |
116
|
| Redundant 'public' modifier. |
116
|
| Expected an @return tag. |
125
|
| Redundant 'public' modifier. |
125
|
| Missing a Javadoc comment. |
127
|
| Redundant 'public' modifier. |
127
|
| Missing a Javadoc comment. |
129
|
| Redundant 'public' modifier. |
129
|
| Missing a Javadoc comment. |
131
|
| Redundant 'public' modifier. |
131
|
| Missing a Javadoc comment. |
133
|
| Redundant 'public' modifier. |
133
|
| Missing a Javadoc comment. |
135
|
| Redundant 'public' modifier. |
135
|
| Missing a Javadoc comment. |
137
|
| Redundant 'public' modifier. |
137
|
| Missing a Javadoc comment. |
139
|
| Redundant 'public' modifier. |
139
|
| Missing a Javadoc comment. |
141
|
| Redundant 'public' modifier. |
141
|
org/apache/geronimo/ews/ws4j2ee/context/wsdl/impl/AbstractWSDLContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Method 'gettargetBinding' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Method 'getTargetPortType' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Method 'gettargetService' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Method 'settargetBinding' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter binding should be final. |
48
|
| 'binding' hides a field. |
48
|
| Method 'setTargetPortType' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter port should be final. |
52
|
| 'port' hides a field. |
52
|
| Method 'settargetService' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter service should be final. |
56
|
| 'service' hides a field. |
56
|
| Method 'getTargetPort' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'setTargetPort' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter port should be final. |
64
|
| 'port' hides a field. |
64
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Line is longer than 80 characters. |
74
|
org/apache/geronimo/ews/ws4j2ee/context/wsdl/impl/AxisEmitterBasedWSDLContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
82
|
| Missing a Javadoc comment. |
83
|
| Missing a Javadoc comment. |
84
|
| Missing a Javadoc comment. |
85
|
| Missing a Javadoc comment. |
86
|
| Missing a Javadoc comment. |
87
|
| Missing a Javadoc comment. |
89
|
| Parameter definition should be final. |
89
|
| 'definition' hides a field. |
89
|
| First sentence should end with a period. |
93
|
| Method 'addService' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter service should be final. |
96
|
| Expected @param tag for 'service'. |
96
|
| First sentence should end with a period. |
100
|
| Method 'addType' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter type should be final. |
103
|
| Expected @param tag for 'type'. |
103
|
| Line has trailing spaces. |
108
|
| Expected an @return tag. |
110
|
| Method 'getBinding' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Parameter bindingname should be final. |
110
|
| Expected @param tag for 'bindingname'. |
110
|
| Line is longer than 80 characters. |
115
|
| Method 'getBindings' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Line is longer than 80 characters. |
122
|
| Method 'getPortType' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| Parameter portname should be final. |
124
|
| Line is longer than 80 characters. |
129
|
| Method 'getPortTypes' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Missing a Javadoc comment. |
131
|
| Line is longer than 80 characters. |
136
|
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Missing a Javadoc comment. |
138
|
| Parameter servicename should be final. |
138
|
| Line is longer than 80 characters. |
143
|
| Method 'getServices' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Missing a Javadoc comment. |
145
|
| Line is longer than 80 characters. |
150
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Missing a Javadoc comment. |
152
|
| Parameter typename should be final. |
152
|
| Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Missing a Javadoc comment. |
159
|
| Line is longer than 80 characters. |
164
|
| Method 'getElement' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Missing a Javadoc comment. |
166
|
| Parameter name should be final. |
166
|
| Method 'getPort' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Missing a Javadoc comment. |
173
|
| Parameter name should be final. |
173
|
| Line is longer than 80 characters. |
178
|
| Method 'getTargetNSURI' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Missing a Javadoc comment. |
180
|
org/apache/geronimo/ews/ws4j2ee/context/wsdl/impl/AxisWSDLContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line is longer than 80 characters. |
82
|
| Line is longer than 80 characters. |
89
|
| Missing a Javadoc comment. |
90
|
| Variable 'log' must be private and have accessor methods. |
90
|
| Missing a Javadoc comment. |
92
|
| Missing a Javadoc comment. |
93
|
| Missing a Javadoc comment. |
94
|
| Missing a Javadoc comment. |
95
|
| Missing a Javadoc comment. |
96
|
| Missing a Javadoc comment. |
98
|
| Missing a Javadoc comment. |
100
|
| Parameter axisSymbltable should be final. |
100
|
| First sentence should end with a period. |
128
|
| Method 'addService' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter service should be final. |
131
|
| Expected @param tag for 'service'. |
131
|
| First sentence should end with a period. |
135
|
| Method 'addType' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Parameter type should be final. |
138
|
| Expected @param tag for 'type'. |
138
|
| Line has trailing spaces. |
143
|
| Expected an @return tag. |
145
|
| Method 'getBinding' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter bindingname should be final. |
145
|
| Expected @param tag for 'bindingname'. |
145
|
| 'if' construct must use '{}'s. |
149
|
| Line is longer than 80 characters. |
156
|
| Method 'getBindings' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Missing a Javadoc comment. |
158
|
| Line is longer than 80 characters. |
163
|
| Method 'getPortType' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Missing a Javadoc comment. |
165
|
| Parameter portname should be final. |
165
|
| Line is longer than 80 characters. |
170
|
| Method 'getPortTypes' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Line is longer than 80 characters. |
177
|
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Missing a Javadoc comment. |
179
|
| Parameter servicename should be final. |
179
|
| Line is longer than 80 characters. |
184
|
| Method 'getServices' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Missing a Javadoc comment. |
186
|
| Line is longer than 80 characters. |
191
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Missing a Javadoc comment. |
193
|
| Parameter typename should be final. |
193
|
| Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Missing a Javadoc comment. |
201
|
| Line is longer than 80 characters. |
206
|
| Method 'getElement' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Missing a Javadoc comment. |
208
|
| Parameter name should be final. |
208
|
| Method 'getPort' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Missing a Javadoc comment. |
215
|
| Parameter name should be final. |
215
|
| 'if' construct must use '{}'s. |
216
|
| Line has trailing spaces. |
220
|
| Method 'getTargetNSURI' is not designed for extension - needs to be abstract, final or empty. |
227
|
| Missing a Javadoc comment. |
227
|
org/apache/geronimo/ews/ws4j2ee/context/wsdl/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/wsdl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/context/wsdl/type/SchemaType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Extra HTML tag found: </p> |
65
|
| Missing a Javadoc comment. |
68
|
| Redundant 'public' modifier. |
68
|
| Missing a Javadoc comment. |
69
|
| Redundant 'public' modifier. |
69
|
| Missing a Javadoc comment. |
71
|
| Redundant 'public' modifier. |
71
|
| Missing a Javadoc comment. |
73
|
| Redundant 'public' modifier. |
73
|
| Missing a Javadoc comment. |
75
|
| Redundant 'public' modifier. |
75
|
| Missing a Javadoc comment. |
77
|
| Redundant 'public' modifier. |
77
|
| Missing a Javadoc comment. |
79
|
| Redundant 'public' modifier. |
79
|
| Missing a Javadoc comment. |
81
|
| Redundant 'public' modifier. |
81
|
| Missing a Javadoc comment. |
83
|
| Redundant 'public' modifier. |
83
|
| Missing a Javadoc comment. |
85
|
| Redundant 'public' modifier. |
85
|
| Redundant 'public' modifier. |
91
|
| Expected @throws tag for 'ParserFault'. |
91
|
| Redundant 'public' modifier. |
97
|
| Expected @throws tag for 'ParserFault'. |
97
|
| Missing a Javadoc comment. |
99
|
| Redundant 'public' modifier. |
99
|
| Missing a Javadoc comment. |
101
|
| Redundant 'public' modifier. |
101
|
org/apache/geronimo/ews/ws4j2ee/context/wsdl/type/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/module/AbstractModule.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
31
|
| Variable 'wscfFile' must be private and have accessor methods. |
31
|
| Missing a Javadoc comment. |
32
|
| Variable 'webddfile' must be private and have accessor methods. |
32
|
| Missing a Javadoc comment. |
33
|
| Variable 'ejbJarfile' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
34
|
| Variable 'wsdlfile' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
35
|
| Variable 'jaxrpcfile' must be private and have accessor methods. |
35
|
| Missing a Javadoc comment. |
36
|
| Variable 'zip' must be private and have accessor methods. |
36
|
| Missing a Javadoc comment. |
37
|
| Variable 'parentCL' must be private and have accessor methods. |
37
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter jarFile should be final. |
39
|
| Parameter parentCL should be final. |
39
|
| 'parentCL' hides a field. |
39
|
| Method 'getInputStreamForJarEntry' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter path should be final. |
49
|
| Method 'getInputStreamForJarEntry' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter jarFile should be final. |
64
|
| Parameter path should be final. |
64
|
| Missing a Javadoc comment. |
79
|
| Expected an @return tag. |
85
|
| Method 'getEjbJarfile' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Expected an @return tag. |
92
|
| Method 'getWebddfile' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Expected an @return tag. |
99
|
| Method 'getWscfFile' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'setEjbJarfile' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter stream should be final. |
106
|
| Expected @param tag for 'stream'. |
106
|
| Method 'setWebddfile' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Parameter stream should be final. |
113
|
| Expected @param tag for 'stream'. |
113
|
| Method 'setWscfFile' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter stream should be final. |
120
|
| Expected @param tag for 'stream'. |
120
|
| Method 'findFileInModule' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Missing a Javadoc comment. |
124
|
| Parameter path should be final. |
124
|
org/apache/geronimo/ews/ws4j2ee/module/DirModule.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
34
|
| Variable 'wscfFile' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
35
|
| Variable 'webddfile' must be private and have accessor methods. |
35
|
| Missing a Javadoc comment. |
36
|
| Variable 'ejbJarfile' must be private and have accessor methods. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Parameter location should be final. |
44
|
| 'location' hides a field. |
44
|
| Expected @param tag for 'location'. |
44
|
| Parameter parentCL should be final. |
44
|
| 'parentCL' hides a field. |
44
|
| Expected @param tag for 'parentCL'. |
44
|
| Expected @throws tag for 'GenerationFault'. |
45
|
| Line is longer than 80 characters. |
58
|
| Parameter wscfDDFile should be final. |
72
|
| Expected @param tag for 'wscfDDFile'. |
72
|
| Expected @throws tag for 'GenerationFault'. |
73
|
| Method 'findDDs' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| 'if' construct must use '{}'s. |
113
|
| Line is longer than 80 characters. |
121
|
| Method 'getClassLoaderWithPackageLoaded' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| Method 'getClassPathElements' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Missing a Javadoc comment. |
131
|
| Method 'getEjbJarfile' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| Method 'getWebddfile' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
141
|
| Method 'getWscfFile' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Missing a Javadoc comment. |
145
|
| Method 'setEjbJarfile' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Missing a Javadoc comment. |
149
|
| Parameter stream should be final. |
149
|
| Method 'setWebddfile' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Missing a Javadoc comment. |
153
|
| Parameter stream should be final. |
153
|
| Method 'setWscfFile' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Missing a Javadoc comment. |
157
|
| Parameter stream should be final. |
157
|
| Line is longer than 80 characters. |
162
|
| Method 'findFileInModule' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Missing a Javadoc comment. |
164
|
| Parameter path should be final. |
164
|
| 'if' construct must use '{}'s. |
167
|
org/apache/geronimo/ews/ws4j2ee/module/EARModule.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Parameter jarFile should be final. |
47
|
| Expected @param tag for 'jarFile'. |
47
|
| Expected @throws tag for 'GenerationFault'. |
48
|
| 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. |
57
|
| Expected an @return tag. |
73
|
| Line is longer than 80 characters. |
73
|
| Method 'getClassLoaderWithPackageLoaded' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Expected @throws tag for 'GenerationFault'. |
73
|
| Expected an @return tag. |
81
|
| Method 'getClassPathElements' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Expected @throws tag for 'GenerationFault'. |
81
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter obj should be final. |
85
|
| Expected an @return tag. |
94
|
| Method 'findFileInModule' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter path should be final. |
94
|
| Expected @param tag for 'path'. |
94
|
| Expected @throws tag for 'GenerationFault'. |
94
|
| Expected an @return tag. |
102
|
| Method 'getEjbJarfile' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Expected @throws tag for 'GenerationFault'. |
102
|
| Expected an @return tag. |
110
|
| Method 'getWebddfile' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Expected @throws tag for 'GenerationFault'. |
110
|
| Expected an @return tag. |
118
|
| Method 'getWscfFile' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Expected @throws tag for 'GenerationFault'. |
118
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| Method 'setEjbJarfile' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Parameter stream should be final. |
133
|
| Expected @param tag for 'stream'. |
133
|
| Expected @throws tag for 'GenerationFault'. |
133
|
| Method 'setWebddfile' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Parameter stream should be final. |
141
|
| Expected @param tag for 'stream'. |
141
|
| Expected @throws tag for 'GenerationFault'. |
141
|
| Method 'setWscfFile' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Parameter stream should be final. |
149
|
| Expected @param tag for 'stream'. |
149
|
| Expected @throws tag for 'GenerationFault'. |
149
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Missing a Javadoc comment. |
156
|
org/apache/geronimo/ews/ws4j2ee/module/JarModule.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Parameter jarFile should be final. |
38
|
| Expected @param tag for 'jarFile'. |
38
|
| Parameter parentCL should be final. |
38
|
| Expected @param tag for 'parentCL'. |
38
|
| Expected @throws tag for 'GenerationFault'. |
39
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
57
|
| 'if' construct must use '{}'s. |
58
|
| Line is longer than 80 characters. |
67
|
| Method 'getClassLoaderWithPackageLoaded' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Method 'getClassPathElements' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
org/apache/geronimo/ews/ws4j2ee/module/Module.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Missing a Javadoc comment. |
36
|
| Redundant 'public' modifier. |
36
|
| Missing a Javadoc comment. |
38
|
| Redundant 'public' modifier. |
38
|
| Missing a Javadoc comment. |
40
|
| Redundant 'public' modifier. |
40
|
| Missing a Javadoc comment. |
42
|
| Redundant 'public' modifier. |
42
|
| Missing a Javadoc comment. |
44
|
| Redundant 'public' modifier. |
44
|
| Missing a Javadoc comment. |
46
|
| Redundant 'public' modifier. |
46
|
| Missing a Javadoc comment. |
48
|
| Redundant 'public' modifier. |
48
|
org/apache/geronimo/ews/ws4j2ee/module/ModuleFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
27
|
| Line is longer than 80 characters. |
31
|
| Unused @param tag for 'firstmodule'. |
31
|
| Expected an @return tag. |
35
|
| Line is longer than 80 characters. |
35
|
| Parameter path should be final. |
35
|
| Expected @throws tag for 'UnrecoverableGenerationFault'. |
35
|
| Redundant throws: 'UnrecoverableGenerationFault' is unchecked exception. |
35
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
39
|
| Parameter path should be final. |
39
|
| Line is longer than 80 characters. |
40
|
| Parameter parentCL should be final. |
40
|
| Redundant throws: 'UnrecoverableGenerationFault' is unchecked exception. |
40
|
| 'if' construct must use '{}'s. |
44
|
| Line is longer than 80 characters. |
45
|
| 'if' construct must use '{}'s. |
48
|
| 'if' construct must use '{}'s. |
50
|
| 'if' construct must use '{}'s. |
52
|
| 'if' construct must use '{}'s. |
54
|
| 'else' construct must use '{}'s. |
56
|
| Line is longer than 80 characters. |
57
|
org/apache/geronimo/ews/ws4j2ee/module/WARModule.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Parameter jarFile should be final. |
41
|
| Expected @param tag for 'jarFile'. |
41
|
| Parameter parentCL should be final. |
41
|
| Expected @param tag for 'parentCL'. |
41
|
| Expected @throws tag for 'GenerationFault'. |
42
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
54
|
| 'if' construct must use '{}'s. |
57
|
| 'if' construct must use '{}'s. |
59
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
76
|
| Method 'getClassLoaderWithPackageLoaded' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Method 'getClassPathElements' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
org/apache/geronimo/ews/ws4j2ee/module/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/parsers/DomEJBDDParser.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
31
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
41
|
| Parameter j2eewscontext should be final. |
41
|
| 'j2eewscontext' hides a field. |
41
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Missing a Javadoc comment. |
45
|
| Parameter inputStream should be final. |
45
|
| Line is longer than 80 characters. |
55
|
| 'ejbName' hides a field. |
55
|
| Line is longer than 80 characters. |
56
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
58
|
| Expected an @return tag. |
77
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter context should be final. |
84
|
| 'context' hides a field. |
84
|
| Expected @param tag for 'context'. |
84
|
org/apache/geronimo/ews/ws4j2ee/parsers/ParserFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Line is longer than 80 characters. |
36
|
| Missing a Javadoc comment. |
36
|
| Redundant 'public' modifier. |
36
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Redundant 'public' modifier. |
38
|
org/apache/geronimo/ews/ws4j2ee/parsers/ParserFault.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Variable 'detail' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
35
|
| Parameter e should be final. |
35
|
| Missing a Javadoc comment. |
40
|
| Parameter message should be final. |
40
|
| Parameter s should be final. |
51
|
| Parameter ex should be final. |
51
|
| Line contains a tab character. |
61
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
63
|
| '+' should be on a new line. |
67
|
| Method 'getCause' is not designed for extension - needs to be abstract, final or empty. |
77
|
org/apache/geronimo/ews/ws4j2ee/parsers/ServiceReferanceParser.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
19
|
| Line is longer than 80 characters. |
20
|
| First sentence should end with a period. |
31
|
| Missing a Javadoc comment. |
51
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter inputStream should be final. |
53
|
| 'if' construct must use '{}'s. |
58
|
| 'else' construct must use '{}'s. |
60
|
| Expected an @return tag. |
74
|
| Method 'findServiceReferance' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Parameter ele should be final. |
74
|
| Expected @param tag for 'ele'. |
74
|
| Missing a Javadoc comment. |
89
|
| Parameter refEle should be final. |
89
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Parameter refEle should be final. |
93
|
| Line is longer than 80 characters. |
96
|
| Line is longer than 80 characters. |
97
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
99
|
| Expected an @return tag. |
105
|
| Method 'getRef' is not designed for extension - needs to be abstract, final or empty. |
105
|
org/apache/geronimo/ews/ws4j2ee/parsers/WebDDParser.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
43
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
51
|
| Missing a Javadoc comment. |
53
|
| Parameter j2eewscontext should be final. |
53
|
| 'j2eewscontext' hides a field. |
53
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter inputStream should be final. |
57
|
| Line has trailing spaces. |
61
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
68
|
| Expected an @return tag. |
80
|
| Method 'getServletClass' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Method 'setServletClass' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter string should be final. |
87
|
| Expected @param tag for 'string'. |
87
|
| Expected an @return tag. |
94
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Parameter context should be final. |
101
|
| 'context' hides a field. |
101
|
| Expected @param tag for 'context'. |
101
|
org/apache/geronimo/ews/ws4j2ee/parsers/XMLBeansEJBDDParser.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
32
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Parameter j2eewscontext should be final. |
42
|
| 'j2eewscontext' hides a field. |
42
|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter inputStream should be final. |
46
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
59
|
| 'ejbName' hides a field. |
59
|
| Line is longer than 80 characters. |
60
|
| Line is longer than 80 characters. |
61
|
| Line is longer than 80 characters. |
62
|
| Expected an @return tag. |
81
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter context should be final. |
88
|
| 'context' hides a field. |
88
|
| Expected @param tag for 'context'. |
88
|
org/apache/geronimo/ews/ws4j2ee/parsers/gbeans/JARDeployable.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
org/apache/geronimo/ews/ws4j2ee/parsers/gbeans/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/parsers/impl/ParserFactoryImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
40
|
| Method 'parseEJBDDContext' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter context should be final. |
42
|
| Parameter inputStream should be final. |
43
|
| Line is longer than 80 characters. |
51
|
| Line is longer than 80 characters. |
53
|
| Method 'parseServiceReferance' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter context should be final. |
53
|
| Line is longer than 80 characters. |
54
|
| Parameter inputStream should be final. |
54
|
| Line is longer than 80 characters. |
61
|
| Method 'parseWebDD' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Parameter context should be final. |
63
|
| Parameter inputStream should be final. |
64
|
| Line is longer than 80 characters. |
72
|
| Method 'parseWSCF' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Parameter context should be final. |
74
|
| Parameter inputStream should be final. |
75
|
org/apache/geronimo/ews/ws4j2ee/parsers/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/parsers/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/AbstractWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
28
|
| Variable 'log' must be private and have accessor methods. |
41
|
| Missing a Javadoc comment. |
43
|
| Variable 'j2eewscontext' must be private and have accessor methods. |
43
|
| Missing a Javadoc comment. |
45
|
| Variable 'out' must be private and have accessor methods. |
45
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
49
|
| Parameter j2eewscontext should be final. |
49
|
| 'j2eewscontext' hides a field. |
49
|
| Parameter filename should be final. |
49
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
| Line is longer than 80 characters. |
67
|
| 'if' construct must use '{}'s. |
71
|
| Missing a Javadoc comment. |
82
|
| 'if' construct must use '{}'s. |
83
|
| Method 'isOverWrite' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Missing a Javadoc comment. |
91
|
org/apache/geronimo/ews/ws4j2ee/toWs/GenerationConstants.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Line is longer than 80 characters. |
50
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
60
|
| Missing a Javadoc comment. |
61
|
| Line has trailing spaces. |
62
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
63
|
| 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 contains a tab character. |
67
|
| First sentence should end with a period. |
69
|
| Missing a Javadoc comment. |
73
|
| Missing a Javadoc comment. |
74
|
| Missing a Javadoc comment. |
75
|
| First sentence should end with a period. |
77
|
| Missing a Javadoc comment. |
81
|
| Missing a Javadoc comment. |
82
|
| First sentence should end with a period. |
84
|
| Missing a Javadoc comment. |
88
|
| Missing a Javadoc comment. |
89
|
| Missing a Javadoc comment. |
90
|
| Missing a Javadoc comment. |
92
|
| Missing a Javadoc comment. |
93
|
org/apache/geronimo/ews/ws4j2ee/toWs/GenerationFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Redundant 'public' modifier. |
38
|
| Missing a Javadoc comment. |
41
|
| Redundant 'public' modifier. |
41
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
45
|
| Missing a Javadoc comment. |
45
|
| Redundant 'public' modifier. |
45
|
| Missing a Javadoc comment. |
48
|
| Redundant 'public' modifier. |
48
|
| Line is longer than 80 characters. |
51
|
| Missing a Javadoc comment. |
51
|
| Redundant 'public' modifier. |
51
|
| Line is longer than 80 characters. |
54
|
| Missing a Javadoc comment. |
54
|
| Redundant 'public' modifier. |
54
|
| Line is longer than 80 characters. |
57
|
| Missing a Javadoc comment. |
57
|
| Redundant 'public' modifier. |
57
|
| Line is longer than 80 characters. |
60
|
| Missing a Javadoc comment. |
60
|
| Redundant 'public' modifier. |
60
|
| Line is longer than 80 characters. |
63
|
| Missing a Javadoc comment. |
63
|
| Redundant 'public' modifier. |
63
|
org/apache/geronimo/ews/ws4j2ee/toWs/GenerationFault.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Variable 'detail' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
35
|
| Parameter e should be final. |
35
|
| Missing a Javadoc comment. |
41
|
| Parameter message should be final. |
41
|
| Parameter s should be final. |
52
|
| Parameter ex should be final. |
52
|
| Line contains a tab character. |
62
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'getCause' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
81
|
| Parameter e should be final. |
81
|
| 'else' construct must use '{}'s. |
84
|
org/apache/geronimo/ews/ws4j2ee/toWs/Generator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
21
|
| Redundant 'public' modifier. |
29
|
| Expected @throws tag for 'GenerationFault'. |
29
|
org/apache/geronimo/ews/ws4j2ee/toWs/JavaClassWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
22
|
| Missing a Javadoc comment. |
28
|
| Variable 'qulifiedName' must be private and have accessor methods. |
28
|
| Missing a Javadoc comment. |
29
|
| Variable 'classname' must be private and have accessor methods. |
29
|
| Missing a Javadoc comment. |
30
|
| Variable 'packageName' must be private and have accessor methods. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter j2eewscontext should be final. |
34
|
| Parameter qulifiedName should be final. |
34
|
| 'qulifiedName' hides a field. |
34
|
| Line is longer than 80 characters. |
35
|
| Method 'writeCode' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| 'if' construct must use '{}'s. |
42
|
| Line is longer than 80 characters. |
44
|
| Avoid inline conditionals. |
44
|
| Method 'getExtendsPart' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Method 'getimplementsPart' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Missing a Javadoc comment. |
66
|
| Missing a Javadoc comment. |
69
|
| Missing a Javadoc comment. |
72
|
| Missing a Javadoc comment. |
74
|
| Missing a Javadoc comment. |
76
|
org/apache/geronimo/ews/ws4j2ee/toWs/JavaInterfaceWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
22
|
| Missing a Javadoc comment. |
28
|
| Variable 'qulifiedName' must be private and have accessor methods. |
28
|
| Missing a Javadoc comment. |
29
|
| Variable 'classname' must be private and have accessor methods. |
29
|
| Missing a Javadoc comment. |
30
|
| Variable 'packageName' must be private and have accessor methods. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter j2eewscontext should be final. |
34
|
| Parameter qulifiedName should be final. |
34
|
| 'qulifiedName' hides a field. |
34
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
37
|
| Method 'writeCode' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| 'if' construct must use '{}'s. |
45
|
| Line is longer than 80 characters. |
47
|
| Avoid inline conditionals. |
47
|
| Method 'getExtendsPart' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
63
|
| Missing a Javadoc comment. |
66
|
| Missing a Javadoc comment. |
69
|
| Missing a Javadoc comment. |
71
|
org/apache/geronimo/ews/ws4j2ee/toWs/UnrecoverableGenerationFault.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
26
|
| Parameter message should be final. |
34
|
| Expected @param tag for 'message'. |
34
|
| Parameter cause should be final. |
34
|
| Expected @param tag for 'cause'. |
34
|
| Parameter cause should be final. |
42
|
| Expected @param tag for 'cause'. |
42
|
| Parameter message should be final. |
50
|
| Expected @param tag for 'message'. |
50
|
org/apache/geronimo/ews/ws4j2ee/toWs/Writer.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Redundant 'public' modifier. |
32
|
| Expected @throws tag for 'GenerationFault'. |
32
|
org/apache/geronimo/ews/ws4j2ee/toWs/Ws4J2EEClientwithWSDL.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
24
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Variable 'log' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Parameter args should be final. |
44
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Line is longer than 80 characters. |
56
|
| Line is longer than 80 characters. |
65
|
| Line has trailing spaces. |
66
|
| Line has trailing spaces. |
67
|
| Line has trailing spaces. |
68
|
| Line is longer than 80 characters. |
77
|
| Line is longer than 80 characters. |
79
|
| Line has trailing spaces. |
82
|
| Line has trailing spaces. |
83
|
| Line contains a tab character. |
83
|
| 'if' construct must use '{}'s. |
85
|
| Line is longer than 80 characters. |
87
|
| Line is longer than 80 characters. |
91
|
| Missing a Javadoc comment. |
99
|
| Parameter args should be final. |
99
|
org/apache/geronimo/ews/ws4j2ee/toWs/Ws4J2ee.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
43
|
| Variable 'log' must be private and have accessor methods. |
43
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
51
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
60
|
| Missing a Javadoc comment. |
61
|
| Missing a Javadoc comment. |
63
|
| Parameter doployContext should be final. |
63
|
| Parameter emitter should be final. |
63
|
| 'emitter' hides a field. |
63
|
| Line has trailing spaces. |
73
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
96
|
| Line is longer than 80 characters. |
100
|
| Missing a Javadoc comment. |
104
|
| Line is longer than 80 characters. |
116
|
| Line is longer than 80 characters. |
117
|
| Missing a Javadoc comment. |
120
|
| 'if' construct must use '{}'s. |
124
|
| Line is longer than 80 characters. |
128
|
| 'if' construct must use '{}'s. |
129
|
| Missing a Javadoc comment. |
136
|
| Line is longer than 80 characters. |
138
|
| First sentence should end with a period. |
142
|
| Expected @throws tag for 'GenerationFault'. |
145
|
| 'if' construct must use '{}'s. |
147
|
| Missing a Javadoc comment. |
154
|
| Line is longer than 80 characters. |
164
|
| Method 'parseWebModule' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Line is longer than 80 characters. |
175
|
| Missing a Javadoc comment. |
183
|
| Parameter implBean should be final. |
183
|
| Missing a Javadoc comment. |
199
|
| Parameter wscfwsdis should be final. |
199
|
| Line has trailing spaces. |
203
|
| 'if' construct must use '{}'s. |
204
|
| Missing a Javadoc comment. |
215
|
| Line is longer than 80 characters. |
221
|
| Line is longer than 80 characters. |
227
|
| Missing a Javadoc comment. |
227
|
| Parameter wscfwsdis should be final. |
227
|
| Line is longer than 80 characters. |
234
|
| Line is longer than 80 characters. |
235
|
| Line is longer than 80 characters. |
236
|
| Line is longer than 80 characters. |
237
|
| Line is longer than 80 characters. |
242
|
| Line is longer than 80 characters. |
245
|
| Line is longer than 80 characters. |
246
|
| Line is longer than 80 characters. |
247
|
| Line is longer than 80 characters. |
249
|
| Line is longer than 80 characters. |
251
|
| Line is longer than 80 characters. |
253
|
| Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. |
263
|
| Missing a Javadoc comment. |
263
|
| Line is longer than 80 characters. |
288
|
| Line is longer than 80 characters. |
291
|
| Line is longer than 80 characters. |
292
|
| Parameter args should be final. |
298
|
| Expected @param tag for 'args'. |
298
|
| Expected @throws tag for 'Exception'. |
298
|
| Line is longer than 80 characters. |
301
|
org/apache/geronimo/ews/ws4j2ee/toWs/Ws4J2eeCLOptionParser.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
51
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
53
|
| Line is longer than 80 characters. |
55
|
| Missing a Javadoc comment. |
55
|
| Name 'options' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
55
|
| Missing a Javadoc comment. |
82
|
| Parameter args should be final. |
82
|
| Method 'parseOption' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Missing a Javadoc comment. |
114
|
| Parameter option should be final. |
114
|
| Line is longer than 80 characters. |
130
|
| Expected an @return tag. |
149
|
| Method 'getWscffile' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Method 'setWscffile' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Parameter string should be final. |
156
|
| Expected @param tag for 'string'. |
156
|
| Expected an @return tag. |
163
|
| Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Expected an @return tag. |
170
|
| Method 'getOutputDirectory' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Expected an @return tag. |
177
|
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Expected an @return tag. |
184
|
| Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. |
191
|
| Parameter b should be final. |
191
|
| Expected @param tag for 'b'. |
191
|
| Method 'setOutputDirectory' is not designed for extension - needs to be abstract, final or empty. |
198
|
| Parameter string should be final. |
198
|
| Expected @param tag for 'string'. |
198
|
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Parameter string should be final. |
205
|
| Expected @param tag for 'string'. |
205
|
| Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. |
212
|
| Parameter string should be final. |
212
|
| Expected @param tag for 'string'. |
212
|
| Expected an @return tag. |
219
|
| Method 'getImplStyle' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Method 'setImplStyle' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Parameter string should be final. |
226
|
| Expected @param tag for 'string'. |
226
|
| Expected an @return tag. |
233
|
| Method 'getContanier' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Method 'setContanier' is not designed for extension - needs to be abstract, final or empty. |
240
|
| Parameter string should be final. |
240
|
| Expected @param tag for 'string'. |
240
|
org/apache/geronimo/ews/ws4j2ee/toWs/Ws4J2eeDeployContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
25
|
| Redundant 'public' modifier. |
25
|
| Missing a Javadoc comment. |
27
|
| Redundant 'public' modifier. |
27
|
| Missing a Javadoc comment. |
29
|
| Redundant 'public' modifier. |
29
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| Missing a Javadoc comment. |
39
|
| Redundant 'public' modifier. |
39
|
org/apache/geronimo/ews/ws4j2ee/toWs/Ws4J2eeEmitter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
30
|
| Variable 'log' must be private and have accessor methods. |
30
|
| Missing a Javadoc comment. |
32
|
| Variable 'factory' must be private and have accessor methods. |
32
|
| Missing a Javadoc comment. |
33
|
| Variable 'wscontext' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Parameter wscontext should be final. |
37
|
| 'wscontext' hides a field. |
37
|
| Method 'prepareOutPutDir' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Line is longer than 80 characters. |
45
|
| 'if' construct must use '{}'s. |
46
|
| Method 'generatedSEIandtypes' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Line is longer than 80 characters. |
52
|
| Method 'validateTheContext' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Method 'generateEJB' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Line is longer than 80 characters. |
65
|
| Method 'generateWrapperWs' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Line is longer than 80 characters. |
78
|
| Method 'generatedHandlers' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Line is longer than 80 characters. |
84
|
| Method 'generateBuildFile' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Line is longer than 80 characters. |
90
|
| 'if' construct must use '{}'s. |
91
|
| Line is longer than 80 characters. |
94
|
| 'if' construct must use '{}'s. |
95
|
| Method 'executeAnt' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Line is longer than 80 characters. |
102
|
| Line is longer than 80 characters. |
103
|
| Method 'emmit' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
org/apache/geronimo/ews/ws4j2ee/toWs/Ws4J2eeFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
org/apache/geronimo/ews/ws4j2ee/toWs/Ws4J2eeProperties.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
29
|
| First sentence should end with a period. |
30
|
| Missing a Javadoc comment. |
36
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter key should be final. |
46
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
63
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
77
|
org/apache/geronimo/ews/ws4j2ee/toWs/Ws4J2eeServerCLOptionParser.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Expected an @return tag. |
50
|
| Method 'getOutPutLocation' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Method 'setOutPutLocation' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter string should be final. |
57
|
| Expected @param tag for 'string'. |
57
|
| Line contains a tab character. |
61
|
| First sentence should end with a period. |
63
|
| First sentence should end with a period. |
68
|
| First sentence should end with a period. |
73
|
| First sentence should end with a period. |
78
|
| First sentence should end with a period. |
83
|
| First sentence should end with a period. |
88
|
| First sentence should end with a period. |
93
|
| First sentence should end with a period. |
98
|
| First sentence should end with a period. |
103
|
| First sentence should end with a period. |
108
|
| First sentence should end with a period. |
113
|
| First sentence should end with a period. |
118
|
| First sentence should end with a period. |
123
|
| First sentence should end with a period. |
128
|
| First sentence should end with a period. |
133
|
| First sentence should end with a period. |
138
|
| First sentence should end with a period. |
143
|
| First sentence should end with a period. |
148
|
| First sentence should end with a period. |
153
|
| First sentence should end with a period. |
158
|
| First sentence should end with a period. |
163
|
| First sentence should end with a period. |
168
|
| First sentence should end with a period. |
173
|
| First sentence should end with a period. |
178
|
| Missing a Javadoc comment. |
183
|
| First sentence should end with a period. |
185
|
| Missing a Javadoc comment. |
190
|
| Missing a Javadoc comment. |
191
|
| Variable 'options' must be private and have accessor methods. |
202
|
| Line is longer than 80 characters. |
222
|
| First sentence should end with a period. |
311
|
| Variable 'emitter' must be private and have accessor methods. |
314
|
| First sentence should end with a period. |
316
|
| Variable 'className' must be private and have accessor methods. |
319
|
| First sentence should end with a period. |
321
|
| Variable 'wsdlFilename' must be private and have accessor methods. |
324
|
| First sentence should end with a period. |
326
|
| Variable 'wsdlImplFilename' must be private and have accessor methods. |
329
|
| First sentence should end with a period. |
331
|
| Variable 'namespaceMap' must be private and have accessor methods. |
334
|
| First sentence should end with a period. |
336
|
| Variable 'mode' must be private and have accessor methods. |
339
|
| First sentence should end with a period. |
341
|
| Variable 'locationSet' must be private and have accessor methods. |
344
|
| Parameter args should be final. |
349
|
| 'args' hides a field. |
349
|
| Expected @param tag for 'args'. |
349
|
| Parameter emitter should be final. |
349
|
| 'emitter' hides a field. |
349
|
| Expected @param tag for 'emitter'. |
349
|
| Line is longer than 80 characters. |
356
|
| Expression can be simplified. |
366
|
| Expression can be simplified. |
372
|
| Missing a Javadoc comment. |
382
|
| Parameter emitter should be final. |
382
|
| 'emitter' hides a field. |
382
|
| Method 'addOptions' is not designed for extension - needs to be abstract, final or empty. |
394
|
| Parameter newOptions should be final. |
394
|
| First sentence should end with a period. |
405
|
| Expected an @return tag. |
411
|
| Method 'parseOption' is not designed for extension - needs to be abstract, final or empty. |
411
|
| Method length is 159 lines (max allowed is 150). |
411
|
| Parameter option should be final. |
411
|
| Line is longer than 80 characters. |
417
|
| Line is longer than 80 characters. |
501
|
| Line is longer than 80 characters. |
503
|
| Line is longer than 80 characters. |
505
|
| Line is longer than 80 characters. |
518
|
| Line is longer than 80 characters. |
556
|
| Expected an @return tag. |
578
|
| Method 'validateOptions' is not designed for extension - needs to be abstract, final or empty. |
578
|
| Line contains a tab character. |
579
|
| Line contains a tab character. |
580
|
| Line is longer than 80 characters. |
581
|
| Line contains a tab character. |
581
|
| Line contains a tab character. |
582
|
| Line contains a tab character. |
584
|
| Line contains a tab character. |
585
|
| Line contains a tab character. |
587
|
| Line contains a tab character. |
588
|
| Line contains a tab character. |
589
|
| Line is longer than 80 characters. |
590
|
| Line contains a tab character. |
590
|
| Line contains a tab character. |
591
|
| Line contains a tab character. |
593
|
| Line contains a tab character. |
594
|
| Line is longer than 80 characters. |
598
|
| Method 'printUsage' is not designed for extension - needs to be abstract, final or empty. |
607
|
| Expected an @return tag. |
624
|
| Method 'getWsdlFilename' is not designed for extension - needs to be abstract, final or empty. |
624
|
| Method 'setWsdlFilename' is not designed for extension - needs to be abstract, final or empty. |
631
|
| Parameter string should be final. |
631
|
| Expected @param tag for 'string'. |
631
|
| Expected an @return tag. |
638
|
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. |
638
|
| Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. |
645
|
| Parameter string should be final. |
645
|
| Expected @param tag for 'string'. |
645
|
| Expected an @return tag. |
652
|
| Method 'getMode' is not designed for extension - needs to be abstract, final or empty. |
652
|
| Expected an @return tag. |
659
|
| Method 'getWsdlImplFilename' is not designed for extension - needs to be abstract, final or empty. |
659
|
| Method 'setMode' is not designed for extension - needs to be abstract, final or empty. |
666
|
| Parameter i should be final. |
666
|
| Expected @param tag for 'i'. |
666
|
| Method 'setWsdlImplFilename' is not designed for extension - needs to be abstract, final or empty. |
673
|
| Parameter string should be final. |
673
|
| Expected @param tag for 'string'. |
673
|
| Expected an @return tag. |
680
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
680
|
| Expected an @return tag. |
687
|
| Method 'getModuleLocation' is not designed for extension - needs to be abstract, final or empty. |
687
|
| Method 'setModule' is not designed for extension - needs to be abstract, final or empty. |
694
|
| Parameter module should be final. |
694
|
| 'module' hides a field. |
694
|
| Expected @param tag for 'module'. |
694
|
| Method 'setModuleLocation' is not designed for extension - needs to be abstract, final or empty. |
701
|
| Parameter string should be final. |
701
|
| Expected @param tag for 'string'. |
701
|
| Expected an @return tag. |
708
|
| Method 'getContanier' is not designed for extension - needs to be abstract, final or empty. |
708
|
| Expected an @return tag. |
715
|
| Method 'getImplStyle' is not designed for extension - needs to be abstract, final or empty. |
715
|
| Method 'setContanier' is not designed for extension - needs to be abstract, final or empty. |
722
|
| Parameter string should be final. |
722
|
| Expected @param tag for 'string'. |
722
|
| Method 'setImplStyle' is not designed for extension - needs to be abstract, final or empty. |
729
|
| Parameter string should be final. |
729
|
| Expected @param tag for 'string'. |
729
|
| Method 'isCompile' is not designed for extension - needs to be abstract, final or empty. |
733
|
| Missing a Javadoc comment. |
733
|
org/apache/geronimo/ews/ws4j2ee/toWs/dd/J2EEContainerSpecificDDGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Variable 'log' must be private and have accessor methods. |
35
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter j2eewscontext should be final. |
38
|
| 'j2eewscontext' hides a field. |
38
|
| 'if' construct must use '{}'s. |
40
|
| Line is longer than 80 characters. |
40
|
| 'if' construct must use '{}'s. |
42
|
| Line is longer than 80 characters. |
42
|
| 'if' construct must use '{}'s. |
44
|
| Line is longer than 80 characters. |
44
|
| 'else' construct must use '{}'s. |
46
|
| Line is longer than 80 characters. |
47
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| 'if' construct must use '{}'s. |
51
|
org/apache/geronimo/ews/ws4j2ee/toWs/dd/JaxRpcMappingFileWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
47
|
| Parameter out should be final. |
47
|
| Parameter emitter should be final. |
48
|
| 'emitter' hides a field. |
48
|
| Parameter j2eewscontext should be final. |
49
|
| 'j2eewscontext' hides a field. |
49
|
| Missing a Javadoc comment. |
59
|
| Line has trailing spaces. |
68
|
| Line is longer than 80 characters. |
70
|
| Line has trailing spaces. |
82
|
| Line is longer than 80 characters. |
84
|
| ';' is not followed by whitespace. |
84
|
| Line has trailing spaces. |
91
|
| Line is longer than 80 characters. |
91
|
| ';' is not followed by whitespace. |
91
|
| Method 'writeServiceMapping' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Line is longer than 80 characters. |
98
|
| Line has trailing spaces. |
99
|
| Line is longer than 80 characters. |
99
|
| ';' is not followed by whitespace. |
99
|
| 'if' construct must use '{}'s. |
103
|
| Line has trailing spaces. |
112
|
| ';' is not followed by whitespace. |
115
|
| ';' is not followed by whitespace. |
122
|
| Line has trailing spaces. |
123
|
| ';' is not followed by whitespace. |
123
|
| Line is longer than 80 characters. |
126
|
| Missing a Javadoc comment. |
126
|
| Parameter methods should be final. |
126
|
| Parameter op should be final. |
126
|
| Line has trailing spaces. |
138
|
| Line is longer than 80 characters. |
140
|
| Line is longer than 80 characters. |
144
|
| Line is longer than 80 characters. |
148
|
| ';' is not followed by whitespace. |
151
|
| Line is longer than 80 characters. |
157
|
| Missing a Javadoc comment. |
157
|
| Parameter methods should be final. |
157
|
| Parameter op should be final. |
157
|
| Line is longer than 80 characters. |
159
|
| Line has trailing spaces. |
177
|
| ';' is not followed by whitespace. |
191
|
| ';' is not followed by whitespace. |
192
|
| Missing a Javadoc comment. |
196
|
| Parameter binding should be final. |
196
|
| Line is longer than 80 characters. |
201
|
| ';' is not followed by whitespace. |
201
|
| Line has trailing spaces. |
216
|
| ';' is not followed by whitespace. |
217
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Missing a Javadoc comment. |
221
|
| 'if' construct must use '{}'s. |
229
|
| Line is longer than 80 characters. |
230
|
| Line is longer than 80 characters. |
231
|
| Line is longer than 80 characters. |
235
|
| Line has trailing spaces. |
245
|
| ';' is not followed by whitespace. |
246
|
org/apache/geronimo/ews/ws4j2ee/toWs/dd/JaxrpcMapperGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
40
|
| Variable 'log' must be private and have accessor methods. |
40
|
| Missing a Javadoc comment. |
43
|
| Parameter j2eewscontext should be final. |
43
|
| 'j2eewscontext' hides a field. |
43
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| 'if' construct must use '{}'s. |
53
|
| Method 'getEmmiter' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
org/apache/geronimo/ews/ws4j2ee/toWs/dd/WebContainerDDGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Variable 'log' must be private and have accessor methods. |
32
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
35
|
| Parameter j2eewscontext should be final. |
35
|
| 'j2eewscontext' hides a field. |
35
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
org/apache/geronimo/ews/ws4j2ee/toWs/dd/geronimo/GeronimoDDWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
28
|
| Parameter j2eewscontext should be final. |
28
|
| '+' should be on a new line. |
29
|
| Method 'writeCode' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Missing a Javadoc comment. |
33
|
| Line has trailing spaces. |
36
|
| 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
|
| Line contains a tab character. |
43
|
| 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 contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Method 'writeEJBDD' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Line is longer than 80 characters. |
51
|
| Line contains a tab character. |
67
|
| Line is longer than 80 characters. |
71
|
| Line contains a tab character. |
71
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
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
|
| Method 'writeWebDD' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Line is longer than 80 characters. |
90
|
| Line is longer than 80 characters. |
101
|
org/apache/geronimo/ews/ws4j2ee/toWs/dd/geronimo/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/dd/jboss/JBossDDWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
27
|
| Parameter j2eewscontext should be final. |
27
|
| '+' should be on a new line. |
28
|
| Method 'writeCode' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| 'if' construct must use '{}'s. |
33
|
| Line is longer than 80 characters. |
35
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
48
|
| Line is longer than 80 characters. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
54
|
org/apache/geronimo/ews/ws4j2ee/toWs/dd/jboss/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/dd/jonas/JOnASDDWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
27
|
| Parameter j2eewscontext should be final. |
27
|
| '+' should be on a new line. |
28
|
| Method 'writeCode' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
41
|
| Line is longer than 80 characters. |
42
|
| Line contains a tab character. |
43
|
| Line is longer than 80 characters. |
44
|
| Line contains a tab character. |
44
|
| Line is longer than 80 characters. |
48
|
| Line contains a tab character. |
48
|
| Must have at least one statement. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line is longer than 80 characters. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
55
|
org/apache/geronimo/ews/ws4j2ee/toWs/dd/jonas/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/dd/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/ejb/EJBDDWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
39
|
| Variable 'ejbcontext' must be private and have accessor methods. |
39
|
| Line is longer than 80 characters. |
45
|
| Parameter j2eewscontext should be final. |
45
|
| Expected @param tag for 'j2eewscontext'. |
45
|
| Parameter ejbcontext should be final. |
45
|
| 'ejbcontext' hides a field. |
45
|
| Expected @param tag for 'ejbcontext'. |
45
|
| Expected @throws tag for 'GenerationFault'. |
46
|
| Line is longer than 80 characters. |
47
|
| Method 'writeCode' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| 'if' construct must use '{}'s. |
52
|
| Method 'writeSessionDD' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Line is longer than 80 characters. |
57
|
| Line has trailing spaces. |
64
|
| Line is longer than 80 characters. |
64
|
| Line contains a tab character. |
65
|
| Line is longer than 80 characters. |
66
|
| 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 is longer than 80 characters. |
71
|
| Line contains a tab character. |
71
|
| Line is longer than 80 characters. |
72
|
| Line contains a tab character. |
72
|
| Line is longer than 80 characters. |
73
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line is longer than 80 characters. |
76
|
| Line is longer than 80 characters. |
79
|
| Line is longer than 80 characters. |
85
|
| Line is longer than 80 characters. |
86
|
| Line is longer than 80 characters. |
90
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
93
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
org/apache/geronimo/ews/ws4j2ee/toWs/ejb/EJBGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
28
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Variable 'ejbcontext' must be private and have accessor methods. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Parameter context should be final. |
44
|
| 'context' hides a field. |
44
|
| '+' should be on a new line. |
48
|
| 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 is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
68
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| 'if' construct must use '{}'s. |
72
|
| 'if' construct must use '{}'s. |
74
|
| 'if' construct must use '{}'s. |
76
|
| 'if' construct must use '{}'s. |
78
|
org/apache/geronimo/ews/ws4j2ee/toWs/ejb/EJBHomeWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Variable 'ejbcontext' must be private and have accessor methods. |
33
|
| Unused @param tag for 'portType'. |
38
|
| Line is longer than 80 characters. |
41
|
| Parameter context should be final. |
41
|
| Expected @param tag for 'context'. |
41
|
| Parameter ejbcontext should be final. |
41
|
| 'ejbcontext' hides a field. |
41
|
| Expected @param tag for 'ejbcontext'. |
41
|
| Expected @throws tag for 'GenerationFault'. |
41
|
| 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
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Missing a Javadoc comment. |
59
|
| Method 'writeMethods' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Line is longer than 80 characters. |
63
|
| Method 'getExtendsPart' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
org/apache/geronimo/ews/ws4j2ee/toWs/ejb/EJBLocalHomeWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Variable 'ejbcontext' must be private and have accessor methods. |
33
|
| Unused @param tag for 'portType'. |
38
|
| Line is longer than 80 characters. |
41
|
| Parameter context should be final. |
41
|
| Expected @param tag for 'context'. |
41
|
| Parameter ejbcontext should be final. |
41
|
| 'ejbcontext' hides a field. |
41
|
| Expected @param tag for 'ejbcontext'. |
41
|
| Expected @throws tag for 'GenerationFault'. |
41
|
| Missing a Javadoc comment. |
46
|
| Method 'writeMethods' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Line is longer than 80 characters. |
50
|
| Method 'getExtendsPart' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
org/apache/geronimo/ews/ws4j2ee/toWs/ejb/EJBLocalWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Variable 'ejbcontext' must be private and have accessor methods. |
37
|
| Unused @param tag for 'portType'. |
42
|
| Line is longer than 80 characters. |
45
|
| Parameter context should be final. |
45
|
| Expected @param tag for 'context'. |
45
|
| Parameter ejbcontext should be final. |
45
|
| 'ejbcontext' hides a field. |
45
|
| Expected @param tag for 'ejbcontext'. |
45
|
| Expected @throws tag for 'GenerationFault'. |
45
|
| Method 'getExtendsPart' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
54
|
| Method 'writeMethods' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| 'if' construct must use '{}'s. |
63
|
| Line is longer than 80 characters. |
65
|
| 'name' hides a field. |
69
|
| Line has trailing spaces. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
org/apache/geronimo/ews/ws4j2ee/toWs/ejb/EJBRemoteWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Variable 'ejbcontext' must be private and have accessor methods. |
38
|
| Unused @param tag for 'portType'. |
43
|
| Line is longer than 80 characters. |
46
|
| Parameter context should be final. |
46
|
| Expected @param tag for 'context'. |
46
|
| Parameter ejbcontext should be final. |
46
|
| 'ejbcontext' hides a field. |
46
|
| Expected @param tag for 'ejbcontext'. |
46
|
| Expected @throws tag for 'GenerationFault'. |
46
|
| Method 'getExtendsPart' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Missing a Javadoc comment. |
55
|
| Method 'writeMethods' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| 'if' construct must use '{}'s. |
64
|
| Line is longer than 80 characters. |
66
|
| 'name' hides a field. |
70
|
| Line has trailing spaces. |
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
|
org/apache/geronimo/ews/ws4j2ee/toWs/ejb/SessionBeanWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
55
|
| Line is longer than 80 characters. |
56
|
| Line is longer than 80 characters. |
61
|
| Unclosed HTML tag found: <ol> |
62
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
65
|
| Line is longer than 80 characters. |
66
|
| Line is longer than 80 characters. |
67
|
| Missing a Javadoc comment. |
75
|
| Missing a Javadoc comment. |
76
|
| Variable 'ejbcontext' must be private and have accessor methods. |
76
|
| Unused @param tag for 'portType'. |
81
|
| Line is longer than 80 characters. |
84
|
| Parameter context should be final. |
84
|
| Expected @param tag for 'context'. |
84
|
| Parameter ejbcontext should be final. |
84
|
| 'ejbcontext' hides a field. |
84
|
| Expected @param tag for 'ejbcontext'. |
84
|
| Expected @throws tag for 'GenerationFault'. |
84
|
| Missing a Javadoc comment. |
89
|
| Missing a Javadoc comment. |
92
|
| Method 'writeMethods' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Avoid inline conditionals. |
101
|
| Line is longer than 80 characters. |
102
|
| 'name' hides a field. |
106
|
| Line contains a tab character. |
118
|
| Line has trailing spaces. |
119
|
| Line contains a tab character. |
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
|
| Must have at least one statement. |
141
|
| Line is longer than 80 characters. |
147
|
| Line is longer than 80 characters. |
148
|
| Line contains a tab character. |
148
|
| Line is longer than 80 characters. |
149
|
| 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
|
| Line is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
155
|
| Line is longer than 80 characters. |
156
|
| Line is longer than 80 characters. |
157
|
| Line is longer than 80 characters. |
161
|
| Method 'getimplementsPart' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Missing a Javadoc comment. |
163
|
| Method 'isOverWrite' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Missing a Javadoc comment. |
170
|
org/apache/geronimo/ews/ws4j2ee/toWs/ejb/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/handlers/HandlerGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
28
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Line is longer than 80 characters. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter j2eewscontext should be final. |
44
|
| 'j2eewscontext' hides a field. |
44
|
| First sentence should end with a period. |
57
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Expected @throws tag for 'GenerationFault'. |
60
|
org/apache/geronimo/ews/ws4j2ee/toWs/handlers/HandlerWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
21
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Line is longer than 80 characters. |
40
|
| Parameter j2eewscontext should be final. |
40
|
| Expected @param tag for 'j2eewscontext'. |
40
|
| Parameter handler should be final. |
40
|
| 'handler' hides a field. |
40
|
| Expected @param tag for 'handler'. |
40
|
| Expected @throws tag for 'GenerationFault'. |
41
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
46
|
| Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| First sentence should end with a period. |
53
|
| Method 'writeCode' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Expected @throws tag for 'GenerationFault'. |
56
|
| 'if' construct must use '{}'s. |
57
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
69
|
| Line contains a tab character. |
73
|
| Line is longer than 80 characters. |
76
|
org/apache/geronimo/ews/ws4j2ee/toWs/handlers/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/impl/GenerationFactoryImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Method 'createEJBWriter' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter j2eewscontext should be final. |
49
|
| Parameter ejbcontext should be final. |
50
|
| Parameter writerType should be final. |
51
|
| 'if' construct must use '{}'s. |
53
|
| 'if' construct must use '{}'s. |
55
|
| 'if' construct must use '{}'s. |
57
|
| 'if' construct must use '{}'s. |
59
|
| Line is longer than 80 characters. |
60
|
| 'if' construct must use '{}'s. |
62
|
| 'if' construct must use '{}'s. |
64
|
| Line is longer than 80 characters. |
65
|
| 'else' construct must use '{}'s. |
67
|
| Method 'createEJBGenerator' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Parameter j2eewscontext should be final. |
71
|
| Line is longer than 80 characters. |
76
|
| Method 'createWrapperWsGenerator' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter j2eewscontext should be final. |
76
|
| Line is longer than 80 characters. |
81
|
| Method 'createClientSideWsGenerator' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter j2eewscontext should be final. |
81
|
| Method 'createWSDLGenerator' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter wscontext should be final. |
86
|
| Parameter emitter should be final. |
87
|
| Parameter clparser should be final. |
88
|
| Line is longer than 80 characters. |
93
|
| Method 'createServerSideWsGenerator' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Parameter j2eewscontext should be final. |
93
|
| Method 'createHandlerGenerator' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Parameter j2eewscontext should be final. |
98
|
| Line is longer than 80 characters. |
103
|
| Method 'createJaxrpcMapperGenerator' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| Parameter j2eewscontext should be final. |
103
|
| Line is longer than 80 characters. |
108
|
| Method 'createContainerSpecificDDGenerator' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Missing a Javadoc comment. |
108
|
| Parameter j2eewscontext should be final. |
108
|
| Line is longer than 80 characters. |
113
|
| Method 'createBuildFileGenerator' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| Parameter j2eewscontext should be final. |
113
|
| Line is longer than 80 characters. |
118
|
| Method 'createWebContainerDDGenerator' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Missing a Javadoc comment. |
118
|
| Parameter j2eewscontext should be final. |
118
|
| Line is longer than 80 characters. |
123
|
| Method 'createPropertyFileGenerator' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Missing a Javadoc comment. |
123
|
| Parameter j2eewscontext should be final. |
123
|
org/apache/geronimo/ews/ws4j2ee/toWs/impl/Ws4J2eeFactoryImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Method 'getContextFactory' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| Method 'getGenerationFactory' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Method 'getParserFactory' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
org/apache/geronimo/ews/ws4j2ee/toWs/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/misc/BuildFileGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Variable 'log' must be private and have accessor methods. |
44
|
| Line is longer than 80 characters. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter j2eewscontext should be final. |
47
|
| 'j2eewscontext' hides a field. |
47
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method length is 160 lines (max allowed is 150). |
51
|
| Missing a Javadoc comment. |
51
|
| Line is longer than 80 characters. |
53
|
| 'if' construct must use '{}'s. |
54
|
| 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 is longer than 80 characters. |
62
|
| Line contains a tab character. |
62
|
| Line is longer than 80 characters. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line is longer than 80 characters. |
71
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
79
|
| Line is longer than 80 characters. |
87
|
| Line is longer than 80 characters. |
92
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
104
|
| Line is longer than 80 characters. |
112
|
| Line contains a tab character. |
112
|
| Line is longer than 80 characters. |
114
|
| Line contains a tab character. |
114
|
| Line is longer than 80 characters. |
115
|
| Line contains a tab character. |
118
|
| Line is longer than 80 characters. |
119
|
| Line is longer than 80 characters. |
123
|
| Line contains a tab character. |
123
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Line is longer than 80 characters. |
125
|
| Line contains a tab character. |
125
|
| Line is longer than 80 characters. |
126
|
| 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 is longer than 80 characters. |
129
|
| Line contains a tab character. |
129
|
| Line is longer than 80 characters. |
130
|
| Line contains a tab character. |
130
|
| Line is longer than 80 characters. |
131
|
| Line contains a tab character. |
131
|
| Line is longer than 80 characters. |
132
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
146
|
| Line is longer than 80 characters. |
147
|
| Line contains a tab character. |
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 is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
155
|
| Line is longer than 80 characters. |
156
|
| Line has trailing spaces. |
157
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Line is longer than 80 characters. |
161
|
| Line contains a tab character. |
161
|
| Line is longer than 80 characters. |
162
|
| Line contains a tab character. |
162
|
| Line is longer than 80 characters. |
163
|
| Line contains a tab character. |
163
|
| Line is longer than 80 characters. |
164
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line is longer than 80 characters. |
172
|
| Line is longer than 80 characters. |
177
|
| Line is longer than 80 characters. |
180
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Line is longer than 80 characters. |
183
|
| Line contains a tab character. |
183
|
| Line is longer than 80 characters. |
184
|
| Line contains a tab character. |
184
|
| Line is longer than 80 characters. |
185
|
| Line contains a tab character. |
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. |
189
|
| Line is longer than 80 characters. |
190
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
194
|
| Line is longer than 80 characters. |
195
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line has trailing spaces. |
203
|
| Line contains a tab character. |
203
|
| Missing a Javadoc comment. |
212
|
| Line is longer than 80 characters. |
218
|
| Missing a Javadoc comment. |
218
|
| Parameter file should be final. |
218
|
| Parameter out should be final. |
218
|
| 'if' construct must use '{}'s. |
224
|
| Line is longer than 80 characters. |
225
|
| Line contains a tab character. |
225
|
| Must have at least one statement. |
228
|
org/apache/geronimo/ews/ws4j2ee/toWs/misc/PropertyFileGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
32
|
| Parameter context should be final. |
32
|
| 'context' hides a field. |
32
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
41
|
org/apache/geronimo/ews/ws4j2ee/toWs/misc/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/EJBBasedWrapperClassWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
33
|
| Variable 'log' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
35
|
| Variable 'seiName' must be private and have accessor methods. |
35
|
| Missing a Javadoc comment. |
36
|
| Variable 'context' must be private and have accessor methods. |
36
|
| Parameter j2eewscontext should be final. |
43
|
| Expected @param tag for 'j2eewscontext'. |
43
|
| Expected @throws tag for 'GenerationFault'. |
44
|
| '+' should be on a new line. |
48
|
| Missing a Javadoc comment. |
53
|
| Parameter j2eewscontext should be final. |
53
|
| Line is longer than 80 characters. |
54
|
| Line is longer than 80 characters. |
56
|
| Method 'getimplementsPart' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Line is longer than 80 characters. |
62
|
| Method 'writeAttributes' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Method 'writeConstructors' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/SimpleLocalInterfaceBasedWrapperClassWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
34
|
| Parameter j2eewscontext should be final. |
34
|
| Expected @param tag for 'j2eewscontext'. |
34
|
| Expected @throws tag for 'GenerationFault'. |
35
|
| Method 'writeMethods' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
| Line is longer than 80 characters. |
41
|
| 'if' construct must use '{}'s. |
51
|
| Line is longer than 80 characters. |
53
|
| 'if' construct must use '{}'s. |
76
|
| Line is longer than 80 characters. |
77
|
| 'else' construct must use '{}'s. |
78
|
| Line is longer than 80 characters. |
79
|
| Line has trailing spaces. |
82
|
| Line contains a tab character. |
82
|
| Missing a Javadoc comment. |
85
|
| Parameter classname should be final. |
85
|
| Line is longer than 80 characters. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line is longer than 80 characters. |
88
|
| Line contains a tab character. |
88
|
| Line is longer than 80 characters. |
89
|
| Line contains a tab character. |
89
|
| Line is longer than 80 characters. |
90
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line has trailing spaces. |
92
|
| Line is longer than 80 characters. |
92
|
| Line contains a tab character. |
92
|
| Line is longer than 80 characters. |
93
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line is longer than 80 characters. |
96
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line is longer than 80 characters. |
98
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line has trailing spaces. |
100
|
| Line contains a tab character. |
100
|
| Line is longer than 80 characters. |
102
|
| Line is longer than 80 characters. |
107
|
| Line is longer than 80 characters. |
108
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/SimpleRemoteInterfaceBasedWrapperClassWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
28
|
| Line is longer than 80 characters. |
34
|
| Parameter j2eewscontext should be final. |
34
|
| Expected @param tag for 'j2eewscontext'. |
34
|
| Expected @throws tag for 'GenerationFault'. |
35
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Method 'getimplementsPart' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Line is longer than 80 characters. |
45
|
| Method 'writeMethods' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Line is longer than 80 characters. |
49
|
| 'if' construct must use '{}'s. |
59
|
| Line is longer than 80 characters. |
61
|
| 'if' construct must use '{}'s. |
84
|
| Line is longer than 80 characters. |
85
|
| 'else' construct must use '{}'s. |
86
|
| Line is longer than 80 characters. |
87
|
| Line has trailing spaces. |
90
|
| Line contains a tab character. |
90
|
| Missing a Javadoc comment. |
93
|
| Parameter classname should be final. |
93
|
| Line is longer than 80 characters. |
94
|
| Line has trailing spaces. |
95
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line is longer than 80 characters. |
99
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line is longer than 80 characters. |
102
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line has trailing spaces. |
104
|
| Line contains a tab character. |
104
|
| Line has trailing spaces. |
105
|
| Line is longer than 80 characters. |
105
|
| Line contains a tab character. |
105
|
| Line is longer than 80 characters. |
106
|
| Line contains a tab character. |
106
|
| Line is longer than 80 characters. |
107
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line is longer than 80 characters. |
109
|
| Line contains a tab character. |
109
|
| Line is longer than 80 characters. |
110
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line has trailing spaces. |
112
|
| Line is longer than 80 characters. |
112
|
| Line contains a tab character. |
112
|
| Line is longer than 80 characters. |
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 has trailing spaces. |
117
|
| Line contains a tab character. |
117
|
| Line is longer than 80 characters. |
118
|
| 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 has trailing spaces. |
122
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
124
|
| Line is longer than 80 characters. |
125
|
| Line contains a tab character. |
125
|
| Line is longer than 80 characters. |
126
|
| 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 is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line has trailing spaces. |
134
|
| Line contains a tab character. |
134
|
| Line is longer than 80 characters. |
135
|
| Line is longer than 80 characters. |
136
|
| Line is longer than 80 characters. |
141
|
| Line is longer than 80 characters. |
144
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/WebEndpointWrapperClassWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
34
|
| Line is longer than 80 characters. |
49
|
| Line is longer than 80 characters. |
50
|
| Missing a Javadoc comment. |
57
|
| Variable 'log' must be private and have accessor methods. |
57
|
| Missing a Javadoc comment. |
59
|
| Variable 'seiName' must be private and have accessor methods. |
59
|
| Missing a Javadoc comment. |
60
|
| Parameter j2eewscontext should be final. |
67
|
| Expected @param tag for 'j2eewscontext'. |
67
|
| Expected @throws tag for 'GenerationFault'. |
68
|
| '+' should be on a new line. |
73
|
| Missing a Javadoc comment. |
79
|
| Parameter j2eewscontext should be final. |
79
|
| Line is longer than 80 characters. |
80
|
| Method 'getimplementsPart' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Line is longer than 80 characters. |
89
|
| Method 'writeAttributes' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Method 'writeConstructors' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Line is longer than 80 characters. |
98
|
| Line is longer than 80 characters. |
99
|
| Method 'writeMethods' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Line is longer than 80 characters. |
108
|
| 'if' construct must use '{}'s. |
117
|
| Line is longer than 80 characters. |
119
|
| 'if' construct must use '{}'s. |
140
|
| Line is longer than 80 characters. |
141
|
| 'else' construct must use '{}'s. |
142
|
| Line is longer than 80 characters. |
143
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/WrapperClassGeneratorFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
26
|
| Utility classes should not have a public or default constructor. |
31
|
| Line is longer than 80 characters. |
32
|
| Missing a Javadoc comment. |
32
|
| Parameter context should be final. |
32
|
| 'if' construct must use '{}'s. |
39
|
| Line is longer than 80 characters. |
40
|
| 'if' construct must use '{}'s. |
41
|
| Line is longer than 80 characters. |
42
|
| 'if' construct must use '{}'s. |
43
|
| Line is longer than 80 characters. |
44
|
| 'else' construct must use '{}'s. |
45
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
53
|
| 'if' construct must use '{}'s. |
55
|
| Line is longer than 80 characters. |
56
|
| 'else' construct must use '{}'s. |
57
|
| Line is longer than 80 characters. |
58
|
| Line is longer than 80 characters. |
60
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/WrapperWsGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Variable 'log' must be private and have accessor methods. |
34
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter j2eewscontext should be final. |
37
|
| 'j2eewscontext' hides a field. |
37
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/geronimo/InternalBasedWrapperClassWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
34
|
| Variable 'log' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
36
|
| Variable 'seiName' must be private and have accessor methods. |
36
|
| Missing a Javadoc comment. |
37
|
| Variable 'ejbName' must be private and have accessor methods. |
37
|
| Parameter j2eewscontext should be final. |
44
|
| Expected @param tag for 'j2eewscontext'. |
44
|
| Expected @throws tag for 'GenerationFault'. |
45
|
| Missing a Javadoc comment. |
51
|
| Parameter j2eewscontext should be final. |
51
|
| Method 'getimplementsPart' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Line is longer than 80 characters. |
61
|
| Method 'writeAttributes' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Method 'writeConstructors' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Method 'writeMethods' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Line is longer than 80 characters. |
76
|
| 'if' construct must use '{}'s. |
85
|
| Line is longer than 80 characters. |
87
|
| Line is longer than 80 characters. |
108
|
| Line is longer than 80 characters. |
109
|
| Line is longer than 80 characters. |
112
|
| Line is longer than 80 characters. |
129
|
| Line is longer than 80 characters. |
143
|
| Method 'writeImportStatements' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Missing a Javadoc comment. |
145
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/geronimo/RemoteInterfacedBasedWrapperClassWriter4Geronimo.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
31
|
| Parameter j2eewscontext should be final. |
31
|
| Expected @param tag for 'j2eewscontext'. |
31
|
| Expected @throws tag for 'GenerationFault'. |
32
|
| Method 'getJNDIHostAndPort' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Method 'getJNDIInitialContextFactory' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/geronimo/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/jboss/RemoteInterfacedBasedWrapperClassWriter4JBoss.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
31
|
| Parameter j2eewscontext should be final. |
31
|
| Expected @param tag for 'j2eewscontext'. |
31
|
| Expected @throws tag for 'GenerationFault'. |
32
|
| Method 'getJNDIHostAndPort' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Method 'getJNDIInitialContextFactory' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/jboss/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/jonas/RemoteInterfacedBasedWrapperClassWriter4JOnAS.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
25
|
| Line is longer than 80 characters. |
31
|
| Parameter j2eewscontext should be final. |
31
|
| Expected @param tag for 'j2eewscontext'. |
31
|
| Expected @throws tag for 'GenerationFault'. |
32
|
| Method 'getJNDIHostAndPort' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Line has trailing spaces. |
37
|
| Line is longer than 80 characters. |
37
|
| Method 'getJNDIInitialContextFactory' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/jonas/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/wrapperWs/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/ws/ClientSideWsGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
33
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
37
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
40
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
47
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Variable 'log' must be private and have accessor methods. |
56
|
| Missing a Javadoc comment. |
59
|
| Parameter j2eewscontext should be final. |
59
|
| 'j2eewscontext' hides a field. |
59
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| 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 is longer than 80 characters. |
88
|
| Line is longer than 80 characters. |
90
|
org/apache/geronimo/ews/ws4j2ee/toWs/ws/J2eeBindingWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Parameter arg0 should be final. |
38
|
| Expected @param tag for 'arg0'. |
38
|
| Parameter arg1 should be final. |
38
|
| Expected @param tag for 'arg1'. |
38
|
| Parameter arg2 should be final. |
38
|
| Expected @param tag for 'arg2'. |
38
|
| Method 'getJavaInterfaceWriter' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter emitter should be final. |
42
|
| Parameter ptEntry should be final. |
43
|
| Parameter bEntry should be final. |
44
|
| Parameter st should be final. |
45
|
| Method 'getJavaImplWriter' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter emitter should be final. |
50
|
| Parameter bEntry should be final. |
51
|
| Parameter st should be final. |
52
|
org/apache/geronimo/ews/ws4j2ee/toWs/ws/J2eeDeployWriter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
41
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
72
|
| Variable 'useProvider' must be private and have accessor methods. |
72
|
| First sentence should end with a period. |
73
|
| Variable 'definition' must be private and have accessor methods. |
76
|
| First sentence should end with a period. |
78
|
| Variable 'symbolTable' must be private and have accessor methods. |
81
|
| Missing a Javadoc comment. |
82
|
| Variable 'wscontext' must be private and have accessor methods. |
82
|
| Parameter emitter should be final. |
91
|
| Expected @param tag for 'emitter'. |
91
|
| Parameter definition should be final. |
91
|
| 'definition' hides a field. |
91
|
| Expected @param tag for 'definition'. |
91
|
| Parameter symbolTable should be final. |
92
|
| 'symbolTable' hides a field. |
92
|
| Expected @param tag for 'symbolTable'. |
92
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Expected @throws tag for 'IOException'. |
108
|
| Expected an @return tag. |
120
|
| Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Line contains a tab character. |
121
|
| Line is longer than 80 characters. |
122
|
| Line contains a tab character. |
122
|
| Method 'writeFileHeader' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Parameter pw should be final. |
134
|
| Expected @param tag for 'pw'. |
134
|
| Expected @throws tag for 'IOException'. |
134
|
| Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Parameter pw should be final. |
155
|
| Expected @param tag for 'pw'. |
155
|
| Expected @throws tag for 'IOException'. |
155
|
| First sentence should end with a period. |
160
|
| Method 'writeDeployServices' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Parameter pw should be final. |
166
|
| Expected @param tag for 'pw'. |
166
|
| Expected @throws tag for 'IOException'. |
166
|
| Line is longer than 80 characters. |
174
|
| Line is longer than 80 characters. |
176
|
| Line is longer than 80 characters. |
180
|
| First sentence should end with a period. |
191
|
| Line is longer than 80 characters. |
201
|
| Method 'writeDeployTypes' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Parameter pw should be final. |
201
|
| Expected @param tag for 'pw'. |
201
|
| Parameter binding should be final. |
201
|
| Expected @param tag for 'binding'. |
201
|
| Parameter hasLiteral should be final. |
201
|
| Expected @param tag for 'hasLiteral'. |
201
|
| Parameter hasMIME should be final. |
201
|
| Expected @param tag for 'hasMIME'. |
201
|
| Parameter use should be final. |
201
|
| Expected @param tag for 'use'. |
201
|
| Expected @throws tag for 'IOException'. |
202
|
| Line is longer than 80 characters. |
208
|
| Line is longer than 80 characters. |
209
|
| Line is longer than 80 characters. |
246
|
| Line is longer than 80 characters. |
248
|
| Line is longer than 80 characters. |
251
|
| Line is longer than 80 characters. |
253
|
| Line is longer than 80 characters. |
255
|
| Line is longer than 80 characters. |
257
|
| Line is longer than 80 characters. |
259
|
| Line is longer than 80 characters. |
262
|
| Line is longer than 80 characters. |
264
|
| Line is longer than 80 characters. |
267
|
| Line is longer than 80 characters. |
269
|
| Line is longer than 80 characters. |
272
|
| Line is longer than 80 characters. |
274
|
| Line is longer than 80 characters. |
295
|
| Method 'writeTypeMapping' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Parameter pw should be final. |
295
|
| Expected @param tag for 'pw'. |
295
|
| Parameter namespaceURI should be final. |
295
|
| Expected @param tag for 'namespaceURI'. |
295
|
| Parameter localPart should be final. |
295
|
| Expected @param tag for 'localPart'. |
295
|
| Parameter javaType should be final. |
295
|
| Expected @param tag for 'javaType'. |
295
|
| Parameter serializerFactory should be final. |
295
|
| Expected @param tag for 'serializerFactory'. |
295
|
| Parameter deserializerFactory should be final. |
295
|
| Expected @param tag for 'deserializerFactory'. |
295
|
| Parameter encodingStyle should be final. |
295
|
| Expected @param tag for 'encodingStyle'. |
295
|
| Expected @throws tag for 'IOException'. |
296
|
| First sentence should end with a period. |
307
|
| Line is longer than 80 characters. |
316
|
| Method 'writeDeployPort' is not designed for extension - needs to be abstract, final or empty. |
316
|
| Parameter pw should be final. |
316
|
| Expected @param tag for 'pw'. |
316
|
| Parameter port should be final. |
316
|
| Expected @param tag for 'port'. |
316
|
| Parameter service should be final. |
316
|
| Expected @param tag for 'service'. |
316
|
| Parameter bEntry should be final. |
316
|
| Expected @param tag for 'bEntry'. |
316
|
| Expected @throws tag for 'IOException'. |
317
|
| Comment matches to-do format 'TODO:'. |
335
|
| Line contains a tab character. |
356
|
| Line is longer than 80 characters. |
357
|
| Line contains a tab character. |
357
|
| Line is longer than 80 characters. |
358
|
| Line contains a tab character. |
358
|
| Line has trailing spaces. |
359
|
| Line is longer than 80 characters. |
359
|
| Line contains a tab character. |
359
|
| Line contains a tab character. |
360
|
| Line contains a tab character. |
361
|
| Line has trailing spaces. |
362
|
| Line contains a tab character. |
362
|
| Line contains a tab character. |
363
|
| Line is longer than 80 characters. |
364
|
| Line contains a tab character. |
364
|
| Line is longer than 80 characters. |
365
|
| Line contains a tab character. |
365
|
| Line contains a tab character. |
366
|
| Line is longer than 80 characters. |
370
|
| Line is longer than 80 characters. |
373
|
| Line is longer than 80 characters. |
377
|
| Line is longer than 80 characters. |
382
|
| '+' is not preceded with whitespace. |
382
|
| '+' is not followed by whitespace. |
382
|
| '+' is not preceded with whitespace. |
382
|
| '+' is not followed by whitespace. |
382
|
| Line is longer than 80 characters. |
384
|
| '+' is not preceded with whitespace. |
384
|
| '+' is not followed by whitespace. |
384
|
| '+' is not preceded with whitespace. |
384
|
| '+' is not followed by whitespace. |
384
|
| Line is longer than 80 characters. |
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 is longer than 80 characters. |
392
|
| '+' is not preceded with whitespace. |
392
|
| '+' is not followed by whitespace. |
392
|
| '+' is not preceded with whitespace. |
392
|
| '+' is not followed by whitespace. |
392
|
| Line is longer than 80 characters. |
396
|
| '+' is not preceded with whitespace. |
396
|
| '+' is not followed by whitespace. |
396
|
| '+' is not preceded with whitespace. |
396
|
| '+' is not followed by whitespace. |
396
|
| Line is longer than 80 characters. |
400
|
| '+' is not preceded with whitespace. |
400
|
| '+' is not followed by whitespace. |
400
|
| '+' is not preceded with whitespace. |
400
|
| '+' is not followed by whitespace. |
400
|
| Line is longer than 80 characters. |
404
|
| '+' is not preceded with whitespace. |
404
|
| '+' is not followed by whitespace. |
404
|
| '+' is not preceded with whitespace. |
404
|
| '+' is not followed by whitespace. |
404
|
| 'else' is not preceded with whitespace. |
407
|
| '}' is not followed by whitespace. |
407
|
| 'else' is not followed by whitespace. |
407
|
| '{' is not preceded with whitespace. |
407
|
| Line is longer than 80 characters. |
408
|
| '+' is not preceded with whitespace. |
408
|
| '+' is not followed by whitespace. |
408
|
| '+' is not preceded with whitespace. |
408
|
| '+' is not followed by whitespace. |
408
|
| Line is longer than 80 characters. |
419
|
| First sentence should end with a period. |
432
|
| Method 'writeDeployBinding' is not designed for extension - needs to be abstract, final or empty. |
439
|
| Parameter pw should be final. |
439
|
| Expected @param tag for 'pw'. |
439
|
| Parameter bEntry should be final. |
439
|
| Expected @param tag for 'bEntry'. |
439
|
| Expected @throws tag for 'IOException'. |
440
|
| Line is longer than 80 characters. |
451
|
| Line is longer than 80 characters. |
455
|
| Line is longer than 80 characters. |
483
|
| Method 'writeOperation' is not designed for extension - needs to be abstract, final or empty. |
546
|
| More than 7 parameters. |
546
|
| Parameter pw should be final. |
546
|
| Expected @param tag for 'pw'. |
546
|
| Parameter javaOperName should be final. |
546
|
| Expected @param tag for 'javaOperName'. |
546
|
| Parameter elementQName should be final. |
547
|
| Expected @param tag for 'elementQName'. |
547
|
| Parameter returnQName should be final. |
547
|
| Expected @param tag for 'returnQName'. |
547
|
| Parameter returnType should be final. |
548
|
| Expected @param tag for 'returnType'. |
548
|
| Parameter params should be final. |
548
|
| Expected @param tag for 'params'. |
548
|
| Parameter bindingQName should be final. |
549
|
| Expected @param tag for 'bindingQName'. |
549
|
| Parameter faults should be final. |
549
|
| Expected @param tag for 'faults'. |
549
|
| Line is longer than 80 characters. |
558
|
| Line is longer than 80 characters. |
583
|
| Line is longer than 80 characters. |
618
|
| First sentence should end with a period. |
626
|
| Expected an @return tag. |
632
|
| Method 'getModeString' is not designed for extension - needs to be abstract, final or empty. |
632
|
| Parameter mode should be final. |
632
|
| Expected @param tag for 'mode'. |
632
|
| First sentence should end with a period. |
642
|
| Expected an @return tag. |
649
|
| Method 'getPrintWriter' is not designed for extension - needs to be abstract, final or empty. |
649
|
| Parameter filename should be final. |
649
|
| Expected @param tag for 'filename'. |
649
|
| Expected @throws tag for 'IOException'. |
649
|
| Missing a Javadoc comment. |
658
|
| Parameter pw should be final. |
658
|
| Parameter handler should be final. |
658
|
| Line is longer than 80 characters. |
659
|
| Line is longer than 80 characters. |
662
|
| Line has trailing spaces. |
664
|
org/apache/geronimo/ews/ws4j2ee/toWs/ws/J2eeGeneratorFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
32
|
| Line has trailing spaces. |
34
|
| Parameter emitter should be final. |
43
|
| Expected @param tag for 'emitter'. |
43
|
| Method 'addDefinitionGenerators' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Line is longer than 80 characters. |
48
|
| Line is longer than 80 characters. |
49
|
| Line is longer than 80 characters. |
50
|
| Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter binding should be final. |
53
|
| Parameter symbolTable should be final. |
53
|
org/apache/geronimo/ews/ws4j2ee/toWs/ws/ServerSideWsGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Variable 'log' must be private and have accessor methods. |
55
|
| Missing a Javadoc comment. |
58
|
| Parameter j2eewscontext should be final. |
58
|
| 'j2eewscontext' hides a field. |
58
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
71
|
| Line is longer than 80 characters. |
87
|
| Line is longer than 80 characters. |
89
|
org/apache/geronimo/ews/ws4j2ee/toWs/ws/WSDLOnlyClientSideWsGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
35
|
| Line is longer than 80 characters. |
36
|
| Line is longer than 80 characters. |
38
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
43
|
| Line is longer than 80 characters. |
44
|
| Line is longer than 80 characters. |
45
|
| Line is longer than 80 characters. |
46
|
| Missing a Javadoc comment. |
53
|
| Variable 'log' must be private and have accessor methods. |
53
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
60
|
| Line is longer than 80 characters. |
62
|
| Missing a Javadoc comment. |
62
|
| Parameter j2eewscontext should be final. |
62
|
| 'j2eewscontext' hides a field. |
62
|
| Line is longer than 80 characters. |
70
|
| Missing a Javadoc comment. |
70
|
| Parameter wsdlFile should be final. |
70
|
| Parameter outputDir should be final. |
70
|
| 'outputDir' hides a field. |
70
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Line is longer than 80 characters. |
90
|
| Missing a Javadoc comment. |
98
|
| Parameter args should be final. |
98
|
| Line is longer than 80 characters. |
100
|
org/apache/geronimo/ews/ws4j2ee/toWs/ws/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/toWs/wsdl/WSDLGenerator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
27
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
46
|
| Variable 'log' must be private and have accessor methods. |
46
|
| Missing a Javadoc comment. |
49
|
| Parameter wscontext should be final. |
49
|
| 'wscontext' hides a field. |
49
|
| Parameter emitter should be final. |
50
|
| 'emitter' hides a field. |
50
|
| Parameter clparser should be final. |
51
|
| 'clparser' hides a field. |
51
|
| Method 'generate' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| 'if' construct must use '{}'s. |
60
|
| Line is longer than 80 characters. |
63
|
| Line is longer than 80 characters. |
65
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
79
|
| Line is longer than 80 characters. |
80
|
| Line has trailing spaces. |
83
|
| Line is longer than 80 characters. |
84
|
| Line has trailing spaces. |
85
|
| Line contains a tab character. |
85
|
| Line is longer than 80 characters. |
86
|
| Line contains a tab character. |
86
|
org/apache/geronimo/ews/ws4j2ee/toWs/wsdl/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/utils/AntDeployContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
33
|
| First sentence should end with a period. |
34
|
| First sentence should end with a period. |
39
|
| First sentence should end with a period. |
44
|
| First sentence should end with a period. |
49
|
| Parameter moduleLocation should be final. |
55
|
| 'moduleLocation' hides a field. |
55
|
| Expected @param tag for 'moduleLocation'. |
55
|
| Parameter outputLocation should be final. |
56
|
| 'outputLocation' hides a field. |
56
|
| Expected @param tag for 'outputLocation'. |
56
|
| Parameter parentCL should be final. |
57
|
| Expected @param tag for 'parentCL'. |
57
|
| Parameter implStyle should be final. |
58
|
| 'implStyle' hides a field. |
58
|
| Expected @param tag for 'implStyle'. |
58
|
| Parameter j2eeContiner should be final. |
59
|
| Expected @param tag for 'j2eeContiner'. |
59
|
| First sentence should end with a period. |
68
|
| Parameter moduleLocation should be final. |
74
|
| 'moduleLocation' hides a field. |
74
|
| Expected @param tag for 'moduleLocation'. |
74
|
| Parameter outputLocation should be final. |
75
|
| 'outputLocation' hides a field. |
75
|
| Expected @param tag for 'outputLocation'. |
75
|
| Parameter parentCL should be final. |
76
|
| Expected @param tag for 'parentCL'. |
76
|
| First sentence should end with a period. |
83
|
| Expected an @return tag. |
88
|
| Method 'getMode' is not designed for extension - needs to be abstract, final or empty. |
88
|
| First sentence should end with a period. |
92
|
| Expected an @return tag. |
97
|
| Method 'getWsdlImplFilename' is not designed for extension - needs to be abstract, final or empty. |
97
|
| First sentence should end with a period. |
101
|
| Expected an @return tag. |
106
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
106
|
| First sentence should end with a period. |
110
|
| Expected an @return tag. |
115
|
| Method 'getModuleLocation' is not designed for extension - needs to be abstract, final or empty. |
115
|
| First sentence should end with a period. |
119
|
| Expected an @return tag. |
124
|
| Method 'getContanier' is not designed for extension - needs to be abstract, final or empty. |
124
|
| First sentence should end with a period. |
128
|
| Expected an @return tag. |
133
|
| Method 'getImplStyle' is not designed for extension - needs to be abstract, final or empty. |
133
|
| First sentence should end with a period. |
137
|
| Expected an @return tag. |
142
|
| Method 'getOutPutLocation' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Expected an @return tag. |
149
|
| Method 'isCompile' is not designed for extension - needs to be abstract, final or empty. |
149
|
org/apache/geronimo/ews/ws4j2ee/utils/AntExecuter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
50
|
| Variable 'log' must be private and have accessor methods. |
50
|
| Missing a Javadoc comment. |
53
|
| Parameter wscontext should be final. |
53
|
| 'wscontext' hides a field. |
53
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter buildFile should be final. |
57
|
| Line is longer than 80 characters. |
62
|
| Line is longer than 80 characters. |
74
|
| '+' should be on a new line. |
74
|
| Line is longer than 80 characters. |
75
|
| '+' should be on a new line. |
75
|
| Line has trailing spaces. |
78
|
| Line has trailing spaces. |
79
|
| Line contains a tab character. |
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
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Line is longer than 80 characters. |
98
|
| '+' should be on a new line. |
98
|
| Line is longer than 80 characters. |
99
|
| '+' should be on a new line. |
99
|
| Line has trailing spaces. |
102
|
| Line has trailing spaces. |
103
|
| Line is longer than 80 characters. |
106
|
| Line is longer than 80 characters. |
107
|
| Missing a Javadoc comment. |
111
|
| Parameter outDir should be final. |
111
|
| Parameter dest should be final. |
111
|
| Line is longer than 80 characters. |
112
|
| Line is longer than 80 characters. |
117
|
| Line is longer than 80 characters. |
119
|
| '&&' should be on a new line. |
130
|
| '||' should be on a new line. |
131
|
| '||' should be on a new line. |
132
|
| '||' should be on a new line. |
133
|
| '||' should be on a new line. |
134
|
| '&&' should be on a new line. |
146
|
| '||' should be on a new line. |
147
|
| '||' should be on a new line. |
148
|
| '||' should be on a new line. |
149
|
| '||' should be on a new line. |
150
|
| Missing a Javadoc comment. |
160
|
| Parameter outDir should be final. |
160
|
| Parameter destDir should be final. |
160
|
| Must have at least one statement. |
187
|
| Missing a Javadoc comment. |
193
|
| Line is longer than 80 characters. |
200
|
| Line is longer than 80 characters. |
204
|
| Line is longer than 80 characters. |
208
|
| Line is longer than 80 characters. |
216
|
org/apache/geronimo/ews/ws4j2ee/utils/EWSTask.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Redundant throws: 'BuildException' is unchecked exception. |
44
|
| Line is longer than 80 characters. |
59
|
| Line is longer than 80 characters. |
69
|
| Must have at least one statement. |
70
|
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Method 'getTaskName' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Redundant throws: 'BuildException' is unchecked exception. |
84
|
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Missing a Javadoc comment. |
88
|
| Parameter arg0 should be final. |
88
|
| Method 'setTaskName' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Parameter arg0 should be final. |
92
|
| Expected an @return tag. |
99
|
| Method 'getClasspath' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Expected an @return tag. |
106
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Expected an @return tag. |
113
|
| Method 'getOutDir' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'setClasspath' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter path should be final. |
120
|
| Expected @param tag for 'path'. |
120
|
| Method 'setModule' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Parameter string should be final. |
127
|
| Expected @param tag for 'string'. |
127
|
| Method 'setOutDir' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Parameter string should be final. |
134
|
| Expected @param tag for 'string'. |
134
|
| Method 'createClasspath' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Missing a Javadoc comment. |
138
|
| Expected an @return tag. |
148
|
| Method 'isCompile' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Method 'setCompile' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Parameter b should be final. |
155
|
| Expected @param tag for 'b'. |
155
|
| Expected an @return tag. |
162
|
| Method 'getImplStyle' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Expected an @return tag. |
169
|
| Method 'getJ2eeContainer' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Method 'setImplStyle' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Parameter string should be final. |
176
|
| Expected @param tag for 'string'. |
176
|
| Method 'setJ2eeContainer' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Parameter string should be final. |
183
|
| Expected @param tag for 'string'. |
183
|
org/apache/geronimo/ews/ws4j2ee/utils/EWSUtils.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
35
|
| Missing a Javadoc comment. |
36
|
| Variable 'log' must be private and have accessor methods. |
36
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Parameter in should be final. |
38
|
| Parameter publicId should be final. |
46
|
| Parameter systemId should be final. |
47
|
| Line is longer than 80 characters. |
50
|
| Line is longer than 80 characters. |
51
|
| 'if' construct must use '{}'s. |
52
|
| Line is longer than 80 characters. |
52
|
| Line is longer than 80 characters. |
53
|
| Line is longer than 80 characters. |
57
|
| Parameter is should be final. |
57
|
| 'if' construct must use '{}'s. |
58
|
| Line is longer than 80 characters. |
59
|
org/apache/geronimo/ews/ws4j2ee/utils/FileUtils.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
36
|
| Missing a Javadoc comment. |
37
|
| Variable 'log' must be private and have accessor methods. |
37
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter in should be final. |
39
|
| Parameter out should be final. |
39
|
| '1024' is a magic number. |
41
|
| Missing a Javadoc comment. |
55
|
| Variable 'configCount' must be private and have accessor methods. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
57
|
| '10' is a magic number. |
57
|
| '1024' is a magic number. |
57
|
| Missing a Javadoc comment. |
58
|
| Line is longer than 80 characters. |
60
|
| Missing a Javadoc comment. |
60
|
| Parameter outDir should be final. |
60
|
| Parameter WarFile should be final. |
60
|
| Name 'WarFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
60
|
| Must have at least one statement. |
69
|
| Line is longer than 80 characters. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter is should be final. |
86
|
| Parameter outFile should be final. |
86
|
| '1024' is a magic number. |
91
|
| 'if' construct must use '{}'s. |
92
|
org/apache/geronimo/ews/ws4j2ee/utils/MiscFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
28
|
| Missing a Javadoc comment. |
29
|
| Parameter fileName should be final. |
29
|
| Parameter instream should be final. |
30
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter fileName should be final. |
34
|
| Missing a Javadoc comment. |
38
|
| Parameter instream should be final. |
38
|
org/apache/geronimo/ews/ws4j2ee/utils/PropertyStore.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
17
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
52
|
| '!=' is not preceded with whitespace. |
55
|
| '!=' is not followed by whitespace. |
55
|
| 'if' is not followed by whitespace. |
57
|
| Line is longer than 80 characters. |
61
|
| Must have at least one statement. |
71
|
| Must have at least one statement. |
72
|
| Must have at least one statement. |
78
|
| Method 'store' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Parameter repository should be final. |
83
|
| Line is longer than 80 characters. |
84
|
| Must have at least one statement. |
89
|
| Must have at least one statement. |
90
|
| Must have at least one statement. |
96
|
| Missing a Javadoc comment. |
101
|
| Parameter args should be final. |
101
|
| Must have at least one statement. |
105
|
org/apache/geronimo/ews/ws4j2ee/utils/TemporaryRepository.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
26
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Name 'COUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
35
|
| Missing a Javadoc comment. |
37
|
| Parameter baseDir should be final. |
37
|
| Missing a Javadoc comment. |
42
|
org/apache/geronimo/ews/ws4j2ee/utils/UncompressingJarClassLoader.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
org/apache/geronimo/ews/ws4j2ee/utils/Utils.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
58
|
| Utility classes should not have a public or default constructor. |
60
|
| Line has trailing spaces. |
63
|
| Missing a Javadoc comment. |
64
|
| Name 'charEncoding' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
64
|
| Missing a Javadoc comment. |
65
|
| Name 'saxParserFactoryProperty' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
65
|
| Missing a Javadoc comment. |
68
|
| Missing a Javadoc comment. |
69
|
| Missing a Javadoc comment. |
70
|
| Missing a Javadoc comment. |
72
|
| Line is longer than 80 characters. |
73
|
| Missing a Javadoc comment. |
73
|
| Parameter orig should be final. |
87
|
| switch without "default" clause. |
98
|
| 'if' construct must use '{}'s. |
108
|
| '127' is a magic number. |
131
|
| Parameter factoryClassName should be final. |
156
|
| Parameter namespaceAware should be final. |
157
|
| Parameter validating should be final. |
158
|
| Missing a Javadoc comment. |
185
|
| 'dbf' hides a field. |
186
|
| Missing a Javadoc comment. |
197
|
| Line has trailing spaces. |
211
|
| Line is longer than 80 characters. |
213
|
| Line is longer than 80 characters. |
216
|
| Line has trailing spaces. |
255
|
| First sentence should end with a period. |
263
|
| Parameter inp should be final. |
271
|
| Expected @param tag for 'inp'. |
271
|
| First sentence should end with a period. |
282
|
| Parameter inp should be final. |
290
|
| Expected @param tag for 'inp'. |
290
|
| First sentence should end with a period. |
295
|
| Parameter uri should be final. |
303
|
| Expected @param tag for 'uri'. |
303
|
| Line has trailing spaces. |
305
|
| Expected an @return tag. |
321
|
| Line is longer than 80 characters. |
321
|
| Parameter uri should be final. |
321
|
| Parameter username should be final. |
321
|
| Parameter password should be final. |
321
|
| Line is longer than 80 characters. |
369
|
| Line is longer than 80 characters. |
384
|
| Line is longer than 80 characters. |
387
|
| Line has trailing spaces. |
391
|
| Line is longer than 80 characters. |
404
|
| Line has trailing spaces. |
412
|
| Line has trailing spaces. |
417
|
| Line is longer than 80 characters. |
418
|
| Line has trailing spaces. |
425
|
| Parameter uri should be final. |
450
|
| Expected @param tag for 'uri'. |
450
|
| Parameter e should be final. |
450
|
| Expected @param tag for 'e'. |
450
|
| '&&' should be on a new line. |
456
|
| '6' is a magic number. |
458
|
| Missing a Javadoc comment. |
466
|
| Parameter prefix should be final. |
466
|
| Parameter e should be final. |
466
|
| Line is longer than 80 characters. |
469
|
| 'if' construct must use '{}'s. |
470
|
| Parameter str should be final. |
482
|
| Expected @param tag for 'str'. |
482
|
| Parameter e should be final. |
482
|
| Expected @param tag for 'e'. |
482
|
| 'if' construct must use '{}'s. |
483
|
| 'if' construct must use '{}'s. |
489
|
| Expected an @return tag. |
501
|
| Parameter qname should be final. |
501
|
| Expected @param tag for 'qname'. |
501
|
| Parameter e should be final. |
501
|
| Expected @param tag for 'e'. |
501
|
| Parameter parentEl should be final. |
526
|
| switch without "default" clause. |
534
|
| Line has trailing spaces. |
545
|
| Line is longer than 80 characters. |
569
|
| Line has trailing spaces. |
571
|
| Expected an @return tag. |
592
|
| Parameter uri should be final. |
592
|
| Line is longer than 80 characters. |
613
|
| Expected an @return tag. |
639
|
| Parameter uri should be final. |
639
|
| Parameter username should be final. |
640
|
| Parameter password should be final. |
641
|
| Line is longer than 80 characters. |
642
|
| Expected @throws tag for 'IOException'. |
642
|
| Expected @throws tag for 'ProtocolException'. |
642
|
| Redundant throws: 'ProtocolException' is subclass of 'IOException'. |
642
|
| Expected @throws tag for 'UnsupportedEncodingException'. |
642
|
| Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. |
642
|
| Line has trailing spaces. |
651
|
| Line has trailing spaces. |
656
|
| Line has trailing spaces. |
677
|
| Avoid inline conditionals. |
682
|
| '+' should be on a new line. |
686
|
| Missing a Javadoc comment. |
693
|
| Parameter bytes should be final. |
693
|
| Missing a Javadoc comment. |
697
|
| First sentence should end with a period. |
701
|
| Parameter node should be final. |
708
|
| Parameter name should be final. |
708
|
| 'if' construct must use '{}'s. |
709
|
| '&&' should be on a new line. |
709
|
| 'if' construct must use '{}'s. |
715
|
| Missing a Javadoc comment. |
721
|
| Parameter qualifiedName should be final. |
721
|
| 'if' construct must use '{}'s. |
723
|
| Line is longer than 80 characters. |
728
|
| Missing a Javadoc comment. |
728
|
| Parameter qualifiedName should be final. |
728
|
| 'if' construct must use '{}'s. |
730
|
| 'else' construct must use '{}'s. |
732
|
| Line is longer than 80 characters. |
736
|
| Missing a Javadoc comment. |
736
|
| Parameter path should be final. |
736
|
| Parameter confFileLocation should be final. |
736
|
| 'if' construct must use '{}'s. |
738
|
| Line is longer than 80 characters. |
738
|
| Missing a Javadoc comment. |
746
|
| Parameter name should be final. |
746
|
| 'if' construct must use '{}'s. |
748
|
| Missing a Javadoc comment. |
753
|
| Parameter name should be final. |
753
|
| 'if' construct must use '{}'s. |
755
|
| Missing a Javadoc comment. |
760
|
| Parameter qname should be final. |
760
|
| Line is longer than 80 characters. |
761
|
| Line is longer than 80 characters. |
762
|
| Line is longer than 80 characters. |
765
|
| Missing a Javadoc comment. |
765
|
| Parameter className should be final. |
765
|
| Parameter methodName should be final. |
765
|
| 'if' construct must use '{}'s. |
777
|
| Line is longer than 80 characters. |
778
|
| Missing a Javadoc comment. |
786
|
| Parameter obj should be final. |
786
|
| Missing a Javadoc comment. |
790
|
| Parameter in should be final. |
790
|
| Missing a Javadoc comment. |
794
|
| Parameter in should be final. |
794
|
| Missing a Javadoc comment. |
798
|
| Parameter in should be final. |
798
|
| Missing a Javadoc comment. |
802
|
| Parameter in should be final. |
802
|
| Missing a Javadoc comment. |
806
|
| Parameter in should be final. |
806
|
| Missing a Javadoc comment. |
810
|
| Parameter in should be final. |
810
|
| Missing a Javadoc comment. |
814
|
| Parameter in should be final. |
814
|
| Missing a Javadoc comment. |
818
|
| Parameter type should be final. |
818
|
| Parameter name should be final. |
818
|
| Missing a Javadoc comment. |
840
|
| Parameter type should be final. |
840
|
| Parameter name should be final. |
840
|
| Missing a Javadoc comment. |
862
|
| Parameter file should be final. |
862
|
| 'if' construct must use '{}'s. |
864
|
| Expected an @return tag. |
878
|
| Parameter returnType should be final. |
878
|
| Expected @param tag for 'returnType'. |
878
|
| 'if' construct must use '{}'s. |
879
|
| Missing a Javadoc comment. |
912
|
| Parameter nodesin should be final. |
912
|
| 'if' construct must use '{}'s. |
913
|
| Missing a Javadoc comment. |
926
|
| Parameter pkg should be final. |
926
|
| Line is longer than 80 characters. |
947
|
| Missing a Javadoc comment. |
947
|
| Parameter j2eewscontext should be final. |
947
|
| Parameter qulifiedName should be final. |
947
|
| 'if' construct must use '{}'s. |
949
|
| Missing a Javadoc comment. |
954
|
| Parameter fileName should be final. |
954
|
org/apache/geronimo/ews/ws4j2ee/utils/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/utils/packager/JARFile.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
50
|
| Variable 'log' must be private and have accessor methods. |
50
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
56
|
| Parameter path should be final. |
56
|
| 'path' hides a field. |
56
|
| Parameter entries should be final. |
56
|
| Missing a Javadoc comment. |
61
|
| Parameter path should be final. |
61
|
| 'path' hides a field. |
61
|
| Method 'addJarFile' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter jarFile should be final. |
66
|
| Method 'addJarEntry' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter entry should be final. |
86
|
| Method 'createNewJarFile' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| 'if' construct must use '{}'s. |
91
|
| '1024' is a magic number. |
105
|
org/apache/geronimo/ews/ws4j2ee/utils/packager/JARFileEntry.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
33
|
| Parameter jarfilePath should be final. |
33
|
| Parameter source should be final. |
33
|
| 'source' hides a field. |
33
|
| 'if' construct must use '{}'s. |
36
|
| Expected an @return tag. |
43
|
| Method 'getJarEntry' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Expected an @return tag. |
50
|
| Method 'getSource' is not designed for extension - needs to be abstract, final or empty. |
50
|
org/apache/geronimo/ews/ws4j2ee/utils/packager/ModulePackager.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| '1024' is a magic number. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
40
|
| Parameter outjarName should be final. |
40
|
| Method 'addJarFile' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter file should be final. |
46
|
| Method 'addClassFiles' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Parameter dir should be final. |
56
|
| Missing a Javadoc comment. |
60
|
| Parameter file should be final. |
60
|
| Parameter path should be final. |
60
|
| Method 'addFileToJar' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Parameter path should be final. |
81
|
| Parameter input should be final. |
81
|
| Line is longer than 80 characters. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter entry should be final. |
85
|
| Parameter instream should be final. |
85
|
| Method 'finalizeJar' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
org/apache/geronimo/ews/ws4j2ee/utils/packager/Packager.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Variable 'log' must be private and have accessor methods. |
29
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Parameter args should be final. |
34
|
| 'args' hides a field. |
34
|
| Method 'createJar' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
56
|
| '+' is not preceded with whitespace. |
56
|
| '+' is not followed by whitespace. |
56
|
| ',' is not followed by whitespace. |
58
|
| Missing a Javadoc comment. |
75
|
| Parameter args should be final. |
75
|
| Missing a Javadoc comment. |
80
|
| Parameter list should be final. |
80
|
| Parameter location should be final. |
80
|
| 'if' construct must use '{}'s. |
82
|
org/apache/geronimo/ews/ws4j2ee/utils/packager/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/geronimo/ews/ws4j2ee/wsutils/ContextAccssible.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
25
|
| Redundant 'public' modifier. |
25
|
org/apache/geronimo/ews/ws4j2ee/wsutils/EWSProvider.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
28
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Line is longer than 80 characters. |
37
|
| Missing a Javadoc comment. |
37
|
| Line is longer than 80 characters. |
38
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
39
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
48
|
| Method 'makeNewServiceObject' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Parameter msgContext should be final. |
50
|
| Parameter clsName should be final. |
51
|
| Line is longer than 80 characters. |
54
|
| 'if' is not followed by whitespace. |
55
|
| ')' is preceded with whitespace. |
55
|
| '{' is not preceded with whitespace. |
55
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
61
|
| Line is longer than 80 characters. |
68
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
81
|
| '+' is not preceded with whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| Line is longer than 80 characters. |
88
|
| Method 'invokeMethod' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| Parameter msgContext should be final. |
90
|
| Parameter method should be final. |
91
|
| Parameter obj should be final. |
92
|
| Parameter argValues should be final. |
93
|
| Line is longer than 80 characters. |
95
|
org/apache/geronimo/ews/ws4j2ee/wsutils/GeronimoUtils.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| 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. |
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 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 has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line is longer than 80 characters. |
54
|
| Line contains a tab character. |
54
|
| Line is longer than 80 characters. |
55
|
| Line contains a tab character. |
55
|
| Line is longer than 80 characters. |
56
|
| Line contains a tab character. |
56
|
| Line is longer than 80 characters. |
57
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line is longer than 80 characters. |
60
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line has trailing spaces. |
62
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line is longer than 80 characters. |
65
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
67
|
| Line has trailing spaces. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
org/apache/geronimo/ews/ws4j2ee/wsutils/ImplBeanPool.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
23
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
35
|
| Parameter classname should be final. |
35
|
| Missing a Javadoc comment. |
39
|
| Parameter classname should be final. |
39
|
org/apache/geronimo/ews/ws4j2ee/wsutils/J2EEFault.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
33
|
| Parameter message should be final. |
33
|
| Missing a Javadoc comment. |
37
|
| Parameter message should be final. |
37
|
| Parameter cause should be final. |
37
|
| Missing a Javadoc comment. |
41
|
| Parameter cause should be final. |
41
|
org/apache/geronimo/ews/ws4j2ee/wsutils/J2EEProvider.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
23
|
| Method 'makeNewServiceObject' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Missing a Javadoc comment. |
29
|
| Parameter msgContext should be final. |
29
|
| Parameter clsName should be final. |
30
|
| Line is longer than 80 characters. |
33
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter msgContext should be final. |
42
|
org/apache/geronimo/ews/ws4j2ee/wsutils/JaxRpcRuntime.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
31
|
| Missing a Javadoc comment. |
32
|
| Name 'MSG_CONTEXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
32
|
| Missing a Javadoc comment. |
34
|
| Parameter msgcontext should be final. |
34
|
| Missing a Javadoc comment. |
38
|
| Parameter msgcontext should be final. |
38
|
| Line is longer than 80 characters. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter jndiname should be final. |
42
|
| Parameter homeclass should be final. |
42
|
org/apache/geronimo/ews/ws4j2ee/wsutils/PropertyLoader.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
28
|
| Missing a Javadoc comment. |
34
|
| Variable 'log' must be private and have accessor methods. |
34
|
| Line is longer than 80 characters. |
36
|
| Method 'loadProperties' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Missing a Javadoc comment. |
36
|
| Parameter propertyFile should be final. |
36
|
| Line is longer than 80 characters. |
39
|
| Line is longer than 80 characters. |
41
|
org/apache/geronimo/ews/ws4j2ee/wsutils/WSDDJavaEWSProvider.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
40
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Method 'newProviderInstance' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter service should be final. |
46
|
| Parameter registry should be final. |
47
|
org/apache/geronimo/ews/ws4j2ee/wsutils/WSDDJavaJ2EEProvider.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Missing a Javadoc comment. |
40
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Method 'newProviderInstance' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter service should be final. |
46
|
| Parameter registry should be final. |
47
|
org/apache/geronimo/ews/ws4j2ee/wsutils/package.html
Error | Line |
| Missing package documentation file. | 0 |