Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
93002951

Files

FilesIWE
org/apache/axis/message/addressing/Action.java 0024
org/apache/axis/message/addressing/Address.java 0029
org/apache/axis/message/addressing/AddressList.java 004
org/apache/axis/message/addressing/AddressingFormatException.java 008
org/apache/axis/message/addressing/AddressingHeaders.java 00254
org/apache/axis/message/addressing/AttributedQName.java 0027
org/apache/axis/message/addressing/AttributedURI.java 0047
org/apache/axis/message/addressing/Constants.java 0046
org/apache/axis/message/addressing/EndpointReference.java 0078
org/apache/axis/message/addressing/EndpointReferenceType.java 00181
org/apache/axis/message/addressing/FaultSubcodeValues.java 0096
org/apache/axis/message/addressing/FaultTo.java 0036
org/apache/axis/message/addressing/From.java 0036
org/apache/axis/message/addressing/MessageID.java 0025
org/apache/axis/message/addressing/PortType.java 0028
org/apache/axis/message/addressing/Recipient.java 0032
org/apache/axis/message/addressing/ReferenceParametersType.java 00112
org/apache/axis/message/addressing/ReferencePropertiesType.java 00128
org/apache/axis/message/addressing/RelatesTo.java 0054
org/apache/axis/message/addressing/Relationship.java 0058
org/apache/axis/message/addressing/RelationshipTypeValues.java 004
org/apache/axis/message/addressing/ReplyAfterType.java 0072
org/apache/axis/message/addressing/ReplyTo.java 0037
org/apache/axis/message/addressing/ServiceNameType.java 0097
org/apache/axis/message/addressing/To.java 0036
org/apache/axis/message/addressing/handler/AddressingHandler.java 00130
org/apache/axis/message/addressing/handler/AxisClientSideAddressingHandler.java 00121
org/apache/axis/message/addressing/handler/AxisServerSideAddressingHandler.java 00176
org/apache/axis/message/addressing/handler/GenericAxisHandler.java 0054
org/apache/axis/message/addressing/handler/package.html 001
org/apache/axis/message/addressing/package.html 001
org/apache/axis/message/addressing/tools/wsdl/JavaAddressingGeneratorFactory.java 0016
org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceIfaceImplWriter.java 0033
org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceImplWriter.java 0054
org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceWriter.java 0026
org/apache/axis/message/addressing/tools/wsdl/WSDL2Java.java 009
org/apache/axis/message/addressing/tools/wsdl/package.html 001
org/apache/axis/message/addressing/util/AddressingUtils.java 0085
org/apache/axis/message/addressing/util/TextExtractor.java 0024
org/apache/axis/message/addressing/util/package.html 001
org/apache/axis/message/addressing/uuid/AxisUUIdGenerator.java 006
org/apache/axis/message/addressing/uuid/package.html 001
org/apache/ws/addressing/handler/AbstractAddressingHandler.java 00157
org/apache/ws/addressing/handler/ClientSideAddressingHandler.java 0063
org/apache/ws/addressing/handler/ServerSideAddressingHandler.java 00403
org/apache/ws/addressing/handler/package.html 001
org/apache/ws/addressing/uuid/JugUUIdGenerator.java 0019
org/apache/ws/addressing/uuid/UUIdGenerator.java 002
org/apache/ws/addressing/uuid/UUIdGeneratorFactory.java 0017
org/apache/ws/addressing/uuid/package.html 001

org/apache/axis/message/addressing/Action.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.w3c.dom.Element. 25
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 32
Error Line has trailing spaces. 34
Error First sentence should end with a period. 39
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Parameter uri should be final. 44
Error Expected @param tag for 'uri'. 44
Error First sentence should end with a period. 48
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Line has trailing spaces. 52
Error Line has trailing spaces. 54
Error Parameter el should be final. 54
Error Expected @param tag for 'el'. 54
Error Expected @throws tag for 'Exception'. 55
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Parameter env should be final. 59
Error Line has trailing spaces. 60
Error Parameter actorURI should be final. 60
Error Line has trailing spaces. 64

org/apache/axis/message/addressing/Address.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 28
Error Line has trailing spaces. 30
Error First sentence should end with a period. 35
Error Line has trailing spaces. 37
Error Line has trailing spaces. 38
Error Parameter uri should be final. 40
Error Expected @param tag for 'uri'. 40
Error First sentence should end with a period. 44
Error Line has trailing spaces. 46
Error Line has trailing spaces. 47
Error Line has trailing spaces. 48
Error Parameter uri should be final. 50
Error Expected @param tag for 'uri'. 50
Error Expected @throws tag for 'MalformedURIException'. 50
Error Unable to get class information for MalformedURIException. 50
Error First sentence should end with a period. 54
Error Line has trailing spaces. 56
Error Line has trailing spaces. 57
Error Method 'append' is not designed for extension - needs to be abstract, final or empty. 59
Error Parameter parent should be final. 59
Error Expected @param tag for 'parent'. 59
Error Line is longer than 80 characters. 60
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 66
Error Parameter element should be final. 66
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 72
Error Parameter element should be final. 72

org/apache/axis/message/addressing/AddressList.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 22
Error Line has trailing spaces. 24
Error First sentence should end with a period. 29

org/apache/axis/message/addressing/AddressingFormatException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 22
Error Line has trailing spaces. 24
Error First sentence should end with a period. 29
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Parameter message should be final. 34
Error Expected @param tag for 'message'. 34

org/apache/axis/message/addressing/AddressingHeaders.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Unused import - javax.xml.parsers.ParserConfigurationException. 26
Error Line is longer than 80 characters. 37
Error Line has trailing spaces. 38
Error First sentence should end with a period. 43
Error First sentence should end with a period. 48
Error First sentence should end with a period. 53
Error First sentence should end with a period. 58
Error First sentence should end with a period. 63
Error First sentence should end with a period. 68
Error First sentence should end with a period. 73
Error First sentence should end with a period. 78
Error Line has trailing spaces. 82
Error First sentence should end with a period. 83
Error Line has trailing spaces. 86
Error First sentence should end with a period. 89
Error Missing a Javadoc comment. 94
Error First sentence should end with a period. 96
Error Missing a Javadoc comment. 102
Error Parameter epr should be final. 102
Error First sentence should end with a period. 107
Error Line has trailing spaces. 109
Error Line has trailing spaces. 110
Error Line has trailing spaces. 111
Error Parameter env should be final. 113
Error Expected @param tag for 'env'. 113
Error Expected @throws tag for 'Exception'. 113
Error First sentence should end with a period. 117
Error Line has trailing spaces. 119
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Line has trailing spaces. 123
Error Line has trailing spaces. 125
Error Parameter env should be final. 125
Error Expected @param tag for 'env'. 125
Error Line has trailing spaces. 126
Error Parameter process should be final. 126
Error Expected @param tag for 'process'. 126
Error Parameter remove should be final. 127
Error Expected @param tag for 'remove'. 127
Error Expected @throws tag for 'Exception'. 128
Error First sentence should end with a period. 132
Error Line has trailing spaces. 134
Error Line has trailing spaces. 135
Error Line has trailing spaces. 137
Error Line has trailing spaces. 138
Error Line has trailing spaces. 140
Error Parameter env should be final. 140
Error Expected @param tag for 'env'. 140
Error Parameter actorURI should be final. 141
Error Expected @param tag for 'actorURI'. 141
Error Line has trailing spaces. 142
Error Parameter process should be final. 142
Error Expected @param tag for 'process'. 142
Error Parameter remove should be final. 143
Error Expected @param tag for 'remove'. 143
Error Expected @throws tag for 'Exception'. 144
Error Line has trailing spaces. 150
Error Line has trailing spaces. 151
Error Line is longer than 80 characters. 155
Error Line has trailing spaces. 163
Error Line has trailing spaces. 164
Error Line has trailing spaces. 166
Error Parameter env should be final. 166
Error Parameter actorURI should be final. 167
Error Line has trailing spaces. 168
Error Parameter process should be final. 168
Error Parameter remove should be final. 169
Error Parameter setMustUnderstand should be final. 170
Error 'setMustUnderstand' hides a field. 170
Error Parameter refPropsQNames should be final. 171
Error Expected @throws tag for 'Exception'. 172
Error 'while' is not followed by whitespace. 183
Error 'cast' is not followed by whitespace. 185
Error '+' should be on a new line. 210
Error Line is longer than 80 characters. 234
Error Line is longer than 80 characters. 235
Error 'cast' is not followed by whitespace. 235
Error Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 246
Error First sentence should end with a period. 250
Error Line has trailing spaces. 252
Error Line has trailing spaces. 253
Error Expected an @return tag. 255
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 255
Error First sentence should end with a period. 259
Error Line has trailing spaces. 261
Error Line has trailing spaces. 262
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 264
Error Parameter action should be final. 264
Error 'action' hides a field. 264
Error Expected @param tag for 'action'. 264
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 268
Error Missing a Javadoc comment. 268
Error Parameter uri should be final. 268
Error First sentence should end with a period. 272
Error Line has trailing spaces. 274
Error Line has trailing spaces. 275
Error Expected an @return tag. 277
Error Method 'getTo' is not designed for extension - needs to be abstract, final or empty. 277
Error First sentence should end with a period. 281
Error Line has trailing spaces. 283
Error Line has trailing spaces. 284
Error Method 'setTo' is not designed for extension - needs to be abstract, final or empty. 286
Error Parameter to should be final. 286
Error 'to' hides a field. 286
Error Expected @param tag for 'to'. 286
Error First sentence should end with a period. 290
Error Line has trailing spaces. 292
Error Line has trailing spaces. 293
Error Method 'setMessageID' is not designed for extension - needs to be abstract, final or empty. 295
Error Parameter messageID should be final. 295
Error 'messageID' hides a field. 295
Error Expected @param tag for 'messageID'. 295
Error Line has trailing spaces. 298
Error First sentence should end with a period. 299
Error Line has trailing spaces. 301
Error Method 'setReferenceProperties' is not designed for extension - needs to be abstract, final or empty. 304
Error Parameter refProps should be final. 304
Error Expected @param tag for 'refProps'. 304
Error Line has trailing spaces. 307
Error First sentence should end with a period. 308
Error Line has trailing spaces. 310
Error Method 'getReferenceProperties' is not designed for extension - needs to be abstract, final or empty. 313
Error Line has trailing spaces. 316
Error First sentence should end with a period. 317
Error Line has trailing spaces. 320
Error Method 'addReferenceProperty' is not designed for extension - needs to be abstract, final or empty. 323
Error Parameter refProp should be final. 323
Error Expected @param tag for 'refProp'. 323
Error Line has trailing spaces. 326
Error Method 'addReferenceProperty' is not designed for extension - needs to be abstract, final or empty. 327
Error Missing a Javadoc comment. 327
Error Parameter refProp should be final. 327
Error Line has trailing spaces. 333
Error Line has trailing spaces. 334
Error Method 'toEnvelope' is not designed for extension - needs to be abstract, final or empty. 337
Error Parameter env should be final. 337
Error Expected @param tag for 'env'. 337
Error Expected @throws tag for 'Exception'. 338
Error Line has trailing spaces. 345
Error Line has trailing spaces. 346
Error Line has trailing spaces. 348
Error Method 'toEnvelope' is not designed for extension - needs to be abstract, final or empty. 350
Error Parameter env should be final. 350
Error Expected @param tag for 'env'. 350
Error Parameter actorURI should be final. 350
Error Expected @param tag for 'actorURI'. 350
Error Expected @throws tag for 'Exception'. 351
Error Line has trailing spaces. 354
Error Line has trailing spaces. 361
Error Line has trailing spaces. 404
Error Line has trailing spaces. 407
Error First sentence should end with a period. 409
Error Line has trailing spaces. 411
Error Line has trailing spaces. 412
Error Expected an @return tag. 414
Error Method 'getMessageID' is not designed for extension - needs to be abstract, final or empty. 414
Error First sentence should end with a period. 418
Error Line has trailing spaces. 420
Error Line has trailing spaces. 421
Error Expected an @return tag. 423
Error Method 'getRelatesTo' is not designed for extension - needs to be abstract, final or empty. 423
Error Line has trailing spaces. 430
Error Method 'setRelatesTo' is not designed for extension - needs to be abstract, final or empty. 433
Error Parameter v should be final. 433
Error First sentence should end with a period. 438
Error Line has trailing spaces. 440
Error Line has trailing spaces. 441
Error Line has trailing spaces. 442
Error Line has trailing spaces. 443
Error Method 'addRelatesTo' is not designed for extension - needs to be abstract, final or empty. 445
Error Parameter uri should be final. 445
Error Expected @param tag for 'uri'. 445
Error Parameter type should be final. 445
Error Expected @param tag for 'type'. 445
Error Expected @throws tag for 'URI.MalformedURIException'. 446
Error Unable to get class information for URI.MalformedURIException. 446
Error First sentence should end with a period. 450
Error Line has trailing spaces. 452
Error Method 'setTo' is not designed for extension - needs to be abstract, final or empty. 455
Error Parameter uri should be final. 455
Error Expected @param tag for 'uri'. 455
Error First sentence should end with a period. 459
Error Line has trailing spaces. 461
Error Line has trailing spaces. 462
Error Expected an @return tag. 464
Error Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. 464
Error First sentence should end with a period. 468
Error Line has trailing spaces. 470
Error Line has trailing spaces. 471
Error Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. 473
Error Parameter ref should be final. 473
Error Expected @param tag for 'ref'. 473
Error First sentence should end with a period. 477
Error Line has trailing spaces. 479
Error Line has trailing spaces. 480
Error Expected an @return tag. 482
Error Method 'getReplyTo' is not designed for extension - needs to be abstract, final or empty. 482
Error First sentence should end with a period. 486
Error Line has trailing spaces. 488
Error Line has trailing spaces. 489
Error Method 'setReplyTo' is not designed for extension - needs to be abstract, final or empty. 491
Error Parameter ref should be final. 491
Error Expected @param tag for 'ref'. 491
Error First sentence should end with a period. 495
Error Line has trailing spaces. 497
Error Line has trailing spaces. 498
Error Expected an @return tag. 500
Error Method 'getFaultTo' is not designed for extension - needs to be abstract, final or empty. 500
Error First sentence should end with a period. 504
Error Line has trailing spaces. 506
Error Line has trailing spaces. 507
Error Method 'setFaultTo' is not designed for extension - needs to be abstract, final or empty. 509
Error Parameter epr should be final. 509
Error Expected @param tag for 'epr'. 509
Error Line has trailing spaces. 512
Error First sentence should end with a period. 513
Error Line has trailing spaces. 515
Error Expected an @return tag. 519
Error Line has trailing spaces. 519
Error Parameter headerElement should be final. 519
Error Expected @param tag for 'headerElement'. 519
Error Line has trailing spaces. 520
Error Parameter refPropQNames should be final. 520
Error Expected @param tag for 'refPropQNames'. 520
Error Expected @throws tag for 'Exception'. 521
Error Line has trailing spaces. 524
Error Line is longer than 80 characters. 526
Error Line is longer than 80 characters. 527
Error Line has trailing spaces. 535
Error First sentence should end with a period. 536
Error Line has trailing spaces. 538
Error Parameter env should be final. 542
Error Expected @param tag for 'env'. 542
Error Line has trailing spaces. 543
Error Parameter actorURI should be final. 543
Error Expected @param tag for 'actorURI'. 543
Error Expected @throws tag for 'Exception'. 544
Error 'if' construct must use '{}'s. 546
Error Line has trailing spaces. 547
Error Line has trailing spaces. 552
Error 'cast' is not followed by whitespace. 555
Error Line is longer than 80 characters. 556
Error Line has trailing spaces. 558
Error 'cast' is not followed by whitespace. 559
Error Line is longer than 80 characters. 560
Error Line is longer than 80 characters. 564
Error Line has trailing spaces. 568
Error Method 'isSetMustUnderstand' is not designed for extension - needs to be abstract, final or empty. 578
Error Missing a Javadoc comment. 578
Error Method 'setSetMustUnderstand' is not designed for extension - needs to be abstract, final or empty. 582
Error Missing a Javadoc comment. 582
Error Parameter setMustUnderstand should be final. 582
Error 'setMustUnderstand' hides a field. 582

