Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
95002115

Files

FilesIWE
org/apache/axis/om/FactoryFinder.java 0011
org/apache/axis/om/OMAttribute.java 0013
org/apache/axis/om/OMConstants.java 0053
org/apache/axis/om/OMElement.java 0095
org/apache/axis/om/OMException.java 0014
org/apache/axis/om/OMFactory.java 00102
org/apache/axis/om/OMFactoryException.java 0014
org/apache/axis/om/OMNamedNode.java 0019
org/apache/axis/om/OMNamespace.java 0013
org/apache/axis/om/OMNode.java 0072
org/apache/axis/om/OMSerializer.java 006
org/apache/axis/om/OMText.java 009
org/apache/axis/om/OMXMLParserWrapper.java 0017
org/apache/axis/om/SOAPBody.java 0010
org/apache/axis/om/SOAPEnvelope.java 007
org/apache/axis/om/SOAPFault.java 0024
org/apache/axis/om/SOAPHeader.java 0013
org/apache/axis/om/SOAPHeaderBlock.java 008
org/apache/axis/om/impl/llom/OMAttributeImpl.java 0044
org/apache/axis/om/impl/llom/OMDocument.java 0021
org/apache/axis/om/impl/llom/OMElementImpl.java 00249
org/apache/axis/om/impl/llom/OMNamedNodeImpl.java 0048
org/apache/axis/om/impl/llom/OMNamespaceImpl.java 0027
org/apache/axis/om/impl/llom/OMNavigator.java 0035
org/apache/axis/om/impl/llom/OMNodeImpl.java 0098
org/apache/axis/om/impl/llom/OMStAXWrapper.java 00203
org/apache/axis/om/impl/llom/OMTextImpl.java 0041
org/apache/axis/om/impl/llom/SOAPBodyImpl.java 0042
org/apache/axis/om/impl/llom/SOAPEnvelopeImpl.java 0026
org/apache/axis/om/impl/llom/SOAPFaultImpl.java 0064
org/apache/axis/om/impl/llom/SOAPHeaderBlockImpl.java 0036
org/apache/axis/om/impl/llom/SOAPHeaderImpl.java 0029
org/apache/axis/om/impl/llom/builder/StAXBuilder.java 00158
org/apache/axis/om/impl/llom/builder/StAXOMBuilder.java 0038
org/apache/axis/om/impl/llom/builder/StAXSOAPModelBuilder.java 0053
org/apache/axis/om/impl/llom/builder/package.html 001
org/apache/axis/om/impl/llom/exception/OMBuilderException.java 005
org/apache/axis/om/impl/llom/exception/OMStreamingException.java 0014
org/apache/axis/om/impl/llom/exception/package.html 001
org/apache/axis/om/impl/llom/factory/OMLinkedListImplFactory.java 00133
org/apache/axis/om/impl/llom/factory/OMXMLBuilderFactory.java 0019
org/apache/axis/om/impl/llom/factory/package.html 001
org/apache/axis/om/impl/llom/package.html 001
org/apache/axis/om/impl/llom/serialize/StreamWriterToContentHandlerConverter.java 0082
org/apache/axis/om/impl/llom/serialize/StreamingOMSerializer.java 0069
org/apache/axis/om/impl/llom/serialize/package.html 001
org/apache/axis/om/impl/llom/traverse/OMChildrenIterator.java 0024
org/apache/axis/om/impl/llom/traverse/OMChildrenQNameIterator.java 0025
org/apache/axis/om/impl/llom/traverse/OMChildrenWithSpecificAttributeIterator.java 0025
org/apache/axis/om/impl/llom/traverse/package.html 001
org/apache/axis/om/package.html 001

org/apache/axis/om/FactoryFinder.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 18
Error Utility classes should not have a public or default constructor. 21
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 30
Error Expected an @return tag. 37
Error Parameter loader should be final. 37
Error Expected @param tag for 'loader'. 37
Error Expected @throws tag for 'OMFactoryException'. 38
Error Redundant throws: 'OMFactoryException' is unchecked exception. 38

org/apache/axis/om/OMAttribute.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 20
Error Redundant 'public' modifier. 27
Error Redundant 'public' modifier. 32
Error Expected @param tag for 'localName'. 32
Error Expected an @return tag. 37
Error Redundant 'public' modifier. 37
Error Redundant 'public' modifier. 42
Error Expected @param tag for 'value'. 42
Error Redundant 'public' modifier. 47
Error Expected @param tag for 'omNamespace'. 47
Error Redundant 'public' modifier. 52
Error Redundant 'public' modifier. 57

org/apache/axis/om/OMConstants.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 18
Error interfaces should describe a type and hence have methods. 21
Error First sentence should end with a period. 22
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 28
Error Redundant 'public' modifier. 31
Error First sentence should end with a period. 33
Error Redundant 'public' modifier. 36
Error First sentence should end with a period. 39
Error Redundant 'public' modifier. 42
Error First sentence should end with a period. 45
Error Redundant 'public' modifier. 48
Error First sentence should end with a period. 50
Error Redundant 'public' modifier. 53
Error First sentence should end with a period. 57
Error Redundant 'public' modifier. 60
Error First sentence should end with a period. 62
Error Redundant 'public' modifier. 65
Error First sentence should end with a period. 67
Error Redundant 'public' modifier. 70
Error First sentence should end with a period. 73
Error Redundant 'public' modifier. 76
Error First sentence should end with a period. 79
Error Redundant 'public' modifier. 82
Error First sentence should end with a period. 84
Error Redundant 'public' modifier. 87
Error First sentence should end with a period. 89
Error Redundant 'public' modifier. 92
Error First sentence should end with a period. 94
Error Redundant 'public' modifier. 97
Error First sentence should end with a period. 99
Error Redundant 'public' modifier. 102
Error First sentence should end with a period. 104
Error Redundant 'public' modifier. 107
Error First sentence should end with a period. 109
Error Redundant 'public' modifier. 112
Error First sentence should end with a period. 114
Error Redundant 'public' modifier. 117
Error First sentence should end with a period. 120
Error Redundant 'public' modifier. 123
Error First sentence should end with a period. 127
Error Redundant 'public' modifier. 130
Error First sentence should end with a period. 132
Error Redundant 'public' modifier. 135
Error First sentence should end with a period. 137
Error Redundant 'public' modifier. 140
Error First sentence should end with a period. 143
Error Redundant 'public' modifier. 146
Error First sentence should end with a period. 148
Error Redundant 'public' modifier. 151
Error First sentence should end with a period. 153
Error Redundant 'public' modifier. 156

org/apache/axis/om/OMElement.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 27
Error Redundant 'public' modifier. 32
Error Expected @param tag for 'omNode'. 32
Error Line is longer than 80 characters. 35
Error Expected an @return tag. 43
Error Redundant 'public' modifier. 43
Error Expected @param tag for 'elementQName'. 43
Error Expected @throws tag for 'OMException'. 43
Error Redundant throws: 'OMException' is unchecked exception. 43
Error First sentence should end with a period. 45
Error Expected an @return tag. 52
Error Redundant 'public' modifier. 52
Error Expected @param tag for 'elementQName'. 52
Error Expected @throws tag for 'OMException'. 52
Error Redundant throws: 'OMException' is unchecked exception. 52
Error Expected an @return tag. 60
Error Redundant 'public' modifier. 60
Error First sentence should end with a period. 62
Error Expected an @return tag. 69
Error Redundant 'public' modifier. 69
Error Expected @param tag for 'uri'. 69
Error Expected @param tag for 'prefix'. 69
Error Expected an @return tag. 75
Error Redundant 'public' modifier. 75
Error Expected @param tag for 'namespace'. 75
Error Line is longer than 80 characters. 78
Error Line is longer than 80 characters. 79
Error Expected an @return tag. 87
Error Redundant 'public' modifier. 87
Error Expected @param tag for 'uri'. 87
Error Expected @param tag for 'prefix'. 87
Error Expected @throws tag for 'OMException'. 88
Error Redundant throws: 'OMException' is unchecked exception. 88
Error First sentence should end with a period. 90
Error Expected an @return tag. 98
Error Redundant 'public' modifier. 98
Error Expected @param tag for 'uri'. 98
Error Expected @param tag for 'prefix'. 98
Error Expected @throws tag for 'OMException'. 99
Error Redundant throws: 'OMException' is unchecked exception. 99
Error First sentence should end with a period. 101
Error Line is longer than 80 characters. 102
Error Expected an @return tag. 107
Error Redundant 'public' modifier. 107
Error First sentence should end with a period. 109
Error Line is longer than 80 characters. 110
Error Expected an @return tag. 116
Error Redundant 'public' modifier. 116
Error Expected @param tag for 'qname'. 116
Error Expected @throws tag for 'OMException'. 116
Error Redundant throws: 'OMException' is unchecked exception. 116
Error First sentence should end with a period. 118
Error Expected an @return tag. 123
Error Redundant 'public' modifier. 123
Error Line is longer than 80 characters. 126
Error Expected an @return tag. 132
Error Redundant 'public' modifier. 132
Error Expected @param tag for 'attr'. 132
Error Line is longer than 80 characters. 137
Error Line is longer than 80 characters. 138
Error Expected an @return tag. 141
Error Redundant 'public' modifier. 141
Error Expected @param tag for 'attributeName'. 141
Error Expected @param tag for 'value'. 141
Error First sentence should end with a period. 144
Error Redundant 'public' modifier. 149
Error Expected @param tag for 'attr'. 149
Error First sentence should end with a period. 151
Error Redundant 'public' modifier. 156
Error Expected @param tag for 'wrapper'. 156
Error First sentence should end with a period. 158
Error Expected an @return tag. 163
Error Redundant 'public' modifier. 163
Error First sentence should end with a period. 165
Error Redundant 'public' modifier. 170
Error Expected @param tag for 'node'. 170
Error First sentence should end with a period. 172
Error Expected an @return tag. 177
Error Redundant 'public' modifier. 177
Error Line has trailing spaces. 178
Error First sentence should end with a period. 179
Error Line has trailing spaces. 183
Error Expected an @return tag. 184
Error Redundant 'public' modifier. 184
Error First sentence should end with a period. 186
Error Expected an @return tag. 190
Error Redundant 'public' modifier. 190
Error Expected @throws tag for 'OMException'. 190
Error Redundant throws: 'OMException' is unchecked exception. 190
Error First sentence should end with a period. 192
Error Expected an @return tag. 199
Error Redundant 'public' modifier. 199
Error Expected @param tag for 'cacheOff'. 199

org/apache/axis/om/OMException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 18
Error First sentence should end with a period. 22
Error First sentence should end with a period. 28
Error Parameter message should be final. 33
Error Expected @param tag for 'message'. 33
Error First sentence should end with a period. 37
Error Parameter message should be final. 43
Error Expected @param tag for 'message'. 43
Error Parameter cause should be final. 43
Error Expected @param tag for 'cause'. 43
Error First sentence should end with a period. 47
Error Parameter cause should be final. 52
Error Expected @param tag for 'cause'. 52

