Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
155 | 0 | 0 | 2878 |
Files
org/apache/axis/Constants.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
27
|
| First sentence should end with a period. |
32
|
| First sentence should end with a period. |
37
|
| First sentence should end with a period. |
42
|
| First sentence should end with a period. |
47
|
| First sentence should end with a period. |
52
|
| First sentence should end with a period. |
57
|
| First sentence should end with a period. |
62
|
| First sentence should end with a period. |
67
|
| First sentence should end with a period. |
72
|
| First sentence should end with a period. |
77
|
| First sentence should end with a period. |
82
|
| First sentence should end with a period. |
87
|
| First sentence should end with a period. |
92
|
| First sentence should end with a period. |
97
|
| First sentence should end with a period. |
102
|
org/apache/axis/addressing/AddressingConstants.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| interfaces should describe a type and hence have methods. |
21
|
| First sentence should end with a period. |
22
|
| Redundant 'public' modifier. |
25
|
| First sentence should end with a period. |
27
|
| Redundant 'public' modifier. |
30
|
| First sentence should end with a period. |
32
|
| Redundant 'public' modifier. |
35
|
| First sentence should end with a period. |
38
|
| Redundant 'public' modifier. |
41
|
| First sentence should end with a period. |
43
|
| Redundant 'public' modifier. |
46
|
| First sentence should end with a period. |
48
|
| Redundant 'public' modifier. |
51
|
| First sentence should end with a period. |
53
|
| Redundant 'public' modifier. |
56
|
| First sentence should end with a period. |
58
|
| Redundant 'public' modifier. |
61
|
org/apache/axis/addressing/AnyContentType.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
21
|
| First sentence should end with a period. |
25
|
| First sentence should end with a period. |
30
|
| First sentence should end with a period. |
35
|
| '5' is a magic number. |
39
|
| First sentence should end with a period. |
42
|
| Method 'addReferenceValue' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Parameter name should be final. |
48
|
| Expected @param tag for 'name'. |
48
|
| Parameter value should be final. |
48
|
| Expected @param tag for 'value'. |
48
|
| First sentence should end with a period. |
52
|
| Expected an @return tag. |
58
|
| Method 'getReferenceValue' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter name should be final. |
58
|
| Expected @param tag for 'name'. |
58
|
org/apache/axis/addressing/EndpointReference.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
| First sentence should end with a period. |
24
|
| First sentence should end with a period. |
32
|
| First sentence should end with a period. |
37
|
| First sentence should end with a period. |
42
|
| First sentence should end with a period. |
47
|
| First sentence should end with a period. |
52
|
| Parameter messageInformationHeaderType should be final. |
64
|
| 'messageInformationHeaderType' hides a field. |
64
|
| Parameter address should be final. |
65
|
| 'address' hides a field. |
65
|
| Expected @param tag for 'address'. |
65
|
| First sentence should end with a period. |
70
|
| Expected an @return tag. |
75
|
| Method 'getMessageInformationHeaderType' is not designed for extension - needs to be abstract, final or empty. |
75
|
| First sentence should end with a period. |
79
|
| Method 'setMessageInformationHeaderType' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter messageInformationHeaderType should be final. |
85
|
| 'messageInformationHeaderType' hides a field. |
85
|
| Expected @param tag for 'messageInformationHeaderType'. |
85
|
| First sentence should end with a period. |
89
|
| Expected an @return tag. |
94
|
| Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. |
94
|
| First sentence should end with a period. |
98
|
| Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter address should be final. |
103
|
| 'address' hides a field. |
103
|
| Expected @param tag for 'address'. |
103
|
| First sentence should end with a period. |
107
|
| Expected an @return tag. |
112
|
| Method 'getPortType' is not designed for extension - needs to be abstract, final or empty. |
112
|
| First sentence should end with a period. |
116
|
| Method 'setPortType' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Parameter portType should be final. |
121
|
| 'portType' hides a field. |
121
|
| Expected @param tag for 'portType'. |
121
|
| First sentence should end with a period. |
125
|
| Expected an @return tag. |
130
|
| Method 'getReferenceProperties' is not designed for extension - needs to be abstract, final or empty. |
130
|
| First sentence should end with a period. |
134
|
| Method 'setReferenceProperties' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter referenceProperties should be final. |
139
|
| 'referenceProperties' hides a field. |
139
|
| Expected @param tag for 'referenceProperties'. |
139
|
| First sentence should end with a period. |
143
|
| Expected an @return tag. |
148
|
| Method 'getReferenceParameters' is not designed for extension - needs to be abstract, final or empty. |
148
|
| First sentence should end with a period. |
152
|
| Method 'setReferenceParameters' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Parameter referenceParameters should be final. |
157
|
| 'referenceParameters' hides a field. |
157
|
| Expected @param tag for 'referenceParameters'. |
157
|
| First sentence should end with a period. |
161
|
| Expected an @return tag. |
166
|
| Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. |
166
|
| First sentence should end with a period. |
170
|
| Method 'setServiceName' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Parameter serviceName should be final. |
175
|
| 'serviceName' hides a field. |
175
|
| Expected @param tag for 'serviceName'. |
175
|
org/apache/axis/addressing/ServiceName.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
| First sentence should end with a period. |
24
|
| First sentence should end with a period. |
29
|
| Parameter name should be final. |
37
|
| 'name' hides a field. |
37
|
| Expected @param tag for 'name'. |
37
|
| Parameter name should be final. |
45
|
| 'name' hides a field. |
45
|
| Expected @param tag for 'name'. |
45
|
| Parameter portName should be final. |
45
|
| 'portName' hides a field. |
45
|
| Expected @param tag for 'portName'. |
45
|
| First sentence should end with a period. |
50
|
| Expected an @return tag. |
55
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
55
|
| First sentence should end with a period. |
59
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter name should be final. |
64
|
| 'name' hides a field. |
64
|
| Expected @param tag for 'name'. |
64
|
| First sentence should end with a period. |
68
|
| Expected an @return tag. |
73
|
| Method 'getPortName' is not designed for extension - needs to be abstract, final or empty. |
73
|
| First sentence should end with a period. |
77
|
| Method 'setPortName' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter portName should be final. |
82
|
| 'portName' hides a field. |
82
|
| Expected @param tag for 'portName'. |
82
|
org/apache/axis/addressing/miheaders/RelatesTo.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
27
|
| First sentence should end with a period. |
32
|
| Parameter address should be final. |
37
|
| 'address' hides a field. |
37
|
| Expected @param tag for 'address'. |
37
|
| First sentence should end with a period. |
41
|
| Parameter address should be final. |
47
|
| 'address' hides a field. |
47
|
| Expected @param tag for 'address'. |
47
|
| Parameter relationshipType should be final. |
47
|
| 'relationshipType' hides a field. |
47
|
| Expected @param tag for 'relationshipType'. |
47
|
| First sentence should end with a period. |
52
|
| Expected an @return tag. |
57
|
| Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. |
57
|
| First sentence should end with a period. |
61
|
| Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter address should be final. |
66
|
| 'address' hides a field. |
66
|
| Expected @param tag for 'address'. |
66
|
| First sentence should end with a period. |
70
|
| Expected an @return tag. |
75
|
| Method 'getRelationshipType' is not designed for extension - needs to be abstract, final or empty. |
75
|
| First sentence should end with a period. |
79
|
| Method 'setRelationshipType' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter relationshipType should be final. |
84
|
| 'relationshipType' hides a field. |
84
|
| Expected @param tag for 'relationshipType'. |
84
|
org/apache/axis/addressing/miheaders/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/addressing/om/AddressingHeaders.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
26
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| First sentence should end with a period. |
51
|
| First sentence should end with a period. |
56
|
| First sentence should end with a period. |
61
|
| Parameter wsaTo should be final. |
67
|
| 'wsaTo' hides a field. |
67
|
| Expected @param tag for 'wsaTo'. |
67
|
| Parameter action should be final. |
67
|
| 'action' hides a field. |
67
|
| Expected @param tag for 'action'. |
67
|
| First sentence should end with a period. |
72
|
| Parameter soapHeader should be final. |
77
|
| Expected @param tag for 'soapHeader'. |
77
|
| Line is longer than 80 characters. |
80
|
| First sentence should end with a period. |
82
|
| Expected an @return tag. |
87
|
| Method 'getWsaTo' is not designed for extension - needs to be abstract, final or empty. |
87
|
| First sentence should end with a period. |
91
|
| Method 'setWsaTo' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter wsaTo should be final. |
96
|
| 'wsaTo' hides a field. |
96
|
| Expected @param tag for 'wsaTo'. |
96
|
| First sentence should end with a period. |
100
|
| Expected an @return tag. |
105
|
| Method 'getWsaFrom' is not designed for extension - needs to be abstract, final or empty. |
105
|
| First sentence should end with a period. |
109
|
| Method 'setWsaFrom' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Parameter wsaFrom should be final. |
114
|
| 'wsaFrom' hides a field. |
114
|
| Expected @param tag for 'wsaFrom'. |
114
|
| First sentence should end with a period. |
118
|
| Expected an @return tag. |
123
|
| Method 'getWsaReply' is not designed for extension - needs to be abstract, final or empty. |
123
|
| First sentence should end with a period. |
127
|
| Method 'setWsaReply' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter wsaReply should be final. |
132
|
| 'wsaReply' hides a field. |
132
|
| Expected @param tag for 'wsaReply'. |
132
|
| First sentence should end with a period. |
136
|
| Expected an @return tag. |
141
|
| Method 'getWsaFaultTo' is not designed for extension - needs to be abstract, final or empty. |
141
|
| First sentence should end with a period. |
145
|
| Method 'setWsaFaultTo' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter wsaFaultTo should be final. |
150
|
| 'wsaFaultTo' hides a field. |
150
|
| Expected @param tag for 'wsaFaultTo'. |
150
|
| First sentence should end with a period. |
154
|
| Expected an @return tag. |
159
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
159
|
| First sentence should end with a period. |
163
|
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Parameter action should be final. |
168
|
| 'action' hides a field. |
168
|
| Expected @param tag for 'action'. |
168
|
| First sentence should end with a period. |
172
|
| Expected an @return tag. |
177
|
| Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. |
177
|
| First sentence should end with a period. |
181
|
| Method 'setMessageId' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Parameter messageId should be final. |
186
|
| 'messageId' hides a field. |
186
|
| Expected @param tag for 'messageId'. |
186
|
| First sentence should end with a period. |
190
|
| Expected an @return tag. |
195
|
| Method 'getRelatesTo' is not designed for extension - needs to be abstract, final or empty. |
195
|
| First sentence should end with a period. |
199
|
| Method 'setRelatesTo' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Parameter relatesTo should be final. |
204
|
| 'relatesTo' hides a field. |
204
|
| Expected @param tag for 'relatesTo'. |
204
|
| Line is longer than 80 characters. |
208
|
org/apache/axis/addressing/om/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/addressing/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/clientapi/AsyncResult.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
| First sentence should end with a period. |
24
|
| Method 'setResult' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Parameter result should be final. |
32
|
| 'result' hides a field. |
32
|
| Expected @param tag for 'result'. |
32
|
| Method 'getResponseEnvelope' is not designed for extension - needs to be abstract, final or empty. |
39
|
org/apache/axis/clientapi/Call.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
40
|
| First sentence should end with a period. |
45
|
| Variable 'log' must be private and have accessor methods. |
48
|
| First sentence should end with a period. |
50
|
| First sentence should end with a period. |
55
|
| First sentence should end with a period. |
62
|
| Name 'Listenertransport' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
65
|
| First sentence should end with a period. |
69
|
| First sentence should end with a period. |
74
|
| First sentence should end with a period. |
79
|
| First sentence should end with a period. |
89
|
| Method 'setTo' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter EPR should be final. |
94
|
| Expected @param tag for 'EPR'. |
94
|
| Name 'EPR' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
94
|
| First sentence should end with a period. |
98
|
| Method 'setTransportType' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter transport should be final. |
104
|
| 'transport' hides a field. |
104
|
| Expected @param tag for 'transport'. |
104
|
| Expected @throws tag for 'AxisFault'. |
104
|
| First sentence should end with a period. |
115
|
| Method 'setListenerTransport' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Parameter Listenertransport should be final. |
124
|
| 'Listenertransport' hides a field. |
124
|
| Expected @param tag for 'Listenertransport'. |
124
|
| Name 'Listenertransport' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
124
|
| Parameter useSeparateListener should be final. |
124
|
| 'useSeparateListener' hides a field. |
124
|
| Expected @param tag for 'useSeparateListener'. |
124
|
| Expected @throws tag for 'AxisFault'. |
125
|
| First sentence should end with a period. |
137
|
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Parameter action should be final. |
142
|
| 'action' hides a field. |
142
|
| Expected @param tag for 'action'. |
142
|
| First sentence should end with a period. |
146
|
| Method 'sendAsync' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Parameter envelope should be final. |
153
|
| Expected @param tag for 'envelope'. |
153
|
| Expected @throws tag for 'AxisFault'. |
153
|
| 'if' is not followed by whitespace. |
163
|
| ',' is not followed by whitespace. |
164
|
| Line is longer than 80 characters. |
174
|
| First sentence should end with a period. |
182
|
| Method 'send' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Parameter envelope should be final. |
188
|
| Expected @param tag for 'envelope'. |
188
|
| Expected @throws tag for 'AxisFault'. |
188
|
| Line is longer than 80 characters. |
191
|
| 'if' is not followed by whitespace. |
200
|
| ',' is not followed by whitespace. |
201
|
| Line is longer than 80 characters. |
226
|
| First sentence should end with a period. |
244
|
| Expected an @return tag. |
251
|
| Method 'sendReceive' is not designed for extension - needs to be abstract, final or empty. |
251
|
| Parameter envelope should be final. |
251
|
| Expected @param tag for 'envelope'. |
251
|
| Expected @throws tag for 'AxisFault'. |
251
|
| Line is longer than 80 characters. |
254
|
| 'if' is not followed by whitespace. |
262
|
| ',' is not followed by whitespace. |
263
|
| Method 'sendReceiveAsync' is not designed for extension - needs to be abstract, final or empty. |
290
|
| Parameter envelope should be final. |
290
|
| Expected @param tag for 'envelope'. |
290
|
| Expected @param tag for 'callback'. |
290
|
| Expected @throws tag for 'AxisFault'. |
291
|
| 'if' is not followed by whitespace. |
299
|
| ',' is not followed by whitespace. |
300
|
| Line is longer than 80 characters. |
305
|
| First sentence should end with a period. |
325
|
| Expected an @return tag. |
330
|
| Method 'getTO' is not designed for extension - needs to be abstract, final or empty. |
330
|
org/apache/axis/clientapi/Callback.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
27
|
| First sentence should end with a period. |
32
|
| Parameter result should be final. |
37
|
| 'result' hides a field. |
37
|
| Expected @param tag for 'result'. |
37
|
| First sentence should end with a period. |
39
|
| Parameter e should be final. |
44
|
| Expected @param tag for 'e'. |
44
|
| First sentence should end with a period. |
46
|
| Expected an @return tag. |
51
|
| Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. |
51
|
| First sentence should end with a period. |
55
|
| Method 'setComplete' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter complete should be final. |
60
|
| 'complete' hides a field. |
60
|
| Expected @param tag for 'complete'. |
60
|
| First sentence should end with a period. |
64
|
| Expected an @return tag. |
69
|
| Method 'getResult' is not designed for extension - needs to be abstract, final or empty. |
69
|
| First sentence should end with a period. |
73
|
| Method 'setResult' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter result should be final. |
78
|
| 'result' hides a field. |
78
|
| Expected @param tag for 'result'. |
78
|
org/apache/axis/clientapi/Correlator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
| Class Correlator should be declared as final. |
23
|
| First sentence should end with a period. |
24
|
| First sentence should end with a period. |
29
|
| First sentence should end with a period. |
34
|
| '10' is a magic number. |
39
|
| First sentence should end with a period. |
42
|
| Expected an @return tag. |
47
|
| First sentence should end with a period. |
54
|
| Parameter msgid should be final. |
60
|
| Expected @param tag for 'msgid'. |
60
|
| Parameter callbackObj should be final. |
60
|
| Expected @param tag for 'callbackObj'. |
60
|
| First sentence should end with a period. |
64
|
| Expected an @return tag. |
70
|
| Parameter MessageID should be final. |
70
|
| Expected @param tag for 'MessageID'. |
70
|
| Name 'MessageID' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
70
|
org/apache/axis/clientapi/Invoker.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
24
|
| First sentence should end with a period. |
28
|
| First sentence should end with a period. |
33
|
| First sentence should end with a period. |
38
|
| First sentence should end with a period. |
43
|
| First sentence should end with a period. |
48
|
| Parameter msgContext should be final. |
56
|
| Expected @param tag for 'msgContext'. |
56
|
| Parameter engine should be final. |
56
|
| 'engine' hides a field. |
56
|
| Expected @param tag for 'engine'. |
56
|
| Parameter reg should be final. |
57
|
| Expected @param tag for 'reg'. |
57
|
| Parameter callback should be final. |
57
|
| 'callback' hides a field. |
57
|
| Expected @param tag for 'callback'. |
57
|
| First sentence should end with a period. |
64
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
67
|
org/apache/axis/clientapi/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/context/GlobalContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
22
|
| Line is longer than 80 characters. |
23
|
| First sentence should end with a period. |
27
|
| First sentence should end with a period. |
32
|
| '10' is a magic number. |
35
|
| First sentence should end with a period. |
37
|
| Parameter er should be final. |
42
|
| Expected @param tag for 'er'. |
42
|
| First sentence should end with a period. |
46
|
| Expected an @return tag. |
52
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Parameter key should be final. |
52
|
| Expected @param tag for 'key'. |
52
|
| First sentence should end with a period. |
56
|
| Method 'put' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter key should be final. |
62
|
| Expected @param tag for 'key'. |
62
|
| Parameter obj should be final. |
62
|
| Expected @param tag for 'obj'. |
62
|
| Expected an @return tag. |
69
|
| Method 'getRegistry' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Method 'setRegistry' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter registry should be final. |
76
|
| 'registry' hides a field. |
76
|
| Expected @param tag for 'registry'. |
76
|
org/apache/axis/context/MessageContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| Line is longer than 80 characters. |
47
|
| First sentence should end with a period. |
51
|
| First sentence should end with a period. |
56
|
| First sentence should end with a period. |
61
|
| First sentence should end with a period. |
66
|
| First sentence should end with a period. |
71
|
| First sentence should end with a period. |
76
|
| First sentence should end with a period. |
81
|
| 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. |
131
|
| First sentence should end with a period. |
136
|
| First sentence should end with a period. |
141
|
| First sentence should end with a period. |
146
|
| First sentence should end with a period. |
151
|
| First sentence should end with a period. |
156
|
| First sentence should end with a period. |
161
|
| First sentence should end with a period. |
166
|
| First sentence should end with a period. |
171
|
| First sentence should end with a period. |
176
|
| First sentence should end with a period. |
181
|
| First sentence should end with a period. |
186
|
| First sentence should end with a period. |
191
|
| Line is longer than 80 characters. |
198
|
| Line is longer than 80 characters. |
199
|
| Line is longer than 80 characters. |
203
|
| Parameter er should be final. |
203
|
| Parameter initialProperties should be final. |
203
|
| Parameter sessionContext should be final. |
203
|
| 'sessionContext' hides a field. |
203
|
| Expected @throws tag for 'AxisFault'. |
204
|
| Expected an @return tag. |
221
|
| Method 'getFaultTo' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Expected an @return tag. |
228
|
| Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Expected an @return tag. |
235
|
| Method 'getGlobalContext' is not designed for extension - needs to be abstract, final or empty. |
235
|
| Expected an @return tag. |
242
|
| Method 'isInFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
242
|
| Expected an @return tag. |
249
|
| Method 'getEnvelope' is not designed for extension - needs to be abstract, final or empty. |
249
|
| Expected an @return tag. |
256
|
| Method 'getMessageID' is not designed for extension - needs to be abstract, final or empty. |
256
|
| Expected an @return tag. |
263
|
| Method 'isProcessingFault' is not designed for extension - needs to be abstract, final or empty. |
263
|
| Expected an @return tag. |
271
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Parameter key should be final. |
271
|
| Expected @param tag for 'key'. |
271
|
| Expected an @return tag. |
278
|
| Method 'getRelatesTo' is not designed for extension - needs to be abstract, final or empty. |
278
|
| Expected an @return tag. |
285
|
| Method 'getReplyTo' is not designed for extension - needs to be abstract, final or empty. |
285
|
| Expected an @return tag. |
292
|
| Method 'isResponseWritten' is not designed for extension - needs to be abstract, final or empty. |
292
|
| Expected an @return tag. |
299
|
| Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. |
299
|
| Expected an @return tag. |
306
|
| Method 'getSessionContext' is not designed for extension - needs to be abstract, final or empty. |
306
|
| Expected an @return tag. |
313
|
| Method 'getTo' is not designed for extension - needs to be abstract, final or empty. |
313
|
| Method 'setFaultTo' is not designed for extension - needs to be abstract, final or empty. |
320
|
| Parameter referance should be final. |
320
|
| Expected @param tag for 'referance'. |
320
|
| Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. |
327
|
| Parameter referance should be final. |
327
|
| Expected @param tag for 'referance'. |
327
|
| Method 'setInFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
334
|
| Parameter b should be final. |
334
|
| Expected @param tag for 'b'. |
334
|
| Method 'setEnvelope' is not designed for extension - needs to be abstract, final or empty. |
341
|
| Parameter envelope should be final. |
341
|
| 'envelope' hides a field. |
341
|
| Expected @param tag for 'envelope'. |
341
|
| Method 'setMessageID' is not designed for extension - needs to be abstract, final or empty. |
348
|
| Parameter string should be final. |
348
|
| Expected @param tag for 'string'. |
348
|
| Method 'setProcessingFault' is not designed for extension - needs to be abstract, final or empty. |
355
|
| Parameter b should be final. |
355
|
| Expected @param tag for 'b'. |
355
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
363
|
| Parameter key should be final. |
363
|
| Expected @param tag for 'key'. |
363
|
| Parameter value should be final. |
363
|
| Expected @param tag for 'value'. |
363
|
| Method 'setRelatesTo' is not designed for extension - needs to be abstract, final or empty. |
370
|
| Parameter referance should be final. |
370
|
| Expected @param tag for 'referance'. |
370
|
| Method 'setReplyTo' is not designed for extension - needs to be abstract, final or empty. |
377
|
| Parameter referance should be final. |
377
|
| Expected @param tag for 'referance'. |
377
|
| Method 'setResponseWritten' is not designed for extension - needs to be abstract, final or empty. |
384
|
| Parameter b should be final. |
384
|
| Expected @param tag for 'b'. |
384
|
| Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. |
391
|
| Parameter b should be final. |
391
|
| Expected @param tag for 'b'. |
391
|
| Method 'setTo' is not designed for extension - needs to be abstract, final or empty. |
398
|
| Parameter referance should be final. |
398
|
| Expected @param tag for 'referance'. |
398
|
| Expected an @return tag. |
405
|
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. |
405
|
| Expected an @return tag. |
412
|
| Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. |
412
|
| Method 'setOperation' is not designed for extension - needs to be abstract, final or empty. |
419
|
| Parameter operation should be final. |
419
|
| 'operation' hides a field. |
419
|
| Expected @param tag for 'operation'. |
419
|
| Expected an @return tag. |
426
|
| Method 'isNewThreadRequired' is not designed for extension - needs to be abstract, final or empty. |
426
|
| Method 'setNewThreadRequired' is not designed for extension - needs to be abstract, final or empty. |
433
|
| Parameter b should be final. |
433
|
| Expected @param tag for 'b'. |
433
|
| Method 'setService' is not designed for extension - needs to be abstract, final or empty. |
440
|
| Parameter service should be final. |
440
|
| 'service' hides a field. |
440
|
| Expected @param tag for 'service'. |
440
|
| Expected an @return tag. |
447
|
| Method 'getMessageStyle' is not designed for extension - needs to be abstract, final or empty. |
447
|
| Method 'setMessageStyle' is not designed for extension - needs to be abstract, final or empty. |
454
|
| Parameter i should be final. |
454
|
| Expected @param tag for 'i'. |
454
|
| First sentence should end with a period. |
460
|
| Expected an @return tag. |
465
|
| Method 'getExecutionChain' is not designed for extension - needs to be abstract, final or empty. |
465
|
| Method 'setExecutionChain' is not designed for extension - needs to be abstract, final or empty. |
472
|
| Parameter chain should be final. |
472
|
| 'chain' hides a field. |
472
|
| Expected @param tag for 'chain'. |
472
|
| Expected an @return tag. |
479
|
| Method 'getTransport' is not designed for extension - needs to be abstract, final or empty. |
479
|
| Method 'setTransport' is not designed for extension - needs to be abstract, final or empty. |
486
|
| Parameter transport should be final. |
486
|
| 'transport' hides a field. |
486
|
| Expected @param tag for 'transport'. |
486
|
| Expected an @return tag. |
493
|
| Method 'getXpp' is not designed for extension - needs to be abstract, final or empty. |
493
|
| Method 'setXpp' is not designed for extension - needs to be abstract, final or empty. |
500
|
| Parameter reader should be final. |
500
|
| Expected @param tag for 'reader'. |
500
|
| Expected an @return tag. |
507
|
| Method 'getSoapOperationElement' is not designed for extension - needs to be abstract, final or empty. |
507
|
| Method 'setSoapOperationElement' is not designed for extension - needs to be abstract, final or empty. |
514
|
| Parameter element should be final. |
514
|
| Expected @param tag for 'element'. |
514
|
| Expected an @return tag. |
521
|
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. |
521
|
org/apache/axis/context/SessionContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| Line is longer than 80 characters. |
19
|
| First sentence should end with a period. |
23
|
| Expected an @return tag. |
29
|
| Redundant 'public' modifier. |
29
|
| Expected @param tag for 'key'. |
29
|
| First sentence should end with a period. |
31
|
| Redundant 'public' modifier. |
37
|
| Expected @param tag for 'key'. |
37
|
| Expected @param tag for 'obj'. |
37
|
org/apache/axis/context/SimpleSessionContext.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
| First sentence should end with a period. |
24
|
| First sentence should end with a period. |
29
|
| Expected an @return tag. |
35
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Parameter key should be final. |
35
|
| Expected @param tag for 'key'. |
35
|
| First sentence should end with a period. |
39
|
| Method 'put' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Parameter key should be final. |
45
|
| Expected @param tag for 'key'. |
45
|
| Parameter obj should be final. |
45
|
| Expected @param tag for 'obj'. |
45
|
org/apache/axis/context/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/description/AxisGlobal.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. |
26
|
| Line is longer than 80 characters. |
27
|
| Unclosed HTML tag found: <ol> |
28
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
34
|
| First sentence should end with a period. |
38
|
| Variable 'paramInclude' must be private and have accessor methods. |
41
|
| First sentence should end with a period. |
43
|
| Variable 'phasesInclude' must be private and have accessor methods. |
46
|
| First sentence should end with a period. |
48
|
| Variable 'modules' must be private and have accessor methods. |
51
|
| First sentence should end with a period. |
55
|
| First sentence should end with a period. |
64
|
| Method 'addModule' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter moduleref should be final. |
69
|
| Expected @param tag for 'moduleref'. |
69
|
| First sentence should end with a period. |
73
|
| Expected an @return tag. |
78
|
| Method 'getModules' is not designed for extension - needs to be abstract, final or empty. |
78
|
| First sentence should end with a period. |
82
|
| Expected an @return tag. |
88
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter name should be final. |
88
|
| Expected @param tag for 'name'. |
88
|
| First sentence should end with a period. |
92
|
| Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter param should be final. |
97
|
| Expected @param tag for 'param'. |
97
|
| Expected an @return tag. |
106
|
| Method 'getPhases' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter flow should be final. |
106
|
| Expected @param tag for 'flow'. |
106
|
| Expected @throws tag for 'AxisFault'. |
106
|
| Method 'setPhases' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter phases should be final. |
115
|
| Expected @param tag for 'phases'. |
115
|
| Parameter flow should be final. |
115
|
| Expected @param tag for 'flow'. |
115
|
| Expected @throws tag for 'AxisFault'. |
115
|
org/apache/axis/description/AxisModule.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Unclosed HTML tag found: <ol> |
22
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
27
|
| First sentence should end with a period. |
30
|
| First sentence should end with a period. |
35
|
| First sentence should end with a period. |
40
|
| First sentence should end with a period. |
45
|
| First sentence should end with a period. |
51
|
| Parameter name should be final. |
56
|
| 'name' hides a field. |
56
|
| Expected @param tag for 'name'. |
56
|
| Expected an @return tag. |
63
|
| Method 'getFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Expected an @return tag. |
70
|
| Method 'getInFlow' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Expected an @return tag. |
77
|
| Method 'getOutFlow' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'setFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter faultFlow should be final. |
84
|
| Expected @param tag for 'faultFlow'. |
84
|
| Method 'setInFlow' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter inFlow should be final. |
91
|
| Expected @param tag for 'inFlow'. |
91
|
| Method 'setOutFlow' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter outFlow should be final. |
98
|
| Expected @param tag for 'outFlow'. |
98
|
| Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter param should be final. |
105
|
| Expected @param tag for 'param'. |
105
|
| Expected an @return tag. |
113
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Parameter name should be final. |
113
|
| 'name' hides a field. |
113
|
| Expected @param tag for 'name'. |
113
|
| Expected an @return tag. |
120
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Parameter name should be final. |
127
|
| 'name' hides a field. |
127
|
| Expected @param tag for 'name'. |
127
|
org/apache/axis/description/AxisOperation.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
org/apache/axis/description/AxisService.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
28
|
| First sentence should end with a period. |
34
|
| Line is longer than 80 characters. |
35
|
| Variable 'operationsMap' must be private and have accessor methods. |
38
|
| First sentence should end with a period. |
40
|
| First sentence should end with a period. |
49
|
| Parameter qName should be final. |
54
|
| Expected @param tag for 'qName'. |
54
|
| Line is longer than 80 characters. |
61
|
| First sentence should end with a period. |
64
|
| Method 'addModule' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter moduleref should be final. |
69
|
| Expected @param tag for 'moduleref'. |
69
|
| First sentence should end with a period. |
83
|
| Expected an @return tag. |
88
|
| Method 'getModules' 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. |
98
|
| Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter operationName should be final. |
98
|
| Expected @param tag for 'operationName'. |
98
|
| Line is longer than 80 characters. |
100
|
| Line is longer than 80 characters. |
108
|
| First sentence should end with a period. |
111
|
| Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Parameter operation should be final. |
116
|
| Expected @param tag for 'operation'. |
116
|
| Line is longer than 80 characters. |
118
|
| Line is longer than 80 characters. |
128
|
| First sentence should end with a period. |
131
|
| Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Parameter classLoader should be final. |
136
|
| Expected @param tag for 'classLoader'. |
136
|
| First sentence should end with a period. |
147
|
| Expected an @return tag. |
152
|
| Method 'getClassLoader' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Line is longer than 80 characters. |
158
|
| First sentence should end with a period. |
161
|
| Method 'setContextPath' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Parameter contextPath should be final. |
166
|
| Expected @param tag for 'contextPath'. |
166
|
| First sentence should end with a period. |
177
|
| Expected an @return tag. |
182
|
| Method 'getContextPath' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Line is longer than 80 characters. |
188
|
| First sentence should end with a period. |
191
|
| Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Parameter provider should be final. |
196
|
| Expected @param tag for 'provider'. |
196
|
| First sentence should end with a period. |
207
|
| Expected an @return tag. |
212
|
| Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. |
212
|
| Line is longer than 80 characters. |
218
|
| First sentence should end with a period. |
221
|
| Method 'setStyle' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Parameter style should be final. |
226
|
| Expected @param tag for 'style'. |
226
|
| First sentence should end with a period. |
237
|
| Expected an @return tag. |
242
|
| Method 'getStyle' is not designed for extension - needs to be abstract, final or empty. |
242
|
| Line is longer than 80 characters. |
248
|
| First sentence should end with a period. |
251
|
| Method 'setPhases' is not designed for extension - needs to be abstract, final or empty. |
258
|
| Parameter phases should be final. |
258
|
| Expected @param tag for 'phases'. |
258
|
| Parameter flow should be final. |
258
|
| Expected @param tag for 'flow'. |
258
|
| Expected @throws tag for 'AxisFault'. |
258
|
| First sentence should end with a period. |
272
|
| Expected an @return tag. |
279
|
| Method 'getPhases' is not designed for extension - needs to be abstract, final or empty. |
279
|
| Parameter flow should be final. |
279
|
| Expected @param tag for 'flow'. |
279
|
| Expected @throws tag for 'AxisFault'. |
279
|
| Line is longer than 80 characters. |
287
|
| First sentence should end with a period. |
290
|
| Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Parameter param should be final. |
295
|
| Expected @param tag for 'param'. |
295
|
| Line is longer than 80 characters. |
306
|
| First sentence should end with a period. |
309
|
| Expected an @return tag. |
315
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
315
|
| Parameter name should be final. |
315
|
| Expected @param tag for 'name'. |
315
|
| First sentence should end with a period. |
326
|
| Expected an @return tag. |
331
|
| Method 'getInFlow' is not designed for extension - needs to be abstract, final or empty. |
331
|
| Line is longer than 80 characters. |
337
|
| First sentence should end with a period. |
340
|
| Method 'setInFlow' is not designed for extension - needs to be abstract, final or empty. |
345
|
| Parameter inFlow should be final. |
345
|
| Expected @param tag for 'inFlow'. |
345
|
| First sentence should end with a period. |
356
|
| Expected an @return tag. |
361
|
| Method 'getOutFlow' is not designed for extension - needs to be abstract, final or empty. |
361
|
| Line is longer than 80 characters. |
367
|
| First sentence should end with a period. |
370
|
| Method 'setOutFlow' is not designed for extension - needs to be abstract, final or empty. |
375
|
| Parameter outFlow should be final. |
375
|
| Expected @param tag for 'outFlow'. |
375
|
| First sentence should end with a period. |
386
|
| Expected an @return tag. |
391
|
| Method 'getFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
391
|
| Line is longer than 80 characters. |
397
|
| First sentence should end with a period. |
400
|
| Method 'setFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
405
|
| Parameter faultFlow should be final. |
405
|
| Expected @param tag for 'faultFlow'. |
405
|
| First sentence should end with a period. |
411
|
| Method 'setServiceClass' is not designed for extension - needs to be abstract, final or empty. |
416
|
| Parameter serviceclass should be final. |
416
|
| Expected @param tag for 'serviceclass'. |
416
|
| First sentence should end with a period. |
423
|
| Expected an @return tag. |
428
|
| Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. |
428
|
| First sentence should end with a period. |
433
|
| Expected an @return tag. |
438
|
| Method 'getOperations' is not designed for extension - needs to be abstract, final or empty. |
438
|
org/apache/axis/description/AxisTransport.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
23
|
| First sentence should end with a period. |
28
|
| Variable 'paramInclude' must be private and have accessor methods. |
31
|
| First sentence should end with a period. |
33
|
| Variable 'phasesInclude' must be private and have accessor methods. |
36
|
| First sentence should end with a period. |
38
|
| First sentence should end with a period. |
43
|
| Variable 'name' must be private and have accessor methods. |
46
|
| First sentence should end with a period. |
48
|
| Parameter name should be final. |
53
|
| 'name' hides a field. |
53
|
| Expected @param tag for 'name'. |
53
|
| First sentence should end with a period. |
60
|
| Expected an @return tag. |
66
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter name should be final. |
66
|
| 'name' hides a field. |
66
|
| Expected @param tag for 'name'. |
66
|
| First sentence should end with a period. |
70
|
| Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter param should be final. |
75
|
| Expected @param tag for 'param'. |
75
|
| Expected an @return tag. |
84
|
| Method 'getPhases' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter flow should be final. |
84
|
| Expected @param tag for 'flow'. |
84
|
| Expected @throws tag for 'AxisFault'. |
84
|
| Method 'setPhases' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter phases should be final. |
93
|
| Expected @param tag for 'phases'. |
93
|
| Parameter flow should be final. |
93
|
| Expected @param tag for 'flow'. |
93
|
| Expected @throws tag for 'AxisFault'. |
93
|
| Expected an @return tag. |
100
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter name should be final. |
107
|
| 'name' hides a field. |
107
|
| Expected @param tag for 'name'. |
107
|
| Expected an @return tag. |
114
|
| Method 'getFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Expected an @return tag. |
121
|
| Method 'getInFlow' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Expected an @return tag. |
128
|
| Method 'getOutFlow' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Method 'setFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Parameter faultFlow should be final. |
135
|
| Expected @param tag for 'faultFlow'. |
135
|
| Method 'setInFlow' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Parameter inFlow should be final. |
142
|
| Expected @param tag for 'inFlow'. |
142
|
| Method 'setOutFlow' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Parameter outFlow should be final. |
149
|
| Expected @param tag for 'outFlow'. |
149
|
org/apache/axis/description/DescriptionConstants.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| interfaces should describe a type and hence have methods. |
21
|
| First sentence should end with a period. |
22
|
| Redundant 'public' modifier. |
25
|
| First sentence should end with a period. |
27
|
| Redundant 'public' modifier. |
30
|
| First sentence should end with a period. |
33
|
| Redundant 'public' modifier. |
36
|
| First sentence should end with a period. |
39
|
| Redundant 'public' modifier. |
42
|
| First sentence should end with a period. |
44
|
| Redundant 'public' modifier. |
47
|
| First sentence should end with a period. |
49
|
| Redundant 'public' modifier. |
52
|
| First sentence should end with a period. |
54
|
| Redundant 'public' modifier. |
57
|
| First sentence should end with a period. |
59
|
| Redundant 'public' modifier. |
62
|
| First sentence should end with a period. |
64
|
| Redundant 'public' modifier. |
67
|
| First sentence should end with a period. |
69
|
| Redundant 'public' modifier. |
72
|
| First sentence should end with a period. |
74
|
| Redundant 'public' modifier. |
77
|
| First sentence should end with a period. |
79
|
| Redundant 'public' modifier. |
82
|
| First sentence should end with a period. |
84
|
| Redundant 'public' modifier. |
87
|
| First sentence should end with a period. |
89
|
| Redundant 'public' modifier. |
92
|
| First sentence should end with a period. |
94
|
| Redundant 'public' modifier. |
97
|
| First sentence should end with a period. |
99
|
| Redundant 'public' modifier. |
102
|
org/apache/axis/description/Flow.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
23
|
| Expected an @return tag. |
28
|
| Redundant 'public' modifier. |
28
|
| First sentence should end with a period. |
30
|
| Expected an @return tag. |
36
|
| Redundant 'public' modifier. |
36
|
| Expected @param tag for 'index'. |
36
|
| First sentence should end with a period. |
38
|
| Redundant 'public' modifier. |
43
|
| Expected @param tag for 'handler'. |
43
|
org/apache/axis/description/FlowImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
21
|
| First sentence should end with a period. |
25
|
| Variable 'list' must be private and have accessor methods. |
28
|
| First sentence should end with a period. |
30
|
| First sentence should end with a period. |
37
|
| Method 'addHandler' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Parameter handler should be final. |
42
|
| Expected @param tag for 'handler'. |
42
|
| First sentence should end with a period. |
46
|
| Expected an @return tag. |
52
|
| Method 'getHandler' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Parameter index should be final. |
52
|
| Expected @param tag for 'index'. |
52
|
| First sentence should end with a period. |
56
|
| Expected an @return tag. |
61
|
| Method 'getHandlerCount' is not designed for extension - needs to be abstract, final or empty. |
61
|
org/apache/axis/description/FlowInclude.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
23
|
| Expected an @return tag. |
28
|
| Redundant 'public' modifier. |
28
|
| First sentence should end with a period. |
30
|
| Redundant 'public' modifier. |
35
|
| Expected @param tag for 'inFlow'. |
35
|
| First sentence should end with a period. |
37
|
| Expected an @return tag. |
42
|
| Redundant 'public' modifier. |
42
|
| First sentence should end with a period. |
44
|
| Redundant 'public' modifier. |
49
|
| Expected @param tag for 'outFlow'. |
49
|
| First sentence should end with a period. |
51
|
| Expected an @return tag. |
56
|
| Redundant 'public' modifier. |
56
|
| First sentence should end with a period. |
58
|
| Redundant 'public' modifier. |
63
|
| Expected @param tag for 'faultFlow'. |
63
|
org/apache/axis/description/FlowIncludeImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
27
|
| First sentence should end with a period. |
32
|
| First sentence should end with a period. |
37
|
| Expected an @return tag. |
42
|
| Method 'getFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
42
|
| First sentence should end with a period. |
46
|
| Expected an @return tag. |
51
|
| Method 'getInFlow' is not designed for extension - needs to be abstract, final or empty. |
51
|
| First sentence should end with a period. |
55
|
| Expected an @return tag. |
60
|
| Method 'getOutFlow' is not designed for extension - needs to be abstract, final or empty. |
60
|
| First sentence should end with a period. |
64
|
| Method 'setFaultFlow' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter flow should be final. |
69
|
| Expected @param tag for 'flow'. |
69
|
| First sentence should end with a period. |
73
|
| Method 'setInFlow' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter flow should be final. |
78
|
| Expected @param tag for 'flow'. |
78
|
| First sentence should end with a period. |
82
|
| Method 'setOutFlow' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter flow should be final. |
87
|
| Expected @param tag for 'flow'. |
87
|
org/apache/axis/description/HandlerMetadata.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
26
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| First sentence should end with a period. |
51
|
| First sentence should end with a period. |
59
|
| Parameter name should be final. |
64
|
| 'name' hides a field. |
64
|
| Expected @param tag for 'name'. |
64
|
| Expected an @return tag. |
72
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
72
|
| First sentence should end with a period. |
76
|
| Expected an @return tag. |
81
|
| Method 'getRules' is not designed for extension - needs to be abstract, final or empty. |
81
|
| First sentence should end with a period. |
85
|
| Method 'setRules' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter rules should be final. |
90
|
| 'rules' hides a field. |
90
|
| Expected @param tag for 'rules'. |
90
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter name should be final. |
97
|
| 'name' hides a field. |
97
|
| Expected @param tag for 'name'. |
97
|
| Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter param should be final. |
104
|
| Expected @param tag for 'param'. |
104
|
| Expected an @return tag. |
112
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter name should be final. |
112
|
| 'name' hides a field. |
112
|
| Expected @param tag for 'name'. |
112
|
| Expected an @return tag. |
119
|
| Method 'getHandler' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Method 'setHandler' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter handler should be final. |
126
|
| 'handler' hides a field. |
126
|
| Expected @param tag for 'handler'. |
126
|
| First sentence should end with a period. |
130
|
| Expected an @return tag. |
135
|
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. |
135
|
| First sentence should end with a period. |
139
|
| Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Parameter className should be final. |
144
|
| 'className' hides a field. |
144
|
| Expected @param tag for 'className'. |
144
|
org/apache/axis/description/Parameter.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
22
|
| Redundant 'public' modifier. |
25
|
| First sentence should end with a period. |
27
|
| Redundant 'public' modifier. |
30
|
| First sentence should end with a period. |
32
|
| Expected an @return tag. |
37
|
| Redundant 'public' modifier. |
37
|
| First sentence should end with a period. |
39
|
| Expected an @return tag. |
44
|
| Redundant 'public' modifier. |
44
|
| First sentence should end with a period. |
46
|
| Redundant 'public' modifier. |
51
|
| Expected @param tag for 'name'. |
51
|
| First sentence should end with a period. |
53
|
| Redundant 'public' modifier. |
58
|
| Expected @param tag for 'value'. |
58
|
| First sentence should end with a period. |
60
|
| Expected an @return tag. |
65
|
| Redundant 'public' modifier. |
65
|
| First sentence should end with a period. |
67
|
| Redundant 'public' modifier. |
72
|
| Expected @param tag for 'value'. |
72
|
| First sentence should end with a period. |
74
|
| Expected an @return tag. |
79
|
| Redundant 'public' modifier. |
79
|
org/apache/axis/description/ParameterImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
27
|
| First sentence should end with a period. |
32
|
| First sentence should end with a period. |
37
|
| First sentence should end with a period. |
42
|
| First sentence should end with a period. |
48
|
| Parameter name should be final. |
54
|
| 'name' hides a field. |
54
|
| Expected @param tag for 'name'. |
54
|
| Parameter value should be final. |
54
|
| 'value' hides a field. |
54
|
| Expected @param tag for 'value'. |
54
|
| First sentence should end with a period. |
59
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter name should be final. |
64
|
| 'name' hides a field. |
64
|
| Expected @param tag for 'name'. |
64
|
| First sentence should end with a period. |
68
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Parameter value should be final. |
73
|
| 'value' hides a field. |
73
|
| Expected @param tag for 'value'. |
73
|
| First sentence should end with a period. |
77
|
| Expected an @return tag. |
82
|
| Method 'isLocked' is not designed for extension - needs to be abstract, final or empty. |
82
|
| First sentence should end with a period. |
86
|
| Method 'setLocked' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter value should be final. |
91
|
| 'value' hides a field. |
91
|
| Expected @param tag for 'value'. |
91
|
| First sentence should end with a period. |
95
|
| Expected an @return tag. |
100
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
100
|
| First sentence should end with a period. |
104
|
| Expected an @return tag. |
109
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
109
|
| First sentence should end with a period. |
113
|
| Expected an @return tag. |
118
|
| Method 'getParameterType' is not designed for extension - needs to be abstract, final or empty. |
118
|
org/apache/axis/description/ParameterInclude.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
25
|
| Redundant 'public' modifier. |
30
|
| Expected @param tag for 'param'. |
30
|
| First sentence should end with a period. |
32
|
| Expected an @return tag. |
38
|
| Redundant 'public' modifier. |
38
|
| Expected @param tag for 'name'. |
38
|
org/apache/axis/description/ParameterIncludeImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
| First sentence should end with a period. |
24
|
| Variable 'parmeters' must be private and have accessor methods. |
27
|
| First sentence should end with a period. |
29
|
| First sentence should end with a period. |
36
|
| Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter param should be final. |
41
|
| Expected @param tag for 'param'. |
41
|
| First sentence should end with a period. |
47
|
| Expected an @return tag. |
53
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter name should be final. |
53
|
| Expected @param tag for 'name'. |
53
|
org/apache/axis/description/PhaseRule.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
25
|
| First sentence should end with a period. |
32
|
| First sentence should end with a period. |
37
|
| First sentence should end with a period. |
42
|
| First sentence should end with a period. |
47
|
| First sentence should end with a period. |
52
|
| First sentence should end with a period. |
61
|
| Expected an @return tag. |
66
|
| Method 'getBefore' is not designed for extension - needs to be abstract, final or empty. |
66
|
| First sentence should end with a period. |
70
|
| Method 'setBefore' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter before should be final. |
75
|
| 'before' hides a field. |
75
|
| Expected @param tag for 'before'. |
75
|
| First sentence should end with a period. |
79
|
| Expected an @return tag. |
84
|
| Method 'getAfter' is not designed for extension - needs to be abstract, final or empty. |
84
|
| First sentence should end with a period. |
88
|
| Method 'setAfter' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter after should be final. |
93
|
| 'after' hides a field. |
93
|
| Expected @param tag for 'after'. |
93
|
| First sentence should end with a period. |
97
|
| Expected an @return tag. |
102
|
| Method 'getPhaseName' is not designed for extension - needs to be abstract, final or empty. |
102
|
| First sentence should end with a period. |
106
|
| Method 'setPhaseName' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter phaseName should be final. |
111
|
| 'phaseName' hides a field. |
111
|
| Expected @param tag for 'phaseName'. |
111
|
| First sentence should end with a period. |
115
|
| Expected an @return tag. |
120
|
| Method 'isPhaseFirst' is not designed for extension - needs to be abstract, final or empty. |
120
|
| First sentence should end with a period. |
124
|
| Method 'setPhaseFirst' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter phaseFirst should be final. |
129
|
| 'phaseFirst' hides a field. |
129
|
| Expected @param tag for 'phaseFirst'. |
129
|
| First sentence should end with a period. |
133
|
| Expected an @return tag. |
138
|
| Method 'isPhaseLast' is not designed for extension - needs to be abstract, final or empty. |
138
|
| First sentence should end with a period. |
142
|
| Method 'setPhaseLast' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Parameter phaseLast should be final. |
147
|
| 'phaseLast' hides a field. |
147
|
| Expected @param tag for 'phaseLast'. |
147
|
org/apache/axis/description/PhasesInclude.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
22
|
| Line is longer than 80 characters. |
27
|
| Line is longer than 80 characters. |
28
|
| Expected an @return tag. |
35
|
| Redundant 'public' modifier. |
35
|
| Expected @param tag for 'flow'. |
35
|
| Expected @throws tag for 'AxisFault'. |
35
|
| First sentence should end with a period. |
37
|
| Redundant 'public' modifier. |
44
|
| Expected @param tag for 'phases'. |
44
|
| Expected @param tag for 'flow'. |
44
|
| Expected @throws tag for 'AxisFault'. |
44
|
org/apache/axis/description/PhasesIncludeImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
23
|
| First sentence should end with a period. |
27
|
| First sentence should end with a period. |
32
|
| First sentence should end with a period. |
37
|
| First sentence should end with a period. |
42
|
| Expected an @return tag. |
49
|
| Method 'getPhases' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Parameter flow should be final. |
49
|
| Expected @param tag for 'flow'. |
49
|
| Expected @throws tag for 'AxisFault'. |
49
|
| First sentence should end with a period. |
61
|
| Method 'setPhases' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter phases should be final. |
68
|
| Expected @param tag for 'phases'. |
68
|
| Parameter flow should be final. |
68
|
| Expected @param tag for 'flow'. |
68
|
| Expected @throws tag for 'AxisFault'. |
68
|
org/apache/axis/description/SimpleAxisOperationImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
28
|
| First sentence should end with a period. |
32
|
| Variable 'wsdlOperation' must be private and have accessor methods. |
35
|
| First sentence should end with a period. |
37
|
| Variable 'parameters' must be private and have accessor methods. |
40
|
| First sentence should end with a period. |
50
|
| Parameter name should be final. |
55
|
| Expected @param tag for 'name'. |
55
|
| Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter param should be final. |
64
|
| Expected @param tag for 'param'. |
64
|
| Expected an @return tag. |
72
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter name should be final. |
72
|
| Expected @param tag for 'name'. |
72
|
| Method 'addFeature' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter feature should be final. |
79
|
| Expected @param tag for 'feature'. |
79
|
| Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Parameter wsdlProperty should be final. |
86
|
| Expected @param tag for 'wsdlProperty'. |
86
|
| Expected an @return tag. |
93
|
| Method 'getComponentProperties' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Expected an @return tag. |
101
|
| Method 'getComponentProperty' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Parameter key should be final. |
101
|
| Expected @param tag for 'key'. |
101
|
| Expected an @return tag. |
108
|
| Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Expected an @return tag. |
115
|
| Method 'getInfaults' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Expected an @return tag. |
122
|
| Method 'getInputMessage' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Expected an @return tag. |
129
|
| Method 'getMessageExchangePattern' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Expected an @return tag. |
136
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Expected an @return tag. |
143
|
| Method 'getOutfaults' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Expected an @return tag. |
150
|
| Method 'getOutputMessage' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Expected an @return tag. |
157
|
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Expected an @return tag. |
164
|
| Method 'getStyle' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Expected an @return tag. |
171
|
| Method 'getTargetnemespace' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Expected an @return tag. |
178
|
| Method 'isSafe' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Method 'setComponentProperties' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Parameter properties should be final. |
185
|
| Expected @param tag for 'properties'. |
185
|
| First sentence should end with a period. |
189
|
| Method 'setMessageExchangePattern' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Parameter messageExchangePattern should be final. |
194
|
| Expected @param tag for 'messageExchangePattern'. |
194
|
| Method 'setComponentProperty' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Parameter key should be final. |
202
|
| Expected @param tag for 'key'. |
202
|
| Parameter obj should be final. |
202
|
| Expected @param tag for 'obj'. |
202
|
| Method 'setInfaults' is not designed for extension - needs to be abstract, final or empty. |
209
|
| Parameter infaults should be final. |
209
|
| Expected @param tag for 'infaults'. |
209
|
| Method 'setInputMessage' is not designed for extension - needs to be abstract, final or empty. |
216
|
| Parameter inputMessage should be final. |
216
|
| Expected @param tag for 'inputMessage'. |
216
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Parameter name should be final. |
223
|
| Expected @param tag for 'name'. |
223
|
| Method 'setOutfaults' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Parameter outfaults should be final. |
230
|
| Expected @param tag for 'outfaults'. |
230
|
| Method 'setOutputMessage' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Parameter outputMessage should be final. |
237
|
| Expected @param tag for 'outputMessage'. |
237
|
| Method 'setSafety' is not designed for extension - needs to be abstract, final or empty. |
244
|
| Parameter safe should be final. |
244
|
| Expected @param tag for 'safe'. |
244
|
| Method 'setStyle' is not designed for extension - needs to be abstract, final or empty. |
251
|
| Parameter style should be final. |
251
|
| Expected @param tag for 'style'. |
251
|
org/apache/axis/description/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/engine/AxisEngine.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| Parameter registry should be final. |
51
|
| 'registry' hides a field. |
51
|
| Expected @param tag for 'registry'. |
51
|
| Line is longer than 80 characters. |
57
|
| Line is longer than 80 characters. |
58
|
| Method 'send' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter context should be final. |
68
|
| Expected @param tag for 'context'. |
68
|
| Expected @throws tag for 'AxisFault'. |
68
|
| Line is longer than 80 characters. |
74
|
| Line is longer than 80 characters. |
75
|
| Method 'receive' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter context should be final. |
85
|
| Expected @param tag for 'context'. |
85
|
| Expected @throws tag for 'AxisFault'. |
85
|
| Line is longer than 80 characters. |
94
|
| Line is longer than 80 characters. |
112
|
| Line is longer than 80 characters. |
121
|
| Line is longer than 80 characters. |
122
|
| Extra HTML tag found: </p> |
123
|
| Parameter context should be final. |
129
|
| Expected @param tag for 'context'. |
129
|
| Parameter e should be final. |
129
|
| Expected @param tag for 'e'. |
129
|
| Expected @throws tag for 'AxisFault'. |
130
|
| Line is longer than 80 characters. |
137
|
| ',' is not followed by whitespace. |
137
|
| ',' is not followed by whitespace. |
137
|
| Line is longer than 80 characters. |
160
|
| Line is longer than 80 characters. |
161
|
| Parameter context should be final. |
168
|
| Expected @param tag for 'context'. |
168
|
| Parameter flow should be final. |
168
|
| Expected @param tag for 'flow'. |
168
|
| Expected @throws tag for 'AxisFault'. |
169
|
| Line is longer than 80 characters. |
177
|
| Line is longer than 80 characters. |
191
|
org/apache/axis/engine/AxisFault.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Parameter arg0 should be final. |
43
|
| Expected @param tag for 'arg0'. |
43
|
| Parameter arg0 should be final. |
53
|
| Expected @param tag for 'arg0'. |
53
|
| Parameter arg1 should be final. |
53
|
| Expected @param tag for 'arg1'. |
53
|
| Parameter e should be final. |
69
|
org/apache/axis/engine/Dispatcher.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
29
|
| First sentence should end with a period. |
33
|
| Line is longer than 80 characters. |
36
|
| First sentence should end with a period. |
38
|
| First sentence should end with a period. |
45
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter msgctx should be final. |
51
|
| Expected @param tag for 'msgctx'. |
51
|
| Expected @throws tag for 'AxisFault'. |
51
|
| Line is longer than 80 characters. |
55
|
| Line has trailing spaces. |
59
|
| 'if' is not followed by whitespace. |
67
|
| '{' is not preceded with whitespace. |
67
|
| 'if' is not followed by whitespace. |
70
|
| '{' is not preceded with whitespace. |
70
|
| 'else' is not preceded with whitespace. |
73
|
| '}' is not followed by whitespace. |
73
|
| 'if' is not followed by whitespace. |
74
|
| '{' is not preceded with whitespace. |
74
|
| 'if' is not followed by whitespace. |
75
|
| '{' is not preceded with whitespace. |
75
|
| 'else' is not preceded with whitespace. |
77
|
| '}' is not followed by whitespace. |
77
|
| 'else' is not followed by whitespace. |
77
|
| '{' is not preceded with whitespace. |
77
|
| Line is longer than 80 characters. |
78
|
| 'else' is not preceded with whitespace. |
82
|
| '}' is not followed by whitespace. |
82
|
| 'else' is not followed by whitespace. |
82
|
| '{' is not preceded with whitespace. |
82
|
| Line is longer than 80 characters. |
87
|
| Line has trailing spaces. |
96
|
| Line has trailing spaces. |
97
|
| Line is longer than 80 characters. |
105
|
| Line is longer than 80 characters. |
108
|
| Must have at least one statement. |
113
|
org/apache/axis/engine/EngineRegistry.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
35
|
| Redundant 'public' modifier. |
38
|
| First sentence should end with a period. |
40
|
| Redundant 'public' modifier. |
43
|
| First sentence should end with a period. |
45
|
| Redundant 'public' modifier. |
48
|
| First sentence should end with a period. |
50
|
| Expected an @return tag. |
56
|
| Redundant 'public' modifier. |
56
|
| Expected @throws tag for 'AxisFault'. |
56
|
| First sentence should end with a period. |
58
|
| Expected an @return tag. |
65
|
| Redundant 'public' modifier. |
65
|
| Expected @param tag for 'name'. |
65
|
| Expected @throws tag for 'AxisFault'. |
65
|
| First sentence should end with a period. |
67
|
| Redundant 'public' modifier. |
73
|
| Expected @param tag for 'service'. |
73
|
| Expected @throws tag for 'AxisFault'. |
73
|
| First sentence should end with a period. |
75
|
| Redundant 'public' modifier. |
81
|
| Expected @param tag for 'name'. |
81
|
| Expected @throws tag for 'AxisFault'. |
81
|
| First sentence should end with a period. |
83
|
| Expected an @return tag. |
90
|
| Redundant 'public' modifier. |
90
|
| Expected @param tag for 'name'. |
90
|
| Expected @throws tag for 'AxisFault'. |
90
|
| First sentence should end with a period. |
92
|
| Redundant 'public' modifier. |
98
|
| Expected @param tag for 'module'. |
98
|
| Expected @throws tag for 'AxisFault'. |
98
|
| First sentence should end with a period. |
100
|
| Expected an @return tag. |
107
|
| Redundant 'public' modifier. |
107
|
| Expected @param tag for 'name'. |
107
|
| Expected @throws tag for 'AxisFault'. |
107
|
| First sentence should end with a period. |
109
|
| Redundant 'public' modifier. |
115
|
| Expected @param tag for 'transport'. |
115
|
| Expected @throws tag for 'AxisFault'. |
115
|
| First sentence should end with a period. |
117
|
| Expected an @return tag. |
123
|
| Redundant 'public' modifier. |
123
|
| Expected @throws tag for 'AxisFault'. |
123
|
| First sentence should end with a period. |
125
|
| Expected an @return tag. |
130
|
| Redundant 'public' modifier. |
130
|
| First sentence should end with a period. |
132
|
| Expected an @return tag. |
137
|
| Redundant 'public' modifier. |
137
|
org/apache/axis/engine/EngineRegistryFactory.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
22
|
| Expected an @return tag. |
29
|
| Redundant 'public' modifier. |
29
|
| Expected @param tag for 'file'. |
29
|
| Expected @throws tag for 'AxisFault'. |
29
|
org/apache/axis/engine/EngineRegistryImpl.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
28
|
| First sentence should end with a period. |
32
|
| First sentence should end with a period. |
37
|
| First sentence should end with a period. |
42
|
| First sentence should end with a period. |
47
|
| First sentence should end with a period. |
52
|
| First sentence should end with a period. |
57
|
| Parameter global should be final. |
62
|
| 'global' hides a field. |
62
|
| Expected @param tag for 'global'. |
62
|
| First sentence should end with a period. |
67
|
| Expected an @return tag. |
72
|
| Method 'getServices' is not designed for extension - needs to be abstract, final or empty. |
72
|
| First sentence should end with a period. |
76
|
| Method 'addMdoule' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter module should be final. |
82
|
| Expected @param tag for 'module'. |
82
|
| Expected @throws tag for 'AxisFault'. |
82
|
| First sentence should end with a period. |
86
|
| Method 'addService' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter service should be final. |
92
|
| Expected @param tag for 'service'. |
92
|
| Expected @throws tag for 'AxisFault'. |
92
|
| First sentence should end with a period. |
96
|
| Expected an @return tag. |
102
|
| Method 'getGlobal' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Expected @throws tag for 'AxisFault'. |
102
|
| First sentence should end with a period. |
106
|
| Expected an @return tag. |
113
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Parameter name should be final. |
113
|
| Expected @param tag for 'name'. |
113
|
| Expected @throws tag for 'AxisFault'. |
113
|
| First sentence should end with a period. |
117
|
| Expected an @return tag. |
124
|
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Parameter name should be final. |
124
|
| Expected @param tag for 'name'. |
124
|
| Expected @throws tag for 'AxisFault'. |
124
|
| First sentence should end with a period. |
128
|
| Method 'removeService' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Parameter name should be final. |
134
|
| Expected @param tag for 'name'. |
134
|
| Expected @throws tag for 'AxisFault'. |
134
|
| First sentence should end with a period. |
138
|
| Expected an @return tag. |
145
|
| Method 'getTransport' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter name should be final. |
145
|
| Expected @param tag for 'name'. |
145
|
| Expected @throws tag for 'AxisFault'. |
145
|
| First sentence should end with a period. |
149
|
| Method 'addTransport' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Parameter transport should be final. |
155
|
| Expected @param tag for 'transport'. |
155
|
| Expected @throws tag for 'AxisFault'. |
156
|
| First sentence should end with a period. |
160
|
| Expected an @return tag. |
166
|
| Method 'getTransports' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Expected @throws tag for 'AxisFault'. |
166
|
| Expected an @return tag. |
173
|
| Method 'getPhases' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Method 'setPhases' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Parameter list should be final. |
180
|
| Expected @param tag for 'list'. |
180
|
org/apache/axis/engine/ExecutionChain.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. |
29
|
| First sentence should end with a period. |
35
|
| First sentence should end with a period. |
40
|
| First sentence should end with a period. |
45
|
| First sentence should end with a period. |
50
|
| First sentence should end with a period. |
58
|
| Method 'addPhase' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter phase should be final. |
63
|
| Expected @param tag for 'phase'. |
63
|
| First sentence should end with a period. |
69
|
| Method 'addPhases' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Parameter phases should be final. |
74
|
| 'phases' hides a field. |
74
|
| Expected @param tag for 'phases'. |
74
|
| First sentence should end with a period. |
82
|
| Expected an @return tag. |
88
|
| Method 'getPhase' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter name should be final. |
88
|
| Expected @param tag for 'name'. |
88
|
| First sentence should end with a period. |
92
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter msgctx should be final. |
98
|
| Expected @param tag for 'msgctx'. |
98
|
| Expected @throws tag for 'AxisFault'. |
98
|
org/apache/axis/engine/Handler.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
26
|
| First sentence should end with a period. |
30
|
| Redundant 'public' modifier. |
35
|
| Expected @param tag for 'handlerdesc'. |
35
|
| Redundant 'public' modifier. |
50
|
| Redundant 'public' modifier. |
58
|
| First sentence should end with a period. |
60
|
| Expected an @return tag. |
65
|
| Redundant 'public' modifier. |
65
|
| First sentence should end with a period. |
67
|
| Expected an @return tag. |
73
|
| Redundant 'public' modifier. |
73
|
| Expected @param tag for 'name'. |
73
|
| First sentence should end with a period. |
75
|
| Redundant 'public' modifier. |
80
|
| Expected @throws tag for 'AxisFault'. |
80
|
org/apache/axis/engine/Phase.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
35
|
| First sentence should end with a period. |
40
|
| First sentence should end with a period. |
45
|
| First sentence should end with a period. |
50
|
| First sentence should end with a period. |
56
|
| First sentence should end with a period. |
61
|
| First sentence should end with a period. |
66
|
| First sentence should end with a period. |
71
|
| Parameter phaseName should be final. |
76
|
| 'phaseName' hides a field. |
76
|
| Expected @param tag for 'phaseName'. |
76
|
| First sentence should end with a period. |
82
|
| Method 'addHandler' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter handler should be final. |
88
|
| Expected @param tag for 'handler'. |
88
|
| Parameter index should be final. |
88
|
| Expected @param tag for 'index'. |
88
|
| First sentence should end with a period. |
94
|
| Method 'addHandler' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter handler should be final. |
99
|
| Expected @param tag for 'handler'. |
99
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter msgctx should be final. |
111
|
| Expected @param tag for 'msgctx'. |
111
|
| Expected @throws tag for 'AxisFault'. |
111
|
| First sentence should end with a period. |
136
|
| Method 'revoke' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Parameter msgctx should be final. |
141
|
| Expected @param tag for 'msgctx'. |
141
|
| Method 'getPhaseName' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Parameter phaseName should be final. |
162
|
| 'phaseName' hides a field. |
162
|
org/apache/axis/engine/Provider.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. |
23
|
| First sentence should end with a period. |
27
|
| Expected an @return tag. |
34
|
| Redundant 'public' modifier. |
34
|
| Expected @param tag for 'msgCtx'. |
34
|
| Expected @throws tag for 'AxisFault'. |
34
|
org/apache/axis/engine/Receiver.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
org/apache/axis/engine/ReceiverLocator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
21
|
| Utility classes should not have a public or default constructor. |
24
|
| First sentence should end with a period. |
25
|
| Expected an @return tag. |
32
|
| Parameter msgCtx should be final. |
32
|
| Expected @param tag for 'msgCtx'. |
32
|
| Expected @throws tag for 'AxisFault'. |
33
|
org/apache/axis/engine/Sender.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
| First sentence should end with a period. |
24
|
| Method 'send' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Parameter msgCtx should be final. |
30
|
| Expected @param tag for 'msgCtx'. |
30
|
| Expected @throws tag for 'AxisFault'. |
30
|
org/apache/axis/engine/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/handlers/AbstractHandler.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
26
|
| First sentence should end with a period. |
30
|
| Name 'EMPTY_HANDLER_METADATA' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| First sentence should end with a period. |
36
|
| Variable 'handlerDesc' must be private and have accessor methods. |
39
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
48
|
| Expected an @return tag. |
53
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
53
|
| First sentence should end with a period. |
57
|
| Parameter msgContext should be final. |
62
|
| Expected @param tag for 'msgContext'. |
62
|
| First sentence should end with a period. |
65
|
| Expected @throws tag for 'AxisFault'. |
70
|
| First sentence should end with a period. |
73
|
| Expected an @return tag. |
79
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter name should be final. |
79
|
| Expected @param tag for 'name'. |
79
|
| First sentence should end with a period. |
83
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter handlerdesc should be final. |
88
|
| Expected @param tag for 'handlerdesc'. |
88
|
org/apache/axis/handlers/OpNameFinder.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
30
|
| First sentence should end with a period. |
34
|
| First sentence should end with a period. |
40
|
| First sentence should end with a period. |
47
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter msgContext should be final. |
53
|
| Expected @param tag for 'msgContext'. |
53
|
| Expected @throws tag for 'AxisFault'. |
53
|
org/apache/axis/handlers/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/phaseresolver/PhaseException.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
28
|
| Parameter message should be final. |
33
|
| Expected @param tag for 'message'. |
33
|
| First sentence should end with a period. |
37
|
| Parameter message should be final. |
43
|
| Expected @param tag for 'message'. |
43
|
| Parameter cause should be final. |
43
|
| Expected @param tag for 'cause'. |
43
|
| First sentence should end with a period. |
47
|
| Parameter cause should be final. |
52
|
| Expected @param tag for 'cause'. |
52
|
org/apache/axis/phaseresolver/PhaseHolder.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
35
|
| First sentence should end with a period. |
40
|
| First sentence should end with a period. |
50
|
| First sentence should end with a period. |
55
|
| Parameter registry should be final. |
61
|
| 'registry' hides a field. |
61
|
| Expected @param tag for 'registry'. |
61
|
| Parameter serviceIN should be final. |
61
|
| Expected @param tag for 'serviceIN'. |
61
|
| First sentence should end with a period. |
66
|
| Expected an @return tag. |
72
|
| Parameter phaseName should be final. |
72
|
| Expected @param tag for 'phaseName'. |
72
|
| First sentence should end with a period. |
82
|
| Expected an @return tag. |
88
|
| Parameter phaseName should be final. |
88
|
| Expected @param tag for 'phaseName'. |
88
|
| First sentence should end with a period. |
99
|
| Method 'addHandler' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter handler should be final. |
105
|
| Expected @param tag for 'handler'. |
105
|
| Expected @throws tag for 'PhaseException'. |
105
|
| First sentence should end with a period. |
123
|
| Parameter phase should be final. |
128
|
| Expected @param tag for 'phase'. |
128
|
| First sentence should end with a period. |
132
|
| Expected an @return tag. |
138
|
| Parameter phaseName should be final. |
138
|
| Expected @param tag for 'phaseName'. |
138
|
| First sentence should end with a period. |
148
|
| Name 'OrderThePhases' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
151
|
| First sentence should end with a period. |
168
|
| Expected an @return tag. |
174
|
| Parameter phasesmetadats should be final. |
174
|
| Expected @param tag for 'phasesmetadats'. |
174
|
| First sentence should end with a period. |
191
|
| Method 'getOrderedHandlers' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Parameter chainType should be final. |
202
|
| Expected @param tag for 'chainType'. |
202
|
| Expected @throws tag for 'PhaseException'. |
202
|
| switch without "default" clause. |
207
|
| Avoid nested blocks. |
209
|
| Avoid nested blocks. |
225
|
| '3' is a magic number. |
240
|
| Avoid nested blocks. |
241
|
| Line has trailing spaces. |
242
|
| First sentence should end with a period. |
262
|
| Method 'buildTransportChain' is not designed for extension - needs to be abstract, final or empty. |
269
|
| Parameter trnsport should be final. |
269
|
| Expected @param tag for 'trnsport'. |
269
|
| Parameter chainType should be final. |
269
|
| Expected @param tag for 'chainType'. |
269
|
| Expected @throws tag for 'PhaseException'. |
270
|
| switch without "default" clause. |
277
|
| Avoid nested blocks. |
279
|
| Line is longer than 80 characters. |
290
|
| Line is longer than 80 characters. |
295
|
| Avoid nested blocks. |
310
|
| Line is longer than 80 characters. |
321
|
| Line is longer than 80 characters. |
326
|
| '3' is a magic number. |
340
|
| Avoid nested blocks. |
341
|
| Line is longer than 80 characters. |
352
|
| Line is longer than 80 characters. |
357
|
| Line is longer than 80 characters. |
368
|
| First sentence should end with a period. |
377
|
| Method 'buildGlobalChain' is not designed for extension - needs to be abstract, final or empty. |
384
|
| Parameter axisGlobal should be final. |
384
|
| Expected @param tag for 'axisGlobal'. |
384
|
| Parameter chainType should be final. |
384
|
| Expected @param tag for 'chainType'. |
384
|
| Expected @throws tag for 'PhaseException'. |
385
|
| switch without "default" clause. |
389
|
| Avoid nested blocks. |
391
|
| Avoid nested blocks. |
407
|
| '3' is a magic number. |
422
|
| Avoid nested blocks. |
423
|
| Line is longer than 80 characters. |
435
|
org/apache/axis/phaseresolver/PhaseMetadata.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
26
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
41
|
| First sentence should end with a period. |
46
|
| First sentence should end with a period. |
51
|
| First sentence should end with a period. |
56
|
| First sentence should end with a period. |
61
|
| First sentence should end with a period. |
66
|
| First sentence should end with a period. |
71
|
| First sentence should end with a period. |
76
|
| First sentence should end with a period. |
81
|
| First sentence should end with a period. |
87
|
| Parameter name should be final. |
92
|
| 'name' hides a field. |
92
|
| Expected @param tag for 'name'. |
92
|
| First sentence should end with a period. |
100
|
| Expected an @return tag. |
105
|
| Method 'getPhaseFirst' is not designed for extension - needs to be abstract, final or empty. |
105
|
| First sentence should end with a period. |
109
|
| Method 'setPhaseFirst' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter phaseFirst should be final. |
115
|
| 'phaseFirst' hides a field. |
115
|
| Expected @param tag for 'phaseFirst'. |
115
|
| Expected @throws tag for 'PhaseException'. |
116
|
| Line is longer than 80 characters. |
119
|
| Line is longer than 80 characters. |
124
|
| First sentence should end with a period. |
133
|
| Expected an @return tag. |
138
|
| Method 'getPhaseLast' is not designed for extension - needs to be abstract, final or empty. |
138
|
| First sentence should end with a period. |
142
|
| Method 'setPhaseLast' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Parameter phaseLast should be final. |
148
|
| 'phaseLast' hides a field. |
148
|
| Expected @param tag for 'phaseLast'. |
148
|
| Expected @throws tag for 'PhaseException'. |
148
|
| Line is longer than 80 characters. |
151
|
| Line is longer than 80 characters. |
156
|
| First sentence should end with a period. |
165
|
| Method 'addHandler' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Parameter handler should be final. |
171
|
| Expected @param tag for 'handler'. |
171
|
| Expected @throws tag for 'PhaseException'. |
171
|
| Line is longer than 80 characters. |
174
|
| Line is longer than 80 characters. |
181
|
| Line is longer than 80 characters. |
183
|
| Line is longer than 80 characters. |
185
|
| First sentence should end with a period. |
203
|
| Expected an @return tag. |
208
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
208
|
| First sentence should end with a period. |
212
|
| Expected an @return tag. |
218
|
| Method 'getBeforeIndex' is not designed for extension - needs to be abstract, final or empty. |
218
|
| Parameter beforeName should be final. |
218
|
| Expected @param tag for 'beforeName'. |
218
|
| First sentence should end with a period. |
222
|
| Expected an @return tag. |
228
|
| Method 'getAfterIndex' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Parameter afterName should be final. |
228
|
| Expected @param tag for 'afterName'. |
228
|
| First sentence should end with a period. |
232
|
| Expected an @return tag. |
238
|
| Method 'getOrderedHandlers' is not designed for extension - needs to be abstract, final or empty. |
238
|
| Expected @throws tag for 'PhaseException'. |
238
|
| Array brackets at illegal position. |
245
|
| First sentence should end with a period. |
270
|
| Expected @throws tag for 'PhaseException'. |
275
|
| First sentence should end with a period. |
283
|
| Line is longer than 80 characters. |
284
|
| Line is longer than 80 characters. |
285
|
| Expected @throws tag for 'PhaseException'. |
290
|
| First sentence should end with a period. |
308
|
| Line is longer than 80 characters. |
309
|
| Expected @throws tag for 'PhaseException'. |
314
|
| First sentence should end with a period. |
330
|
| Expected @throws tag for 'PhaseException'. |
335
|
| Name 'before_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
337
|
| switch without "default" clause. |
352
|
| Avoid nested blocks. |
354
|
| Avoid nested blocks. |
362
|
| Avoid nested blocks. |
371
|
| Avoid nested blocks. |
380
|
| First sentence should end with a period. |
393
|
| Expected an @return tag. |
400
|
| Parameter handler should be final. |
400
|
| Expected @param tag for 'handler'. |
400
|
| Expected @throws tag for 'PhaseException'. |
400
|
| Line is longer than 80 characters. |
406
|
| First sentence should end with a period. |
419
|
| Expected an @return tag. |
425
|
| Parameter handler should be final. |
425
|
| Expected @param tag for 'handler'. |
425
|
| First sentence should end with a period. |
443
|
| Expected an @return tag. |
449
|
| Parameter handler should be final. |
449
|
| Expected @param tag for 'handler'. |
449
|
| First sentence should end with a period. |
472
|
| Line is longer than 80 characters. |
473
|
| Line is longer than 80 characters. |
474
|
| Expected an @return tag. |
480
|
| Parameter handler should be final. |
480
|
| Expected @param tag for 'handler'. |
480
|
| Expected @throws tag for 'PhaseException'. |
481
|
| Line is longer than 80 characters. |
507
|
org/apache/axis/phaseresolver/PhaseResolver.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
34
|
| First sentence should end with a period. |
38
|
| First sentence should end with a period. |
43
|
| First sentence should end with a period. |
48
|
| First sentence should end with a period. |
53
|
| Parameter engineRegistry should be final. |
58
|
| 'engineRegistry' hides a field. |
58
|
| Expected @param tag for 'engineRegistry'. |
58
|
| First sentence should end with a period. |
62
|
| Parameter engineRegistry should be final. |
68
|
| 'engineRegistry' hides a field. |
68
|
| Expected @param tag for 'engineRegistry'. |
68
|
| Parameter axisService should be final. |
69
|
| 'axisService' hides a field. |
69
|
| Expected @param tag for 'axisService'. |
69
|
| First sentence should end with a period. |
74
|
| Method 'buildchains' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Expected @throws tag for 'PhaseException'. |
80
|
| Expected @throws tag for 'AxisFault'. |
80
|
| '4' is a magic number. |
81
|
| First sentence should end with a period. |
86
|
| Parameter type should be final. |
97
|
| Expected @param tag for 'type'. |
97
|
| Expected @throws tag for 'AxisFault'. |
98
|
| Expected @throws tag for 'PhaseException'. |
98
|
| switch without "default" clause. |
148
|
| Avoid nested blocks. |
150
|
| Avoid nested blocks. |
155
|
| '3' is a magic number. |
159
|
| Avoid nested blocks. |
160
|
| switch without "default" clause. |
177
|
| Avoid nested blocks. |
179
|
| Avoid nested blocks. |
184
|
| '3' is a magic number. |
188
|
| Avoid nested blocks. |
189
|
| First sentence should end with a period. |
214
|
| Method 'buildTranspotsChains' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Expected @throws tag for 'PhaseException'. |
219
|
| First sentence should end with a period. |
233
|
| Parameter transport should be final. |
239
|
| Expected @param tag for 'transport'. |
239
|
| Expected @throws tag for 'PhaseException'. |
240
|
| '4' is a magic number. |
242
|
| switch without "default" clause. |
244
|
| Avoid nested blocks. |
246
|
| Avoid nested blocks. |
251
|
| '3' is a magic number. |
255
|
| Avoid nested blocks. |
256
|
| First sentence should end with a period. |
276
|
| Method 'buildGlobalChains' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Parameter global should be final. |
283
|
| Expected @param tag for 'global'. |
283
|
| Expected @throws tag for 'AxisFault'. |
284
|
| Expected @throws tag for 'PhaseException'. |
284
|
| '4' is a magic number. |
290
|
| switch without "default" clause. |
295
|
| Avoid nested blocks. |
297
|
| Avoid nested blocks. |
302
|
| '3' is a magic number. |
306
|
| Avoid nested blocks. |
307
|
org/apache/axis/phaseresolver/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/providers/AbstractProvider.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
28
|
| Variable 'name' must be private and have accessor methods. |
31
|
| First sentence should end with a period. |
33
|
| Expected an @return tag. |
38
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
38
|
| First sentence should end with a period. |
42
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter name should be final. |
47
|
| 'name' hides a field. |
47
|
| Expected @param tag for 'name'. |
47
|
| First sentence should end with a period. |
51
|
| Parameter msgContext should be final. |
56
|
| Expected @param tag for 'msgContext'. |
56
|
org/apache/axis/providers/RawXMLProvider.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
39
|
| Variable 'log' must be private and have accessor methods. |
42
|
| First sentence should end with a period. |
44
|
| First sentence should end with a period. |
49
|
| First sentence should end with a period. |
54
|
| First sentence should end with a period. |
59
|
| First sentence should end with a period. |
66
|
| Expected an @return tag. |
73
|
| Method 'makeNewServiceObject' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Parameter msgContext should be final. |
73
|
| Expected @param tag for 'msgContext'. |
73
|
| Expected @throws tag for 'AxisFault'. |
74
|
| First sentence should end with a period. |
85
|
| Expected an @return tag. |
92
|
| Method 'getTheImplementationObject' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter msgContext should be final. |
92
|
| Expected @param tag for 'msgContext'. |
92
|
| Expected @throws tag for 'AxisFault'. |
93
|
| First sentence should end with a period. |
119
|
| Expected an @return tag. |
126
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter msgContext should be final. |
126
|
| Expected @param tag for 'msgContext'. |
126
|
| Expected @throws tag for 'AxisFault'. |
126
|
| Name 'ImplClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
133
|
| Line has trailing spaces. |
149
|
| Line has trailing spaces. |
150
|
| Line is longer than 80 characters. |
154
|
| Line has trailing spaces. |
155
|
| 'if' is not followed by whitespace. |
156
|
| '{' is not preceded with whitespace. |
156
|
| Line has trailing spaces. |
166
|
| Line is longer than 80 characters. |
167
|
| 'else' is not preceded with whitespace. |
167
|
| '}' is not followed by whitespace. |
167
|
| 'if' is not followed by whitespace. |
167
|
| '{' is not preceded with whitespace. |
167
|
| Line has trailing spaces. |
174
|
| Line is longer than 80 characters. |
178
|
| Line has trailing spaces. |
182
|
| Line is longer than 80 characters. |
182
|
| 'else' is not preceded with whitespace. |
183
|
| '}' is not followed by whitespace. |
183
|
| 'else' is not followed by whitespace. |
183
|
| '{' is not preceded with whitespace. |
183
|
| Line is longer than 80 characters. |
190
|
| Line is longer than 80 characters. |
191
|
| First sentence should end with a period. |
198
|
| Parameter msgContext should be final. |
203
|
| Expected @param tag for 'msgContext'. |
203
|
org/apache/axis/providers/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/receivers/InOutAsyncReceiver.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
18
|
org/apache/axis/receivers/InOutSyncReceiver.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
30
|
| First sentence should end with a period. |
34
|
| Variable 'log' must be private and have accessor methods. |
37
|
| First sentence should end with a period. |
39
|
| First sentence should end with a period. |
45
|
| First sentence should end with a period. |
52
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Expected @param tag for 'msgContext'. |
58
|
| Expected @throws tag for 'AxisFault'. |
58
|
| Line is longer than 80 characters. |
66
|
| First sentence should end with a period. |
78
|
| Method 'invokeAndsend' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter msgContext should be final. |
84
|
| Expected @param tag for 'msgContext'. |
84
|
| Expected @throws tag for 'AxisFault'. |
84
|
org/apache/axis/receivers/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/transport/AbstractTransportSender.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
37
|
| First sentence should end with a period. |
42
|
| First sentence should end with a period. |
48
|
| First sentence should end with a period. |
55
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter msgContext should be final. |
61
|
| Expected @param tag for 'msgContext'. |
61
|
| Expected @throws tag for 'AxisFault'. |
61
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
86
|
| ',' is not followed by whitespace. |
90
|
| ',' is not followed by whitespace. |
104
|
| First sentence should end with a period. |
108
|
| Line is longer than 80 characters. |
114
|
| Parameter msgContext should be final. |
114
|
| Expected @param tag for 'msgContext'. |
114
|
| ',' is not followed by whitespace. |
114
|
| Parameter writer should be final. |
114
|
| Expected @param tag for 'writer'. |
114
|
| Expected @throws tag for 'AxisFault'. |
114
|
| First sentence should end with a period. |
116
|
| Expected an @return tag. |
124
|
| Parameter msgContext should be final. |
125
|
| Expected @param tag for 'msgContext'. |
125
|
| Parameter epr should be final. |
125
|
| Expected @param tag for 'epr'. |
125
|
| Expected @throws tag for 'AxisFault'. |
125
|
| First sentence should end with a period. |
127
|
| Expected an @return tag. |
134
|
| Parameter msgContext should be final. |
134
|
| Expected @param tag for 'msgContext'. |
134
|
| Expected @throws tag for 'AxisFault'. |
135
|
| First sentence should end with a period. |
137
|
| Line is longer than 80 characters. |
143
|
| Parameter msgContext should be final. |
143
|
| Expected @param tag for 'msgContext'. |
143
|
| ',' is not followed by whitespace. |
143
|
| Parameter writer should be final. |
143
|
| Expected @param tag for 'writer'. |
143
|
| Expected @throws tag for 'AxisFault'. |
144
|
| ';' is preceded with whitespace. |
144
|
org/apache/axis/transport/TransportReceiver.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
org/apache/axis/transport/TransportReceiverLocator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
23
|
| Utility classes should not have a public or default constructor. |
26
|
| First sentence should end with a period. |
27
|
| Expected an @return tag. |
34
|
| Parameter msgContext should be final. |
34
|
| Expected @param tag for 'msgContext'. |
34
|
| Expected @throws tag for 'AxisFault'. |
35
|
org/apache/axis/transport/TransportReciverLocator.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 has trailing spaces. |
16
|
| Missing a Javadoc comment. |
24
|
| Utility classes should not have a public or default constructor. |
24
|
| Line has trailing spaces. |
25
|
| Missing a Javadoc comment. |
26
|
| Parameter msgContext should be final. |
26
|
| Line is longer than 80 characters. |
28
|
org/apache/axis/transport/TransportSender.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
20
|
org/apache/axis/transport/TransportSenderLocator.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
23
|
| Utility classes should not have a public or default constructor. |
26
|
| First sentence should end with a period. |
27
|
| Expected an @return tag. |
34
|
| Parameter msgContext should be final. |
34
|
| Expected @param tag for 'msgContext'. |
34
|
| Expected @throws tag for 'AxisFault'. |
35
|
org/apache/axis/transport/http/AxisServlet.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
50
|
| First sentence should end with a period. |
54
|
| First sentence should end with a period. |
59
|
| First sentence should end with a period. |
65
|
| First sentence should end with a period. |
71
|
| First sentence should end with a period. |
76
|
| First sentence should end with a period. |
81
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter config should be final. |
87
|
| Expected @param tag for 'config'. |
87
|
| Expected @throws tag for 'ServletException'. |
87
|
| First sentence should end with a period. |
101
|
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Line is longer than 80 characters. |
110
|
| Parameter httpServletRequest should be final. |
110
|
| Expected @param tag for 'httpServletRequest'. |
110
|
| Parameter httpServletResponse should be final. |
110
|
| Expected @param tag for 'httpServletResponse'. |
110
|
| Expected @throws tag for 'ServletException'. |
111
|
| Expected @throws tag for 'IOException'. |
111
|
| Line is longer than 80 characters. |
127
|
| First sentence should end with a period. |
130
|
| Method 'doPost' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Parameter req should be final. |
138
|
| Expected @param tag for 'req'. |
138
|
| Parameter res should be final. |
138
|
| Expected @param tag for 'res'. |
138
|
| Expected @throws tag for 'ServletException'. |
139
|
| Expected @throws tag for 'IOException'. |
139
|
| First sentence should end with a period. |
184
|
| Parameter req should be final. |
191
|
| Expected @param tag for 'req'. |
191
|
| Parameter res should be final. |
191
|
| Expected @param tag for 'res'. |
191
|
| Expected @throws tag for 'IOException'. |
192
|
| First sentence should end with a period. |
198
|
| Parameter req should be final. |
207
|
| Expected @param tag for 'req'. |
207
|
| Parameter res should be final. |
207
|
| Expected @param tag for 'res'. |
207
|
| Parameter filePart should be final. |
207
|
| Expected @param tag for 'filePart'. |
207
|
| Expected @throws tag for 'IOException'. |
208
|
| Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
219
|
org/apache/axis/transport/http/HTTPConstants.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
29
|
| 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
|
| First sentence should end with a period. |
54
|
| First sentence should end with a period. |
59
|
| First sentence should end with a period. |
64
|
| First sentence should end with a period. |
69
|
| First sentence should end with a period. |
74
|
| First sentence should end with a period. |
79
|
| First sentence should end with a period. |
84
|
| First sentence should end with a period. |
90
|
| First sentence should end with a period. |
95
|
| First sentence should end with a period. |
101
|
| First sentence should end with a period. |
106
|
| First sentence should end with a period. |
111
|
| First sentence should end with a period. |
116
|
| First sentence should end with a period. |
121
|
| First sentence should end with a period. |
126
|
| First sentence should end with a period. |
131
|
| First sentence should end with a period. |
137
|
| First sentence should end with a period. |
142
|
| Name 'HEADER_EXPECT_100_Continue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
145
|
| First sentence should end with a period. |
147
|
| First sentence should end with a period. |
152
|
| First sentence should end with a period. |
157
|
| First sentence should end with a period. |
162
|
| First sentence should end with a period. |
167
|
| First sentence should end with a period. |
172
|
| First sentence should end with a period. |
177
|
| First sentence should end with a period. |
184
|
| First sentence should end with a period. |
190
|
| First sentence should end with a period. |
196
|
| First sentence should end with a period. |
201
|
| First sentence should end with a period. |
206
|
| First sentence should end with a period. |
212
|
| First sentence should end with a period. |
217
|
| First sentence should end with a period. |
222
|
| First sentence should end with a period. |
227
|
| First sentence should end with a period. |
233
|
| First sentence should end with a period. |
239
|
| First sentence should end with a period. |
244
|
| First sentence should end with a period. |
249
|
| First sentence should end with a period. |
254
|
| First sentence should end with a period. |
259
|
| Name 'MC_HTTP_STATUS_CODE' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
262
|
| Variable 'MC_HTTP_STATUS_CODE' must be private and have accessor methods. |
262
|
| First sentence should end with a period. |
264
|
| Name 'MC_HTTP_STATUS_MESSAGE' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
267
|
| Variable 'MC_HTTP_STATUS_MESSAGE' must be private and have accessor methods. |
267
|
| First sentence should end with a period. |
270
|
| Name 'MC_HTTP_SERVLET' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
273
|
| Variable 'MC_HTTP_SERVLET' must be private and have accessor methods. |
273
|
| First sentence should end with a period. |
275
|
| Name 'MC_HTTP_SERVLETREQUEST' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
278
|
| Variable 'MC_HTTP_SERVLETREQUEST' must be private and have accessor methods. |
278
|
| First sentence should end with a period. |
281
|
| Name 'MC_HTTP_SERVLETRESPONSE' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
284
|
| Variable 'MC_HTTP_SERVLETRESPONSE' must be private and have accessor methods. |
284
|
| First sentence should end with a period. |
287
|
| Name 'MC_HTTP_SERVLETLOCATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
290
|
| Variable 'MC_HTTP_SERVLETLOCATION' must be private and have accessor methods. |
290
|
| First sentence should end with a period. |
293
|
| Name 'MC_HTTP_SERVLETPATHINFO' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
296
|
| Variable 'MC_HTTP_SERVLETPATHINFO' must be private and have accessor methods. |
296
|
| First sentence should end with a period. |
299
|
| First sentence should end with a period. |
309
|
| First sentence should end with a period. |
315
|
| First sentence should end with a period. |
321
|
| First sentence should end with a period. |
327
|
| First sentence should end with a period. |
332
|
| First sentence should end with a period. |
337
|
| First sentence should end with a period. |
342
|
| First sentence should end with a period. |
348
|
| Array brackets at illegal position. |
351
|
| First sentence should end with a period. |
353
|
| Array brackets at illegal position. |
356
|
| First sentence should end with a period. |
358
|
| Array brackets at illegal position. |
361
|
| First sentence should end with a period. |
363
|
| Array brackets at illegal position. |
366
|
| First sentence should end with a period. |
368
|
| Array brackets at illegal position. |
371
|
| First sentence should end with a period. |
375
|
| Name 'HTTP' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
378
|
| Variable 'HTTP' must be private and have accessor methods. |
378
|
| Array brackets at illegal position. |
378
|
org/apache/axis/transport/http/HTTPTransportReceiver.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
36
|
| First sentence should end with a period. |
40
|
| First sentence should end with a period. |
45
|
| First sentence should end with a period. |
50
|
| First sentence should end with a period. |
55
|
| First sentence should end with a period. |
60
|
| First sentence should end with a period. |
65
|
| '1024' is a magic number. |
68
|
| First sentence should end with a period. |
70
|
| Variable 'index' must be private and have accessor methods. |
73
|
| First sentence should end with a period. |
75
|
| Variable 'length' must be private and have accessor methods. |
78
|
| First sentence should end with a period. |
80
|
| First sentence should end with a period. |
85
|
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter msgContext should be final. |
91
|
| Expected @param tag for 'msgContext'. |
91
|
| Expected @throws tag for 'AxisFault'. |
91
|
| Line is longer than 80 characters. |
93
|
| First sentence should end with a period. |
137
|
| Expected an @return tag. |
160
|
| Method 'parseTheHeaders' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter reader should be final. |
160
|
| Expected @param tag for 'reader'. |
160
|
| Parameter serverSide should be final. |
160
|
| Expected @param tag for 'serverSide'. |
160
|
| Expected @throws tag for 'AxisFault'. |
161
|
| '3' is a magic number. |
172
|
| '5' is a magic number. |
173
|
| Line has trailing spaces. |
249
|
| Line has trailing spaces. |
251
|
| Line has trailing spaces. |
253
|
| Line has trailing spaces. |
256
|
| Line has trailing spaces. |
258
|
| Line has trailing spaces. |
260
|
| Line has trailing spaces. |
261
|
| Line has trailing spaces. |
262
|
| Line has trailing spaces. |
288
|
| Line has trailing spaces. |
301
|
| Line has trailing spaces. |
333
|
| Line has trailing spaces. |
340
|
| Line has trailing spaces. |
341
|
| First sentence should end with a period. |
349
|
| Expected an @return tag. |
356
|
| Parameter terminal should be final. |
356
|
| Expected @param tag for 'terminal'. |
356
|
| Expected @throws tag for 'AxisFault'. |
356
|
| First sentence should end with a period. |
370
|
| Unused @param tag for 'off'. |
375
|
| Unused @param tag for 'len'. |
376
|
| Expected an @return tag. |
380
|
| Method 'readLine' is not designed for extension - needs to be abstract, final or empty. |
380
|
| Parameter is should be final. |
380
|
| Parameter b should be final. |
380
|
| Expected @throws tag for 'java.io.IOException'. |
380
|
| Line is longer than 80 characters. |
402
|
| Line is longer than 80 characters. |
419
|
| Avoid inline conditionals. |
422
|
org/apache/axis/transport/http/HTTPTransportSender.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Unused import - java.io.ByteArrayInputStream. |
24
|
| Unused import - java.io.BufferedWriter. |
25
|
| Unused import - javax.xml.stream.XMLOutputFactory. |
37
|
| First sentence should end with a period. |
39
|
| First sentence should end with a period. |
43
|
| Variable 'out' must be private and have accessor methods. |
46
|
| First sentence should end with a period. |
48
|
| Missing a Javadoc comment. |
52
|
| First sentence should end with a period. |
53
|
| Expected an @return tag. |
60
|
| Method 'obtainWriter' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter msgContext should be final. |
60
|
| Expected @param tag for 'msgContext'. |
60
|
| Expected @throws tag for 'AxisFault'. |
61
|
| First sentence should end with a period. |
78
|
| Expected an @return tag. |
86
|
| Method 'obtainWriter' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Parameter msgContext should be final. |
87
|
| Expected @param tag for 'msgContext'. |
87
|
| Parameter epr should be final. |
87
|
| Expected @param tag for 'epr'. |
87
|
| Expected @throws tag for 'AxisFault'. |
87
|
| First sentence should end with a period. |
93
|
| Method 'finalizeSending' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter msgContext should be final. |
99
|
| Expected @param tag for 'msgContext'. |
99
|
| ',' is not followed by whitespace. |
99
|
| Parameter writer should be final. |
99
|
| Expected @param tag for 'writer'. |
99
|
| Expected @throws tag for 'AxisFault'. |
100
|
| '==' is not preceded with whitespace. |
108
|
| '==' is not followed by whitespace. |
108
|
| '?' is not preceded with whitespace. |
108
|
| Avoid inline conditionals. |
108
|
| '80' is a magic number. |
108
|
| '?' is not followed by whitespace. |
108
|
| ':' is not preceded with whitespace. |
108
|
| ':' is not followed by whitespace. |
108
|
| Line is longer than 80 characters. |
116
|
| ',' is not followed by whitespace. |
116
|
| First sentence should end with a period. |
142
|
| Line is longer than 80 characters. |
148
|
| Parameter msgContext should be final. |
148
|
| Expected @param tag for 'msgContext'. |
148
|
| ',' is not followed by whitespace. |
148
|
| Parameter out should be final. |
148
|
| 'out' hides a field. |
148
|
| Expected @param tag for 'out'. |
148
|
| Expected @throws tag for 'AxisFault'. |
148
|
| First sentence should end with a period. |
151
|
| Line is longer than 80 characters. |
159
|
| Method 'writeTransportHeaders' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Parameter out should be final. |
159
|
| 'out' hides a field. |
159
|
| Expected @param tag for 'out'. |
159
|
| Parameter url should be final. |
159
|
| Expected @param tag for 'url'. |
159
|
| Parameter msgContext should be final. |
159
|
| Expected @param tag for 'msgContext'. |
159
|
| ',' is not followed by whitespace. |
159
|
| Parameter contentLength should be final. |
159
|
| Expected @param tag for 'contentLength'. |
159
|
| Expected @throws tag for 'IOException'. |
160
|
| '==' is not preceded with whitespace. |
162
|
| '==' is not followed by whitespace. |
162
|
| '?' is not preceded with whitespace. |
162
|
| Avoid inline conditionals. |
162
|
| '?' is not followed by whitespace. |
162
|
| ':' is not preceded with whitespace. |
162
|
| ':' is not followed by whitespace. |
162
|
| Line is longer than 80 characters. |
167
|
| '+' is not preceded with whitespace. |
171
|
| '+' is not followed by whitespace. |
171
|
| '+' is not preceded with whitespace. |
171
|
| '+' is not followed by whitespace. |
171
|
| '+' is not preceded with whitespace. |
172
|
| '+' is not followed by whitespace. |
172
|
org/apache/axis/transport/http/SimpleHTTPServer.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
44
|
| Variable 'log' must be private and have accessor methods. |
47
|
| First sentence should end with a period. |
49
|
| Variable 'engineReg' must be private and have accessor methods. |
52
|
| First sentence should end with a period. |
54
|
| Variable 'serverSocket' must be private and have accessor methods. |
57
|
| First sentence should end with a period. |
59
|
| Variable 'socket' must be private and have accessor methods. |
62
|
| First sentence should end with a period. |
70
|
| Parameter reg should be final. |
75
|
| Expected @param tag for 'reg'. |
75
|
| First sentence should end with a period. |
79
|
| Parameter dir should be final. |
85
|
| Expected @param tag for 'dir'. |
85
|
| Expected @throws tag for 'AxisFault'. |
85
|
| '2000' is a magic number. |
92
|
| Method 'finalize' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Expected @throws tag for 'Throwable'. |
103
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Must have at least one statement. |
120
|
| Expected an @return tag. |
174
|
| Method 'getServerSocket' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Method 'setServerSocket' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Parameter serverSocket should be final. |
185
|
| 'serverSocket' hides a field. |
185
|
| Expected @param tag for 'serverSocket'. |
185
|
| Method 'start' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Expected @throws tag for 'Exception'. |
194
|
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. |
203
|
| First sentence should end with a period. |
238
|
| Expected an @return tag. |
243
|
| Method 'getEngineReg' is not designed for extension - needs to be abstract, final or empty. |
243
|
| First sentence should end with a period. |
247
|
| Parameter args should be final. |
253
|
| Expected @param tag for 'args'. |
253
|
| Expected @throws tag for 'Exception'. |
253
|
org/apache/axis/transport/http/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/transport/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/util/package.html
Error | Line |
| Missing package documentation file. | 0 |
org/apache/axis/util/tcpmon.java
Error | Line |
| File length is 2,462 lines (max allowed is 2,000). |
1
|
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Name 'tcpmon' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
84
|
| First sentence should end with a period. |
85
|
| First sentence should end with a period. |
90
|
| First sentence should end with a period. |
95
|
| First sentence should end with a period. |
100
|
| First sentence should end with a period. |
105
|
| First sentence should end with a period. |
110
|
| First sentence should end with a period. |
115
|
| First sentence should end with a period. |
119
|
| Variable 'listenerButton' must be private and have accessor methods. |
122
|
| Variable 'proxyButton' must be private and have accessor methods. |
122
|
| First sentence should end with a period. |
124
|
| Variable 'hostLabel' must be private and have accessor methods. |
127
|
| Variable 'tportLabel' must be private and have accessor methods. |
127
|
| First sentence should end with a period. |
129
|
| Variable 'port' must be private and have accessor methods. |
132
|
| First sentence should end with a period. |
134
|
| Variable 'host' must be private and have accessor methods. |
137
|
| First sentence should end with a period. |
139
|
| Variable 'tport' must be private and have accessor methods. |
142
|
| First sentence should end with a period. |
144
|
| Variable 'noteb' must be private and have accessor methods. |
147
|
| First sentence should end with a period. |
149
|
| Name 'HTTPProxyBox' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
152
|
| Variable 'HTTPProxyBox' must be private and have accessor methods. |
152
|
| First sentence should end with a period. |
154
|
| Name 'HTTPProxyHost' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
157
|
| Variable 'HTTPProxyHost' must be private and have accessor methods. |
157
|
| First sentence should end with a period. |
159
|
| Name 'HTTPProxyPort' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
162
|
| Variable 'HTTPProxyPort' must be private and have accessor methods. |
162
|
| First sentence should end with a period. |
164
|
| Name 'HTTPProxyHostLabel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
167
|
| Variable 'HTTPProxyHostLabel' must be private and have accessor methods. |
167
|
| Name 'HTTPProxyPortLabel' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
167
|
| Variable 'HTTPProxyPortLabel' must be private and have accessor methods. |
167
|
| First sentence should end with a period. |
169
|
| Variable 'delayTimeLabel' must be private and have accessor methods. |
172
|
| Variable 'delayBytesLabel' must be private and have accessor methods. |
172
|
| First sentence should end with a period. |
174
|
| Variable 'delayTime' must be private and have accessor methods. |
177
|
| Variable 'delayBytes' must be private and have accessor methods. |
177
|
| First sentence should end with a period. |
179
|
| Variable 'delayBox' must be private and have accessor methods. |
182
|
| First sentence should end with a period. |
184
|
| Method length is 300 lines (max allowed is 150). |
190
|
| Parameter notebook should be final. |
190
|
| 'notebook' hides a field. |
190
|
| Expected @param tag for 'notebook'. |
190
|
| Parameter name should be final. |
190
|
| Expected @param tag for 'name'. |
190
|
| Line is longer than 80 characters. |
202
|
| '5' is a magic number. |
206
|
| Inner assignments should be avoided. |
217
|
| '4' is a magic number. |
217
|
| '5' is a magic number. |
219
|
| Inner assignments should be avoided. |
232
|
| Parameter event should be final. |
236
|
| Avoid inline conditionals. |
242
|
| Avoid inline conditionals. |
245
|
| '25' is a magic number. |
252
|
| Inner assignments should be avoided. |
253
|
| '30' is a magic number. |
258
|
| '25' is a magic number. |
263
|
| Inner assignments should be avoided. |
264
|
| '4' is a magic number. |
269
|
| Inner assignments should be avoided. |
278
|
| Parameter event should be final. |
281
|
| Avoid inline conditionals. |
287
|
| Avoid inline conditionals. |
290
|
| '10' is a magic number. |
300
|
| Inner assignments should be avoided. |
317
|
| Inner assignments should be avoided. |
320
|
| Inner assignments should be avoided. |
325
|
| '30' is a magic number. |
325
|
| Inner assignments should be avoided. |
329
|
| Inner assignments should be avoided. |
334
|
| '4' is a magic number. |
334
|
| Parameter event should be final. |
337
|
| Avoid inline conditionals. |
341
|
| Avoid inline conditionals. |
360
|
| Avoid inline conditionals. |
363
|
| '10' is a magic number. |
379
|
| Inner assignments should be avoided. |
384
|
| Inner assignments should be avoided. |
395
|
| '6' is a magic number. |
395
|
| Inner assignments should be avoided. |
407
|
| '6' is a magic number. |
407
|
| Parameter event should be final. |
412
|
| Avoid inline conditionals. |
416
|
| '10' is a magic number. |
428
|
| Inner assignments should be avoided. |
435
|
| Parameter event should be final. |
440
|
| First sentence should end with a period. |
497
|
| Variable 'sSocket' must be private and have accessor methods. |
500
|
| First sentence should end with a period. |
502
|
| Variable 'listener' must be private and have accessor methods. |
505
|
| First sentence should end with a period. |
507
|
| Variable 'port' must be private and have accessor methods. |
510
|
| First sentence should end with a period. |
512
|
| Variable 'pleaseStop' must be private and have accessor methods. |
515
|
| First sentence should end with a period. |
517
|
| Parameter l should be final. |
523
|
| Expected @param tag for 'l'. |
523
|
| Parameter p should be final. |
523
|
| Expected @param tag for 'p'. |
523
|
| First sentence should end with a period. |
529
|
| Line is longer than 80 characters. |
536
|
| ';' is preceded with whitespace. |
539
|
| First sentence should end with a period. |
558
|
| First sentence should end with a period. |
574
|
| First sentence should end with a period. |
578
|
| First sentence should end with a period. |
583
|
| First sentence should end with a period. |
588
|
| First sentence should end with a period. |
593
|
| First sentence should end with a period. |
598
|
| Parameter delayBytes should be final. |
604
|
| 'delayBytes' hides a field. |
604
|
| Parameter delayTime should be final. |
604
|
| 'delayTime' hides a field. |
604
|
| First sentence should end with a period. |
609
|
| Parameter that should be final. |
615
|
| Expected an @return tag. |
625
|
| Parameter bytes should be final. |
635
|
| Expected @param tag for 'bytes'. |
635
|
| Empty statement. |
656
|
| First sentence should end with a period. |
661
|
| Expected an @return tag. |
666
|
| First sentence should end with a period. |
670
|
| Parameter currentBytes should be final. |
675
|
| 'currentBytes' hides a field. |
675
|
| Expected @param tag for 'currentBytes'. |
675
|
| First sentence should end with a period. |
680
|
| First sentence should end with a period. |
685
|
| Variable 'inSocket' must be private and have accessor methods. |
688
|
| First sentence should end with a period. |
690
|
| Variable 'outSocket' must be private and have accessor methods. |
693
|
| First sentence should end with a period. |
695
|
| Variable 'textArea' must be private and have accessor methods. |
698
|
| First sentence should end with a period. |
700
|
| Variable 'in' must be private and have accessor methods. |
703
|
| First sentence should end with a period. |
705
|
| Variable 'out' must be private and have accessor methods. |
708
|
| First sentence should end with a period. |
710
|
| Variable 'xmlFormat' must be private and have accessor methods. |
713
|
| First sentence should end with a period. |
715
|
| Variable 'done' must be private and have accessor methods. |
718
|
| First sentence should end with a period. |
720
|
| Variable 'tmodel' must be private and have accessor methods. |
723
|
| First sentence should end with a period. |
725
|
| Variable 'tableIndex' must be private and have accessor methods. |
728
|
| First sentence should end with a period. |
730
|
| Variable 'type' must be private and have accessor methods. |
733
|
| First sentence should end with a period. |
735
|
| Variable 'myConnection' must be private and have accessor methods. |
738
|
| First sentence should end with a period. |
740
|
| Variable 'slowLink' must be private and have accessor methods. |
743
|
| First sentence should end with a period. |
745
|
| More than 7 parameters. |
760
|
| Parameter c should be final. |
760
|
| Expected @param tag for 'c'. |
760
|
| Parameter inputSocket should be final. |
760
|
| Expected @param tag for 'inputSocket'. |
760
|
| Parameter inputStream should be final. |
761
|
| Expected @param tag for 'inputStream'. |
761
|
| Parameter outputSocket should be final. |
761
|
| Expected @param tag for 'outputSocket'. |
761
|
| Parameter outputStream should be final. |
762
|
| Expected @param tag for 'outputStream'. |
762
|
| Parameter _textArea should be final. |
762
|
| Expected @param tag for '_textArea'. |
762
|
| Name '_textArea' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
762
|
| Parameter format should be final. |
763
|
| Expected @param tag for 'format'. |
763
|
| Parameter tModel should be final. |
763
|
| Expected @param tag for 'tModel'. |
763
|
| Parameter index should be final. |
763
|
| Expected @param tag for 'index'. |
763
|
| 'type' hides a field. |
764
|
| Expected @param tag for 'type'. |
764
|
| Parameter slowLink should be final. |
764
|
| 'slowLink' hides a field. |
764
|
| Expected @param tag for 'slowLink'. |
764
|
| First sentence should end with a period. |
779
|
| Expected an @return tag. |
784
|
| First sentence should end with a period. |
788
|
| Method length is 171 lines (max allowed is 150). |
791
|
| '4096' is a magic number. |
793
|
| '8192' is a magic number. |
794
|
| '3' is a magic number. |
800
|
| ';' is preceded with whitespace. |
811
|
| '50' is a magic number. |
856
|
| '50' is a magic number. |
860
|
| '50' is a magic number. |
861
|
| '50' is a magic number. |
866
|
| Must have at least one statement. |
946
|
| Must have at least one statement. |
957
|
| First sentence should end with a period. |
963
|
| First sentence should end with a period. |
991
|
| First sentence should end with a period. |
995
|
| Variable 'listener' must be private and have accessor methods. |
998
|
| First sentence should end with a period. |
1000
|
| Variable 'active' must be private and have accessor methods. |
1003
|
| First sentence should end with a period. |
1005
|
| Variable 'fromHost' must be private and have accessor methods. |
1008
|
| First sentence should end with a period. |
1010
|
| Variable 'time' must be private and have accessor methods. |
1013
|
| First sentence should end with a period. |
1015
|
| Variable 'inputText' must be private and have accessor methods. |
1018
|
| First sentence should end with a period. |
1020
|
| Variable 'inputScroll' must be private and have accessor methods. |
1023
|
| First sentence should end with a period. |
1025
|
| Variable 'outputText' must be private and have accessor methods. |
1028
|
| First sentence should end with a period. |
1030
|
| Variable 'outputScroll' must be private and have accessor methods. |
1033
|
| First sentence should end with a period. |
1035
|
| Variable 'inSocket' must be private and have accessor methods. |
1038
|
| First sentence should end with a period. |
1040
|
| Variable 'outSocket' must be private and have accessor methods. |
1043
|
| First sentence should end with a period. |
1045
|
| Variable 'clientThread' must be private and have accessor methods. |
1048
|
| First sentence should end with a period. |
1050
|
| Variable 'serverThread' must be private and have accessor methods. |
1053
|
| First sentence should end with a period. |
1055
|
| Variable 'rr1' must be private and have accessor methods. |
1058
|
| First sentence should end with a period. |
1060
|
| Variable 'rr2' must be private and have accessor methods. |
1063
|
| First sentence should end with a period. |
1065
|
| Variable 'inputStream' must be private and have accessor methods. |
1068
|
| First sentence should end with a period. |
1070
|
| Name 'HTTPProxyHost' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1073
|
| Variable 'HTTPProxyHost' must be private and have accessor methods. |
1073
|
| First sentence should end with a period. |
1075
|
| Name 'HTTPProxyPort' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1078
|
| Variable 'HTTPProxyPort' must be private and have accessor methods. |
1078
|
| '80' is a magic number. |
1078
|
| First sentence should end with a period. |
1080
|
| First sentence should end with a period. |
1085
|
| Parameter l should be final. |
1090
|
| Expected @param tag for 'l'. |
1090
|
| First sentence should end with a period. |
1097
|
| Parameter l should be final. |
1103
|
| Expected @param tag for 'l'. |
1103
|
| Parameter s should be final. |
1103
|
| Expected @param tag for 's'. |
1103
|
| First sentence should end with a period. |
1109
|
| Parameter l should be final. |
1115
|
| Expected @param tag for 'l'. |
1115
|
| Parameter in should be final. |
1115
|
| Expected @param tag for 'in'. |
1115
|
| First sentence should end with a period. |
1121
|
| Method length is 299 lines (max allowed is 150). |
1124
|
| '80' is a magic number. |
1137
|
| '20' is a magic number. |
1161
|
| '80' is a magic number. |
1161
|
| '20' is a magic number. |
1163
|
| '80' is a magic number. |
1163
|
| ';' is preceded with whitespace. |
1204
|
| '80' is a magic number. |
1239
|
| Line has trailing spaces. |
1262
|
| Line has trailing spaces. |
1264
|
| ';' is preceded with whitespace. |
1269
|
| '50' is a magic number. |
1313
|
| Avoid inline conditionals. |
1314
|
| '50' is a magic number. |
1315
|
| '51' is a magic number. |
1323
|
| '80' is a magic number. |
1329
|
| Line is longer than 80 characters. |
1381
|
| '1000' is a magic number. |
1381
|
| First sentence should end with a period. |
1424
|
| First sentence should end with a period. |
1431
|
| First sentence should end with a period. |
1455
|
| First sentence should end with a period. |
1472
|
| First sentence should end with a period. |
1476
|
| Variable 'inputSocket' must be private and have accessor methods. |
1479
|
| First sentence should end with a period. |
1481
|
| Variable 'outputSocket' must be private and have accessor methods. |
1484
|
| First sentence should end with a period. |
1486
|
| Variable 'portField' must be private and have accessor methods. |
1489
|
| First sentence should end with a period. |
1491
|
| Variable 'hostField' must be private and have accessor methods. |
1494
|
| First sentence should end with a period. |
1496
|
| Variable 'tPortField' must be private and have accessor methods. |
1499
|
| First sentence should end with a period. |
1501
|
| Variable 'isProxyBox' must be private and have accessor methods. |
1504
|
| First sentence should end with a period. |
1506
|
| Variable 'stopButton' must be private and have accessor methods. |
1509
|
| First sentence should end with a period. |
1511
|
| Variable 'removeButton' must be private and have accessor methods. |
1514
|
| First sentence should end with a period. |
1516
|
| Variable 'removeAllButton' must be private and have accessor methods. |
1519
|
| First sentence should end with a period. |
1521
|
| Variable 'xmlFormatBox' must be private and have accessor methods. |
1524
|
| First sentence should end with a period. |
1526
|
| Variable 'saveButton' must be private and have accessor methods. |
1529
|
| First sentence should end with a period. |
1531
|
| Variable 'resendButton' must be private and have accessor methods. |
1534
|
| First sentence should end with a period. |
1536
|
| Variable 'switchButton' must be private and have accessor methods. |
1539
|
| First sentence should end with a period. |
1541
|
| Variable 'closeButton' must be private and have accessor methods. |
1544
|
| First sentence should end with a period. |
1546
|
| Variable 'connectionTable' must be private and have accessor methods. |
1549
|
| First sentence should end with a period. |
1551
|
| Variable 'tableModel' must be private and have accessor methods. |
1554
|
| First sentence should end with a period. |
1556
|
| Variable 'outPane' must be private and have accessor methods. |
1559
|
| First sentence should end with a period. |
1561
|
| Variable 'sSocket' must be private and have accessor methods. |
1564
|
| First sentence should end with a period. |
1566
|
| Variable 'sw' must be private and have accessor methods. |
1569
|
| First sentence should end with a period. |
1571
|
| Variable 'leftPanel' must be private and have accessor methods. |
1574
|
| First sentence should end with a period. |
1576
|
| Variable 'rightPanel' must be private and have accessor methods. |
1579
|
| First sentence should end with a period. |
1581
|
| Variable 'notebook' must be private and have accessor methods. |
1584
|
| First sentence should end with a period. |
1586
|
| Name 'HTTPProxyHost' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1589
|
| Variable 'HTTPProxyHost' must be private and have accessor methods. |
1589
|
| First sentence should end with a period. |
1591
|
| Name 'HTTPProxyPort' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1594
|
| Variable 'HTTPProxyPort' must be private and have accessor methods. |
1594
|
| '80' is a magic number. |
1594
|
| First sentence should end with a period. |
1596
|
| Variable 'delayBytes' must be private and have accessor methods. |
1599
|
| First sentence should end with a period. |
1601
|
| Variable 'delayTime' must be private and have accessor methods. |
1604
|
| First sentence should end with a period. |
1606
|
| Variable 'slowLink' must be private and have accessor methods. |
1609
|
| First sentence should end with a period. |
1611
|
| Variable 'connections' must be private and have accessor methods. |
1614
|
| First sentence should end with a period. |
1616
|
| Method length is 272 lines (max allowed is 150). |
1627
|
| Parameter _notebook should be final. |
1627
|
| Expected @param tag for '_notebook'. |
1627
|
| Name '_notebook' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1627
|
| Parameter name should be final. |
1627
|
| Expected @param tag for 'name'. |
1627
|
| Parameter listenPort should be final. |
1627
|
| Expected @param tag for 'listenPort'. |
1627
|
| Parameter host should be final. |
1628
|
| Expected @param tag for 'host'. |
1628
|
| Parameter targetPort should be final. |
1628
|
| Expected @param tag for 'targetPort'. |
1628
|
| Parameter isProxy should be final. |
1628
|
| Expected @param tag for 'isProxy'. |
1628
|
| Parameter slowLink should be final. |
1629
|
| 'slowLink' hides a field. |
1629
|
| Line is longer than 80 characters. |
1646
|
| '5' is a magic number. |
1649
|
| '5' is a magic number. |
1649
|
| '5' is a magic number. |
1649
|
| '5' is a magic number. |
1649
|
| Inner assignments should be avoided. |
1651
|
| '5' is a magic number. |
1652
|
| Inner assignments should be avoided. |
1656
|
| '4' is a magic number. |
1656
|
| Inner assignments should be avoided. |
1659
|
| '30' is a magic number. |
1659
|
| Inner assignments should be avoided. |
1662
|
| '4' is a magic number. |
1662
|
| '5' is a magic number. |
1663
|
| Inner assignments should be avoided. |
1664
|
| Parameter event should be final. |
1666
|
| '50' is a magic number. |
1675
|
| '85' is a magic number. |
1677
|
| '50' is a magic number. |
1679
|
| Parameter event should be final. |
1681
|
| Line is longer than 80 characters. |
1695
|
| Parameter event should be final. |
1719
|
| Line is longer than 80 characters. |
1731
|
| Line is longer than 80 characters. |
1746
|
| '5' is a magic number. |
1782
|
| '5' is a magic number. |
1782
|
| '5' is a magic number. |
1782
|
| '5' is a magic number. |
1782
|
| Inner assignments should be avoided. |
1785
|
| '5' is a magic number. |
1786
|
| Inner assignments should be avoided. |
1788
|
| Parameter event should be final. |
1792
|
| Parameter event should be final. |
1800
|
| Line is longer than 80 characters. |
1808
|
| '4' is a magic number. |
1825
|
| '5' is a magic number. |
1830
|
| '5' is a magic number. |
1830
|
| '5' is a magic number. |
1830
|
| '5' is a magic number. |
1831
|
| Inner assignments should be avoided. |
1832
|
| '5' is a magic number. |
1834
|
| Inner assignments should be avoided. |
1836
|
| '5' is a magic number. |
1837
|
| Inner assignments should be avoided. |
1839
|
| '5' is a magic number. |
1840
|
| Inner assignments should be avoided. |
1842
|
| Inner assignments should be avoided. |
1845
|
| Parameter event should be final. |
1849
|
| Parameter event should be final. |
1857
|
| Parameter event should be final. |
1864
|
| '0.5' is a magic number. |
1876
|
| Parameter event should be final. |
1881
|
| '4' is a magic number. |
1888
|
| '150' is a magic number. |
1891
|
| Line has trailing spaces. |
1894
|
| Line is longer than 80 characters. |
1895
|
| '150' is a magic number. |
1897
|
| First sentence should end with a period. |
1902
|
| Parameter left should be final. |
1907
|
| Expected @param tag for 'left'. |
1907
|
| First sentence should end with a period. |
1912
|
| Parameter right should be final. |
1917
|
| Expected @param tag for 'right'. |
1917
|
| First sentence should end with a period. |
1922
|
| First sentence should end with a period. |
1940
|
| First sentence should end with a period. |
1948
|
| First sentence should end with a period. |
1968
|
| First sentence should end with a period. |
1984
|
| First sentence should end with a period. |
1996
|
| Line is longer than 80 characters. |
2015
|
| Line is longer than 80 characters. |
2020
|
| Line is longer than 80 characters. |
2028
|
| Line is longer than 80 characters. |
2030
|
| Line is longer than 80 characters. |
2034
|
| First sentence should end with a period. |
2047
|
| '4' is a magic number. |
2076
|
| First sentence should end with a period. |
2108
|
| Parameter listenPort should be final. |
2116
|
| Expected @param tag for 'listenPort'. |
2116
|
| Parameter targetHost should be final. |
2116
|
| Expected @param tag for 'targetHost'. |
2116
|
| Parameter targetPort should be final. |
2116
|
| Expected @param tag for 'targetPort'. |
2116
|
| Parameter embedded should be final. |
2117
|
| Expected @param tag for 'embedded'. |
2117
|
| '80' is a magic number. |
2142
|
| '600' is a magic number. |
2152
|
| '600' is a magic number. |
2152
|
| First sentence should end with a period. |
2156
|
| Parameter listenPort should be final. |
2163
|
| Expected @param tag for 'listenPort'. |
2163
|
| Parameter targetHost should be final. |
2163
|
| Expected @param tag for 'targetHost'. |
2163
|
| Parameter targetPort should be final. |
2163
|
| Expected @param tag for 'targetPort'. |
2163
|
| First sentence should end with a period. |
2167
|
| Parameter nativeLookAndFeel should be final. |
2173
|
| Expected @param tag for 'nativeLookAndFeel'. |
2173
|
| Expected @throws tag for 'Exception'. |
2174
|
| First sentence should end with a period. |
2196
|
| Parameter args should be final. |
2201
|
| Expected @param tag for 'args'. |
2201
|
| '3' is a magic number. |
2206
|
| Line is longer than 80 characters. |
2216
|
| First sentence should end with a period. |
2225
|
| Line is longer than 80 characters. |
2231
|
| Expected an @return tag. |
2237
|
| Parameter key should be final. |
2237
|
| Expected @param tag for 'key'. |
2237
|
| Parameter defaultMsg should be final. |
2237
|
| Expected @param tag for 'defaultMsg'. |
2237
|
| Line is longer than 80 characters. |
2252
|
| Line is longer than 80 characters. |
2253
|
| First sentence should end with a period. |
2260
|
| First sentence should end with a period. |
2264
|
| Variable 'validText' must be private and have accessor methods. |
2267
|
| First sentence should end with a period. |
2269
|
| Parameter validText should be final. |
2274
|
| 'validText' hides a field. |
2274
|
| Expected @param tag for 'validText'. |
2274
|
| First sentence should end with a period. |
2278
|
| Parameter columns should be final. |
2284
|
| Expected @param tag for 'columns'. |
2284
|
| Parameter validText should be final. |
2284
|
| 'validText' hides a field. |
2284
|
| Expected @param tag for 'validText'. |
2284
|
| First sentence should end with a period. |
2289
|
| Parameter text should be final. |
2295
|
| Expected @param tag for 'text'. |
2295
|
| Parameter validText should be final. |
2295
|
| 'validText' hides a field. |
2295
|
| Expected @param tag for 'validText'. |
2295
|
| First sentence should end with a period. |
2300
|
| Parameter text should be final. |
2307
|
| Expected @param tag for 'text'. |
2307
|
| Parameter columns should be final. |
2307
|
| Expected @param tag for 'columns'. |
2307
|
| Parameter validText should be final. |
2307
|
| 'validText' hides a field. |
2307
|
| Expected @param tag for 'validText'. |
2307
|
| First sentence should end with a period. |
2312
|
| Parameter validText should be final. |
2317
|
| 'validText' hides a field. |
2317
|
| Expected @param tag for 'validText'. |
2317
|
| First sentence should end with a period. |
2332
|
| First sentence should end with a period. |
2343
|
| Parameter offset should be final. |
2352
|
| Expected @param tag for 'offset'. |
2352
|
| Parameter string should be final. |
2352
|
| Expected @param tag for 'string'. |
2352
|
| Parameter attributes should be final. |
2352
|
| Expected @param tag for 'attributes'. |
2352
|
| Expected @throws tag for 'BadLocationException'. |
2353
|
| First sentence should end with a period. |
2370
|
| First sentence should end with a period. |
2375
|
| Line is longer than 80 characters. |
2397
|
| Parameter columns should be final. |
2400
|
| First sentence should end with a period. |
2404
|
| Parameter def should be final. |
2411
|
| Must have at least one statement. |
2417
|
| First sentence should end with a period. |
2423
|
| Parameter value should be final. |
2428
|
| First sentence should end with a period. |
2433
|
| First sentence should end with a period. |
2440
|
| Line is longer than 80 characters. |
2444
|
| First sentence should end with a period. |
2446
|
| Parameter columns should be final. |
2451
|
| Expected @param tag for 'columns'. |
2451
|
| First sentence should end with a period. |
2455
|