org/apache/axis/message/addressing/AttributedQName.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 29
Error Line has trailing spaces. 39
Error First sentence should end with a period. 44
Error Line has trailing spaces. 46
Error Line has trailing spaces. 47
Error Parameter qname should be final. 49
Error Expected @param tag for 'qname'. 49
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error First sentence should end with a period. 55
Error Line has trailing spaces. 57
Error Line has trailing spaces. 61
Error Parameter namespace should be final. 61
Error Expected @param tag for 'namespace'. 61
Error Parameter localPart should be final. 62
Error Expected @param tag for 'localPart'. 62
Error Line has trailing spaces. 65
Error First sentence should end with a period. 66
Error Line has trailing spaces. 68
Error Line has trailing spaces. 69
Error Method 'append' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter parent should be final. 71
Error Expected @param tag for 'parent'. 71
Error Parameter elementName should be final. 71
Error Expected @param tag for 'elementName'. 71
Error Line is longer than 80 characters. 73

org/apache/axis/message/addressing/AttributedURI.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - javax.xml.soap.SOAPElement. 26
Error Unused import - javax.xml.namespace.QName. 29
Error Unused import - java.util.Iterator. 31
Error Unused import - java.util.List. 32
Error Unused import - java.util.ArrayList. 33
Error Line is longer than 80 characters. 40
Error Line has trailing spaces. 50
Error First sentence should end with a period. 55
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Parameter uri should be final. 60
Error Expected @param tag for 'uri'. 60
Error First sentence should end with a period. 64
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 68
Error Parameter uri should be final. 70
Error Expected @param tag for 'uri'. 70
Error Expected @throws tag for 'MalformedURIException'. 70
Error Unable to get class information for MalformedURIException. 70
Error First sentence should end with a period. 74
Error First sentence should end with a period. 80
Error Line has trailing spaces. 82
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error Line has trailing spaces. 86
Error Parameter el should be final. 86
Error Expected @param tag for 'el'. 86
Error Expected @throws tag for 'Exception'. 87
Error First sentence should end with a period. 91
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Method 'append' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter parent should be final. 96
Error Expected @param tag for 'parent'. 96
Error Parameter elementName should be final. 96
Error Expected @param tag for 'elementName'. 96
Error Line is longer than 80 characters. 98
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter env should be final. 103
Error Parameter actorURI should be final. 104
Error Parameter name should be final. 105
Error Line is longer than 80 characters. 108
Error Line has trailing spaces. 110
Error Line has trailing spaces. 124

org/apache/axis/message/addressing/Constants.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error First sentence should end with a period. 23
Error Line has trailing spaces. 25
Error First sentence should end with a period. 53
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error First sentence should end with a period. 70
Error '+' should be on a new line. 73
Error First sentence should end with a period. 76
Error First sentence should end with a period. 82
Error First sentence should end with a period. 87
Error First sentence should end with a period. 92
Error First sentence should end with a period. 97
Error First sentence should end with a period. 102
Error First sentence should end with a period. 107
Error First sentence should end with a period. 112
Error First sentence should end with a period. 117
Error First sentence should end with a period. 122
Error First sentence should end with a period. 127
Error First sentence should end with a period. 132
Error First sentence should end with a period. 137
Error First sentence should end with a period. 142
Error First sentence should end with a period. 147
Error First sentence should end with a period. 152
Error First sentence should end with a period. 157
Error First sentence should end with a period. 162
Error First sentence should end with a period. 167
Error Line has trailing spaces. 170
Error First sentence should end with a period. 179
Error First sentence should end with a period. 185
Error Line has trailing spaces. 190
Error First sentence should end with a period. 191
Error First sentence should end with a period. 197
Error Line has trailing spaces. 202
Error First sentence should end with a period. 203
Error Line has trailing spaces. 208
Error Line has trailing spaces. 214
Error Line has trailing spaces. 219
Error First sentence should end with a period. 221
Error Line has trailing spaces. 224
Error Line has trailing spaces. 234

org/apache/axis/message/addressing/EndpointReference.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Unused import - org.apache.axis.message.addressing.util.TextExtractor. 20
Error Unused import - javax.xml.namespace.QName. 36
Error Line is longer than 80 characters. 45
Error Line is longer than 80 characters. 48
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 55
Error First sentence should end with a period. 58
Error Parameter address should be final. 63
Error Expected @param tag for 'address'. 63
Error First sentence should end with a period. 67
Error Parameter uri should be final. 72
Error Expected @param tag for 'uri'. 72
Error First sentence should end with a period. 76
Error Parameter endpoint should be final. 81
Error Expected @param tag for 'endpoint'. 81
Error First sentence should end with a period. 85
Error Expected @param tag for 'endpoint'. 91
Error Expected @throws tag for 'URI.MalformedURIException'. 92
Error Unable to get class information for URI.MalformedURIException. 92
Error First sentence should end with a period. 96
Error Parameter element should be final. 102
Error Expected @param tag for 'element'. 102
Error Expected @throws tag for 'Exception'. 103
Error 'while' is not followed by whitespace. 105
Error 'cast' is not followed by whitespace. 106
Error 'cast' is not followed by whitespace. 116
Error Line has trailing spaces. 119
Error 'cast' is not followed by whitespace. 120
Error Line has trailing spaces. 123
Error 'cast' is not followed by whitespace. 124
Error Line has trailing spaces. 127
Error Line is longer than 80 characters. 128
Error 'cast' is not followed by whitespace. 128
Error Must have at least one statement. 130
Error Line has trailing spaces. 133
Error First sentence should end with a period. 137
Error Expected @param tag for 'element'. 143
Error Expected @throws tag for 'Exception'. 144
Error '=' is not preceded with whitespace. 146
Error '=' is not followed by whitespace. 146
Error ';' is not followed by whitespace. 146
Error '<' is not preceded with whitespace. 146
Error '<' is not followed by whitespace. 146
Error ';' is not followed by whitespace. 146
Error 'cast' is not followed by whitespace. 147
Error 'cast' is not followed by whitespace. 157
Error Line has trailing spaces. 160
Error 'cast' is not followed by whitespace. 161
Error Line has trailing spaces. 164
Error 'cast' is not followed by whitespace. 165
Error Line has trailing spaces. 168
Error 'cast' is not followed by whitespace. 169
Error Must have at least one statement. 171
Error Line has trailing spaces. 174
Error Expected an @return tag. 183
Error Method 'toDOM' is not designed for extension - needs to be abstract, final or empty. 183
Error Parameter doc should be final. 183
Error Expected @param tag for 'doc'. 183
Error Expected an @return tag. 193
Error Method 'toDOM' is not designed for extension - needs to be abstract, final or empty. 193
Error Parameter doc should be final. 193
Error Expected @param tag for 'doc'. 193
Error Parameter elementName should be final. 193
Error Expected @param tag for 'elementName'. 193
Error Line is longer than 80 characters. 202
Error Line has trailing spaces. 227
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 237
Error Missing a Javadoc comment. 237
Error Parameter env should be final. 237
Error Parameter actorURI should be final. 238
Error Line has trailing spaces. 240
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 244
Error Missing a Javadoc comment. 244
Error Parameter env should be final. 244
Error Parameter actorURI should be final. 245
Error Parameter name should be final. 246
Error 'cast' is not followed by whitespace. 265