org/apache/axis/om/OMFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 20
Error Expected an @return tag. 29
Error Parameter localName should be final. 29
Error Expected @param tag for 'localName'. 29
Error Parameter ns should be final. 29
Error Expected @param tag for 'ns'. 29
Error Expected an @return tag. 38
Error Parameter localName should be final. 38
Error Expected @param tag for 'localName'. 38
Error Parameter ns should be final. 38
Error Expected @param tag for 'ns'. 38
Error Parameter parent should be final. 39
Error Expected @param tag for 'parent'. 39
Error Parameter builder should be final. 40
Error Expected @param tag for 'builder'. 40
Error Line is longer than 80 characters. 43
Error Line is longer than 80 characters. 44
Error Expected an @return tag. 53
Error Parameter localName should be final. 53
Error Expected @param tag for 'localName'. 53
Error Parameter namespaceURI should be final. 54
Error Expected @param tag for 'namespaceURI'. 54
Error Parameter namespacePrefix should be final. 55
Error Expected @param tag for 'namespacePrefix'. 55
Error First sentence should end with a period. 57
Error Expected an @return tag. 67
Error Parameter qname should be final. 67
Error Expected @param tag for 'qname'. 67
Error Parameter parent should be final. 67
Error Expected @param tag for 'parent'. 67
Error Expected @throws tag for 'OMException'. 68
Error Redundant throws: 'OMException' is unchecked exception. 68
Error Expected an @return tag. 75
Error Parameter uri should be final. 75
Error Expected @param tag for 'uri'. 75
Error Parameter prefix should be final. 75
Error Expected @param tag for 'prefix'. 75
Error Expected an @return tag. 82
Error Parameter parent should be final. 82
Error Expected @param tag for 'parent'. 82
Error Parameter text should be final. 82
Error Expected @param tag for 'text'. 82
Error Expected an @return tag. 88
Error Parameter s should be final. 88
Error Expected @param tag for 's'. 88
Error Expected an @return tag. 94
Error Parameter envelope should be final. 94
Error Expected @param tag for 'envelope'. 94
Error Expected an @return tag. 101
Error Parameter envelope should be final. 101
Error Expected @param tag for 'envelope'. 101
Error Parameter builder should be final. 102
Error Expected @param tag for 'builder'. 102
Error Expected an @return tag. 109
Error Parameter ns should be final. 109
Error Expected @param tag for 'ns'. 109
Error Parameter builder should be final. 110
Error Expected @param tag for 'builder'. 110
Error Expected an @return tag. 116
Error Parameter ns should be final. 116
Error Expected @param tag for 'ns'. 116
Error Expected an @return tag. 122
Error Parameter envelope should be final. 122
Error Expected @param tag for 'envelope'. 122
Error Expected an @return tag. 129
Error Parameter envelope should be final. 129
Error Expected @param tag for 'envelope'. 129
Error Parameter builder should be final. 130
Error Expected @param tag for 'builder'. 130
Error Expected an @return tag. 137
Error Parameter localName should be final. 137
Error Expected @param tag for 'localName'. 137
Error Parameter ns should be final. 138
Error Expected @param tag for 'ns'. 138
Error Expected an @return tag. 147
Error Parameter localName should be final. 147
Error Expected @param tag for 'localName'. 147
Error Line is longer than 80 characters. 148
Error Parameter ns should be final. 148
Error Expected @param tag for 'ns'. 148
Error Parameter parent should be final. 148
Error Expected @param tag for 'parent'. 148
Error Parameter builder should be final. 148
Error Expected @param tag for 'builder'. 148
Error Expected an @return tag. 155
Error Parameter parent should be final. 155
Error Expected @param tag for 'parent'. 155
Error Parameter e should be final. 155
Error Expected @param tag for 'e'. 155
Error Expected an @return tag. 163
Error Parameter ns should be final. 163
Error Expected @param tag for 'ns'. 163
Error Parameter parent should be final. 163
Error Expected @param tag for 'parent'. 163
Error Parameter builder should be final. 164
Error Expected @param tag for 'builder'. 164
Error First sentence should end with a period. 168
Error First sentence should end with a period. 174
Error Expected an @return tag. 179
Error First sentence should end with a period. 183
Error Expected an @return tag. 188

org/apache/axis/om/OMFactoryException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 18
Error First sentence should end with a period. 22
Error First sentence should end with a period. 28
Error Parameter message should be final. 33
Error Expected @param tag for 'message'. 33
Error First sentence should end with a period. 37
Error Parameter message should be final. 43
Error Expected @param tag for 'message'. 43
Error Parameter cause should be final. 43
Error Expected @param tag for 'cause'. 43
Error First sentence should end with a period. 47
Error Parameter cause should be final. 52
Error Expected @param tag for 'cause'. 52

org/apache/axis/om/OMNamedNode.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 18
Error First sentence should end with a period. 22
Error Expected an @return tag. 27
Error Redundant 'public' modifier. 27
Error First sentence should end with a period. 29
Error Redundant 'public' modifier. 34
Error Expected @param tag for 'localName'. 34
Error First sentence should end with a period. 36
Error Expected an @return tag. 42
Error Redundant 'public' modifier. 42
Error Expected @throws tag for 'OMException'. 42
Error Redundant throws: 'OMException' is unchecked exception. 42
Error First sentence should end with a period. 44
Error Expected an @return tag. 49
Error Redundant 'public' modifier. 49
Error First sentence should end with a period. 51
Error Redundant 'public' modifier. 56
Error Expected @param tag for 'namespace'. 56

org/apache/axis/om/OMNamespace.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 18
Error First sentence should end with a period. 22
Error Expected an @return tag. 29
Error Redundant 'public' modifier. 29
Error Expected @param tag for 'uri'. 29
Error Expected @param tag for 'prefix'. 29
Error First sentence should end with a period. 31
Error Expected an @return tag. 36
Error Redundant 'public' modifier. 36
Error First sentence should end with a period. 38
Error Expected an @return tag. 43
Error Redundant 'public' modifier. 43

org/apache/axis/om/OMNode.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 21
Error Redundant 'public' modifier. 28
Error Redundant 'public' modifier. 33
Error Redundant 'public' modifier. 38
Error Redundant 'public' modifier. 43
Error Redundant 'public' modifier. 48
Error Redundant 'public' modifier. 53
Error Expected an @return tag. 62
Error Redundant 'public' modifier. 62
Error Expected @throws tag for 'OMException'. 62
Error Redundant throws: 'OMException' is unchecked exception. 62
Error First sentence should end with a period. 64
Error Redundant 'public' modifier. 69
Error Expected @param tag for 'element'. 69
Error Line is longer than 80 characters. 72
Error Expected an @return tag. 77
Error Redundant 'public' modifier. 77
Error Expected @throws tag for 'OMException'. 77
Error Redundant throws: 'OMException' is unchecked exception. 77
Error First sentence should end with a period. 79
Error Redundant 'public' modifier. 84
Error Expected @param tag for 'node'. 84
Error Expected an @return tag. 95
Error Redundant 'public' modifier. 95
Error Expected @throws tag for 'OMException'. 95
Error Redundant throws: 'OMException' is unchecked exception. 95
Error First sentence should end with a period. 97
Error Redundant 'public' modifier. 102
Error Expected @param tag for 'value'. 102
Error Line is longer than 80 characters. 105
Error Line is longer than 80 characters. 106
Error Expected an @return tag. 111
Error Redundant 'public' modifier. 111
Error First sentence should end with a period. 113
Error Redundant 'public' modifier. 118
Error Expected @param tag for 'state'. 118
Error First sentence should end with a period. 120
Error Line is longer than 80 characters. 121
Error Redundant 'public' modifier. 125
Error Expected @throws tag for 'OMException'. 125
Error Redundant throws: 'OMException' is unchecked exception. 125
Error Redundant 'public' modifier. 133
Error Expected @param tag for 'sibling'. 133
Error Expected @throws tag for 'OMException'. 133
Error Redundant throws: 'OMException' is unchecked exception. 133
Error First sentence should end with a period. 135
Error Redundant 'public' modifier. 141
Error Expected @param tag for 'sibling'. 141
Error Expected @throws tag for 'OMException'. 141
Error Redundant throws: 'OMException' is unchecked exception. 141
Error First sentence should end with a period. 143
Error Line is longer than 80 characters. 144
Error Expected an @return tag. 149
Error Redundant 'public' modifier. 149
Error Expected @throws tag for 'OMException'. 149
Error Redundant throws: 'OMException' is unchecked exception. 149
Error First sentence should end with a period. 151
Error Redundant 'public' modifier. 157
Error Expected @param tag for 'nodeType'. 157
Error Expected @throws tag for 'OMException'. 157
Error Redundant throws: 'OMException' is unchecked exception. 157
Error First sentence should end with a period. 159
Error Expected an @return tag. 164
Error Redundant 'public' modifier. 164
Error First sentence should end with a period. 166
Error Redundant 'public' modifier. 171
Error Expected @param tag for 'previousSibling'. 171
Error Redundant 'public' modifier. 178
Error Expected @param tag for 'writer'. 178
Error Expected @param tag for 'cache'. 178
Error Expected @throws tag for 'XMLStreamException'. 179

org/apache/axis/om/OMSerializer.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 21
Error First sentence should end with a period. 25
Error Expected @param tag for 'obj'. 32
Error Expected @param tag for 'writer'. 32
Error Expected @throws tag for 'XMLStreamException'. 33

org/apache/axis/om/OMText.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 18
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 23
Error Redundant 'public' modifier. 28
Error Expected @param tag for 'type'. 28
Error First sentence should end with a period. 30
Error Expected an @return tag. 35
Error Redundant 'public' modifier. 35

org/apache/axis/om/OMXMLParserWrapper.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 18
Error First sentence should end with a period. 22
Error Expected an @return tag. 29
Error Expected @throws tag for 'OMException'. 29
Error Redundant throws: 'OMException' is unchecked exception. 29
Error Expected @param tag for 'el'. 39
Error Expected @throws tag for 'OMException'. 39
Error Redundant throws: 'OMException' is unchecked exception. 39
Error Expected @param tag for 'b'. 46
Error Expected @throws tag for 'OMException'. 46
Error Redundant throws: 'OMException' is unchecked exception. 46
Error Expected an @return tag. 56
Error Expected an @return tag. 75
Error Expected @param tag for 'obj'. 84
Error First sentence should end with a period. 86
Error Expected an @return tag. 91

org/apache/axis/om/SOAPBody.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Redundant 'public' modifier. 38
Error Expected @param tag for 'e'. 38
Error Redundant throws: 'OMException' is unchecked exception. 38
Error Redundant 'public' modifier. 48
Error Redundant 'public' modifier. 57
Error Redundant 'public' modifier. 63
Error Expected @param tag for 'soapFault'. 63
Error Expected @throws tag for 'OMException'. 63
Error Redundant throws: 'OMException' is unchecked exception. 63

org/apache/axis/om/SOAPEnvelope.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 18
Error Redundant 'public' modifier. 34
Error Redundant throws: 'OMException' is unchecked exception. 34
Error Line is longer than 80 characters. 39
Error Redundant 'public' modifier. 49
Error Redundant throws: 'OMException' is unchecked exception. 49

org/apache/axis/om/SOAPFault.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 51
Error Redundant 'public' modifier. 55
Error Redundant throws: 'OMException' is unchecked exception. 55
Error Redundant 'public' modifier. 64
Error Line is longer than 80 characters. 76
Error Redundant 'public' modifier. 80
Error Redundant throws: 'OMException' is unchecked exception. 80
Error Redundant 'public' modifier. 90
Error Line is longer than 80 characters. 99
Error Redundant 'public' modifier. 103
Error Redundant throws: 'OMException' is unchecked exception. 103
Error Redundant 'public' modifier. 112
Error First sentence should end with a period. 114
Error Redundant 'public' modifier. 119
Error Expected @param tag for 'detail'. 119
Error First sentence should end with a period. 121
Error Expected an @return tag. 126
Error Redundant 'public' modifier. 126
Error First sentence should end with a period. 128
Error Expected an @return tag. 134
Error Redundant 'public' modifier. 134
Error Expected @throws tag for 'OMException'. 134
Error Redundant throws: 'OMException' is unchecked exception. 134

org/apache/axis/om/SOAPHeader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 20
Error Redundant 'public' modifier. 36
Error Expected @param tag for 'localName'. 37
Error Expected @param tag for 'ns'. 37
Error Redundant throws: 'OMException' is unchecked exception. 37
Error Line is longer than 80 characters. 55
Error Redundant 'public' modifier. 57
Error Line is longer than 80 characters. 74
Error Redundant 'public' modifier. 76
Error Redundant 'public' modifier. 90
Error Redundant 'public' modifier. 101
Error Redundant 'public' modifier. 112

org/apache/axis/om/SOAPHeaderBlock.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused @throws tag for 'java.lang.IllegalArgumentException'. 35
Error Redundant 'public' modifier. 40
Error Redundant 'public' modifier. 50
Error Line is longer than 80 characters. 62
Error Unused @throws tag for 'java.lang.IllegalArgumentException'. 64
Error Redundant 'public' modifier. 69
Error Redundant 'public' modifier. 79