org/apache/axis/message/addressing/EndpointReferenceType.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 36
Error Line is longer than 80 characters. 37
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 39
Error Line is longer than 80 characters. 40
Error Line has trailing spaces. 47
Error First sentence should end with a period. 51
Error First sentence should end with a period. 56
Error First sentence should end with a period. 61
Error First sentence should end with a period. 66
Error First sentence should end with a period. 71
Error Missing a Javadoc comment. 79
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Error First sentence should end with a period. 81
Error First sentence should end with a period. 87
Error Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Parameter address should be final. 92
Error 'address' hides a field. 92
Error Expected @param tag for 'address'. 92
Error First sentence should end with a period. 96
Error Line has trailing spaces. 98
Error Line has trailing spaces. 99
Error Parameter address should be final. 101
Error 'address' hides a field. 101
Error Expected @param tag for 'address'. 101
Error First sentence should end with a period. 105
Error Line has trailing spaces. 107
Error Line has trailing spaces. 108
Error Parameter endpoint should be final. 110
Error Expected @param tag for 'endpoint'. 110
Error First sentence should end with a period. 114
Error Line has trailing spaces. 116
Error Line has trailing spaces. 117
Error Parameter endpoint should be final. 120
Error Expected @param tag for 'endpoint'. 120
Error Parameter deepCopy should be final. 121
Error Expected @param tag for 'deepCopy'. 121
Error Line has trailing spaces. 128
Error Missing a Javadoc comment. 129
Error Parameter endpoint should be final. 129
Error 'properties' hides a field. 133
Error 'parameters' hides a field. 137
Error Missing a Javadoc comment. 150
Error Parameter endpoint should be final. 150
Error 'address' hides a field. 151
Error 'serviceName' hides a field. 159
Error 'properties' hides a field. 163
Error 'parameters' hides a field. 167
Error '=' is not preceded with whitespace. 176
Error '=' is not followed by whitespace. 176
Error '<' is not preceded with whitespace. 176
Error '<' is not followed by whitespace. 176
Error Line has trailing spaces. 188
Error First sentence should end with a period. 189
Error Line has trailing spaces. 191
Error Line has trailing spaces. 192
Error Expected an @return tag. 194
Error Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. 194
Error First sentence should end with a period. 198
Error Line has trailing spaces. 200
Error Line has trailing spaces. 201
Error Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. 203
Error Parameter address should be final. 203
Error 'address' hides a field. 203
Error Expected @param tag for 'address'. 203
Error First sentence should end with a period. 207
Error Line has trailing spaces. 209
Error Line has trailing spaces. 210
Error Expected an @return tag. 212
Error Method 'getPortType' is not designed for extension - needs to be abstract, final or empty. 212
Error First sentence should end with a period. 216
Error Line has trailing spaces. 218
Error Line has trailing spaces. 219
Error Method 'setPortType' is not designed for extension - needs to be abstract, final or empty. 221
Error Parameter portType should be final. 221
Error 'portType' hides a field. 221
Error Expected @param tag for 'portType'. 221
Error First sentence should end with a period. 225
Error Line has trailing spaces. 227
Error Line has trailing spaces. 228
Error Expected an @return tag. 230
Error Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 230
Error First sentence should end with a period. 234
Error Line has trailing spaces. 236
Error Line has trailing spaces. 237
Error Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. 239
Error Parameter properties should be final. 239
Error 'properties' hides a field. 239
Error Expected @param tag for 'properties'. 239
Error First sentence should end with a period. 243
Error Line has trailing spaces. 245
Error Line has trailing spaces. 246
Error Expected an @return tag. 248
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 248
Error First sentence should end with a period. 252
Error Line has trailing spaces. 254
Error Line has trailing spaces. 255
Error Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. 257
Error Parameter parameters should be final. 257
Error 'parameters' hides a field. 257
Error Expected @param tag for 'parameters'. 257
Error First sentence should end with a period. 261
Error Line has trailing spaces. 263
Error Line has trailing spaces. 264
Error Expected an @return tag. 266
Error Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. 266
Error First sentence should end with a period. 270
Error Line has trailing spaces. 272
Error Line has trailing spaces. 273
Error Method 'setServiceName' is not designed for extension - needs to be abstract, final or empty. 275
Error Parameter serviceName should be final. 275
Error 'serviceName' hides a field. 275
Error Expected @param tag for 'serviceName'. 275
Error First sentence should end with a period. 279
Error Expected an @return tag. 283
Error Method 'get_any' is not designed for extension - needs to be abstract, final or empty. 283
Error Name 'get_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 283
Error Line has trailing spaces. 286
Error First sentence should end with a period. 287
Error Method 'set_any' is not designed for extension - needs to be abstract, final or empty. 291
Error Name 'set_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 291
Error Parameter _any should be final. 291
Error '_any' hides a field. 291
Error Expected @param tag for '_any'. 291
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 291
Error Line has trailing spaces. 294
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 295
Error Missing a Javadoc comment. 295
Error '=' is not preceded with whitespace. 317
Error '=' is not followed by whitespace. 317
Error ';' is not followed by whitespace. 317
Error '<' is not preceded with whitespace. 317
Error '<' is not followed by whitespace. 317
Error ';' is not followed by whitespace. 317
Error Line is longer than 80 characters. 320
Error Line has trailing spaces. 331
Error Missing a Javadoc comment. 333
Error Line is longer than 80 characters. 334
Error Line is longer than 80 characters. 337
Error Line is longer than 80 characters. 338
Error Line is longer than 80 characters. 340
Error Line is longer than 80 characters. 341
Error Line is longer than 80 characters. 345
Error Line is longer than 80 characters. 346
Error Line is longer than 80 characters. 351
Error Line is longer than 80 characters. 352
Error Line is longer than 80 characters. 357
Error Line is longer than 80 characters. 358
Error Line is longer than 80 characters. 363
Error Line is longer than 80 characters. 364
Error First sentence should end with a period. 369
Error Expected an @return tag. 372
Error First sentence should end with a period. 377
Error Expected an @return tag. 380
Error Line has trailing spaces. 381
Error Parameter mechType should be final. 381
Error Expected @param tag for 'mechType'. 381
Error Line has trailing spaces. 382
Error Parameter _javaType should be final. 382
Error Expected @param tag for '_javaType'. 382
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 382
Error Parameter _xmlType should be final. 383
Error Expected @param tag for '_xmlType'. 383
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 383
Error Line has trailing spaces. 384
Error First sentence should end with a period. 389
Error Expected an @return tag. 392
Error Line has trailing spaces. 393
Error Parameter mechType should be final. 393
Error Expected @param tag for 'mechType'. 393
Error Line has trailing spaces. 394
Error Parameter _javaType should be final. 394
Error Expected @param tag for '_javaType'. 394
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 394
Error Parameter _xmlType should be final. 395
Error Expected @param tag for '_xmlType'. 395
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 395
Error Line has trailing spaces. 396

org/apache/axis/message/addressing/FaultSubcodeValues.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 22
Error Line has trailing spaces. 33
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 39
Error Name '_value_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Missing a Javadoc comment. 40
Error Name '_table_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 43
Error Parameter value should be final. 43
Error ',' is not followed by whitespace. 45
Error Line is longer than 80 characters. 48
Error Missing a Javadoc comment. 48
Error Name '_value1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
Error Line is longer than 80 characters. 49
Error Missing a Javadoc comment. 49
Error Name '_value2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Error Line is longer than 80 characters. 50
Error Missing a Javadoc comment. 50
Error Name '_value3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
Error Line is longer than 80 characters. 51
Error Missing a Javadoc comment. 51
Error Name '_value4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
Error Line is longer than 80 characters. 52
Error Missing a Javadoc comment. 52
Error Name '_value5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52
Error Line is longer than 80 characters. 53
Error Missing a Javadoc comment. 53
Error Name 'value1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
Error Line is longer than 80 characters. 54
Error Missing a Javadoc comment. 54
Error Name 'value2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 54
Error Line is longer than 80 characters. 55
Error Missing a Javadoc comment. 55
Error Name 'value3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
Error Line is longer than 80 characters. 56
Error Missing a Javadoc comment. 56
Error Name 'value4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 56
Error Line is longer than 80 characters. 57
Error Missing a Javadoc comment. 57
Error Name 'value5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error ';' is not followed by whitespace. 58
Error '}' is not preceded with whitespace. 58
Error Missing a Javadoc comment. 59
Error Parameter value should be final. 59
Error Redundant throws: 'java.lang.IllegalArgumentException' is unchecked exception. 60
Error 'if' construct must use '{}'s. 63
Error '==' is not preceded with whitespace. 63
Error '==' is not followed by whitespace. 63
Error Missing a Javadoc comment. 66
Error Parameter value should be final. 66
Error Redundant throws: 'java.lang.IllegalArgumentException' is unchecked exception. 67
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Parameter obj should be final. 74
Error 'return' is not preceded with whitespace. 74
Error '{' is not followed by whitespace. 74
Error ';' is not followed by whitespace. 74
Error '}' is not preceded with whitespace. 74
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error ';' is not followed by whitespace. 75
Error '}' is not preceded with whitespace. 75
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error ';' is not followed by whitespace. 76
Error '}' is not preceded with whitespace. 76
Error Line is longer than 80 characters. 77
Error Method 'readResolve' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error ';' is not followed by whitespace. 77
Error '}' is not preceded with whitespace. 77
Error Missing a Javadoc comment. 78
Error Line has trailing spaces. 79
Error Parameter mechType should be final. 79
Error Line has trailing spaces. 80
Error Parameter _javaType should be final. 80
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error Parameter _xmlType should be final. 81
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Line has trailing spaces. 82
Error Missing a Javadoc comment. 86
Error Line has trailing spaces. 87
Error Parameter mechType should be final. 87
Error Line has trailing spaces. 88
Error Parameter _javaType should be final. 88
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
Error Parameter _xmlType should be final. 89
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Error Line has trailing spaces. 90
Error Missing a Javadoc comment. 95
Error Line is longer than 80 characters. 99
Error First sentence should end with a period. 101
Error Expected an @return tag. 104

org/apache/axis/message/addressing/FaultTo.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 30
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 35
Error First sentence should end with a period. 39
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Parameter address should be final. 44
Error Expected @param tag for 'address'. 44
Error First sentence should end with a period. 48
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Parameter uri should be final. 53
Error Expected @param tag for 'uri'. 53
Error First sentence should end with a period. 57
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Parameter endpoint should be final. 62
Error Expected @param tag for 'endpoint'. 62
Error First sentence should end with a period. 66
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Parameter element should be final. 72
Error Expected @param tag for 'element'. 72
Error Expected @throws tag for 'Exception'. 73
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter env should be final. 77
Error Line has trailing spaces. 78
Error Parameter actorURI should be final. 78
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Expected an @return tag. 88
Error Method 'toDOM' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter doc should be final. 88
Error Expected @param tag for 'doc'. 88

org/apache/axis/message/addressing/From.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 30
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 35
Error First sentence should end with a period. 39
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Parameter address should be final. 44
Error Expected @param tag for 'address'. 44
Error First sentence should end with a period. 48
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Parameter uri should be final. 53
Error Expected @param tag for 'uri'. 53
Error First sentence should end with a period. 57
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Parameter endpoint should be final. 62
Error Expected @param tag for 'endpoint'. 62
Error First sentence should end with a period. 66
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Parameter element should be final. 72
Error Expected @param tag for 'element'. 72
Error Expected @throws tag for 'Exception'. 73
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter env should be final. 77
Error Line has trailing spaces. 78
Error Parameter actorURI should be final. 78
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Expected an @return tag. 88
Error Method 'toDOM' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter doc should be final. 88
Error Expected @param tag for 'doc'. 88

org/apache/axis/message/addressing/MessageID.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 27
Error Line is longer than 80 characters. 30
Error Line has trailing spaces. 32
Error First sentence should end with a period. 36
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Parameter uri should be final. 41
Error Expected @param tag for 'uri'. 41
Error First sentence should end with a period. 45
Error First sentence should end with a period. 51
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 57
Error Parameter el should be final. 57
Error Expected @param tag for 'el'. 57
Error Expected @throws tag for 'Exception'. 58
Error Line has trailing spaces. 62
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter env should be final. 62
Error Line has trailing spaces. 63
Error Parameter actorURI should be final. 63
Error Line has trailing spaces. 67

org/apache/axis/message/addressing/PortType.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 30
Error Line has trailing spaces. 32
Error First sentence should end with a period. 36
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Parameter qname should be final. 41
Error Expected @param tag for 'qname'. 41
Error First sentence should end with a period. 45
Error Line has trailing spaces. 47
Error Line has trailing spaces. 51
Error Parameter namespace should be final. 51
Error Expected @param tag for 'namespace'. 51
Error Parameter localName should be final. 52
Error Expected @param tag for 'localName'. 52
Error First sentence should end with a period. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 59
Error Method 'append' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter parent should be final. 61
Error Expected @param tag for 'parent'. 61
Error Line has trailing spaces. 71
Error Missing a Javadoc comment. 71
Error Parameter element should be final. 71
Error Line has trailing spaces. 78
Error Missing a Javadoc comment. 78
Error Parameter element should be final. 78
Error Line has trailing spaces. 84

org/apache/axis/message/addressing/Recipient.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 30
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 35
Error First sentence should end with a period. 39
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Parameter address should be final. 44
Error Expected @param tag for 'address'. 44
Error First sentence should end with a period. 48
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Parameter uri should be final. 53
Error Expected @param tag for 'uri'. 53
Error First sentence should end with a period. 57
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error Parameter element should be final. 63
Error Expected @param tag for 'element'. 63
Error Expected @throws tag for 'Exception'. 64
Error Line has trailing spaces. 67
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter env should be final. 68
Error Line has trailing spaces. 69
Error Parameter actorURI should be final. 69
Error Line has trailing spaces. 76
Error Line has trailing spaces. 77
Error Expected an @return tag. 79
Error Method 'toDOM' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter doc should be final. 79
Error Expected @param tag for 'doc'. 79

org/apache/axis/message/addressing/ReferenceParametersType.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 46
Error Line has trailing spaces. 49
Error Line has trailing spaces. 51
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 54
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error First sentence should end with a period. 56
Error Line has trailing spaces. 61
Error First sentence should end with a period. 62
Error Parameter element should be final. 65
Error Expected @param tag for 'element'. 65
Error Line contains a tab character. 66
Error First sentence should end with a period. 69
Error Line has trailing spaces. 71
Error Parameter properties should be final. 74
Error Expected @param tag for 'properties'. 74
Error Line has trailing spaces. 77
Error First sentence should end with a period. 78
Error Line has trailing spaces. 80
Error Line has trailing spaces. 84
Error Parameter properties should be final. 84
Error Expected @param tag for 'properties'. 84
Error Parameter deepCopy should be final. 85
Error Expected @param tag for 'deepCopy'. 85
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Avoid inline conditionals. 108
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error Parameter index should be final. 111
Error First sentence should end with a period. 115
Error Expected an @return tag. 120
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter qname should be final. 120
Error Expected @param tag for 'qname'. 120
Error 'if' construct must use '{}'s. 123
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter element should be final. 129
Error 'cast' is not followed by whitespace. 132
Error 'cast' is not followed by whitespace. 134
Error Line has trailing spaces. 145
Error First sentence should end with a period. 152
Error Line has trailing spaces. 154
Error Line has trailing spaces. 155
Error Method 'append' is not designed for extension - needs to be abstract, final or empty. 157
Error Parameter parent should be final. 157
Error Expected @param tag for 'parent'. 157
Error Parameter elementName should be final. 157
Error Expected @param tag for 'elementName'. 157
Error Line is longer than 80 characters. 159
Error '=' is not preceded with whitespace. 164
Error '=' is not followed by whitespace. 164
Error ';' is not followed by whitespace. 164
Error '<' is not preceded with whitespace. 164
Error '<' is not followed by whitespace. 164
Error ';' is not followed by whitespace. 164
Error Line has trailing spaces. 165
Error Line has trailing spaces. 177
Error Method 'get_any' is not designed for extension - needs to be abstract, final or empty. 180
Error Name 'get_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 180
Error Line has trailing spaces. 183
Error Line has trailing spaces. 186
Error Method 'set_any' is not designed for extension - needs to be abstract, final or empty. 189
Error Name 'set_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 189
Error Parameter _any should be final. 189
Error '_any' hides a field. 189
Error Expected @param tag for '_any'. 189
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 189
Error Line has trailing spaces. 192
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 193
Error Missing a Javadoc comment. 193
Error '=' is not preceded with whitespace. 198
Error '=' is not followed by whitespace. 198
Error ';' is not followed by whitespace. 198
Error '<' is not preceded with whitespace. 198
Error '<' is not followed by whitespace. 198
Error ';' is not followed by whitespace. 198
Error Missing a Javadoc comment. 211
Error Line is longer than 80 characters. 212
Error Line has trailing spaces. 213
Error Line is longer than 80 characters. 215
Error First sentence should end with a period. 218
Error Expected an @return tag. 221
Error First sentence should end with a period. 226
Error Expected an @return tag. 229
Error Line has trailing spaces. 230
Error Parameter mechType should be final. 230
Error Expected @param tag for 'mechType'. 230
Error Line has trailing spaces. 231
Error Parameter _javaType should be final. 231
Error Expected @param tag for '_javaType'. 231
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 231
Error Parameter _xmlType should be final. 232
Error Expected @param tag for '_xmlType'. 232
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 232
Error Line has trailing spaces. 233
Error First sentence should end with a period. 238
Error Expected an @return tag. 241
Error Line has trailing spaces. 242
Error Parameter mechType should be final. 242
Error Expected @param tag for 'mechType'. 242
Error Line has trailing spaces. 243
Error Parameter _javaType should be final. 243
Error Expected @param tag for '_javaType'. 243
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 243
Error Parameter _xmlType should be final. 244
Error Expected @param tag for '_xmlType'. 244
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 244
Error Line has trailing spaces. 245

org/apache/axis/message/addressing/ReferencePropertiesType.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line is longer than 80 characters. 40
Error Line has trailing spaces. 53
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 61
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error First sentence should end with a period. 63
Error Line has trailing spaces. 68
Error First sentence should end with a period. 69
Error Parameter element should be final. 72
Error Expected @param tag for 'element'. 72
Error Line contains a tab character. 73
Error First sentence should end with a period. 76
Error Line has trailing spaces. 78
Error Parameter properties should be final. 81
Error Expected @param tag for 'properties'. 81
Error Line has trailing spaces. 84
Error First sentence should end with a period. 85
Error Line has trailing spaces. 87
Error Line has trailing spaces. 91
Error Parameter properties should be final. 91
Error Expected @param tag for 'properties'. 91
Error Parameter deepCopy should be final. 92
Error Expected @param tag for 'deepCopy'. 92
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error Avoid inline conditionals. 115
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error Parameter index should be final. 118
Error First sentence should end with a period. 122
Error Expected an @return tag. 127
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 127
Error Parameter qname should be final. 127
Error Expected @param tag for 'qname'. 127
Error 'if' construct must use '{}'s. 130
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Parameter element should be final. 136
Error 'cast' is not followed by whitespace. 139
Error 'cast' is not followed by whitespace. 141
Error Line has trailing spaces. 153
Error First sentence should end with a period. 160
Error Line has trailing spaces. 162
Error Line has trailing spaces. 163
Error Method 'append' is not designed for extension - needs to be abstract, final or empty. 165
Error Parameter parent should be final. 165
Error Expected @param tag for 'parent'. 165
Error Parameter elementName should be final. 165
Error Expected @param tag for 'elementName'. 165
Error Line is longer than 80 characters. 167
Error '=' is not preceded with whitespace. 172
Error '=' is not followed by whitespace. 172
Error ';' is not followed by whitespace. 172
Error '<' is not preceded with whitespace. 172
Error '<' is not followed by whitespace. 172
Error ';' is not followed by whitespace. 172
Error Line has trailing spaces. 173
Error Missing a Javadoc comment. 183
Error Parameter element should be final. 183
Error 'while' is not followed by whitespace. 187
Error 'cast' is not followed by whitespace. 188
Error '(' is followed by whitespace. 197
Error 'cast' is not followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error Missing a Javadoc comment. 205
Error Parameter element should be final. 205
Error '=' is not preceded with whitespace. 209
Error '=' is not followed by whitespace. 209
Error ';' is not followed by whitespace. 209
Error '<' is not preceded with whitespace. 209
Error '<' is not followed by whitespace. 209
Error ';' is not followed by whitespace. 209
Error 'cast' is not followed by whitespace. 210
Error Line has trailing spaces. 225
Error Method 'get_any' is not designed for extension - needs to be abstract, final or empty. 228
Error Name 'get_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 228
Error Line has trailing spaces. 231
Error Line has trailing spaces. 234
Error Method 'set_any' is not designed for extension - needs to be abstract, final or empty. 237
Error Name 'set_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 237
Error Parameter _any should be final. 237
Error '_any' hides a field. 237
Error Expected @param tag for '_any'. 237
Error Name '_any' must match pattern '^[a-z][a-zA-Z0-9]*$'. 237
Error Line has trailing spaces. 240
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 241
Error Missing a Javadoc comment. 241
Error '=' is not preceded with whitespace. 246
Error '=' is not followed by whitespace. 246
Error ';' is not followed by whitespace. 246
Error '<' is not preceded with whitespace. 246
Error '<' is not followed by whitespace. 246
Error ';' is not followed by whitespace. 246
Error Missing a Javadoc comment. 259
Error Line is longer than 80 characters. 260
Error Line has trailing spaces. 261
Error Line is longer than 80 characters. 263
Error First sentence should end with a period. 266
Error Expected an @return tag. 269
Error First sentence should end with a period. 274
Error Expected an @return tag. 277
Error Line has trailing spaces. 278
Error Parameter mechType should be final. 278
Error Expected @param tag for 'mechType'. 278
Error Line has trailing spaces. 279
Error Parameter _javaType should be final. 279
Error Expected @param tag for '_javaType'. 279
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 279
Error Parameter _xmlType should be final. 280
Error Expected @param tag for '_xmlType'. 280
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 280
Error Line has trailing spaces. 281
Error First sentence should end with a period. 286
Error Expected an @return tag. 289
Error Line has trailing spaces. 290
Error Parameter mechType should be final. 290
Error Expected @param tag for 'mechType'. 290
Error Line has trailing spaces. 291
Error Parameter _javaType should be final. 291
Error Expected @param tag for '_javaType'. 291
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 291
Error Parameter _xmlType should be final. 292
Error Expected @param tag for '_xmlType'. 292
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 292
Error Line has trailing spaces. 293

org/apache/axis/message/addressing/RelatesTo.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.apache.axis.message.addressing.util.AddressingUtils. 22
Error Line is longer than 80 characters. 33
Error Line is longer than 80 characters. 36
Error Line has trailing spaces. 38
Error First sentence should end with a period. 43
Error Line has trailing spaces. 45
Error Line has trailing spaces. 46
Error Line has trailing spaces. 47
Error Line has trailing spaces. 48
Error Line has trailing spaces. 50
Error Parameter uri should be final. 50
Error Expected @param tag for 'uri'. 50
Error Parameter type should be final. 50
Error Expected @param tag for 'type'. 50
Error Expected @throws tag for 'URI.MalformedURIException'. 51
Error Unable to get class information for URI.MalformedURIException. 51
Error First sentence should end with a period. 55
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 59
Error Parameter uri should be final. 61
Error Expected @param tag for 'uri'. 61
Error Parameter type should be final. 61
Error Expected @param tag for 'type'. 61
Error First sentence should end with a period. 65
Error Line has trailing spaces. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 71
Error Parameter uri should be final. 71
Error Expected @param tag for 'uri'. 71
Error Parameter type should be final. 71
Error Expected @param tag for 'type'. 71
Error Expected @throws tag for 'URI.MalformedURIException'. 72
Error Unable to get class information for URI.MalformedURIException. 72
Error First sentence should end with a period. 76
Error Line has trailing spaces. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 82
Error Parameter el should be final. 82
Error Expected @param tag for 'el'. 82
Error Expected @throws tag for 'Exception'. 83
Error '+' is not preceded with whitespace. 94
Error '+' is not followed by whitespace. 94
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error Parameter env should be final. 101
Error Parameter actorURI should be final. 102
Error Line has trailing spaces. 112
Error 'cast' is not followed by whitespace. 113
Error Line has trailing spaces. 121
Error Line has trailing spaces. 123
Error Line has trailing spaces. 126

org/apache/axis/message/addressing/Relationship.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 26
Error Line is longer than 80 characters. 32
Error Line has trailing spaces. 37
Error First sentence should end with a period. 41
Error First sentence should end with a period. 46
Error First sentence should end with a period. 51
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Parameter uri should be final. 58
Error 'uri' hides a field. 58
Error Expected @param tag for 'uri'. 58
Error Parameter type should be final. 58
Error 'type' hides a field. 58
Error Expected @param tag for 'type'. 58
Error Expected @throws tag for 'URI.MalformedURIException'. 59
Error Unable to get class information for URI.MalformedURIException. 59
Error Avoid inline conditionals. 62
Error First sentence should end with a period. 66
Error Line has trailing spaces. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 70
Error Parameter uri should be final. 72
Error 'uri' hides a field. 72
Error Expected @param tag for 'uri'. 72
Error Parameter type should be final. 72
Error 'type' hides a field. 72
Error Expected @param tag for 'type'. 72
Error Avoid inline conditionals. 75
Error First sentence should end with a period. 79
Error Line has trailing spaces. 81
Error First sentence should end with a period. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 89
Error Expected an @return tag. 91
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 91
Error First sentence should end with a period. 95
Error Line has trailing spaces. 97
Error Line has trailing spaces. 98
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 100
Error Parameter type should be final. 100
Error 'type' hides a field. 100
Error Expected @param tag for 'type'. 100
Error First sentence should end with a period. 104
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error Expected an @return tag. 109
Error Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 109
Error First sentence should end with a period. 113
Error Line has trailing spaces. 115
Error Line has trailing spaces. 116
Error Method 'setURI' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter uri should be final. 118
Error 'uri' hides a field. 118
Error Expected @param tag for 'uri'. 118

org/apache/axis/message/addressing/RelationshipTypeValues.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27