org/apache/axis/om/impl/llom/OMAttributeImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 25
Error First sentence should end with a period. 29
Error First sentence should end with a period. 34
Error First sentence should end with a period. 39
Error First sentence should end with a period. 44
Error Name 'QUOTE_ENTITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error First sentence should end with a period. 49
Error First sentence should end with a period. 54
Error Parameter localName should be final. 61
Error 'localName' hides a field. 61
Error Expected @param tag for 'localName'. 61
Error Parameter ns should be final. 61
Error Expected @param tag for 'ns'. 61
Error Parameter value should be final. 61
Error 'value' hides a field. 61
Error Expected @param tag for 'value'. 61
Error First sentence should end with a period. 67
Error Expected an @return tag. 72
Error Method 'getQName' is not designed for extension - needs to be abstract, final or empty. 72
Error Avoid inline conditionals. 74
Error First sentence should end with a period. 81
Error Expected an @return tag. 86
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 86
Error First sentence should end with a period. 90
Error Method 'setLocalName' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter localName should be final. 95
Error 'localName' hides a field. 95
Error Expected @param tag for 'localName'. 95
Error First sentence should end with a period. 99
Error Expected an @return tag. 104
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 104
Error First sentence should end with a period. 108
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 113
Error Parameter value should be final. 113
Error 'value' hides a field. 113
Error Expected @param tag for 'value'. 113
Error First sentence should end with a period. 117
Error Method 'setOMNamespace' is not designed for extension - needs to be abstract, final or empty. 122
Error Parameter omNamespace should be final. 122
Error Expected @param tag for 'omNamespace'. 122
Error First sentence should end with a period. 126
Error Expected an @return tag. 131
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 131

org/apache/axis/om/impl/llom/OMDocument.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 21
Error First sentence should end with a period. 25
Error First sentence should end with a period. 30
Error Parameter rootElement should be final. 39
Error 'rootElement' hides a field. 39
Error Expected @param tag for 'rootElement'. 39
Error Parameter parserWrapper should be final. 39
Error 'parserWrapper' hides a field. 39
Error Expected @param tag for 'parserWrapper'. 39
Error Parameter parserWrapper should be final. 47
Error 'parserWrapper' hides a field. 47
Error Expected @param tag for 'parserWrapper'. 47
Error First sentence should end with a period. 51
Error Expected an @return tag. 56
Error Method 'getRootElement' is not designed for extension - needs to be abstract, final or empty. 56
Error First sentence should end with a period. 63
Error Method 'setRootElement' is not designed for extension - needs to be abstract, final or empty. 68
Error Parameter rootElement should be final. 68
Error 'rootElement' hides a field. 68
Error Expected @param tag for 'rootElement'. 68

org/apache/axis/om/impl/llom/OMElementImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 27
Error First sentence should end with a period. 41
Error First sentence should end with a period. 46
Error Variable 'firstChild' must be private and have accessor methods. 49
Error First sentence should end with a period. 51
Error Variable 'builder' must be private and have accessor methods. 54
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 First sentence should end with a period. 76
Error Parameter localName should be final. 84
Error Expected @param tag for 'localName'. 84
Error Parameter ns should be final. 84
Error Expected @param tag for 'ns'. 84
Error Parameter parent should be final. 84
Error Expected @param tag for 'parent'. 84
Error Parameter builder should be final. 85
Error 'builder' hides a field. 85
Error Expected @param tag for 'builder'. 85
Error Parameter parent should be final. 98
Error Expected @param tag for 'parent'. 98
Error First sentence should end with a period. 103
Error Parameter localName should be final. 109
Error Expected @param tag for 'localName'. 109
Error Parameter ns should be final. 109
Error Expected @param tag for 'ns'. 109
Error First sentence should end with a period. 117
Error Line is longer than 80 characters. 118
Error Parameter qname should be final. 124
Error Expected @param tag for 'qname'. 124
Error Parameter parent should be final. 124
Error Expected @param tag for 'parent'. 124
Error Expected @throws tag for 'OMException'. 124
Error Redundant throws: 'OMException' is unchecked exception. 124
Error First sentence should end with a period. 130
Error Parameter qname should be final. 136
Error Expected @param tag for 'qname'. 136
Error Parameter parent should be final. 136
Error Expected @param tag for 'parent'. 136
Error Line is longer than 80 characters. 149
Error Line is longer than 80 characters. 156
Error Line is longer than 80 characters. 168
Error First sentence should end with a period. 173
Error Expected an @return tag. 179
Error Parameter ns should be final. 179
Error Expected @param tag for 'ns'. 179
Error Line is longer than 80 characters. 189
Error Method 'addChild' is not designed for extension - needs to be abstract, final or empty. 194
Error Parameter child should be final. 194
Error Expected @param tag for 'child'. 194
Error Line is longer than 80 characters. 199
Error Expected an @return tag. 208
Error Method 'getChildrenWithName' is not designed for extension - needs to be abstract, final or empty. 208
Error Parameter elementQName should be final. 208
Error Expected @param tag for 'elementQName'. 208
Error Expected @throws tag for 'OMException'. 208
Error Redundant throws: 'OMException' is unchecked exception. 208
Error First sentence should end with a period. 213
Error Expected an @return tag. 220
Error Method 'getChildWithName' is not designed for extension - needs to be abstract, final or empty. 220
Error Parameter elementQName should be final. 220
Error Expected @param tag for 'elementQName'. 220
Error Expected @throws tag for 'OMException'. 220
Error Redundant throws: 'OMException' is unchecked exception. 220
Error First sentence should end with a period. 231
Error Parameter child should be final. 236
Error Expected @param tag for 'child'. 236
Error Line is longer than 80 characters. 251
Error Expected an @return tag. 257
Error Method 'getNextSibling' is not designed for extension - needs to be abstract, final or empty. 257
Error Expected @throws tag for 'OMException'. 257
Error Redundant throws: 'OMException' is unchecked exception. 257
Error Expected an @return tag. 270
Error Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. 270
Error First sentence should end with a period. 274
Error Expected an @return tag. 281
Error Method 'declareNamespace' is not designed for extension - needs to be abstract, final or empty. 281
Error Parameter uri should be final. 281
Error Expected @param tag for 'uri'. 281
Error Parameter prefix should be final. 281
Error Expected @param tag for 'prefix'. 281
Error First sentence should end with a period. 286
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 291
Error Parameter value should be final. 291
Error Expected @param tag for 'value'. 291
Error Expected an @return tag. 300
Error Method 'declareNamespace' is not designed for extension - needs to be abstract, final or empty. 300
Error Parameter namespace should be final. 300
Error Expected @param tag for 'namespace'. 300
Error '5' is a magic number. 302
Error Line is longer than 80 characters. 309
Error Line is longer than 80 characters. 310
Error Expected an @return tag. 319
Error Method 'findInScopeNamespace' is not designed for extension - needs to be abstract, final or empty. 319
Error Parameter uri should be final. 319
Error Expected @param tag for 'uri'. 319
Error Parameter prefix should be final. 319
Error Expected @param tag for 'prefix'. 319
Error Expected @throws tag for 'OMException'. 320
Error Redundant throws: 'OMException' is unchecked exception. 320
Error First sentence should end with a period. 335
Error Expected an @return tag. 343
Error Method 'findDeclaredNamespace' is not designed for extension - needs to be abstract, final or empty. 343
Error Parameter uri should be final. 343
Error Expected @param tag for 'uri'. 343
Error Parameter prefix should be final. 343
Error Expected @param tag for 'prefix'. 343
Error Expected @throws tag for 'OMException'. 344
Error Redundant throws: 'OMException' is unchecked exception. 344
Error First sentence should end with a period. 363
Error Expected an @return tag. 368
Error Method 'getAllDeclaredNamespaces' is not designed for extension - needs to be abstract, final or empty. 368
Error First sentence should end with a period. 375
Error Line is longer than 80 characters. 376
Error Expected an @return tag. 383
Error Method 'getAttributeWithQName' is not designed for extension - needs to be abstract, final or empty. 383
Error Parameter qname should be final. 383
Error Expected @param tag for 'qname'. 383
Error Expected @throws tag for 'OMException'. 383
Error Redundant throws: 'OMException' is unchecked exception. 383
Error First sentence should end with a period. 390
Error Expected an @return tag. 395
Error Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. 395
Error Line is longer than 80 characters. 403
Error Expected an @return tag. 409
Error Method 'insertAttribute' is not designed for extension - needs to be abstract, final or empty. 409
Error Parameter attr should be final. 409
Error Expected @param tag for 'attr'. 409
Error '5' is a magic number. 411
Error First sentence should end with a period. 417
Error Method 'removeAttribute' is not designed for extension - needs to be abstract, final or empty. 422
Error Parameter attr should be final. 422
Error Expected @param tag for 'attr'. 422
Error First sentence should end with a period. 428
Error Expected an @return tag. 436
Error Method 'insertAttribute' is not designed for extension - needs to be abstract, final or empty. 436
Error Parameter attributeName should be final. 436
Error Expected @param tag for 'attributeName'. 436
Error Parameter value should be final. 436
Error Expected @param tag for 'value'. 436
Error Parameter ns should be final. 437
Error Expected @param tag for 'ns'. 437
Error Line is longer than 80 characters. 445
Error First sentence should end with a period. 452
Error Method 'setBuilder' is not designed for extension - needs to be abstract, final or empty. 457
Error Parameter wrapper should be final. 457
Error Expected @param tag for 'wrapper'. 457
Error First sentence should end with a period. 461
Error Expected an @return tag. 466
Error Method 'getBuilder' is not designed for extension - needs to be abstract, final or empty. 466
Error First sentence should end with a period. 470
Error Line is longer than 80 characters. 471
Error Method 'buildNext' is not designed for extension - needs to be abstract, final or empty. 473
Error First sentence should end with a period. 477
Error Expected an @return tag. 482
Error Method 'getFirstChild' is not designed for extension - needs to be abstract, final or empty. 482
Error First sentence should end with a period. 489
Error Method 'setFirstChild' is not designed for extension - needs to be abstract, final or empty. 494
Error Parameter firstChild should be final. 494
Error 'firstChild' hides a field. 494
Error Expected @param tag for 'firstChild'. 494
Error First sentence should end with a period. 498
Error Line is longer than 80 characters. 499
Error Method 'detach' is not designed for extension - needs to be abstract, final or empty. 504
Error Expected @throws tag for 'OMException'. 504
Error Redundant throws: 'OMException' is unchecked exception. 504
Error First sentence should end with a period. 512
Error Expected an @return tag. 517
Error Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. 517
Error Expected an @return tag. 531
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 531
Error Expected @throws tag for 'OMException'. 531
Error Redundant throws: 'OMException' is unchecked exception. 531
Error First sentence should end with a period. 535
Error Line is longer than 80 characters. 536
Error Expected an @return tag. 542
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 542
Error Expected @throws tag for 'OMException'. 542
Error Redundant throws: 'OMException' is unchecked exception. 542
Error Expected an @return tag. 550
Error Method 'getPullParser' is not designed for extension - needs to be abstract, final or empty. 550
Error Parameter cacheOff should be final. 550
Error Expected @param tag for 'cacheOff'. 550
Error First sentence should end with a period. 558
Error Method 'serialize' is not designed for extension - needs to be abstract, final or empty. 565
Error Parameter writer should be final. 565
Error Expected @param tag for 'writer'. 565
Error Parameter cache should be final. 565
Error Expected @param tag for 'cache'. 565
Error Expected @throws tag for 'XMLStreamException'. 566
Error First sentence should end with a period. 644
Error Parameter writer should be final. 650
Error Expected @param tag for 'writer'. 650
Error Expected @throws tag for 'XMLStreamException'. 651
Error Name 'writer_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 653
Error 'namespaces' hides a field. 694
Error First sentence should end with a period. 702
Error Parameter writer should be final. 708
Error Expected @param tag for 'writer'. 708
Error Expected @throws tag for 'XMLStreamException'. 709
Error First sentence should end with a period. 713
Error Parameter writer should be final. 720
Error Expected @param tag for 'writer'. 720
Error Parameter cache should be final. 720
Error Expected @param tag for 'cache'. 720
Error Expected @throws tag for 'XMLStreamException'. 721
Error 'firstChild' hides a field. 723
Error First sentence should end with a period. 730
Error Method 'serializeAttribute' is not designed for extension - needs to be abstract, final or empty. 737
Error Parameter attr should be final. 737
Error Expected @param tag for 'attr'. 737
Error Parameter writer should be final. 737
Error Expected @param tag for 'writer'. 737
Error Expected @throws tag for 'XMLStreamException'. 738
Error First sentence should end with a period. 761
Error Method 'serializeNamespace' is not designed for extension - needs to be abstract, final or empty. 768
Error Parameter namespace should be final. 769
Error Expected @param tag for 'namespace'. 769
Error Parameter writer should be final. 769
Error Expected @param tag for 'writer'. 769
Error Expected @throws tag for 'XMLStreamException'. 770
Error Name 'ns_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 774
Error First sentence should end with a period. 782
Error Expected an @return tag. 787
Error Method 'getFirstElement' is not designed for extension - needs to be abstract, final or empty. 791
Error Missing a Javadoc comment. 791
Error 'while' is not followed by whitespace. 793
Error '{' is not preceded with whitespace. 793
Error 'if' is not followed by whitespace. 794
Error '{' is not preceded with whitespace. 794
Error 'cast' is not followed by whitespace. 795
Error 'else' is not preceded with whitespace. 796
Error '}' is not followed by whitespace. 796
Error 'else' is not followed by whitespace. 796
Error '{' is not preceded with whitespace. 796
Error Method 'getNextSiblingElement' is not designed for extension - needs to be abstract, final or empty. 806
Error Missing a Javadoc comment. 806
Error Redundant throws: 'OMException' is unchecked exception. 806
Error 'while' is not followed by whitespace. 808
Error '{' is not preceded with whitespace. 808
Error 'if' is not followed by whitespace. 809
Error '{' is not preceded with whitespace. 809
Error 'cast' is not followed by whitespace. 810
Error 'else' is not preceded with whitespace. 811
Error '}' is not followed by whitespace. 811
Error 'else' is not followed by whitespace. 811
Error '{' is not preceded with whitespace. 811