org/apache/axis/message/addressing/ReplyAfterType.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error First sentence should end with a period. 20
Error First sentence should end with a period. 26
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error First sentence should end with a period. 31
Error First sentence should end with a period. 37
Error Parameter _value should be final. 42
Error '_value' hides a field. 42
Error Expected @param tag for '_value'. 42
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error First sentence should end with a period. 46
Error Parameter _value should be final. 51
Error '_value' hides a field. 51
Error Expected @param tag for '_value'. 51
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error First sentence should end with a period. 55
Error Expected an @return tag. 60
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 60
Error Avoid inline conditionals. 63
Error Method 'get_value' is not designed for extension - needs to be abstract, final or empty. 72
Error Name 'get_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error Method 'set_value' is not designed for extension - needs to be abstract, final or empty. 81
Error Name 'set_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Parameter _value should be final. 81
Error '_value' hides a field. 81
Error Expected @param tag for '_value'. 81
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error First sentence should end with a period. 85
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
Error First sentence should end with a period. 90
Error Expected an @return tag. 96
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter obj should be final. 96
Error Expected @param tag for 'obj'. 96
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 118
Error Expression can be simplified. 122
Error First sentence should end with a period. 130
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 133
Error First sentence should end with a period. 135
Error Expected an @return tag. 140
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 140
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
Error First sentence should end with a period. 159
Error Line is longer than 80 characters. 163
Error Line is longer than 80 characters. 166
Error Line is longer than 80 characters. 173
Error First sentence should end with a period. 177
Error Expected an @return tag. 182
Error First sentence should end with a period. 186
Error Expected an @return tag. 194
Error Line is longer than 80 characters. 194
Error Parameter mechType should be final. 194
Error Expected @param tag for 'mechType'. 194
Error Parameter _javaType should be final. 194
Error Expected @param tag for '_javaType'. 194
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 194
Error Line is longer than 80 characters. 195
Error Parameter _xmlType should be final. 195
Error Expected @param tag for '_xmlType'. 195
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 195
Error First sentence should end with a period. 200
Error Expected an @return tag. 208
Error Line is longer than 80 characters. 208
Error Parameter mechType should be final. 208
Error Expected @param tag for 'mechType'. 208
Error Parameter _javaType should be final. 208
Error Expected @param tag for '_javaType'. 208
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 208
Error Line is longer than 80 characters. 209
Error Parameter _xmlType should be final. 209
Error Expected @param tag for '_xmlType'. 209
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 209

org/apache/axis/message/addressing/ReplyTo.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 30
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 35
Error First sentence should end with a period. 39
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Parameter address should be final. 44
Error Expected @param tag for 'address'. 44
Error First sentence should end with a period. 48
Error Line has trailing spaces. 50
Error Line has trailing spaces. 51
Error Parameter address should be final. 53
Error Expected @param tag for 'address'. 53
Error First sentence should end with a period. 57
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Parameter endpoint should be final. 62
Error Expected @param tag for 'endpoint'. 62
Error First sentence should end with a period. 66
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Parameter element should be final. 72
Error Expected @param tag for 'element'. 72
Error Expected @throws tag for 'Exception'. 73
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter env should be final. 77
Error Line has trailing spaces. 78
Error Parameter actorURI should be final. 78
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Expected an @return tag. 88
Error Method 'toDOM' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter doc should be final. 88
Error Expected @param tag for 'doc'. 88
Error Line has trailing spaces. 91

org/apache/axis/message/addressing/ServiceNameType.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.w3c.dom.Attr. 27
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 40
Error Line has trailing spaces. 45
Error Line has trailing spaces. 48
Error Line has trailing spaces. 50
Error First sentence should end with a period. 51
Error Line has trailing spaces. 55
Error Missing a Javadoc comment. 56
Error Parameter qname should be final. 56
Error First sentence should end with a period. 60
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error Line has trailing spaces. 64
Error Parameter qname should be final. 66
Error Expected @param tag for 'qname'. 66
Error Parameter port should be final. 66
Error 'port' hides a field. 66
Error Expected @param tag for 'port'. 66
Error First sentence should end with a period. 71
Error Line has trailing spaces. 73
Error Line has trailing spaces. 77
Error Parameter namespace should be final. 77
Error Expected @param tag for 'namespace'. 77
Error Parameter localName should be final. 78
Error Expected @param tag for 'localName'. 78
Error Line has trailing spaces. 81
Error First sentence should end with a period. 82
Error Line has trailing spaces. 84
Error Parameter serviceName should be final. 87
Error Expected @param tag for 'serviceName'. 87
Error First sentence should end with a period. 92
Error Line has trailing spaces. 94
Error Line has trailing spaces. 95
Error Expected an @return tag. 97
Error Method 'getPort' is not designed for extension - needs to be abstract, final or empty. 97
Error First sentence should end with a period. 101
Error Line has trailing spaces. 103
Error Line has trailing spaces. 104
Error Method 'setPort' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter port should be final. 106
Error 'port' hides a field. 106
Error Expected @param tag for 'port'. 106
Error First sentence should end with a period. 110
Error Line has trailing spaces. 112
Error Line has trailing spaces. 113
Error Method 'append' is not designed for extension - needs to be abstract, final or empty. 115
Error Parameter parent should be final. 115
Error Expected @param tag for 'parent'. 115
Error Parameter elementName should be final. 115
Error Expected @param tag for 'elementName'. 115
Error Line has trailing spaces. 127
Error Missing a Javadoc comment. 127
Error Parameter element should be final. 127
Error Line has trailing spaces. 132
Error '?' should be on a new line. 132
Error Avoid inline conditionals. 132
Error Line has trailing spaces. 137
Error Missing a Javadoc comment. 137
Error Parameter element should be final. 137
Error Line has trailing spaces. 142
Error '?' should be on a new line. 142
Error Avoid inline conditionals. 142
Error Line has trailing spaces. 148
Error Missing a Javadoc comment. 150
Error Line is longer than 80 characters. 154
Error Line is longer than 80 characters. 155
Error Line is longer than 80 characters. 158
Error First sentence should end with a period. 162
Error Expected an @return tag. 165
Error First sentence should end with a period. 170
Error Expected an @return tag. 173
Error Line has trailing spaces. 174
Error Parameter mechType should be final. 174
Error Expected @param tag for 'mechType'. 174
Error Line has trailing spaces. 175
Error Parameter _javaType should be final. 175
Error Expected @param tag for '_javaType'. 175
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 175
Error Parameter _xmlType should be final. 176
Error Expected @param tag for '_xmlType'. 176
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 176
Error Line has trailing spaces. 177
Error First sentence should end with a period. 182
Error Expected an @return tag. 185
Error Line has trailing spaces. 186
Error Parameter mechType should be final. 186
Error Expected @param tag for 'mechType'. 186
Error Line has trailing spaces. 187
Error Parameter _javaType should be final. 187
Error Expected @param tag for '_javaType'. 187
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 187
Error Parameter _xmlType should be final. 188
Error Expected @param tag for '_xmlType'. 188
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 188
Error Line has trailing spaces. 189

org/apache/axis/message/addressing/To.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 26
Error Line is longer than 80 characters. 29
Error Line has trailing spaces. 31
Error First sentence should end with a period. 36
Error Line has trailing spaces. 38
Error Line has trailing spaces. 39
Error Parameter uri should be final. 41
Error Expected @param tag for 'uri'. 41
Error First sentence should end with a period. 45
Error Line has trailing spaces. 47
Error Line has trailing spaces. 48
Error Parameter uri should be final. 50
Error Expected @param tag for 'uri'. 50
Error Expected @throws tag for 'URI.MalformedURIException'. 50
Error Unable to get class information for URI.MalformedURIException. 50
Error First sentence should end with a period. 54
Error Line has trailing spaces. 56
Error Line has trailing spaces. 57
Error Parameter address should be final. 59
Error Expected @param tag for 'address'. 59
Error First sentence should end with a period. 63
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error Line has trailing spaces. 69
Error Parameter el should be final. 69
Error Expected @param tag for 'el'. 69
Error Expected @throws tag for 'Exception'. 70
Error Method 'toSOAPHeaderElement' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Parameter env should be final. 74
Error Line has trailing spaces. 75
Error Parameter actorURI should be final. 75
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80

org/apache/axis/message/addressing/handler/AddressingHandler.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error First sentence should end with a period. 51
Error Missing a Javadoc comment. 58
Error Variable 'log' must be private and have accessor methods. 58
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 68
Error Line has trailing spaces. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error Line has trailing spaces. 73
Error Missing a Javadoc comment. 74
Error '{' is not followed by whitespace. 74
Error '}' is not preceded with whitespace. 74
Error Line has trailing spaces. 75
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 79
Error Line has trailing spaces. 85
Error Method 'initializeActor' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Line has trailing spaces. 89
Error Missing a Javadoc comment. 90
Error First sentence should end with a period. 95
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 101
Error Parameter msgContext should be final. 101
Error Expected @param tag for 'msgContext'. 101
Error Expected @throws tag for 'AxisFault'. 101
Error Line has trailing spaces. 102
Error Line is longer than 80 characters. 103
Error Method 'onFault' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Parameter msgContext should be final. 125
Error Method 'processFault' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Parameter msgContext should be final. 136
Error Line has trailing spaces. 148
Error Line is longer than 80 characters. 163
Error First sentence should end with a period. 205
Error Method 'processClientRequest' is not designed for extension - needs to be abstract, final or empty. 210
Error Parameter msgContext should be final. 210
Error Expected @param tag for 'msgContext'. 210
Error Parameter setMustUnderstand should be final. 211
Error Expected @param tag for 'setMustUnderstand'. 211
Error Expected @throws tag for 'Exception'. 212
Error Line has trailing spaces. 219
Error Line has trailing spaces. 224
Error Line has trailing spaces. 226
Error Line is longer than 80 characters. 238
Error Line has trailing spaces. 241
Error 'if' is not followed by whitespace. 246
Error Line has trailing spaces. 251
Error Line has trailing spaces. 254
Error Line is longer than 80 characters. 267
Error Line has trailing spaces. 275
Error Line has trailing spaces. 278
Error Line is longer than 80 characters. 286
Error First sentence should end with a period. 292
Error Method 'processClientResponse' is not designed for extension - needs to be abstract, final or empty. 297
Error Parameter msgContext should be final. 297
Error Expected @param tag for 'msgContext'. 297
Error Expected @throws tag for 'Exception'. 298
Error Line has trailing spaces. 305
Error Line has trailing spaces. 306
Error Line has trailing spaces. 307
Error Line has trailing spaces. 309
Error Line has trailing spaces. 310
Error First sentence should end with a period. 316
Error Method 'processServerRequest' is not designed for extension - needs to be abstract, final or empty. 322
Error Parameter msgContext should be final. 322
Error Expected @param tag for 'msgContext'. 322
Error Expected @throws tag for 'Exception'. 323
Error Line has trailing spaces. 330
Error '==' is not preceded with whitespace. 336
Error '==' is not followed by whitespace. 336
Error '{' should be on the previous line. 337
Error '==' is not preceded with whitespace. 341
Error '==' is not followed by whitespace. 341
Error '{' should be on the previous line. 342
Error Line is longer than 80 characters. 344
Error Line has trailing spaces. 353
Error '&&' should be on a new line. 353
Error Line has trailing spaces. 356
Error Line has trailing spaces. 362
Error Line has trailing spaces. 363
Error Method 'resetOperations' is not designed for extension - needs to be abstract, final or empty. 363
Error Missing a Javadoc comment. 363
Error Parameter msgContext should be final. 363
Error Line has trailing spaces. 367
Error Line has trailing spaces. 370
Error Missing a Javadoc comment. 370
Error Parameter msgContext should be final. 370
Error 'cast' is not followed by whitespace. 382
Error Line has trailing spaces. 396
Error First sentence should end with a period. 397
Error Method 'setTargetService' is not designed for extension - needs to be abstract, final or empty. 401
Error Parameter msgContext should be final. 401
Error Expected @param tag for 'msgContext'. 401
Error Parameter headers should be final. 402
Error Expected @param tag for 'headers'. 402
Error Expected @throws tag for 'Exception'. 403
Error First sentence should end with a period. 417
Error Method 'processServerResponse' is not designed for extension - needs to be abstract, final or empty. 422
Error Parameter msgContext should be final. 422
Error Expected @param tag for 'msgContext'. 422
Error Parameter setMustUnderstand should be final. 423
Error Expected @param tag for 'setMustUnderstand'. 423
Error Expected @throws tag for 'Exception'. 424
Error Line has trailing spaces. 441
Error '+' should be on a new line. 463
Error Method 'forwardMessage' is not designed for extension - needs to be abstract, final or empty. 506
Error Missing a Javadoc comment. 506
Error Parameter epr should be final. 506
Error Parameter msg should be final. 507
Error Line is longer than 80 characters. 514
Error '{' should be on the previous line. 517
Error Line has trailing spaces. 520
Error Line has trailing spaces. 533
Error Line is longer than 80 characters. 535
Error Line is longer than 80 characters. 536
Error Line is longer than 80 characters. 541
Error Line has trailing spaces. 543
Error Expected an @return tag. 547
Error Method 'getService' is not designed for extension - needs to be abstract, final or empty. 547
Error Parameter msgContext should be final. 547
Error Expected @param tag for 'msgContext'. 547
Error Line has trailing spaces. 550
Error Line has trailing spaces. 555
Error Line has trailing spaces. 558
Error Parameter call should be final. 560
Error Parameter oldContext should be final. 560
Error Must have at least one statement. 587
Error Line has trailing spaces. 594