org/apache/axis/om/impl/llom/OMNamedNodeImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 27
Error First sentence should end with a period. 31
Error Variable 'ns' must be private and have accessor methods. 34
Error First sentence should end with a period. 36
Error Variable 'localName' must be private and have accessor methods. 39
Error First sentence should end with a period. 41
Error Parameter parent should be final. 46
Error Expected @param tag for 'parent'. 46
Error First sentence should end with a period. 50
Error Parameter writer should be final. 58
Error Expected @param tag for 'writer'. 58
Error Parameter cache should be final. 58
Error Expected @param tag for 'cache'. 58
Error Expected @throws tag for 'XMLStreamException'. 59
Error Comment matches to-do format 'TODO:'. 60
Error First sentence should end with a period. 63
Error Parameter localName should be final. 70
Error 'localName' hides a field. 70
Error Expected @param tag for 'localName'. 70
Error Parameter ns should be final. 70
Error 'ns' hides a field. 70
Error Expected @param tag for 'ns'. 70
Error Parameter parent should be final. 70
Error Expected @param tag for 'parent'. 70
Error First sentence should end with a period. 76
Error Expected an @return tag. 81
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 81
Error First sentence should end with a period. 85
Error Method 'setLocalName' is not designed for extension - needs to be abstract, final or empty. 90
Error Parameter localName should be final. 90
Error 'localName' hides a field. 90
Error Expected @param tag for 'localName'. 90
Error First sentence should end with a period. 94
Error Expected an @return tag. 100
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 100
Error Expected @throws tag for 'OMException'. 100
Error Redundant throws: 'OMException' is unchecked exception. 100
Error Line is longer than 80 characters. 106
Error First sentence should end with a period. 111
Error Expected an @return tag. 116
Error Method 'getNamespaceName' is not designed for extension - needs to be abstract, final or empty. 116
Error Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. 126
Error Parameter namespace should be final. 126
Error Expected @param tag for 'namespace'. 126
Error First sentence should end with a period. 130
Error Expected an @return tag. 135
Error Method 'getQName' is not designed for extension - needs to be abstract, final or empty. 135

org/apache/axis/om/impl/llom/OMNamespaceImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 20
Error First sentence should end with a period. 24
Error First sentence should end with a period. 29
Error Parameter uri should be final. 40
Error 'uri' hides a field. 40
Error Expected @param tag for 'uri'. 40
Error Parameter prefix should be final. 40
Error 'prefix' hides a field. 40
Error Expected @param tag for 'prefix'. 40
Error First sentence should end with a period. 45
Error Expected an @return tag. 52
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 52
Error Parameter uri should be final. 52
Error 'uri' hides a field. 52
Error Expected @param tag for 'uri'. 52
Error Parameter prefix should be final. 52
Error 'prefix' hides a field. 52
Error Expected @param tag for 'prefix'. 52
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 54
Error First sentence should end with a period. 57
Error Expected an @return tag. 62
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 62
Error First sentence should end with a period. 66
Error Expected an @return tag. 71
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 71

org/apache/axis/om/impl/llom/OMNavigator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 22
Error First sentence should end with a period. 27
Error Variable 'node' must be private and have accessor methods. 30
Error First sentence should end with a period. 32
Error First sentence should end with a period. 37
Error First sentence should end with a period. 45
Error First sentence should end with a period. 50
Error First sentence should end with a period. 57
Error First sentence should end with a period. 62
Error First sentence should end with a period. 67
Error First sentence should end with a period. 73
Error Parameter node should be final. 78
Error 'node' hides a field. 78
Error Expected @param tag for 'node'. 78
Error First sentence should end with a period. 82
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter node should be final. 87
Error 'node' hides a field. 87
Error Expected @param tag for 'node'. 87
Error First sentence should end with a period. 93
Error Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 97
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 100
Error First sentence should end with a period. 120
Error First sentence should end with a period. 147
Error Expected an @return tag. 152
Error Method 'visited' is not designed for extension - needs to be abstract, final or empty. 152
Error Method 'step' is not designed for extension - needs to be abstract, final or empty. 163
Error First sentence should end with a period. 170
Error Expected an @return tag. 175
Error Method 'isNavigable' is not designed for extension - needs to be abstract, final or empty. 175
Error First sentence should end with a period. 183
Error Expected an @return tag. 188
Error Method 'isCompleted' is not designed for extension - needs to be abstract, final or empty. 188

org/apache/axis/om/impl/llom/OMNodeImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 25
Error First sentence should end with a period. 29
Error Variable 'parent' must be private and have accessor methods. 32
Error First sentence should end with a period. 34
Error Variable 'nextSibling' must be private and have accessor methods. 37
Error First sentence should end with a period. 39
Error Variable 'previousSibling' must be private and have accessor methods. 42
Error First sentence should end with a period. 44
Error Variable 'value' must be private and have accessor methods. 47
Error First sentence should end with a period. 49
Error Variable 'done' must be private and have accessor methods. 52
Error First sentence should end with a period. 54
Error Variable 'nodeType' must be private and have accessor methods. 57
Error First sentence should end with a period. 59
Error First sentence should end with a period. 65
Error Parameter parent should be final. 70
Error 'parent' hides a field. 70
Error Expected @param tag for 'parent'. 70
Error Expected an @return tag. 84
Error Method 'getParent' is not designed for extension - needs to be abstract, final or empty. 84
Error Expected @throws tag for 'OMException'. 84
Error Redundant throws: 'OMException' is unchecked exception. 84
Error First sentence should end with a period. 88
Error Method 'setParent' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter element should be final. 93
Error Expected @param tag for 'element'. 93
Error Line is longer than 80 characters. 100
Error Expected an @return tag. 106
Error Method 'getNextSibling' is not designed for extension - needs to be abstract, final or empty. 106
Error Expected @throws tag for 'OMException'. 106
Error Redundant throws: 'OMException' is unchecked exception. 106
Error First sentence should end with a period. 113
Error Method 'setNextSibling' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter node should be final. 118
Error Expected @param tag for 'node'. 118
Error Expected an @return tag. 132
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 132
Error Expected @throws tag for 'OMException'. 132
Error Redundant throws: 'OMException' is unchecked exception. 132
Error First sentence should end with a period. 136
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 141
Error Parameter value should be final. 141
Error 'value' hides a field. 141
Error Expected @param tag for 'value'. 141
Error Line is longer than 80 characters. 146
Error Line is longer than 80 characters. 147
Error Expected an @return tag. 152
Error Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. 152
Error First sentence should end with a period. 156
Error Method 'setComplete' is not designed for extension - needs to be abstract, final or empty. 161
Error Parameter state should be final. 161
Error Expected @param tag for 'state'. 161
Error First sentence should end with a period. 165
Error Line is longer than 80 characters. 166
Error Method 'detach' is not designed for extension - needs to be abstract, final or empty. 171
Error Expected @throws tag for 'OMException'. 171
Error Redundant throws: 'OMException' is unchecked exception. 171
Error 'nextSibling' hides a field. 176
Error Method 'insertSiblingAfter' is not designed for extension - needs to be abstract, final or empty. 194
Error Parameter sibling should be final. 194
Error Expected @param tag for 'sibling'. 194
Error Expected @throws tag for 'OMException'. 194
Error Redundant throws: 'OMException' is unchecked exception. 194
Error First sentence should end with a period. 213
Error Method 'insertSiblingBefore' is not designed for extension - needs to be abstract, final or empty. 220
Error Parameter sibling should be final. 220
Error Expected @param tag for 'sibling'. 220
Error Expected @throws tag for 'OMException'. 220
Error Redundant throws: 'OMException' is unchecked exception. 220
Error First sentence should end with a period. 238
Error Line is longer than 80 characters. 239
Error Expected an @return tag. 245
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 245
Error Expected @throws tag for 'OMException'. 245
Error Redundant throws: 'OMException' is unchecked exception. 245
Error First sentence should end with a period. 249
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 255
Error Parameter nodeType should be final. 255
Error 'nodeType' hides a field. 255
Error Expected @param tag for 'nodeType'. 255
Error Expected @throws tag for 'OMException'. 255
Error Redundant throws: 'OMException' is unchecked exception. 255
Error First sentence should end with a period. 259
Error Expected an @return tag. 264
Error Method 'getPreviousSibling' is not designed for extension - needs to be abstract, final or empty. 264
Error First sentence should end with a period. 268
Error Method 'setPreviousSibling' is not designed for extension - needs to be abstract, final or empty. 273
Error Parameter previousSibling should be final. 273
Error 'previousSibling' hides a field. 273
Error Expected @param tag for 'previousSibling'. 273
Error First sentence should end with a period. 277
Error Parameter writer should be final. 284
Error Expected @param tag for 'writer'. 284
Error Parameter cache should be final. 284
Error Expected @param tag for 'cache'. 284
Error Expected @throws tag for 'XMLStreamException'. 285
Error ';' is preceded with whitespace. 285

org/apache/axis/om/impl/llom/OMStAXWrapper.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 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. 78
Error First sentence should end with a period. 83
Error First sentence should end with a period. 88
Error First sentence should end with a period. 93
Error First sentence should end with a period. 98
Error First sentence should end with a period. 103
Error First sentence should end with a period. 113
Error Variable 'switchingAllowed' must be private and have accessor methods. 116
Error First sentence should end with a period. 118
Error First sentence should end with a period. 127
Error Line is longer than 80 characters. 132
Error First sentence should end with a period. 134
Error First sentence should end with a period. 141
Error First sentence should end with a period. 146
Error Method 'setAllowSwitching' is not designed for extension - needs to be abstract, final or empty. 151
Error Parameter b should be final. 151
Error Expected @param tag for 'b'. 151
Error First sentence should end with a period. 155
Error Expected an @return tag. 160
Error Method 'isAllowSwitching' is not designed for extension - needs to be abstract, final or empty. 160
Error Parameter builder should be final. 174
Error 'builder' hides a field. 174
Error Expected @param tag for 'builder'. 174
Error Parameter startNode should be final. 174
Error Expected @param tag for 'startNode'. 174
Error First sentence should end with a period. 178
Error Parameter builder should be final. 185
Error 'builder' hides a field. 185
Error Expected @param tag for 'builder'. 185
Error Parameter startNode should be final. 185
Error Expected @param tag for 'startNode'. 185
Error Parameter cacheOff should be final. 186
Error Expected @param tag for 'cacheOff'. 186
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 205
Error Avoid inline conditionals. 214
Error Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 225
Error Avoid inline conditionals. 235
Error Method 'hasName' is not designed for extension - needs to be abstract, final or empty. 246
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 259
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 277
Error Method 'hasText' is not designed for extension - needs to be abstract, final or empty. 294
Error Line is longer than 80 characters. 297
Error Method 'getTextLength' is not designed for extension - needs to be abstract, final or empty. 304
Error Method 'getTextStart' is not designed for extension - needs to be abstract, final or empty. 319
Error Line is longer than 80 characters. 336
Error Method 'getTextCharacters' is not designed for extension - needs to be abstract, final or empty. 338
Error Parameter i should be final. 338
Error Parameter chars should be final. 338
Error Parameter i1 should be final. 338
Error Parameter i2 should be final. 338
Error Method 'getTextCharacters' is not designed for extension - needs to be abstract, final or empty. 359
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 377
Error Method 'getEventType' is not designed for extension - needs to be abstract, final or empty. 396
Error Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 405
Error Parameter i should be final. 405
Error Avoid inline conditionals. 415
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 427
Error Parameter i should be final. 427
Error Avoid inline conditionals. 437
Error Method 'getNamespaceCount' is not designed for extension - needs to be abstract, final or empty. 448
Error Method 'isAttributeSpecified' is not designed for extension - needs to be abstract, final or empty. 467
Error Parameter i should be final. 467
Error Must have at least one statement. 472
Error Method 'getAttributeValue' is not designed for extension - needs to be abstract, final or empty. 488
Error Parameter i should be final. 488
Error Method 'getAttributeType' is not designed for extension - needs to be abstract, final or empty. 511
Error Parameter i should be final. 511
Error Must have at least one statement. 516
Error Method 'getAttributePrefix' is not designed for extension - needs to be abstract, final or empty. 532
Error Parameter i should be final. 532
Error Method 'getAttributeLocalName' is not designed for extension - needs to be abstract, final or empty. 558
Error Parameter i should be final. 558
Error Method 'getAttributeNamespace' is not designed for extension - needs to be abstract, final or empty. 581
Error Parameter i should be final. 581
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 607
Error Parameter i should be final. 607
Error Method 'getAttributeCount' is not designed for extension - needs to be abstract, final or empty. 626
Error First sentence should end with a period. 644
Error Expected an @return tag. 651
Error Method 'getAttributeValue' is not designed for extension - needs to be abstract, final or empty. 651
Error Parameter s should be final. 651
Error Expected @param tag for 's'. 651
Error Parameter s1 should be final. 651
Error Expected @param tag for 's1'. 651
Error First sentence should end with a period. 655
Error Expected an @return tag. 660
Error Method 'isWhiteSpace' is not designed for extension - needs to be abstract, final or empty. 660
Error First sentence should end with a period. 670
Error Expected an @return tag. 675
Error Method 'isCharacters' is not designed for extension - needs to be abstract, final or empty. 675
Error First sentence should end with a period. 685
Error Expected an @return tag. 690
Error Method 'isEndElement' is not designed for extension - needs to be abstract, final or empty. 690
Error Method 'require' is not designed for extension - needs to be abstract, final or empty. 707
Error Parameter i should be final. 707
Error Parameter s should be final. 707
Error Parameter s1 should be final. 707
Error First sentence should end with a period. 711
Error Expected an @return tag. 716
Error Method 'isStartElement' is not designed for extension - needs to be abstract, final or empty. 716
Error First sentence should end with a period. 726
Error Expected an @return tag. 732
Error Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 732
Error Parameter s should be final. 732
Error Expected @param tag for 's'. 732
Error Must have at least one statement. 738
Error First sentence should end with a period. 746
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 751
Error Expected @throws tag for 'XMLStreamException'. 751
Error First sentence should end with a period. 759
Error Expected an @return tag. 765
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 765
Error Expected @throws tag for 'XMLStreamException'. 765
Error First sentence should end with a period. 769
Error Expected an @return tag. 777
Error Method 'nextTag' is not designed for extension - needs to be abstract, final or empty. 777
Error Expected @throws tag for 'XMLStreamException'. 777
Error Method 'getElementText' is not designed for extension - needs to be abstract, final or empty. 786
Error First sentence should end with a period. 804
Error Expected an @return tag. 810
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 810
Error Expected @throws tag for 'XMLStreamException'. 810
Error Line is longer than 80 characters. 825
Error First sentence should end with a period. 844
Error Expected an @return tag. 851
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 851
Error Parameter s should be final. 851
Error Expected @param tag for 's'. 851
Error Expected @throws tag for 'IllegalArgumentException'. 851
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 851
Error Expected @throws tag for 'XMLStreamException'. 864
Error First sentence should end with a period. 874
Error First sentence should end with a period. 899
Error Avoid inline conditionals. 913
Error First sentence should end with a period. 918
Error Expected an @return tag. 923
Error Method 'getNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 923
Error First sentence should end with a period. 927
Error Expected an @return tag. 932
Error Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. 932
Error First sentence should end with a period. 936
Error Expected an @return tag. 941
Error Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 941
Error First sentence should end with a period. 945
Error Expected an @return tag. 950
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 950
Error First sentence should end with a period. 954
Error Expected an @return tag. 959
Error Method 'isStandalone' is not designed for extension - needs to be abstract, final or empty. 959
Error First sentence should end with a period. 963
Error Expected an @return tag. 968
Error Method 'standaloneSet' is not designed for extension - needs to be abstract, final or empty. 968
Error First sentence should end with a period. 972
Error Expected an @return tag. 977
Error Method 'getCharacterEncodingScheme' is not designed for extension - needs to be abstract, final or empty. 977
Error First sentence should end with a period. 981
Error Expected an @return tag. 986
Error Method 'getPITarget' is not designed for extension - needs to be abstract, final or empty. 986
Error First sentence should end with a period. 990
Error Expected an @return tag. 995
Error Method 'getPIData' is not designed for extension - needs to be abstract, final or empty. 995
Error First sentence should end with a period. 1007
Error Expected an @return tag. 1013
Error Parameter node should be final. 1013
Error Expected @param tag for 'node'. 1013
Error Line is longer than 80 characters. 1021
Error First sentence should end with a period. 1039
Error Expected an @return tag. 1045
Error Parameter elt should be final. 1045
Error Expected @param tag for 'elt'. 1045
Error First sentence should end with a period. 1056
Error Expected an @return tag. 1061
Error First sentence should end with a period. 1065
Error Expected an @return tag. 1070
Error First sentence should end with a period. 1074
Error Expected an @return tag. 1079
Error First sentence should end with a period. 1089
Error Expected an @return tag. 1095
Error Parameter it should be final. 1095
Error Expected @param tag for 'it'. 1095
Error First sentence should end with a period. 1106
Error Expected an @return tag. 1113
Error Parameter it should be final. 1113
Error Expected @param tag for 'it'. 1113
Error Parameter index should be final. 1113
Error Expected @param tag for 'index'. 1113
Error First sentence should end with a period. 1133
Error Expected an @return tag. 1139
Error Parameter namedNode should be final. 1139
Error Expected @param tag for 'namedNode'. 1139
Error Expected an @return tag. 1162
Error Parameter elt should be final. 1162
Error Expected @param tag for 'elt'. 1162
Error Parameter index should be final. 1162
Error Expected @param tag for 'index'. 1162

org/apache/axis/om/impl/llom/OMTextImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 27
Error First sentence should end with a period. 31
Error Variable 'textType' must be private and have accessor methods. 34
Error First sentence should end with a period. 36
Error Parameter parent should be final. 42
Error Expected @param tag for 'parent'. 42
Error Parameter text should be final. 42
Error Expected @param tag for 'text'. 42
Error First sentence should end with a period. 48
Error Parameter s should be final. 53
Error Expected @param tag for 's'. 53
Error First sentence should end with a period. 57
Error Line is longer than 80 characters. 58
Error Method 'setTextType' is not designed for extension - needs to be abstract, final or empty. 63
Error Parameter type should be final. 63
Error Expected @param tag for 'type'. 63
Error First sentence should end with a period. 73
Error Expected an @return tag. 78
Error Method 'getTextType' is not designed for extension - needs to be abstract, final or empty. 78
Error First sentence should end with a period. 82
Error Expected an @return tag. 88
Error Method 'getFirstChild' is not designed for extension - needs to be abstract, final or empty. 88
Error Expected @throws tag for 'OMException'. 88
Error Redundant throws: 'OMException' is unchecked exception. 88
Error First sentence should end with a period. 92
Error Method 'setFirstChild' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter node should be final. 98
Error Expected @param tag for 'node'. 98
Error Expected @throws tag for 'OMException'. 98
Error Redundant throws: 'OMException' is unchecked exception. 98
Error Expected an @return tag. 107
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 107
Error Expected @throws tag for 'OMException'. 107
Error Redundant throws: 'OMException' is unchecked exception. 107
Error Method 'serialize' is not designed for extension - needs to be abstract, final or empty. 116
Error Parameter writer should be final. 116
Error Expected @param tag for 'writer'. 116
Error Parameter cache should be final. 116
Error Expected @param tag for 'cache'. 116
Error Expected @throws tag for 'XMLStreamException'. 117

org/apache/axis/om/impl/llom/SOAPBodyImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 26
Error First sentence should end with a period. 31
Error Line has trailing spaces. 35
Error Parameter envelope should be final. 39
Error Expected @param tag for 'envelope'. 39
Error First sentence should end with a period. 45
Error Parameter envelope should be final. 51
Error Expected @param tag for 'envelope'. 51
Error Parameter builder should be final. 51
Error Expected @param tag for 'builder'. 51
Error Method 'addFault' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter e should be final. 65
Error Expected @param tag for 'e'. 65
Error Redundant throws: 'OMException' is unchecked exception. 65
Error Method 'hasFault' is not designed for extension - needs to be abstract, final or empty. 79
Error Line has trailing spaces. 84
Error 'if' is not followed by whitespace. 84
Error Line has trailing spaces. 85
Error '{' is not preceded with whitespace. 86
Error 'else' is not preceded with whitespace. 89
Error '}' is not followed by whitespace. 89
Error 'else' is not followed by whitespace. 89
Error '{' is not preceded with whitespace. 89
Error Method 'getFault' is not designed for extension - needs to be abstract, final or empty. 102
Error 'if' is not followed by whitespace. 103
Error '{' is not preceded with whitespace. 103
Error Line has trailing spaces. 105
Error 'if' is not followed by whitespace. 105
Error Line has trailing spaces. 106
Error '{' is not preceded with whitespace. 107
Error 'cast' is not followed by whitespace. 109
Error 'else' is not preceded with whitespace. 110
Error '}' is not followed by whitespace. 110
Error 'else' is not followed by whitespace. 110
Error '{' is not preceded with whitespace. 110
Error Method 'addFault' is not designed for extension - needs to be abstract, final or empty. 122
Error Parameter soapFault should be final. 122
Error Expected @param tag for 'soapFault'. 122
Error Expected @throws tag for 'OMException'. 122
Error Redundant throws: 'OMException' is unchecked exception. 122
Error Line is longer than 80 characters. 125