org/apache/axis/message/addressing/handler/AxisClientSideAddressingHandler.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line is longer than 80 characters. 36
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 44
Error '{' should be on the previous line. 45
Error Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. 52
Error '{' should be on the previous line. 53
Error Method 'canHandleBlock' is not designed for extension - needs to be abstract, final or empty. 60
Error '(' is followed by whitespace. 60
Error Parameter qname should be final. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line is longer than 80 characters. 66
Error Method 'setOption' is not designed for extension - needs to be abstract, final or empty. 68
Error '(' is followed by whitespace. 68
Error Parameter name should be final. 68
Error Parameter value should be final. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 78
Error Expected an @return tag. 83
Error Method 'setOptionDefault' is not designed for extension - needs to be abstract, final or empty. 83
Error '(' is followed by whitespace. 83
Error Parameter name should be final. 83
Error Expected @param tag for 'name'. 83
Error Parameter value should be final. 84
Error Expected @param tag for 'value'. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Method 'getOption' is not designed for extension - needs to be abstract, final or empty. 92
Error '(' is followed by whitespace. 92
Error Parameter name should be final. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. 100
Error '{' should be on the previous line. 101
Error Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. 108
Error '(' is followed by whitespace. 108
Error Parameter opts should be final. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 116
Error '(' is followed by whitespace. 116
Error Parameter name should be final. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 124
Error '{' should be on the previous line. 125
Error Method 'getDeploymentData' is not designed for extension - needs to be abstract, final or empty. 132
Error '(' is followed by whitespace. 132
Error Parameter doc should be final. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Method 'getUnderstoodHeaders' is not designed for extension - needs to be abstract, final or empty. 140
Error '{' should be on the previous line. 141
Error Method 'generateWSDL' is not designed for extension - needs to be abstract, final or empty. 148
Error '(' is followed by whitespace. 148
Error Parameter msgContext should be final. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 156
Error '(' is followed by whitespace. 156
Error Parameter msgContext should be final. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Method 'onFault' is not designed for extension - needs to be abstract, final or empty. 164
Error '(' is followed by whitespace. 164
Error Parameter msgContext should be final. 164
Error ')' is preceded with whitespace. 164
Error '{' should be on the previous line. 165
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error Method 'generateUUId' is not designed for extension - needs to be abstract, final or empty. 174
Error '{' should be on the previous line. 175
Error Line is longer than 80 characters. 180
Error Line is longer than 80 characters. 186
Error Method 'getSOAPAction' is not designed for extension - needs to be abstract, final or empty. 186
Error '(' is followed by whitespace. 186
Error Parameter jaxRpcMsgContext should be final. 186
Error ')' is preceded with whitespace. 186
Error Line is longer than 80 characters. 194
Error Line is longer than 80 characters. 199
Error Method 'setSOAPAction' is not designed for extension - needs to be abstract, final or empty. 199
Error '(' is followed by whitespace. 199
Error Parameter jaxRpcMsgContext should be final. 199
Error Parameter actionURI should be final. 199
Error ')' is preceded with whitespace. 199
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error Line is longer than 80 characters. 208
Error Expected an @return tag. 212
Error Line is longer than 80 characters. 212
Error Method 'getEndpointURL' is not designed for extension - needs to be abstract, final or empty. 212
Error Parameter jaxRpcMsgContext should be final. 212
Error Line is longer than 80 characters. 213

org/apache/axis/message/addressing/handler/AxisServerSideAddressingHandler.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line is longer than 80 characters. 45
Error Line is longer than 80 characters. 48
Error Missing a Javadoc comment. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 53
Error '{' should be on the previous line. 54
Error Method 'cleanup' is not designed for extension - needs to be abstract, final or empty. 61
Error '{' should be on the previous line. 62
Error Method 'canHandleBlock' is not designed for extension - needs to be abstract, final or empty. 69
Error '(' is followed by whitespace. 69
Error Parameter qname should be final. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line is longer than 80 characters. 75
Error Method 'setOption' is not designed for extension - needs to be abstract, final or empty. 77
Error '(' is followed by whitespace. 77
Error Parameter name should be final. 77
Error Parameter value should be final. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Expected an @return tag. 93
Error Method 'setOptionDefault' is not designed for extension - needs to be abstract, final or empty. 93
Error '(' is followed by whitespace. 93
Error Parameter name should be final. 93
Error Expected @param tag for 'name'. 93
Error Parameter value should be final. 94
Error Expected @param tag for 'value'. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Method 'getOption' is not designed for extension - needs to be abstract, final or empty. 102
Error '(' is followed by whitespace. 102
Error Parameter name should be final. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. 110
Error '{' should be on the previous line. 111
Error Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. 118
Error '(' is followed by whitespace. 118
Error Parameter opts should be final. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 126
Error '(' is followed by whitespace. 126
Error Parameter name should be final. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 134
Error '{' should be on the previous line. 135
Error Method 'getDeploymentData' is not designed for extension - needs to be abstract, final or empty. 142
Error '(' is followed by whitespace. 142
Error Parameter doc should be final. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Method 'getUnderstoodHeaders' is not designed for extension - needs to be abstract, final or empty. 150
Error '{' should be on the previous line. 151
Error Method 'generateWSDL' is not designed for extension - needs to be abstract, final or empty. 158
Error '(' is followed by whitespace. 158
Error Parameter msgContext should be final. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 166
Error '(' is followed by whitespace. 166
Error Parameter msgContext should be final. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Method 'onFault' is not designed for extension - needs to be abstract, final or empty. 174
Error '(' is followed by whitespace. 174
Error Parameter msgContext should be final. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Method 'generateUUId' is not designed for extension - needs to be abstract, final or empty. 184
Error '{' should be on the previous line. 185
Error Comment matches to-do format 'TODO:'. 189
Error Line is longer than 80 characters. 190
Error Method 'forwardMessage' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error '(' is followed by whitespace. 190
Error Parameter soapMsgContext should be final. 190
Error Parameter endpointRef should be final. 190
Error ')' is preceded with whitespace. 190
Error '{' should be on the previous line. 193
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error Line is longer than 80 characters. 196
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error Line is longer than 80 characters. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error Line is longer than 80 characters. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Line is longer than 80 characters. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error Line is longer than 80 characters. 202
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '}' should be on the same line. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '{' should be on the previous line. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error Line is longer than 80 characters. 212
Error Method 'setTargetService' is not designed for extension - needs to be abstract, final or empty. 212
Error Missing a Javadoc comment. 212
Error '(' is followed by whitespace. 212
Error Parameter soapMsgContext should be final. 212
Error Parameter headers should be final. 212
Error ')' is preceded with whitespace. 212
Error Redundant throws: 'Exception' is unchecked exception. 213
Error '{' should be on the previous line. 214
Error Line is longer than 80 characters. 215
Error Comment matches to-do format 'TODO:'. 216
Error '(' is followed by whitespace. 217
Error '&&' should be on a new line. 217
Error ')' is preceded with whitespace. 218
Error '{' should be on the previous line. 219
Error '(' is followed by whitespace. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error ')' is preceded with whitespace. 220
Error Line is longer than 80 characters. 221
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error Line is longer than 80 characters. 230
Error Missing a Javadoc comment. 230
Error '(' is followed by whitespace. 230
Error Parameter soapMsgContext should be final. 230
Error Parameter endpointRef should be final. 230
Error ')' is preceded with whitespace. 230
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
Error Line is longer than 80 characters. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 238
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239

org/apache/axis/message/addressing/handler/GenericAxisHandler.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 38
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error '(' is followed by whitespace. 42
Error Parameter handler should be final. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error '{' should be on the previous line. 53
Error Line is longer than 80 characters. 54
Error '(' is followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 64
Error '(' is followed by whitespace. 64
Error Parameter msgContext should be final. 64
Error Expected @param tag for 'msgContext'. 64
Error ')' is preceded with whitespace. 64
Error Expected @throws tag for 'AxisFault'. 64
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '}' should be on the same line. 69
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 79
Error '(' is followed by whitespace. 81
Error Parameter msgContext should be final. 81
Error Expected @param tag for 'msgContext'. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 92
Error '{' should be on the previous line. 94
Error Line is longer than 80 characters. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '}' should be on the same line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error Line is longer than 80 characters. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99

org/apache/axis/message/addressing/handler/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/message/addressing/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/message/addressing/tools/wsdl/JavaAddressingGeneratorFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.apache.axis.wsdl.symbolTable.BindingEntry. 21
Error Unused import - org.apache.axis.wsdl.symbolTable.PortTypeEntry. 22
Error Unused import - org.apache.axis.wsdl.symbolTable.ServiceEntry. 23
Error Unused import - org.apache.axis.wsdl.symbolTable.SymTabEntry. 24
Error Unused import - org.apache.axis.wsdl.symbolTable.TypeEntry. 26
Error Unused import - org.apache.axis.wsdl.toJava.JavaBindingWriter. 28
Error Unused import - javax.wsdl.Binding. 31
Error Unused import - java.util.Iterator. 34
Error Unused import - java.util.Vector. 35
Error Missing a Javadoc comment. 43
Error Parameter emitter should be final. 43
Error Method 'getGenerator' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Parameter service should be final. 48
Error Parameter symbolTable should be final. 49

org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceIfaceImplWriter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.apache.axis.utils.WSDLUtils. 22
Error Unused import - java.net.MalformedURLException. 39
Error Unused import - java.net.URL. 40
Error Unused import - java.util.Vector. 44
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 56
Error Parameter emitter should be final. 57
Error Parameter sEntry should be final. 58
Error 'sEntry' hides a field. 58
Error Parameter symbolTable should be final. 59
Error 'symbolTable' hides a field. 59
Error Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Line contains a tab character. 68
Error Method 'getClassText' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 73
Error Unclosed HTML tag found: <serviceInterface>". 76
Error Expected an @return tag. 78
Error Method 'getImplementsText' is not designed for extension - needs to be abstract, final or empty. 78
Error Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. 85
Error Parameter pw should be final. 85
Error Expected @param tag for 'pw'. 85
Error Expected @throws tag for 'IOException'. 85
Error '{' is followed by whitespace. 100
Error '{' is followed by whitespace. 112
Error '{' is followed by whitespace. 124
Error '+' should be on a new line. 147
Error Line is longer than 80 characters. 148
Error '+' should be on a new line. 148
Error Line contains a tab character. 151

org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceImplWriter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.apache.axis.utils.WSDLUtils. 22
Error Unused import - java.net.MalformedURLException. 39
Error Unused import - java.net.URL. 40
Error Unused import - java.util.Vector. 44
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 55
Error Parameter emitter should be final. 56
Error Parameter sEntry should be final. 57
Error 'sEntry' hides a field. 57
Error Parameter symbolTable should be final. 58
Error 'symbolTable' hides a field. 58
Error Method 'getExtendsText' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Line contains a tab character. 67
Error Unclosed HTML tag found: <serviceInterface>". 71
Error Expected an @return tag. 73
Error Method 'getImplementsText' is not designed for extension - needs to be abstract, final or empty. 73
Error Method 'writeFileBody' is not designed for extension - needs to be abstract, final or empty. 80
Error Parameter pw should be final. 80
Error Expected @param tag for 'pw'. 80
Error Expected @throws tag for 'IOException'. 80
Error '{' is followed by whitespace. 95
Error '{' is followed by whitespace. 107
Error '{' is followed by whitespace. 119
Error '+' should be on a new line. 142
Error Line is longer than 80 characters. 143
Error '+' should be on a new line. 143
Error Line is longer than 80 characters. 146
Error Line contains a tab character. 146
Error Line has trailing spaces. 147
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error '+' should be on a new line. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line is longer than 80 characters. 160
Error Line is longer than 80 characters. 161
Error Line is longer than 80 characters. 163
Error Line is longer than 80 characters. 164
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 168