org/apache/axis/om/impl/llom/SOAPEnvelopeImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 27
Error Parameter builder should be final. 35
Error Expected @param tag for 'builder'. 35
Error First sentence should end with a period. 39
Error Parameter ns should be final. 45
Error Expected @param tag for 'ns'. 45
Error Parameter builder should be final. 45
Error Expected @param tag for 'builder'. 45
Error Parameter ns should be final. 52
Error Expected @param tag for 'ns'. 52
Error Line is longer than 80 characters. 66
Error Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. 69
Error Redundant throws: 'OMException' is unchecked exception. 69
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 88
Error Method 'getBody' is not designed for extension - needs to be abstract, final or empty. 91
Error Redundant throws: 'OMException' is unchecked exception. 91
Error 'else' is not preceded with whitespace. 95
Error '}' is not followed by whitespace. 95
Error 'else' is not followed by whitespace. 95
Error '{' is not preceded with whitespace. 95
Error First sentence should end with a period. 104
Error Method 'detach' is not designed for extension - needs to be abstract, final or empty. 109
Error Expected @throws tag for 'OMException'. 109
Error Redundant throws: 'OMException' is unchecked exception. 109

org/apache/axis/om/impl/llom/SOAPFaultImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 36
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 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 Parameter parent should be final. 72
Error Expected @param tag for 'parent'. 72
Error Parameter e should be final. 72
Error 'e' hides a field. 72
Error Expected @param tag for 'e'. 72
Error First sentence should end with a period. 84
Error Parameter ns should be final. 91
Error Expected @param tag for 'ns'. 91
Error Parameter parent should be final. 91
Error Expected @param tag for 'parent'. 91
Error Parameter builder should be final. 92
Error Expected @param tag for 'builder'. 92
Error First sentence should end with a period. 96
Error Method 'setFaultCode' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter faultCode should be final. 102
Error Expected @param tag for 'faultCode'. 102
Error Expected @throws tag for 'OMException'. 102
Error Redundant throws: 'OMException' is unchecked exception. 102
Error First sentence should end with a period. 114
Error Expected an @return tag. 119
Error Method 'getFaultCode' is not designed for extension - needs to be abstract, final or empty. 119
Error Line is longer than 80 characters. 133
Error First sentence should end with a period. 142
Error Method 'setFaultActor' is not designed for extension - needs to be abstract, final or empty. 148
Error Parameter faultActor should be final. 148
Error Expected @param tag for 'faultActor'. 148
Error Expected @throws tag for 'OMException'. 148
Error Redundant throws: 'OMException' is unchecked exception. 148
Error First sentence should end with a period. 159
Error Expected an @return tag. 164
Error Method 'getFaultActor' is not designed for extension - needs to be abstract, final or empty. 164
Error Line is longer than 80 characters. 177
Error First sentence should end with a period. 186
Error Method 'setFaultString' is not designed for extension - needs to be abstract, final or empty. 192
Error Parameter faultString should be final. 192
Error Expected @param tag for 'faultString'. 192
Error Expected @throws tag for 'OMException'. 192
Error Redundant throws: 'OMException' is unchecked exception. 192
Error First sentence should end with a period. 203
Error Expected an @return tag. 208
Error Method 'getFaultString' is not designed for extension - needs to be abstract, final or empty. 208
Error Line is longer than 80 characters. 221
Error First sentence should end with a period. 230
Error Method 'setDetailInformation' is not designed for extension - needs to be abstract, final or empty. 235
Error Parameter detail should be final. 235
Error Expected @param tag for 'detail'. 235
Error First sentence should end with a period. 245
Error Expected an @return tag. 250
Error Method 'getDetailInformation' is not designed for extension - needs to be abstract, final or empty. 250
Error Line is longer than 80 characters. 263
Error First sentence should end with a period. 272
Error Expected an @return tag. 278
Error Method 'getException' is not designed for extension - needs to be abstract, final or empty. 278
Error Expected @throws tag for 'OMException'. 278
Error Redundant throws: 'OMException' is unchecked exception. 278
Error Line is longer than 80 characters. 285

org/apache/axis/om/impl/llom/SOAPHeaderBlockImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 27
Error Parameter localName should be final. 36
Error Expected @param tag for 'localName'. 36
Error Parameter ns should be final. 36
Error Expected @param tag for 'ns'. 36
Error First sentence should end with a period. 40
Error Parameter localName should be final. 48
Error Expected @param tag for 'localName'. 48
Error Parameter ns should be final. 48
Error Expected @param tag for 'ns'. 48
Error Parameter parent should be final. 49
Error Expected @param tag for 'parent'. 49
Error Parameter builder should be final. 49
Error Expected @param tag for 'builder'. 49
Error Unused @throws tag for 'IllegalArgumentException'. 61
Error Method 'setActor' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter actorURI should be final. 65
Error Parameter attributeName should be final. 73
Error Expected @param tag for 'attributeName'. 73
Error Parameter attrValue should be final. 73
Error Expected @param tag for 'attrValue'. 73
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 83
Error Method 'getActor' is not designed for extension - needs to be abstract, final or empty. 96
Error First sentence should end with a period. 100
Error Expected an @return tag. 106
Error Parameter attrName should be final. 106
Error Expected @param tag for 'attrName'. 106
Error Avoid inline conditionals. 110
Error Line is longer than 80 characters. 124
Error Unused @throws tag for 'IllegalArgumentException'. 126
Error Method 'setMustUnderstand' is not designed for extension - needs to be abstract, final or empty. 130
Error Parameter mustUnderstand should be final. 130
Error Avoid inline conditionals. 132
Error Method 'getMustUnderstand' is not designed for extension - needs to be abstract, final or empty. 144

org/apache/axis/om/impl/llom/SOAPHeaderImpl.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 25
Error First sentence should end with a period. 30
Error Parameter envelope should be final. 37
Error Expected @param tag for 'envelope'. 37
Error First sentence should end with a period. 45
Error Parameter envelope should be final. 51
Error Expected @param tag for 'envelope'. 51
Error Parameter builder should be final. 51
Error Expected @param tag for 'builder'. 51
Error Avoid inline conditionals. 53
Error Method 'addHeaderBlock' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter localName should be final. 71
Error Expected @param tag for 'localName'. 71
Error Parameter ns should be final. 71
Error Expected @param tag for 'ns'. 71
Error Redundant throws: 'OMException' is unchecked exception. 72
Error Method 'examineHeaderBlocks' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter paramActor should be final. 98
Error Must have at least one statement. 105
Error Method 'extractHeaderBlocks' is not designed for extension - needs to be abstract, final or empty. 131
Error Parameter actor should be final. 131
Error Line is longer than 80 characters. 135
Error Method 'examineMustUnderstandHeaderBlocks' is not designed for extension - needs to be abstract, final or empty. 151
Error Parameter actor should be final. 151
Error Line is longer than 80 characters. 155
Error Line is longer than 80 characters. 163
Error Method 'examineAllHeaderBlocks' is not designed for extension - needs to be abstract, final or empty. 169
Error Method 'extractAllHeaderBlocks' is not designed for extension - needs to be abstract, final or empty. 182

org/apache/axis/om/impl/llom/builder/StAXBuilder.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 33
Error First sentence should end with a period. 36
Error Variable 'ombuilderFactory' must be private and have accessor methods. 39
Error First sentence should end with a period. 41
Error Variable 'parser' must be private and have accessor methods. 44
Error First sentence should end with a period. 46
Error Variable 'omfactory' must be private and have accessor methods. 49
Error First sentence should end with a period. 51
Error Variable 'lastNode' must be private and have accessor methods. 54
Error First sentence should end with a period. 58
Error Variable 'done' must be private and have accessor methods. 61
Error First sentence should end with a period. 65
Error Variable 'cache' must be private and have accessor methods. 68
Error First sentence should end with a period. 73
Error Variable 'parserAccessed' must be private and have accessor methods. 76
Error First sentence should end with a period. 78
Error Parameter ombuilderFactory should be final. 84
Error 'ombuilderFactory' hides a field. 84
Error Expected @param tag for 'ombuilderFactory'. 84
Error Parameter parser should be final. 84
Error 'parser' hides a field. 84
Error Expected @param tag for 'parser'. 84
Error First sentence should end with a period. 90
Error Parameter parser should be final. 95
Error 'parser' hides a field. 95
Error Expected @param tag for 'parser'. 95
Error First sentence should end with a period. 100
Error Method 'setOmbuilderFactory' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter ombuilderFactory should be final. 105
Error 'ombuilderFactory' hides a field. 105
Error Expected @param tag for 'ombuilderFactory'. 105
Error First sentence should end with a period. 109
Error Parameter node should be final. 115
Error Expected @param tag for 'node'. 115
Error Parameter isSOAPElement should be final. 116
Error Expected @param tag for 'isSOAPElement'. 116
Error First sentence should end with a period. 121
Error Method 'processAttributes' is not designed for extension - needs to be abstract, final or empty. 126
Error Parameter node should be final. 126
Error Expected @param tag for 'node'. 126
Error Line is longer than 80 characters. 136
Error First sentence should end with a period. 143
Error Expected an @return tag. 149
Error Method 'createOMText' is not designed for extension - needs to be abstract, final or empty. 149
Error Expected @throws tag for 'OMException'. 149
Error Redundant throws: 'OMException' is unchecked exception. 149
Error First sentence should end with a period. 166
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 172
Error Parameter node should be final. 172
Error Expected @param tag for 'node'. 172
Error Expected @throws tag for 'OMException'. 172
Error Redundant throws: 'OMException' is unchecked exception. 172
Error First sentence should end with a period. 176
Error Method 'discard' is not designed for extension - needs to be abstract, final or empty. 182
Error Parameter el should be final. 182
Error Expected @param tag for 'el'. 182
Error Expected @throws tag for 'OMException'. 182
Error Redundant throws: 'OMException' is unchecked exception. 182
Error 'while' construct must use '{}'s. 195
Error Empty statement. 195
Error Comment matches to-do format 'TODO:'. 197
Error First sentence should end with a period. 218
Error Expected an @return tag. 224
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 224
Error Expected @throws tag for 'OMException'. 224
Error Redundant throws: 'OMException' is unchecked exception. 224
Error First sentence should end with a period. 228
Error Expected an @return tag. 234
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 234
Error Expected @throws tag for 'OMException'. 234
Error Redundant throws: 'OMException' is unchecked exception. 234
Error First sentence should end with a period. 238
Error Expected an @return tag. 244
Error Method 'getNamespaceCount' is not designed for extension - needs to be abstract, final or empty. 244
Error Expected @throws tag for 'OMException'. 244
Error Redundant throws: 'OMException' is unchecked exception. 244
Error First sentence should end with a period. 252
Error Expected an @return tag. 259
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 259
Error Parameter index should be final. 259
Error Expected @param tag for 'index'. 259
Error Expected @throws tag for 'OMException'. 259
Error Redundant throws: 'OMException' is unchecked exception. 259
Error First sentence should end with a period. 267
Error Expected an @return tag. 274
Error Method 'getNamespaceUri' is not designed for extension - needs to be abstract, final or empty. 274
Error Parameter index should be final. 274
Error Expected @param tag for 'index'. 274
Error Expected @throws tag for 'OMException'. 274
Error Redundant throws: 'OMException' is unchecked exception. 274
Error First sentence should end with a period. 282
Error Method 'setCache' is not designed for extension - needs to be abstract, final or empty. 287
Error Parameter b should be final. 287
Error Expected @param tag for 'b'. 287
Error First sentence should end with a period. 295
Error Expected an @return tag. 301
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 301
Error Expected @throws tag for 'OMException'. 301
Error Redundant throws: 'OMException' is unchecked exception. 301
Error First sentence should end with a period. 305
Error Expected an @return tag. 311
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 311
Error Expected @throws tag for 'OMException'. 311
Error Redundant throws: 'OMException' is unchecked exception. 311
Error First sentence should end with a period. 315
Error Expected an @return tag. 321
Error Method 'getAttributeCount' is not designed for extension - needs to be abstract, final or empty. 321
Error Expected @throws tag for 'OMException'. 321
Error Redundant throws: 'OMException' is unchecked exception. 321
Error First sentence should end with a period. 325
Error Expected an @return tag. 332
Error Method 'getAttributeNamespace' is not designed for extension - needs to be abstract, final or empty. 332
Error Parameter arg should be final. 332
Error Expected @param tag for 'arg'. 332
Error Expected @throws tag for 'OMException'. 332
Error Redundant throws: 'OMException' is unchecked exception. 332
Error First sentence should end with a period. 336
Error Expected an @return tag. 343
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 343
Error Parameter arg should be final. 343
Error Expected @param tag for 'arg'. 343
Error Expected @throws tag for 'OMException'. 343
Error Redundant throws: 'OMException' is unchecked exception. 343
Error First sentence should end with a period. 347
Error Expected an @return tag. 354
Error Method 'getAttributePrefix' is not designed for extension - needs to be abstract, final or empty. 354
Error Parameter arg should be final. 354
Error Expected @param tag for 'arg'. 354
Error Expected @throws tag for 'OMException'. 354
Error Redundant throws: 'OMException' is unchecked exception. 354
Error First sentence should end with a period. 358
Error Expected an @return tag. 363
Error Method 'getParser' is not designed for extension - needs to be abstract, final or empty. 363
Error First sentence should end with a period. 373
Error Expected an @return tag. 378
Error Method 'isCompleted' is not designed for extension - needs to be abstract, final or empty. 378
Error First sentence should end with a period. 382
Error Line is longer than 80 characters. 383
Error Expected an @return tag. 388
Error Expected @throws tag for 'OMException'. 388
Error Redundant throws: 'OMException' is unchecked exception. 388
Error Line is longer than 80 characters. 391
Error Line is longer than 80 characters. 393
Error Line is longer than 80 characters. 394
Error Expected an @return tag. 400
Error Expected @throws tag for 'OMException'. 400
Error Redundant throws: 'OMException' is unchecked exception. 400
Error Expected an @return tag. 405
Error Method 'getBuilderType' is not designed for extension - needs to be abstract, final or empty. 405
Error First sentence should end with a period. 409
Error Method 'registerExternalContentHandler' is not designed for extension - needs to be abstract, final or empty. 414
Error Parameter obj should be final. 414
Error Expected @param tag for 'obj'. 414
Error First sentence should end with a period. 418
Error Expected an @return tag. 423
Error Method 'getRegisteredContentHandler' is not designed for extension - needs to be abstract, final or empty. 423

org/apache/axis/om/impl/llom/builder/StAXOMBuilder.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 31
Error First sentence should end with a period. 35
Error Variable 'document' must be private and have accessor methods. 38
Error First sentence should end with a period. 40
Error Variable 'omFactory' must be private and have accessor methods. 43
Error First sentence should end with a period. 45
Error Parameter ombuilderFactory should be final. 51
Error Expected @param tag for 'ombuilderFactory'. 51
Error Parameter parser should be final. 51
Error Expected @param tag for 'parser'. 51
Error First sentence should end with a period. 57
Error Parameter parser should be final. 62
Error Expected @param tag for 'parser'. 62
Error First sentence should end with a period. 68
Error Expected an @return tag. 74
Error Method 'createOMElement' is not designed for extension - needs to be abstract, final or empty. 74
Error Expected @throws tag for 'OMException'. 74
Error Redundant throws: 'OMException' is unchecked exception. 74
Error First sentence should end with a period. 100
Error Expected an @return tag. 106
Error Method 'getOMEnvelope' is not designed for extension - needs to be abstract, final or empty. 106
Error Expected @throws tag for 'OMException'. 106
Error Redundant throws: 'OMException' is unchecked exception. 106
Error First sentence should end with a period. 110
Error Expected an @return tag. 116
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 116
Error Expected @throws tag for 'OMException'. 116
Error Redundant throws: 'OMException' is unchecked exception. 116
Error First sentence should end with a period. 162
Error Expected an @return tag. 167
Error Method 'getDocumentElement' is not designed for extension - needs to be abstract, final or empty. 167
Error First sentence should end with a period. 171
Error Method 'processNamespaceData' is not designed for extension - needs to be abstract, final or empty. 177
Error Parameter node should be final. 177
Error Expected @param tag for 'node'. 177
Error Parameter isSOAPElement should be final. 177
Error Expected @param tag for 'isSOAPElement'. 177

org/apache/axis/om/impl/llom/builder/StAXSOAPModelBuilder.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 35
Error First sentence should end with a period. 39
Error First sentence should end with a period. 44
Error First sentence should end with a period. 49
Error First sentence should end with a period. 54
Error First sentence should end with a period. 59
Error First sentence should end with a period. 66
Error Parameter ombuilderFactory should be final. 72
Error Expected @param tag for 'ombuilderFactory'. 72
Error Parameter parser should be final. 73
Error Expected @param tag for 'parser'. 73
Error First sentence should end with a period. 77
Error Parameter parser should be final. 82
Error Expected @param tag for 'parser'. 82
Error First sentence should end with a period. 86
Error Expected an @return tag. 92
Error Method 'getSOAPEnvelope' is not designed for extension - needs to be abstract, final or empty. 92
Error Expected @throws tag for 'OMException'. 92
Error Redundant throws: 'OMException' is unchecked exception. 92
Error First sentence should end with a period. 99
Error Expected an @return tag. 105
Error Method 'createOMElement' is not designed for extension - needs to be abstract, final or empty. 105
Error Expected @throws tag for 'OMException'. 105
Error Redundant throws: 'OMException' is unchecked exception. 105
Error First sentence should end with a period. 127
Error Expected an @return tag. 135
Error Parameter parent should be final. 135
Error Expected @param tag for 'parent'. 135
Error Parameter elementName should be final. 135
Error Expected @param tag for 'elementName'. 135
Error Parameter isEnvelope should be final. 136
Error Expected @param tag for 'isEnvelope'. 136
Error Line is longer than 80 characters. 183
Error '3' is a magic number. 185
Error Line is longer than 80 characters. 193
Error '3' is a magic number. 193
Error Line is longer than 80 characters. 194
Error First sentence should end with a period. 211
Error Expected an @return tag. 217
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 217
Error Expected @throws tag for 'OMException'. 217
Error Redundant throws: 'OMException' is unchecked exception. 217
Error First sentence should end with a period. 262
Error Expected an @return tag. 267
Error Method 'getDocumentElement' is not designed for extension - needs to be abstract, final or empty. 267
Error First sentence should end with a period. 271
Error Method 'processNamespaceData' is not designed for extension - needs to be abstract, final or empty. 277
Error Parameter node should be final. 277
Error Expected @param tag for 'node'. 277
Error Parameter isSOAPElement should be final. 277
Error Expected @param tag for 'isSOAPElement'. 277
Error Line is longer than 80 characters. 289

org/apache/axis/om/impl/llom/builder/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/om/impl/llom/exception/OMBuilderException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 20
Error First sentence should end with a period. 24
Error Parameter s should be final. 29
Error Expected @param tag for 's'. 29

org/apache/axis/om/impl/llom/exception/OMStreamingException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 20
Error First sentence should end with a period. 24
Error First sentence should end with a period. 30
Error Parameter message should be final. 35
Error Expected @param tag for 'message'. 35
Error First sentence should end with a period. 39
Error Parameter message should be final. 45
Error Expected @param tag for 'message'. 45
Error Parameter cause should be final. 45
Error Expected @param tag for 'cause'. 45
Error First sentence should end with a period. 49
Error Parameter cause should be final. 54
Error Expected @param tag for 'cause'. 54

org/apache/axis/om/impl/llom/exception/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/om/impl/llom/factory/OMLinkedListImplFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 41
Error First sentence should end with a period. 45
Error First sentence should end with a period. 50
Error Expected an @return tag. 57
Error Method 'createOMElement' is not designed for extension - needs to be abstract, final or empty. 57
Error Parameter localName should be final. 57
Error Expected @param tag for 'localName'. 57
Error Parameter ns should be final. 57
Error Expected @param tag for 'ns'. 57
Error First sentence should end with a period. 62
Error Expected an @return tag. 71
Error Method 'createOMElement' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter localName should be final. 71
Error Expected @param tag for 'localName'. 71
Error Parameter ns should be final. 71
Error Expected @param tag for 'ns'. 71
Error Parameter parent should be final. 72
Error Expected @param tag for 'parent'. 72
Error Parameter builder should be final. 73
Error Expected @param tag for 'builder'. 73
Error First sentence should end with a period. 79
Error Expected an @return tag. 87
Error Method 'createOMElement' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter localName should be final. 87
Error Expected @param tag for 'localName'. 87
Error Parameter namespaceURI should be final. 87
Error Expected @param tag for 'namespaceURI'. 87
Error Parameter namespacePrefix should be final. 88
Error Expected @param tag for 'namespacePrefix'. 88
Error First sentence should end with a period. 94
Error Expected an @return tag. 102
Error Method 'createOMElement' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter qname should be final. 102
Error Expected @param tag for 'qname'. 102
Error Parameter parent should be final. 102
Error Expected @param tag for 'parent'. 102
Error Expected @throws tag for 'OMException'. 103
Error Redundant throws: 'OMException' is unchecked exception. 103
Error First sentence should end with a period. 107
Error Expected an @return tag. 114
Error Method 'createOMNamespace' is not designed for extension - needs to be abstract, final or empty. 114
Error Parameter uri should be final. 114
Error Expected @param tag for 'uri'. 114
Error Parameter prefix should be final. 114
Error Expected @param tag for 'prefix'. 114
Error First sentence should end with a period. 118
Error Expected an @return tag. 125
Error Method 'createText' is not designed for extension - needs to be abstract, final or empty. 125
Error Parameter parent should be final. 125
Error Expected @param tag for 'parent'. 125
Error Parameter text should be final. 125
Error Expected @param tag for 'text'. 125
Error First sentence should end with a period. 130
Error Expected an @return tag. 136
Error Method 'createText' is not designed for extension - needs to be abstract, final or empty. 136
Error Parameter s should be final. 136
Error Expected @param tag for 's'. 136
Error Empty statement. 138
Error First sentence should end with a period. 142
Error Expected an @return tag. 148
Error Method 'createSOAPBody' is not designed for extension - needs to be abstract, final or empty. 148
Error Parameter envelope should be final. 148
Error Expected @param tag for 'envelope'. 148
Error First sentence should end with a period. 153
Error Expected an @return tag. 160
Error Method 'createSOAPBody' is not designed for extension - needs to be abstract, final or empty. 160
Error Parameter envelope should be final. 160
Error Expected @param tag for 'envelope'. 160
Error Parameter builder should be final. 161
Error Expected @param tag for 'builder'. 161
Error First sentence should end with a period. 165
Error Expected an @return tag. 172
Error Method 'createSOAPEnvelope' is not designed for extension - needs to be abstract, final or empty. 172
Error Parameter ns should be final. 172
Error Expected @param tag for 'ns'. 172
Error Parameter builder should be final. 173
Error Expected @param tag for 'builder'. 173
Error First sentence should end with a period. 177
Error Expected an @return tag. 183
Error Method 'createSOAPEnvelope' is not designed for extension - needs to be abstract, final or empty. 183
Error Parameter ns should be final. 183
Error Expected @param tag for 'ns'. 183
Error First sentence should end with a period. 187
Error Expected an @return tag. 193
Error Method 'createSOAPHeader' is not designed for extension - needs to be abstract, final or empty. 193
Error Parameter envelope should be final. 193
Error Expected @param tag for 'envelope'. 193
Error First sentence should end with a period. 197
Error Expected an @return tag. 204
Error Method 'createSOAPHeader' is not designed for extension - needs to be abstract, final or empty. 204
Error Parameter envelope should be final. 204
Error Expected @param tag for 'envelope'. 204
Error Parameter builder should be final. 205
Error Expected @param tag for 'builder'. 205
Error First sentence should end with a period. 209
Error Expected an @return tag. 216
Error Method 'createSOAPHeaderBlock' is not designed for extension - needs to be abstract, final or empty. 216
Error Parameter localName should be final. 216
Error Expected @param tag for 'localName'. 216
Error Parameter ns should be final. 217
Error Expected @param tag for 'ns'. 217
Error First sentence should end with a period. 221
Error Expected an @return tag. 230
Error Method 'createSOAPHeaderBlock' is not designed for extension - needs to be abstract, final or empty. 230
Error Parameter localName should be final. 230
Error Expected @param tag for 'localName'. 230
Error Line is longer than 80 characters. 231
Error Parameter ns should be final. 231
Error Expected @param tag for 'ns'. 231
Error Parameter parent should be final. 231
Error Expected @param tag for 'parent'. 231
Error Parameter builder should be final. 231
Error Expected @param tag for 'builder'. 231
Error First sentence should end with a period. 235
Error Expected an @return tag. 242
Error Method 'createSOAPFault' is not designed for extension - needs to be abstract, final or empty. 242
Error Parameter parent should be final. 242
Error Expected @param tag for 'parent'. 242
Error Parameter e should be final. 242
Error Expected @param tag for 'e'. 242
Error First sentence should end with a period. 246
Error Expected an @return tag. 254
Error Method 'createSOAPFault' is not designed for extension - needs to be abstract, final or empty. 254
Error Parameter ns should be final. 254
Error Expected @param tag for 'ns'. 254
Error Parameter parent should be final. 254
Error Expected @param tag for 'parent'. 254
Error Parameter builder should be final. 255
Error Expected @param tag for 'builder'. 255
Error First sentence should end with a period. 259
Error Expected an @return tag. 264
Error Method 'getDefaultEnvelope' is not designed for extension - needs to be abstract, final or empty. 264