org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceWriter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.apache.axis.wsdl.toJava.JavaServiceImplWriter. 24
Error Unused import - org.apache.axis.wsdl.toJava.JavaTestCaseWriter. 26
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 40
Error Variable 'gridServiceImplWriter' must be private and have accessor methods. 40
Error Missing a Javadoc comment. 41
Error Variable 'gridServiceIfaceImplWriter' must be private and have accessor methods. 41
Error Parameter emitter should be final. 47
Error Expected @param tag for 'emitter'. 47
Error Parameter service should be final. 48
Error Expected @param tag for 'service'. 48
Error Parameter symbolTable should be final. 49
Error Expected @param tag for 'symbolTable'. 49
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line has trailing spaces. 61
Error Line has trailing spaces. 62
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Method 'generate' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line contains a tab character. 75

org/apache/axis/message/addressing/tools/wsdl/WSDL2Java.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 28
Error Line has trailing spaces. 29
Error Method 'createParser' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error 'cast' is not followed by whitespace. 35
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 40
Error Parameter args should be final. 40

org/apache/axis/message/addressing/tools/wsdl/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/message/addressing/util/AddressingUtils.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error First sentence should end with a period. 41
Error Line has trailing spaces. 43
Error Utility classes should not have a public or default constructor. 46
Error Line has trailing spaces. 52
Error Parameter soapHeader should be final. 52
Error Expected @param tag for 'soapHeader'. 52
Error Parameter actorURI should be final. 53
Error Expected @param tag for 'actorURI'. 53
Error Parameter headerName should be final. 54
Error Expected @param tag for 'headerName'. 54
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '&&' should be on a new line. 63
Error Missing a Javadoc comment. 74
Error '(' is followed by whitespace. 74
Error Parameter nsURI should be final. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Line has trailing spaces. 82
Error Parameter soapHeader should be final. 82
Error Expected @param tag for 'soapHeader'. 82
Error Parameter actorURI should be final. 83
Error Expected @param tag for 'actorURI'. 83
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103
Error Expected an @return tag. 108
Error Parameter msgCtx should be final. 108
Error Expected @param tag for 'msgCtx'. 108
Error Line has trailing spaces. 111
Error Line has trailing spaces. 113
Error Expected an @return tag. 118
Error Parameter msgCtx should be final. 118
Error Expected @param tag for 'msgCtx'. 118
Error Line has trailing spaces. 121
Error Missing a Javadoc comment. 122
Error Parameter msgCtx should be final. 122
Error Parameter type should be final. 123
Error 'cast' is not followed by whitespace. 125
Error Line has trailing spaces. 126
Error Line has trailing spaces. 132
Error Line has trailing spaces. 137
Error Expected an @return tag. 140
Error Parameter portTypeQName should be final. 140
Error Expected @param tag for 'portTypeQName'. 140
Error Parameter operation should be final. 141
Error Expected @param tag for 'operation'. 141
Error Line is longer than 80 characters. 143
Error Line has trailing spaces. 149
Error Line has trailing spaces. 154
Error Expected an @return tag. 157
Error Parameter portTypeQName should be final. 157
Error Expected @param tag for 'portTypeQName'. 157
Error Parameter operation should be final. 158
Error Expected @param tag for 'operation'. 158
Error Line is longer than 80 characters. 160
Error Line has trailing spaces. 166
Error Line has trailing spaces. 169
Error Missing a Javadoc comment. 170
Error Parameter inputOutput should be final. 170
Error Parameter inputOutputName should be final. 171
Error Parameter portTypeQName should be final. 172
Error Parameter operation should be final. 173
Error Parameter defaultName should be final. 174
Error Line has trailing spaces. 175
Error 'cast' is not followed by whitespace. 180
Error '50' is a magic number. 189
Error Line has trailing spaces. 197
Error Line has trailing spaces. 200
Error Expected an @return tag. 204
Error Parameter element should be final. 204
Error Expected @param tag for 'element'. 204
Error Line has trailing spaces. 205
Error Parameter namespace should be final. 205
Error Expected @param tag for 'namespace'. 205
Error Expected @throws tag for 'SOAPException'. 206
Error Line is longer than 80 characters. 208
Error 'while' is not followed by whitespace. 213
Error 'cast' is not followed by whitespace. 214
Error Line has trailing spaces. 220
Error Line has trailing spaces. 226
Error Line has trailing spaces. 228

org/apache/axis/message/addressing/util/TextExtractor.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.w3c.dom.Document. 24
Error Unused import - org.w3c.dom.Element. 25
Error First sentence should end with a period. 30
Error Line has trailing spaces. 32
Error Utility classes should not have a public or default constructor. 35
Error Missing a Javadoc comment. 37
Error Parameter value should be final. 37
Error Parameter elem should be final. 37
Error Avoid inline conditionals. 39
Error '+' is not preceded with whitespace. 41
Error '+' is not followed by whitespace. 41
Error Missing a Javadoc comment. 44
Error Parameter node should be final. 44
Error '=' is not preceded with whitespace. 55
Error '=' is not followed by whitespace. 55
Error ';' is not followed by whitespace. 55
Error '<' is not preceded with whitespace. 55
Error '<' is not followed by whitespace. 55
Error ';' is not followed by whitespace. 55
Error Missing a Javadoc comment. 67
Error Parameter element should be final. 67
Error Avoid inline conditionals. 69
Error Line has trailing spaces. 71

org/apache/axis/message/addressing/util/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/message/addressing/uuid/AxisUUIdGenerator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unclosed HTML tag found: <ian_springer@hp.com> 27
Error Missing a Javadoc comment. 31
Error Name 'AXIS_UUIDGENERATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Method 'generateUUId' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38

org/apache/axis/message/addressing/uuid/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/ws/addressing/handler/AbstractAddressingHandler.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line is longer than 80 characters. 38
Error Unclosed HTML tag found: <ian_springer@hp.com> 42
Error '{' should be on the previous line. 45
Error Missing a Javadoc comment. 47
Error Name 'CONFIG_PROP__ACTOR' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
Error Line is longer than 80 characters. 48
Error Missing a Javadoc comment. 48
Error Name 'CONFIG_PROP__REFERENCE_PROPERTY_NAMES' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
Error Missing a Javadoc comment. 49
Error Name 'CONFIG_PROP__REMOVE_HEADERS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Line is longer than 80 characters. 81
Error Missing a Javadoc comment. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Missing a Javadoc comment. 88
Error Missing a Javadoc comment. 89
Error Line is longer than 80 characters. 94
Error Method 'getHeaders' is not designed for extension - needs to be abstract, final or empty. 96
Error '{' should be on the previous line. 97
Error Line is longer than 80 characters. 102
Error Line is longer than 80 characters. 104
Error Line is longer than 80 characters. 105
Error Line is longer than 80 characters. 106
Error Line is longer than 80 characters. 108
Error Line is longer than 80 characters. 112
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 114
Error '(' is followed by whitespace. 114
Error Parameter handlerInfo should be final. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line is longer than 80 characters. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Method 'getHandlerConfigProperties' is not designed for extension - needs to be abstract, final or empty. 127
Error '{' should be on the previous line. 128
Error Method 'getHandlerConfigProperty' is not designed for extension - needs to be abstract, final or empty. 139
Error '(' is followed by whitespace. 139
Error Parameter propName should be final. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line is longer than 80 characters. 145
Error Line is longer than 80 characters. 150
Error Method 'isHandlerConfigPropertyTrue' is not designed for extension - needs to be abstract, final or empty. 153
Error '(' is followed by whitespace. 153
Error Parameter propName should be final. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 154
Error Line is longer than 80 characters. 155
Error '(' is followed by whitespace. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error ')' is preceded with whitespace. 155
Error Line is longer than 80 characters. 159
Error Expected an @return tag. 164
Error Method 'generateUUId' is not designed for extension - needs to be abstract, final or empty. 164
Error '{' should be on the previous line. 165
Error '{' should be on the previous line. 167
Error Line is longer than 80 characters. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '}' should be on the same line. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error Line is longer than 80 characters. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Method 'isMustUnderstandEnabled' is not designed for extension - needs to be abstract, final or empty. 176
Error Missing a Javadoc comment. 176
Error '(' is followed by whitespace. 176
Error Parameter msgContext should be final. 176
Error ')' is preceded with whitespace. 176
Error '{' should be on the previous line. 177
Error Line is longer than 80 characters. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line is longer than 80 characters. 181
Error Method 'isPropertyTrue' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error '(' is followed by whitespace. 181
Error Parameter msgContext should be final. 181
Error Parameter propName should be final. 181
Error ')' is preceded with whitespace. 181
Error Line is longer than 80 characters. 183
Error '(' is followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error ')' is preceded with whitespace. 183
Error Method 'createMessageID' is not designed for extension - needs to be abstract, final or empty. 186
Error Missing a Javadoc comment. 186
Error Unable to get class information for URI.MalformedURIException. 187
Error '{' should be on the previous line. 188
Error Line is longer than 80 characters. 189
Error '(' is followed by whitespace. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error ')' is preceded with whitespace. 189
Error Method 'getReferencePropertyQNames' is not designed for extension - needs to be abstract, final or empty. 192
Error Missing a Javadoc comment. 192
Error '{' should be on the previous line. 193
Error Method 'getActor' is not designed for extension - needs to be abstract, final or empty. 202
Error '{' should be on the previous line. 203
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Method 'isRemoveHeadersEnabled' is not designed for extension - needs to be abstract, final or empty. 212
Error '{' should be on the previous line. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error Method 'initReferencePropertyQNames' is not designed for extension - needs to be abstract, final or empty. 222
Error '{' should be on the previous line. 223
Error Line is longer than 80 characters. 224
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '{' should be on the previous line. 227
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '}' should be on the same line. 230
Error '(' is followed by whitespace. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '}' should be on the same line. 235
Error '{' should be on the previous line. 237
Error Line is longer than 80 characters. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 241
Error '{' should be on the previous line. 244
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error Line is longer than 80 characters. 246
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error '}' should be on the same line. 248
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '{' should be on the previous line. 250
Error Line is longer than 80 characters. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error Line has trailing spaces. 255

org/apache/ws/addressing/handler/ClientSideAddressingHandler.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 34
Error Unclosed HTML tag found: <ian_springer@hp.com> 38
Error Missing a Javadoc comment. 42
Error Line is longer than 80 characters. 45
Error Missing a Javadoc comment. 45
Error Name 'MSG_CONTEXT_PROP__SOAP_ACTION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Parameter msgContext should be final. 47
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 69
Error Line is longer than 80 characters. 74
Error Method 'handleResponse' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Parameter msgContext should be final. 79
Error Line is longer than 80 characters. 100
Error Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Parameter messageContext should be final. 105
Error Line is longer than 80 characters. 110
Error Method 'getSOAPAction' is not designed for extension - needs to be abstract, final or empty. 116
Error Parameter msgContext should be final. 116
Error Line is longer than 80 characters. 117
Error Avoid inline conditionals. 118
Error Line is longer than 80 characters. 122
Error Method 'setSOAPAction' is not designed for extension - needs to be abstract, final or empty. 128
Error Parameter msgContext should be final. 128
Error Parameter actionURI should be final. 128
Error Line is longer than 80 characters. 133
Error Line is longer than 80 characters. 134
Error Line is longer than 80 characters. 135
Error Method 'getEndpointURL' is not designed for extension - needs to be abstract, final or empty. 140
Error Parameter msgContext should be final. 140
Error Expected @param tag for 'msgContext'. 140
Error Line is longer than 80 characters. 144
Error Missing a Javadoc comment. 144
Error Parameter addrHeaders should be final. 144
Error Parameter msgContext should be final. 144
Error Unable to get class information for URI.MalformedURIException. 145
Error Line is longer than 80 characters. 149
Error Line is longer than 80 characters. 150
Error Line is longer than 80 characters. 151
Error Line is longer than 80 characters. 159
Error Missing a Javadoc comment. 159
Error Parameter addrHeaders should be final. 159
Error Parameter msgContext should be final. 159
Error Unable to get class information for URI.MalformedURIException. 160
Error Line is longer than 80 characters. 167
Error Missing a Javadoc comment. 172
Error Parameter addrHeaders should be final. 172
Error Unable to get class information for URI.MalformedURIException. 173
Error Line is longer than 80 characters. 179
Error Missing a Javadoc comment. 179
Error Parameter addrHeaders should be final. 179
Error Parameter msgContext should be final. 179
Error Unable to get class information for URI.MalformedURIException. 180
Error Avoid inline conditionals. 183
Error Line is longer than 80 characters. 187
Error Missing a Javadoc comment. 187
Error Parameter addrHeaders should be final. 187
Error Parameter msgContext should be final. 187
Error Unable to get class information for URI.MalformedURIException. 188

org/apache/ws/addressing/handler/ServerSideAddressingHandler.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Unclosed HTML tag found: <ian_springer@hp.com> 57
Error '{' should be on the previous line. 60
Error Missing a Javadoc comment. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error First sentence should end with a period. 65
Error Line is longer than 80 characters. 66
Error Name 'TRANSFORMER_FACTORY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Error Variable 'TRANSFORMER_FACTORY' must be private and have accessor methods. 68
Error '{' should be on the previous line. 72
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error '(' is followed by whitespace. 77
Error Parameter msgContext should be final. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 93
Error '==' is not preceded with whitespace. 95
Error '==' is not followed by whitespace. 95
Error '{' should be on the previous line. 96
Error '==' is not preceded with whitespace. 100
Error '==' is not followed by whitespace. 100
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 103
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '}' should be on the same line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Method 'handleResponse' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error '(' is followed by whitespace. 123
Error Parameter msgContext should be final. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error Line is longer than 80 characters. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line is longer than 80 characters. 144
Error '(' is followed by whitespace. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error ')' is preceded with whitespace. 144
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '}' should be on the same line. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 156
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 164
Error Missing a Javadoc comment. 164
Error '(' is followed by whitespace. 164
Error Parameter msgContext should be final. 164
Error ')' is preceded with whitespace. 164
Error '{' should be on the previous line. 165
Error '{' should be on the previous line. 168
Error Line is longer than 80 characters. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line is longer than 80 characters. 179
Error Line is longer than 80 characters. 180
Error '(' is followed by whitespace. 180
Error '!' is followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line is longer than 80 characters. 182
Error '(' is followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error ')' is preceded with whitespace. 182
Error ')' is preceded with whitespace. 182
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '}' should be on the same line. 188
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error Line is longer than 80 characters. 207
Error Method 'forwardMessage' is not designed for extension - needs to be abstract, final or empty. 207
Error '(' is followed by whitespace. 207
Error Parameter soapMsgContext should be final. 207
Error Expected @param tag for 'soapMsgContext'. 207
Error Parameter endpointRef should be final. 207
Error Expected @param tag for 'endpointRef'. 207
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 210
Error Line is longer than 80 characters. 211
Error Line is longer than 80 characters. 212
Error '(' is followed by whitespace. 212
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error ')' is preceded with whitespace. 212
Error Line is longer than 80 characters. 214
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '}' should be on the same line. 216
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '{' should be on the previous line. 218
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error Missing a Javadoc comment. 223
Error '(' is followed by whitespace. 223
Error Parameter addr should be final. 223
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 225
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error Line is longer than 80 characters. 230
Error Line is longer than 80 characters. 231
Error Line is longer than 80 characters. 236
Error Expected an @return tag. 243
Error Line is longer than 80 characters. 243
Error Method 'getService' is not designed for extension - needs to be abstract, final or empty. 243
Error '(' is followed by whitespace. 243
Error Parameter msgContext should be final. 243
Error Expected @param tag for 'msgContext'. 243
Error ')' is preceded with whitespace. 243
Error Expected @throws tag for 'ServiceException'. 243
Error '(' is followed by whitespace. 245
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error ')' is preceded with whitespace. 245
Error Method 'configureCall' is not designed for extension - needs to be abstract, final or empty. 256
Error '(' is followed by whitespace. 256
Error Parameter call should be final. 256
Error Parameter oldContext should be final. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 257
Error Line is longer than 80 characters. 262
Error Expected an @return tag. 264
Error Method 'getTargetServiceName' is not designed for extension - needs to be abstract, final or empty. 264
Error '(' is followed by whitespace. 264
Error Parameter headers should be final. 264
Error Expected @param tag for 'headers'. 264
Error ')' is preceded with whitespace. 264
Error Expected @throws tag for 'Exception'. 265
Error '{' should be on the previous line. 266
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error '{' should be on the previous line. 269
Error '(' is followed by whitespace. 273
Error ')' is preceded with whitespace. 273
Error '{' should be on the previous line. 274
Error '(' is followed by whitespace. 278
Error '(' is followed by whitespace. 278
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error ')' is preceded with whitespace. 278
Error ')' is preceded with whitespace. 278
Error Line is longer than 80 characters. 289
Error Method 'setTargetService' is not designed for extension - needs to be abstract, final or empty. 289
Error '(' is followed by whitespace. 289
Error Parameter soapMsgContext should be final. 289
Error Expected @param tag for 'soapMsgContext'. 289
Error Parameter headers should be final. 289
Error Expected @param tag for 'headers'. 289
Error ')' is preceded with whitespace. 289
Error Expected @throws tag for 'Exception'. 290
Error '{' should be on the previous line. 291
Error Line is longer than 80 characters. 295
Error Missing a Javadoc comment. 295
Error '(' is followed by whitespace. 295
Error Parameter requestAddrHeaders should be final. 295
Error Parameter responseAddrHeaders should be final. 295
Error ')' is preceded with whitespace. 295
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error '{' should be on the previous line. 299
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error '{' should be on the previous line. 302
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error Line is longer than 80 characters. 304
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error Line is longer than 80 characters. 310
Error Missing a Javadoc comment. 310
Error '(' is followed by whitespace. 310
Error Parameter requestAddrHeaders should be final. 310
Error Parameter responseAddrHeaders should be final. 310
Error ')' is preceded with whitespace. 310
Error Unable to get class information for URI.MalformedURIException. 311
Error '{' should be on the previous line. 312
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 314
Error '{' should be on the previous line. 315
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error '{' should be on the previous line. 319
Error Line is longer than 80 characters. 320
Error '(' is followed by whitespace. 320
Error '(' is followed by whitespace. 320
Error '(' is followed by whitespace. 320
Error '+' should be on a new line. 320
Error ')' is preceded with whitespace. 321
Error ')' is preceded with whitespace. 321
Error ')' is preceded with whitespace. 321
Error Line is longer than 80 characters. 326
Error Missing a Javadoc comment. 326
Error '(' is followed by whitespace. 326
Error Parameter requestAddrHeaders should be final. 326
Error Parameter responseAddrHeaders should be final. 326
Error ')' is preceded with whitespace. 326
Error Unable to get class information for URI.MalformedURIException. 327
Error '{' should be on the previous line. 328
Error Line is longer than 80 characters. 329
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error '}' should be on the same line. 332
Error '{' should be on the previous line. 334
Error '(' is followed by whitespace. 335
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 335
Error ')' is preceded with whitespace. 335
Error Line is longer than 80 characters. 339
Error Missing a Javadoc comment. 339
Error '(' is followed by whitespace. 339
Error Parameter requestAddrHeaders should be final. 339
Error Parameter responseAddrHeaders should be final. 339
Error ')' is preceded with whitespace. 339
Error Unable to get class information for URI.MalformedURIException. 340
Error '{' should be on the previous line. 341
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error '{' should be on the previous line. 344
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 346
Error Missing a Javadoc comment. 350
Error '(' is followed by whitespace. 350
Error Parameter responseAddrHeaders should be final. 350
Error ')' is preceded with whitespace. 350
Error Unable to get class information for URI.MalformedURIException. 351
Error '{' should be on the previous line. 352
Error '(' is followed by whitespace. 353
Error ')' is preceded with whitespace. 353
Error Line is longer than 80 characters. 356
Error Missing a Javadoc comment. 356
Error '(' is followed by whitespace. 356
Error Parameter requestAddrHeaders should be final. 356
Error Parameter soapMsgContext should be final. 356
Error ')' is preceded with whitespace. 356
Error '{' should be on the previous line. 358
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error '{' should be on the previous line. 361
Error '(' is followed by whitespace. 363
Error ')' is preceded with whitespace. 363
Error '{' should be on the previous line. 364
Error '(' is followed by whitespace. 366
Error '(' is followed by whitespace. 366
Error ')' is preceded with whitespace. 366
Error ')' is preceded with whitespace. 366
Error '{' should be on the previous line. 367
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 368
Error Line is longer than 80 characters. 374
Error Missing a Javadoc comment. 374
Error '(' is followed by whitespace. 374
Error Parameter soapMsgContext should be final. 374
Error Parameter resHeaders should be final. 374
Error ')' is preceded with whitespace. 374
Error '{' should be on the previous line. 376
Error '(' is followed by whitespace. 378
Error ')' is preceded with whitespace. 378
Error '{' should be on the previous line. 379
Error Line is longer than 80 characters. 380
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error Line is longer than 80 characters. 385
Error Missing a Javadoc comment. 385
Error '(' is followed by whitespace. 385
Error Parameter reqHeaders should be final. 385
Error Parameter soapMsgContext should be final. 385
Error ')' is preceded with whitespace. 385
Error '{' should be on the previous line. 387
Error '(' is followed by whitespace. 389
Error ')' is preceded with whitespace. 389
Error '{' should be on the previous line. 390
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error '{' should be on the previous line. 393
Error '(' is followed by whitespace. 394
Error ')' is preceded with whitespace. 394
Error Line is longer than 80 characters. 399
Error Missing a Javadoc comment. 399
Error '(' is followed by whitespace. 399
Error Parameter reqHeaders should be final. 399
Error Parameter resHeaders should be final. 399
Error ')' is preceded with whitespace. 399
Error Unable to get class information for URI.MalformedURIException. 400
Error '{' should be on the previous line. 401
Error '(' is followed by whitespace. 403
Error ')' is preceded with whitespace. 403
Error '{' should be on the previous line. 404
Error '(' is followed by whitespace. 405
Error ')' is preceded with whitespace. 406
Error Missing a Javadoc comment. 410
Error '(' is followed by whitespace. 410
Error Parameter resHeaders should be final. 410
Error ')' is preceded with whitespace. 410
Error Unable to get class information for URI.MalformedURIException. 411
Error '{' should be on the previous line. 412
Error '(' is followed by whitespace. 413
Error '(' is followed by whitespace. 413
Error ')' is preceded with whitespace. 413
Error ')' is preceded with whitespace. 413
Error '(' is followed by whitespace. 414
Error ')' is preceded with whitespace. 414
Error Line is longer than 80 characters. 418
Error '(' is followed by whitespace. 421
Error Parameter soapElem should be final. 421
Error Expected @param tag for 'soapElem'. 421
Error ')' is preceded with whitespace. 421
Error '{' should be on the previous line. 422
Error Line is longer than 80 characters. 424
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error '(' is followed by whitespace. 427
Error ')' is preceded with whitespace. 427
Error '{' should be on the previous line. 428
Error '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error '(' is followed by whitespace. 430
Error ')' is preceded with whitespace. 430
Error '{' should be on the previous line. 431
Error Missing a Javadoc comment. 438
Error '(' is followed by whitespace. 438
Error Parameter iter should be final. 438
Error ')' is preceded with whitespace. 438
Error '{' should be on the previous line. 439
Error '(' is followed by whitespace. 441
Error ')' is preceded with whitespace. 441
Error '{' should be on the previous line. 442
Error '(' is followed by whitespace. 443
Error ')' is preceded with whitespace. 443

org/apache/ws/addressing/handler/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/ws/addressing/uuid/JugUUIdGenerator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 24
Error Unclosed HTML tag found: <ian_springer@hp.com> 26
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 44
Error Line is longer than 80 characters. 45
Error Line is longer than 80 characters. 47
Error Missing a Javadoc comment. 51
Error Name 'JUG_UUIDGENERATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Method 'generateUUId' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Line is longer than 80 characters. 64

org/apache/ws/addressing/uuid/UUIdGenerator.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unclosed HTML tag found: <ian_springer@hp.com> 25

org/apache/ws/addressing/uuid/UUIdGeneratorFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unclosed HTML tag found: <ian_springer@hp.com> 22
Error Utility classes should not have a public or default constructor. 24
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Redundant throws: 'RuntimeException' is unchecked exception. 33
Error Line is longer than 80 characters. 37
Error Missing a Javadoc comment. 37
Error Parameter implClass should be final. 37
Error Redundant throws: 'RuntimeException' is unchecked exception. 37
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 45
Error Missing a Javadoc comment. 45
Error Parameter implClassname should be final. 45
Error Redundant throws: 'RuntimeException' is unchecked exception. 45
Error Line is longer than 80 characters. 49

org/apache/ws/addressing/uuid/package.html

ErrorLine
Error Missing package documentation file.0