org/apache/axis/om/impl/llom/factory/OMXMLBuilderFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 24
Error Utility classes should not have a public or default constructor. 27
Error First sentence should end with a period. 28
Error First sentence should end with a period. 33
Error First sentence should end with a period. 38
Error First sentence should end with a period. 43
Error First sentence should end with a period. 48
Error Expected an @return tag. 55
Error Parameter ombuilderFactory should be final. 56
Error Expected @param tag for 'ombuilderFactory'. 56
Error Parameter parser should be final. 56
Error Expected @param tag for 'parser'. 56
Error First sentence should end with a period. 60
Error Expected an @return tag. 67
Error Parameter ombuilderFactory should be final. 67
Error Expected @param tag for 'ombuilderFactory'. 67
Error Parameter parser should be final. 68
Error Expected @param tag for 'parser'. 68

org/apache/axis/om/impl/llom/factory/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/om/impl/llom/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/om/impl/llom/serialize/StreamWriterToContentHandlerConverter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 28
Error First sentence should end with a period. 32
Error First sentence should end with a period. 37
Error First sentence should end with a period. 42
Error Parameter writer should be final. 47
Error 'writer' hides a field. 47
Error Expected @param tag for 'writer'. 47
Error First sentence should end with a period. 51
Error Expected @throws tag for 'SAXException'. 56
Error First sentence should end with a period. 61
Error Expected @throws tag for 'SAXException'. 66
Error Line has trailing spaces. 68
Error First sentence should end with a period. 71
Error Method 'characters' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter ch should be final. 79
Error Expected @param tag for 'ch'. 79
Error Array brackets at illegal position. 79
Error Parameter start should be final. 79
Error Expected @param tag for 'start'. 79
Error Parameter length should be final. 79
Error Expected @param tag for 'length'. 79
Error Expected @throws tag for 'SAXException'. 80
Error First sentence should end with a period. 88
Error Parameter ch should be final. 96
Error Expected @param tag for 'ch'. 96
Error Array brackets at illegal position. 96
Error Parameter start should be final. 96
Error Expected @param tag for 'start'. 96
Error Parameter length should be final. 96
Error Expected @param tag for 'length'. 96
Error Expected @throws tag for 'SAXException'. 97
Error First sentence should end with a period. 102
Error Parameter prefix should be final. 108
Error Expected @param tag for 'prefix'. 108
Error Expected @throws tag for 'SAXException'. 108
Error First sentence should end with a period. 113
Error Parameter name should be final. 119
Error Expected @param tag for 'name'. 119
Error Expected @throws tag for 'SAXException'. 119
Error First sentence should end with a period. 124
Error Parameter locator should be final. 129
Error Expected @param tag for 'locator'. 129
Error First sentence should end with a period. 134
Error Parameter target should be final. 141
Error Expected @param tag for 'target'. 141
Error Parameter data should be final. 141
Error Expected @param tag for 'data'. 141
Error Expected @throws tag for 'SAXException'. 142
Error First sentence should end with a period. 147
Error Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. 154
Error Parameter prefix should be final. 154
Error Expected @param tag for 'prefix'. 154
Error Parameter uri should be final. 154
Error Expected @param tag for 'uri'. 154
Error Expected @throws tag for 'SAXException'. 155
Error First sentence should end with a period. 164
Error Method 'endElement' is not designed for extension - needs to be abstract, final or empty. 172
Error Parameter namespaceURI should be final. 172
Error Expected @param tag for 'namespaceURI'. 172
Error Parameter localName should be final. 172
Error Expected @param tag for 'localName'. 172
Error Parameter qName should be final. 172
Error Expected @param tag for 'qName'. 172
Error Expected @throws tag for 'SAXException'. 173
Error First sentence should end with a period. 181
Error Expected an @return tag. 187
Error Parameter qName should be final. 187
Error Expected @param tag for 'qName'. 187
Error First sentence should end with a period. 194
Error Method 'startElement' is not designed for extension - needs to be abstract, final or empty. 203
Error Line is longer than 80 characters. 204
Error Parameter namespaceURI should be final. 204
Error Expected @param tag for 'namespaceURI'. 204
Error Parameter localName should be final. 204
Error Expected @param tag for 'localName'. 204
Error Parameter qName should be final. 204
Error Expected @param tag for 'qName'. 204
Error Parameter atts should be final. 204
Error Expected @param tag for 'atts'. 204
Error Expected @throws tag for 'SAXException'. 205
Error Line is longer than 80 characters. 211

org/apache/axis/om/impl/llom/serialize/StreamingOMSerializer.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 26
Error Line is longer than 80 characters. 32
Error Line is longer than 80 characters. 33
Error First sentence should end with a period. 38
Error First sentence should end with a period. 43
Error Method 'serialize' is not designed for extension - needs to be abstract, final or empty. 50
Error Parameter obj should be final. 50
Error Expected @param tag for 'obj'. 50
Error Parameter writer should be final. 50
Error Expected @param tag for 'writer'. 50
Error Expected @throws tag for 'XMLStreamException'. 51
Error Line is longer than 80 characters. 54
Error First sentence should end with a period. 60
Error Method 'serializeNode' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter reader should be final. 67
Error Expected @param tag for 'reader'. 67
Error Parameter writer should be final. 67
Error Expected @param tag for 'writer'. 67
Error Expected @throws tag for 'XMLStreamException'. 68
Error Must have at least one statement. 88
Error Comment matches to-do format 'TODO:'. 89
Error Method 'serializeElement' is not designed for extension - needs to be abstract, final or empty. 103
Error Parameter reader should be final. 104
Error Expected @param tag for 'reader'. 104
Error Parameter writer should be final. 104
Error Expected @param tag for 'writer'. 104
Error Expected @throws tag for 'XMLStreamException'. 105
Error Name 'writer_prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108
Error First sentence should end with a period. 141
Error Method 'serializeEndElement' is not designed for extension - needs to be abstract, final or empty. 147
Error Parameter writer should be final. 147
Error Expected @param tag for 'writer'. 147
Error Expected @throws tag for 'XMLStreamException'. 148
Error Method 'serializeText' is not designed for extension - needs to be abstract, final or empty. 157
Error Parameter reader should be final. 157
Error Expected @param tag for 'reader'. 157
Error Parameter writer should be final. 157
Error Expected @param tag for 'writer'. 157
Error Expected @throws tag for 'XMLStreamException'. 158
Error First sentence should end with a period. 162
Error Method 'serializeCData' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter reader should be final. 170
Error Expected @param tag for 'reader'. 170
Error Parameter writer should be final. 170
Error Expected @param tag for 'writer'. 170
Error Expected @throws tag for 'XMLStreamException'. 171
Error First sentence should end with a period. 175
Error Method 'serializeComment' is not designed for extension - needs to be abstract, final or empty. 182
Error Parameter reader should be final. 183
Error Expected @param tag for 'reader'. 183
Error Parameter writer should be final. 183
Error Expected @param tag for 'writer'. 183
Error Expected @throws tag for 'XMLStreamException'. 184
Error Method 'serializeAttributes' is not designed for extension - needs to be abstract, final or empty. 193
Error Parameter reader should be final. 194
Error Expected @param tag for 'reader'. 194
Error Parameter writer should be final. 194
Error Expected @param tag for 'writer'. 194
Error Expected @throws tag for 'XMLStreamException'. 195
Error First sentence should end with a period. 213
Error Parameter prefix should be final. 222
Error Expected @param tag for 'prefix'. 222
Error Parameter URI should be final. 222
Error Expected @param tag for 'URI'. 222
Error Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 222
Error Parameter writer should be final. 222
Error Expected @param tag for 'writer'. 222
Error Expected @throws tag for 'XMLStreamException'. 223

org/apache/axis/om/impl/llom/serialize/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/om/impl/llom/traverse/OMChildrenIterator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 23
Error First sentence should end with a period. 27
Error Variable 'currentChild' must be private and have accessor methods. 30
Error First sentence should end with a period. 32
Error Variable 'lastChild' must be private and have accessor methods. 35
Error First sentence should end with a period. 37
Error Variable 'nextCalled' must be private and have accessor methods. 40
Error First sentence should end with a period. 42
Error Variable 'removeCalled' must be private and have accessor methods. 45
Error First sentence should end with a period. 47
Error Parameter currentChild should be final. 52
Error 'currentChild' hides a field. 52
Error Expected @param tag for 'currentChild'. 52
Error Unused @throws tag for 'UnsupportedOperationException'. 63
Error Line is longer than 80 characters. 64
Error Unused @throws tag for 'IllegalStateException'. 65
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 67
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 70
Error Line is longer than 80 characters. 80
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 94
Error Unused @throws tag for 'java.util.NoSuchElementException'. 102
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 105

org/apache/axis/om/impl/llom/traverse/OMChildrenQNameIterator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 23
Error First sentence should end with a period. 27
Error First sentence should end with a period. 32
Error First sentence should end with a period. 37
Error First sentence should end with a period. 42
Error Parameter currentChild should be final. 48
Error Expected @param tag for 'currentChild'. 48
Error Parameter givenQName should be final. 48
Error 'givenQName' hides a field. 48
Error Expected @param tag for 'givenQName'. 48
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 60
Error Inner assignments should be avoided. 75
Error Line is longer than 80 characters. 76
Error Unused @throws tag for 'java.util.NoSuchElementException'. 89
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 92
Error Line is longer than 80 characters. 105
Error Line is longer than 80 characters. 106
Error Expected an @return tag. 113
Error Parameter elementQName should be final. 113
Error Expected @param tag for 'elementQName'. 113
Error Parameter qNameToBeMatched should be final. 113
Error Expected @param tag for 'qNameToBeMatched'. 113
Error Line is longer than 80 characters. 120
Error Line is longer than 80 characters. 131

org/apache/axis/om/impl/llom/traverse/OMChildrenWithSpecificAttributeIterator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 24
Error First sentence should end with a period. 29
Error First sentence should end with a period. 34
Error First sentence should end with a period. 39
Error First sentence should end with a period. 44
Error Parameter currentChild should be final. 52
Error Expected @param tag for 'currentChild'. 52
Error Line is longer than 80 characters. 53
Error Parameter attributeName should be final. 53
Error 'attributeName' hides a field. 53
Error Expected @param tag for 'attributeName'. 53
Error Parameter attributeValue should be final. 53
Error 'attributeValue' hides a field. 53
Error Expected @param tag for 'attributeValue'. 53
Error Parameter detach should be final. 53
Error 'detach' hides a field. 53
Error Expected @param tag for 'detach'. 53
Error First sentence should end with a period. 60
Error Expected an @return tag. 65
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 65
Error Line is longer than 80 characters. 74
Error First sentence should end with a period. 100
Error Expected an @return tag. 105
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 105

org/apache/axis/om/impl/llom/traverse/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/axis/om/package.html

ErrorLine
Error Missing package documentation file.0