Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
129003819

Files

FilesIWE
org/codehaus/xfire/AbstractXFireComponent.java 004
org/codehaus/xfire/DefaultXFire.java 00130
org/codehaus/xfire/MessageContext.java 00171
org/codehaus/xfire/XFire.java 001
org/codehaus/xfire/XFire.java 0028
org/codehaus/xfire/XFireFactory.java 00116
org/codehaus/xfire/XFireRuntimeException.java 0022
org/codehaus/xfire/attachments/Attachment.java 006
org/codehaus/xfire/attachments/Attachments.java 001
org/codehaus/xfire/attachments/Attachments.java 008
org/codehaus/xfire/attachments/JavaMailAttachments.java 00111
org/codehaus/xfire/attachments/SimpleAttachment.java 0019
org/codehaus/xfire/attachments/package.html 001
org/codehaus/xfire/client/AbstractClientHandler.java 0010
org/codehaus/xfire/client/ClientHandler.java 001
org/codehaus/xfire/client/ClientHandler.java 0017
org/codehaus/xfire/client/NullRequestHandler.java 0014
org/codehaus/xfire/client/http/AbstractHttpClient.java 00116
org/codehaus/xfire/client/http/RestHttpClient.java 0032
org/codehaus/xfire/client/http/SoapHttpClient.java 00112
org/codehaus/xfire/client/http/package.html 001
org/codehaus/xfire/client/package.html 001
org/codehaus/xfire/fault/AbstractFaultHandler.java 0011
org/codehaus/xfire/fault/FaultHandler.java 0012
org/codehaus/xfire/fault/FaultHandlerPipeline.java 001
org/codehaus/xfire/fault/FaultHandlerPipeline.java 0036
org/codehaus/xfire/fault/Soap11FaultHandler.java 0073
org/codehaus/xfire/fault/Soap12FaultHandler.java 0057
org/codehaus/xfire/fault/XFireFault.java 00199
org/codehaus/xfire/fault/package.html 001
org/codehaus/xfire/handler/AbstractHandler.java 0034
org/codehaus/xfire/handler/EndpointHandler.java 009
org/codehaus/xfire/handler/Handler.java 0012
org/codehaus/xfire/handler/HandlerPipeline.java 001
org/codehaus/xfire/handler/HandlerPipeline.java 0053
org/codehaus/xfire/handler/SoapHandler.java 00148
org/codehaus/xfire/handler/package.html 001
org/codehaus/xfire/package.html 001
org/codehaus/xfire/service/DefaultServiceRegistry.java 0090
org/codehaus/xfire/service/MessageService.java 00183
org/codehaus/xfire/service/Service.java 0025
org/codehaus/xfire/service/ServiceRegistry.java 0028
org/codehaus/xfire/service/event/RegistrationEventListener.java 007
org/codehaus/xfire/service/event/package.html 001
org/codehaus/xfire/service/package.html 001
org/codehaus/xfire/soap/Soap11.java 0063
org/codehaus/xfire/soap/Soap12.java 0061
org/codehaus/xfire/soap/SoapConstants.java 0010
org/codehaus/xfire/soap/SoapVersion.java 0034
org/codehaus/xfire/soap/SoapVersionFactory.java 0021
org/codehaus/xfire/test/AbstractServletTest.java 0046
org/codehaus/xfire/test/AbstractXFireTest.java 001
org/codehaus/xfire/test/AbstractXFireTest.java 00218
org/codehaus/xfire/test/package.html 001
org/codehaus/xfire/transport/AbstractTransport.java 00140
org/codehaus/xfire/transport/DefaultTransportManager.java 0095
org/codehaus/xfire/transport/Session.java 0014
org/codehaus/xfire/transport/Transport.java 0010
org/codehaus/xfire/transport/TransportManager.java 0031
org/codehaus/xfire/transport/http/SoapHttpTransport.java 0063
org/codehaus/xfire/transport/http/XFireHttpSession.java 0052
org/codehaus/xfire/transport/http/XFireServlet.java 0032
org/codehaus/xfire/transport/http/XFireServletController.java 00127
org/codehaus/xfire/transport/http/package.html 001
org/codehaus/xfire/transport/package.html 001
org/codehaus/xfire/util/DOMUtils.java 00123
org/codehaus/xfire/util/DateUtils.java 001
org/codehaus/xfire/util/DateUtils.java 00268
org/codehaus/xfire/util/DepthXMLStreamReader.java 00189
org/codehaus/xfire/util/NamespaceHelper.java 0062
org/codehaus/xfire/util/STAXUtils.java 001
org/codehaus/xfire/util/STAXUtils.java 00170
org/codehaus/xfire/util/package.html 001
org/codehaus/xfire/wsdl11/WSDL11Transport.java 0014
org/codehaus/xfire/wsdl11/package.html 001
org/codehaus/xfire/wsdl/ResourceWSDL.java 0032
org/codehaus/xfire/wsdl/SchemaType.java 0017
org/codehaus/xfire/wsdl/WSDLWriter.java 001
org/codehaus/xfire/wsdl/WSDLWriter.java 0011
org/codehaus/xfire/wsdl/package.html 001

org/codehaus/xfire/AbstractXFireComponent.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 5
Error '{' should be on the previous line. 9
Error Line has trailing spaces. 10

org/codehaus/xfire/DefaultXFire.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Missing a Javadoc comment. 38
Error '{' should be on the previous line. 39
Error Missing a Javadoc comment. 44
Error '(' is followed by whitespace. 44
Error 'registry' hides a field. 44
Error 'transportManager' hides a field. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 59
Error Line has trailing spaces. 61
Error Line has trailing spaces. 63
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 67
Error '+' should be on a new line. 67
Error Line has trailing spaces. 68
Error Line is longer than 80 characters. 68
Error Line has trailing spaces. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error 'if' is not followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '}' should be on the same line. 83
Error 'catch' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error Line has trailing spaces. 96
Error Method 'handleException' is not designed for extension - needs to be abstract, final or empty. 96
Error Expected @param tag for 'context'. 96
Error Line has trailing spaces. 97
Error Expected @param tag for 'service'. 97
Error Line has trailing spaces. 98
Error Expected @param tag for 'handler'. 98
Error Expected @param tag for 'e'. 99
Error '{' should be on the previous line. 100
Error 'if' is not followed by whitespace. 101
Error '{' should be on the previous line. 102
Error 'cast' is not followed by whitespace. 103
Error '}' should be on the same line. 104
Error 'if' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 109
Error Line has trailing spaces. 111
Error 'if' construct must use '{}'s. 112
Error '}' should be on the same line. 114
Error '{' should be on the previous line. 116
Error Method 'findService' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 126
Error Missing a Javadoc comment. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error ')' is preceded with whitespace. 134
Error '}' should be on the same line. 135
Error 'catch' is not followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error Method 'generateWSDL' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '}' should be on the same line. 149
Error 'catch' is not followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '}' should be on the same line. 153
Error 'catch' is not followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '{' should be on the previous line. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Missing a Javadoc comment. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error '{' should be on the previous line. 169
Error Method 'getTransportManager' is not designed for extension - needs to be abstract, final or empty. 173
Error Missing a Javadoc comment. 173
Error '{' should be on the previous line. 174

org/codehaus/xfire/MessageContext.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 20
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 39
Error '{' should be on the previous line. 40
Error Line has trailing spaces. 44
Error '(' is followed by whitespace. 49
Error Parameter service should be final. 49
Error 'service' hides a field. 49
Error Expected @param tag for 'service'. 49
Error Parameter action should be final. 50
Error 'action' hides a field. 50
Error Expected @param tag for 'action'. 50
Error Line has trailing spaces. 51
Error Parameter response should be final. 51
Error Expected @param tag for 'response'. 51
Error Line has trailing spaces. 52
Error Parameter session should be final. 52
Error 'session' hides a field. 52
Error Expected @param tag for 'session'. 52
Error Parameter requestUri should be final. 53
Error 'requestUri' hides a field. 53
Error Expected @param tag for 'requestUri'. 53
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 56
Error Line has trailing spaces. 58
Error Line has trailing spaces. 68
Error '{' should be on the previous line. 72
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error '(' is followed by whitespace. 76
Error Parameter key should be final. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error Line contains a tab character. 78
Error Line has trailing spaces. 80
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error '(' is followed by whitespace. 81
Error Parameter key should be final. 81
Error Parameter value should be final. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error Line contains a tab character. 83
Error Line has trailing spaces. 85
Error Method 'getRequestUri' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error '{' should be on the previous line. 87
Error Method 'setRequestUri' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '(' is followed by whitespace. 91
Error Parameter requestUri should be final. 91
Error 'requestUri' hides a field. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error Line has trailing spaces. 95
Error Method 'getResponseStream' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 100
Error Method 'setResponseStream' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error '(' is followed by whitespace. 101
Error Parameter responseStream should be final. 101
Error 'responseStream' hides a field. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 102
Error Line has trailing spaces. 105
Error Method 'setRequestStream' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error '(' is followed by whitespace. 106
Error Parameter requestStream should be final. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error '{' should be on the previous line. 109
Error Line is longer than 80 characters. 111
Error 'xmlStreamReader' hides a field. 111
Error '}' should be on the same line. 113
Error '{' should be on the previous line. 115
Error Line is longer than 80 characters. 116
Error 'cast' is not followed by whitespace. 116
Error Line has trailing spaces. 122
Error Expected an @return tag. 125
Error Method 'getSession' is not designed for extension - needs to be abstract, final or empty. 125
Error '{' should be on the previous line. 126
Error Line has trailing spaces. 129
Error Method 'setSession' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error '(' is followed by whitespace. 130
Error Parameter session should be final. 130
Error 'session' hides a field. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error Line has trailing spaces. 134
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error '{' should be on the previous line. 136
Error Line has trailing spaces. 139
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error '(' is followed by whitespace. 140
Error Parameter action should be final. 140
Error 'action' hides a field. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141
Error Line has trailing spaces. 144
Error Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error '{' should be on the previous line. 146
Error Line has trailing spaces. 149
Error Method 'setServiceName' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error '(' is followed by whitespace. 150
Error Parameter service should be final. 150
Error 'service' hides a field. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 151
Error Method 'getSoapVersion' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error '{' should be on the previous line. 156
Error Line has trailing spaces. 159
Error Method 'setSoapVersion' is not designed for extension - needs to be abstract, final or empty. 160
Error Missing a Javadoc comment. 160
Error '(' is followed by whitespace. 160
Error Parameter soapVersion should be final. 160
Error 'soapVersion' hides a field. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error Line is longer than 80 characters. 162
Error Line has trailing spaces. 164
Error Line has trailing spaces. 167
Error Expected an @return tag. 170
Error Method 'getService' is not designed for extension - needs to be abstract, final or empty. 170
Error '{' should be on the previous line. 171
Error Line has trailing spaces. 174
Error Method 'setService' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error '(' is followed by whitespace. 175
Error Parameter service should be final. 175
Error 'service' hides a field. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error Line has trailing spaces. 179
Error Method 'getXMLStreamReader' is not designed for extension - needs to be abstract, final or empty. 183
Error '{' should be on the previous line. 184
Error Line has trailing spaces. 187
Error Method 'setXMLStreamReader' is not designed for extension - needs to be abstract, final or empty. 191
Error Parameter xmlStreamReader should be final. 191
Error 'xmlStreamReader' hides a field. 191
Error '{' should be on the previous line. 192
Error Line has trailing spaces. 195
Error Method 'getTransport' is not designed for extension - needs to be abstract, final or empty. 199
Error '{' should be on the previous line. 200
Error Method 'setTransport' is not designed for extension - needs to be abstract, final or empty. 206
Error Parameter transport should be final. 206
Error 'transport' hides a field. 206
Error '{' should be on the previous line. 207

org/codehaus/xfire/XFire.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/XFire.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 18
Error Line has trailing spaces. 19
Error '{' should be on the previous line. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Redundant 'final' modifier. 27
Error 'public' modifier out of order with the JLS suggestions. 27
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line has trailing spaces. 32
Error Line has trailing spaces. 35
Error Line contains a tab character. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 40
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line has trailing spaces. 45
Error Line has trailing spaces. 48
Error Unused @param tag for 'in'. 49
Error Line contains a tab character. 51
Error '(' is followed by whitespace. 52
Error Expected @param tag for 'reader'. 52
Error ')' is preceded with whitespace. 53
Error Line has trailing spaces. 57
Error Expected an @return tag. 66
Error Line has trailing spaces. 67
Error Expected an @return tag. 71

org/codehaus/xfire/XFireFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 14
Error '{' should be on the previous line. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 34
Error Line has trailing spaces. 35
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 36
Error '{' should be on the previous line. 38
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Missing a Javadoc comment. 42
Error Parameter xfire should be final. 42
Error 'xfire' hides a field. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error '{' should be on the previous line. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line has trailing spaces. 47
Error Line has trailing spaces. 48
Error Missing a Javadoc comment. 48
Error Line contains a tab character. 49
Error '{' should be on the previous line. 50
Error Line has trailing spaces. 53
Error Line has trailing spaces. 54
Error Line contains a tab character. 54
Error Missing a Javadoc comment. 54
Error '{' should be on the previous line. 56
Error Line contains a tab character. 58
Error '{' should be on the previous line. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error '{' should be on the previous line. 60
Error Line contains a tab character. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Line contains a tab character. 62
Error '{' should be on the previous line. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error '}' should be on the same line. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error '{' should be on the previous line. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 74
Error Parameter clazz should be final. 74
Error '{' should be on the previous line. 75
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 79
Error '}' should be on the same line. 81
Error '{' should be on the previous line. 83
Error '}' should be on the same line. 85
Error '{' should be on the previous line. 87
Error Line is longer than 80 characters. 88
Error '}' should be on the same line. 89
Error '{' should be on the previous line. 91
Error Line is longer than 80 characters. 92
Error '}' should be on the same line. 93
Error '{' should be on the previous line. 95
Error '}' should be on the same line. 97
Error '{' should be on the previous line. 99
Error Line is longer than 80 characters. 100
Error Line has trailing spaces. 102
Error Line has trailing spaces. 105
Error Missing a Javadoc comment. 105
Error Parameter selector should be final. 105
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error Line contains a tab character. 112
Error '{' should be on the previous line. 112
Error 'if' construct must use '{}'s. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line has trailing spaces. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line has trailing spaces. 120
Error Line has trailing spaces. 121
Error Line has trailing spaces. 122
Error Line contains a tab character. 122
Error Line has trailing spaces. 124
Error Line contains a tab character. 128
Error '(' is followed by whitespace. 128
Error Parameter factoryClass should be final. 128
Error Expected @param tag for 'factoryClass'. 128
Error Parameter def should be final. 128
Error ')' is preceded with whitespace. 128
Error Line contains a tab character. 129
Error '{' should be on the previous line. 129
Error 'if' construct must use '{}'s. 130
Error Line contains a tab character. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line contains a tab character. 131
Error Line has trailing spaces. 132
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line has trailing spaces. 135
Error Line contains a tab character. 135
Error Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error '{' should be on the previous line. 137

org/codehaus/xfire/XFireRuntimeException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 6
Error '{' should be on the previous line. 12
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Parameter message should be final. 17
Error Expected @param tag for 'message'. 17
Error Parameter t should be final. 17
Error Expected @param tag for 't'. 17
Error Line contains a tab character. 18
Error '{' should be on the previous line. 18
Error Line contains a tab character. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error Line contains a tab character. 20
Error Parameter message should be final. 25
Error Expected @param tag for 'message'. 25
Error '{' should be on the previous line. 26
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27

org/codehaus/xfire/attachments/Attachment.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 7
Error '{' should be on the previous line. 11
Error Missing a Javadoc comment. 12
Error Redundant 'public' modifier. 12
Error Redundant 'public' modifier. 17

org/codehaus/xfire/attachments/Attachments.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/attachments/Attachments.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 13
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37

org/codehaus/xfire/attachments/JavaMailAttachments.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 19
Error Line has trailing spaces. 22
Error Line contains a tab character. 23
Error '{' should be on the previous line. 24
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 25
Error Name 'filter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error '{' should be on the previous line. 34
Error Line has trailing spaces. 37
Error Line has trailing spaces. 40
Error Line has trailing spaces. 44
Error Parameter multipart should be final. 44
Error Expected @param tag for 'multipart'. 44
Error Line contains a tab character. 45
Error Expected @throws tag for 'MessagingException'. 45
Error '{' should be on the previous line. 46
Error Line has trailing spaces. 48
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 52
Error Line has trailing spaces. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error Line is longer than 80 characters. 57
Error Line has trailing spaces. 60
Error Method 'getSoapMessage' is not designed for extension - needs to be abstract, final or empty. 64
Error '{' should be on the previous line. 65
Error Line has trailing spaces. 68
Error Method 'setSoapMessage' is not designed for extension - needs to be abstract, final or empty. 72
Error Parameter soapMessage should be final. 72
Error 'soapMessage' hides a field. 72
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 76
Error Method 'addPart' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter part should be final. 77
Error '{' should be on the previous line. 78
Error Line has trailing spaces. 81
Error Method 'getParts' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 86
Error Method 'getPart' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Parameter id should be final. 87
Error '{' should be on the previous line. 88
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 96
Error Line has trailing spaces. 97
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter out should be final. 97
Error Line contains a tab character. 98
Error '{' should be on the previous line. 99
Error Line has trailing spaces. 102
Error '{' should be on the previous line. 104
Error Line contains a tab character. 106
Error '}' should be on the same line. 107
Error 'catch' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error Line has trailing spaces. 113
Error Method 'getMimeMultipart' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error '{' should be on the previous line. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error Line has trailing spaces. 120
Error '{' should be on the previous line. 122
Error '+' is not preceded with whitespace. 125
Error '+' is not followed by whitespace. 125
Error '+' is not preceded with whitespace. 125
Error '+' is not followed by whitespace. 125
Error Line has trailing spaces. 127
Error ';' is followed by whitespace. 128
Error Line contains a tab character. 129
Error '{' should be on the previous line. 129
Error Line contains a tab character. 130
Error Line has trailing spaces. 131
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error '+' is not preceded with whitespace. 134
Error '+' is not followed by whitespace. 134
Error '+' is not preceded with whitespace. 134
Error '+' is not followed by whitespace. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error '}' should be on the same line. 137
Error 'catch' is not followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error Line has trailing spaces. 146
Error Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error '{' should be on the previous line. 148

org/codehaus/xfire/attachments/SimpleAttachment.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line contains a tab character. 9
Error '{' should be on the previous line. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Line contains a tab character. 12
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 14
Error Parameter id should be final. 14
Error 'id' hides a field. 14
Error Parameter handler should be final. 14
Error 'handler' hides a field. 14
Error '{' should be on the previous line. 15
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error '{' should be on the previous line. 21
Error Method 'getDataHandler' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error '{' should be on the previous line. 26

org/codehaus/xfire/attachments/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/client/AbstractClientHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 7
Error '{' should be on the previous line. 13
Error Method 'hasRequest' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error '{' should be on the previous line. 15
Error Line has trailing spaces. 18
Error Method 'getAttachments' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error '{' should be on the previous line. 20

org/codehaus/xfire/client/ClientHandler.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/client/ClientHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 16
Error '{' should be on the previous line. 21
Error Line has trailing spaces. 26
Error Line has trailing spaces. 29
Error Line has trailing spaces. 33
Error '(' is followed by whitespace. 33
Error Expected @param tag for 'writer'. 33
Error ')' is preceded with whitespace. 33
Error Expected @throws tag for 'XMLStreamException'. 34
Error Line has trailing spaces. 35
Error '(' is followed by whitespace. 43
Error Expected @param tag for 'reader'. 43
Error ')' is preceded with whitespace. 43
Error Expected @throws tag for 'XMLStreamException'. 44
Error Line has trailing spaces. 45
Error Line has trailing spaces. 48

org/codehaus/xfire/client/NullRequestHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 12
Error '{' should be on the previous line. 14
Error Method 'hasRequest' is not designed for extension - needs to be abstract, final or empty. 15
Error Missing a Javadoc comment. 15
Error '{' should be on the previous line. 16
Error Line has trailing spaces. 20
Error Missing a Javadoc comment. 20
Error Parameter writer should be final. 20
Error '{' should be on the previous line. 22
Error Line has trailing spaces. 24
Error Method 'getAttachments' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error '{' should be on the previous line. 26

org/codehaus/xfire/client/http/AbstractHttpClient.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 22
Error '{' should be on the previous line. 27
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error 'static' modifier out of order with the JLS suggestions. 28
Error Line has trailing spaces. 29
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error 'static' modifier out of order with the JLS suggestions. 30
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 37
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error '{' should be on the previous line. 39
Error Line has trailing spaces. 42
Error '{' should be on the previous line. 44
Error Line has trailing spaces. 45
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 52
Error Line has trailing spaces. 53
Error Line is longer than 80 characters. 57
Error Line has trailing spaces. 58
Error Line is longer than 80 characters. 59
Error Line has trailing spaces. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line has trailing spaces. 63
Error Line has trailing spaces. 67
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '}' should be on the same line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line has trailing spaces. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '}' should be on the same line. 84
Error '{' should be on the previous line. 86
Error 'if' construct must use '{}'s. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '}' should be on the same line. 91
Error '{' should be on the previous line. 93
Error '}' should be on the same line. 95
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 101
Error Missing a Javadoc comment. 102
Error Parameter urlConn should be final. 102
Error '{' should be on the previous line. 103
Error Line has trailing spaces. 104
Error Method 'writeRequest' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter out should be final. 110
Error Expected @param tag for 'out'. 110
Error '{' should be on the previous line. 111
Error Line has trailing spaces. 113
Error '{' should be on the previous line. 115
Error Line has trailing spaces. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '}' should be on the same line. 120
Error '{' should be on the previous line. 122
Error Line is longer than 80 characters. 127
Error Missing a Javadoc comment. 127
Error Parameter writer should be final. 127
Error Method 'readResponse' is not designed for extension - needs to be abstract, final or empty. 132
Error Parameter is should be final. 132
Error Expected @param tag for 'is'. 132
Error Line contains a tab character. 133
Error Expected @throws tag for 'XFireFault'. 133
Error '{' should be on the previous line. 134
Error Line has trailing spaces. 137
Error '{' should be on the previous line. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '}' should be on the same line. 141
Error '{' should be on the previous line. 143
Error Line has trailing spaces. 148
Error Missing a Javadoc comment. 148
Error Parameter reader should be final. 148
Error Line contains a tab character. 149
Error Line has trailing spaces. 150
Error Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 154
Error '{' should be on the previous line. 155
Error Line has trailing spaces. 158
Error Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. 162
Error Parameter url should be final. 162
Error '{' should be on the previous line. 163
Error Line has trailing spaces. 166
Error Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. 170
Error '{' should be on the previous line. 171
Error Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. 177
Error Parameter charset should be final. 177
Error '{' should be on the previous line. 178
Error Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 184
Error '{' should be on the previous line. 185
Error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 191
Error Parameter password should be final. 191
Error 'password' hides a field. 191
Error '{' should be on the previous line. 192
Error Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 198
Error '{' should be on the previous line. 199
Error Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 205
Error Parameter username should be final. 205
Error 'username' hides a field. 205
Error '{' should be on the previous line. 206

org/codehaus/xfire/client/http/RestHttpClient.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 14
Error Line has trailing spaces. 18
Error '{' should be on the previous line. 20
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 22
Error Parameter bodyHandler should be final. 28
Error Parameter url should be final. 28
Error '{' should be on the previous line. 29
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line has trailing spaces. 33
Error Line has trailing spaces. 34
Error Method 'writeRequest' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter out should be final. 35
Error '{' should be on the previous line. 36
Error 'if' construct must use '{}'s. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Method 'writeRequest' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter writer should be final. 41
Error '{' should be on the previous line. 43
Error Line has trailing spaces. 51
Error Method 'readResponse' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error Parameter reader should be final. 51
Error '{' should be on the previous line. 53
Error Line has trailing spaces. 55

org/codehaus/xfire/client/http/SoapHttpClient.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 14
Error Line has trailing spaces. 18
Error '{' should be on the previous line. 20
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Line has trailing spaces. 25
Error Line has trailing spaces. 29
Error Parameter bodyHandler should be final. 34
Error 'bodyHandler' hides a field. 34
Error Parameter url should be final. 34
Error '{' should be on the previous line. 35
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 45
Error Line has trailing spaces. 52
Error '(' is followed by whitespace. 52
Error Parameter bodyHandler should be final. 52
Error 'bodyHandler' hides a field. 52
Error Line has trailing spaces. 53
Error Parameter headerHandler should be final. 53
Error 'headerHandler' hides a field. 53
Error Parameter url should be final. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line has trailing spaces. 64
Error Line has trailing spaces. 72
Error '(' is followed by whitespace. 72
Error Parameter bodyHandler should be final. 72
Error 'bodyHandler' hides a field. 72
Error Line has trailing spaces. 73
Error Parameter headerHandler should be final. 73
Error 'headerHandler' hides a field. 73
Error Parameter url should be final. 74
Error Parameter soapVersion should be final. 75
Error 'soapVersion' hides a field. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error Method 'writeRequest' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter writer should be final. 84
Error '{' should be on the previous line. 86
Error Line has trailing spaces. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error Line has trailing spaces. 99
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103
Error Line has trailing spaces. 112
Error Method 'readResponse' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Parameter reader should be final. 112
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error Line is longer than 80 characters. 123
Error 'if' is not followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '}' should be on the same line. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error Line has trailing spaces. 138
Error Line has trailing spaces. 139
Error Method 'writeHeaders' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter urlConn should be final. 140
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line has trailing spaces. 145
Error Method 'getBodyHandler' is not designed for extension - needs to be abstract, final or empty. 149
Error '{' should be on the previous line. 150
Error Line has trailing spaces. 153
Error Method 'getHeaderHandler' is not designed for extension - needs to be abstract, final or empty. 157
Error '{' should be on the previous line. 158
Error Line has trailing spaces. 161
Error Method 'getSoapVersion' is not designed for extension - needs to be abstract, final or empty. 165
Error '{' should be on the previous line. 166
Error Line has trailing spaces. 169
Error Method 'setSoapVersion' is not designed for extension - needs to be abstract, final or empty. 173
Error Parameter soapVersion should be final. 173
Error 'soapVersion' hides a field. 173
Error '{' should be on the previous line. 174
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 180
Error Parameter action should be final. 180
Error 'action' hides a field. 180
Error '{' should be on the previous line. 181
Error Line has trailing spaces. 184
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 185
Error Missing a Javadoc comment. 185
Error '{' should be on the previous line. 186

org/codehaus/xfire/client/http/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/client/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/fault/AbstractFaultHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 10
Error Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 15
Error Parameter fault should be final. 15
Error Expected @param tag for 'fault'. 15
Error Parameter context should be final. 15
Error Expected @param tag for 'context'. 15
Error '{' should be on the previous line. 16
Error Line is longer than 80 characters. 17
Error Line is longer than 80 characters. 19
Error Line is longer than 80 characters. 22

org/codehaus/xfire/fault/FaultHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 12
Error Missing a Javadoc comment. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Comment matches to-do format 'TODO:'. 19
Error Line has trailing spaces. 20
Error Redundant 'public' modifier. 24
Error Expected @param tag for 'fault'. 24
Error Expected @param tag for 'context'. 24
Error ')' is preceded with whitespace. 24

org/codehaus/xfire/fault/FaultHandlerPipeline.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/fault/FaultHandlerPipeline.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 14
Error Missing a Javadoc comment. 15
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 17
Error '{' should be on the previous line. 18
Error Line has trailing spaces. 21
Error Method 'getHandler' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Parameter i should be final. 22
Error '{' should be on the previous line. 23
Error Line has trailing spaces. 26
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error '{' should be on the previous line. 28
Error Line has trailing spaces. 32
Error Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter fault should be final. 32
Error Parameter context should be final. 32
Error '{' should be on the previous line. 33
Error '{' should be on the previous line. 35
Error Line has trailing spaces. 40
Error Method 'addHandler' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter handler should be final. 41
Error '{' should be on the previous line. 42
Error Line has trailing spaces. 45
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter handler should be final. 46
Error '{' should be on the previous line. 47
Error Line has trailing spaces. 50
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error '{' should be on the previous line. 52

org/codehaus/xfire/fault/Soap11FaultHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 20
Error Line contains a tab character. 24
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Line is longer than 80 characters. 29
Error Line has trailing spaces. 31
Error Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 31
Error Parameter fault should be final. 31
Error Parameter context should be final. 32
Error Line has trailing spaces. 33
Error '{' should be on the previous line. 33
Error Line has trailing spaces. 35
Error '{' should be on the previous line. 39
Error Line is longer than 80 characters. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line is longer than 80 characters. 43
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 46
Error '(' is followed by whitespace. 46
Error ';' is followed by whitespace. 46
Error Line is longer than 80 characters. 49
Error '+' is not preceded with whitespace. 49
Error '+' is not followed by whitespace. 49
Error Line has trailing spaces. 51
Error Line has trailing spaces. 56
Error '(' is followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '}' should be on the same line. 65
Error '(' is followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line has trailing spaces. 73
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error Line has trailing spaces. 81
Error Line has trailing spaces. 83
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error 'cast' is not followed by whitespace. 90
Error Line has trailing spaces. 93
Error Line has trailing spaces. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line has trailing spaces. 103
Error Line has trailing spaces. 107
Error '}' should be on the same line. 109
Error '{' should be on the previous line. 111

org/codehaus/xfire/fault/Soap12FaultHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 20
Error Line contains a tab character. 24
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Line is longer than 80 characters. 29
Error Line has trailing spaces. 31
Error Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 31
Error Parameter fault should be final. 31
Error Parameter context should be final. 32
Error Line has trailing spaces. 33
Error '{' should be on the previous line. 33
Error Line has trailing spaces. 35
Error '{' should be on the previous line. 39
Error Line is longer than 80 characters. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line is longer than 80 characters. 43
Error Line is longer than 80 characters. 46
Error '(' is followed by whitespace. 46
Error ';' is followed by whitespace. 46
Error Line is longer than 80 characters. 49
Error '+' is not preceded with whitespace. 49
Error '+' is not followed by whitespace. 49
Error Line has trailing spaces. 51
Error Line has trailing spaces. 56
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line has trailing spaces. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line has trailing spaces. 71
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line has trailing spaces. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error 'cast' is not followed by whitespace. 97
Error Line has trailing spaces. 100
Error '}' should be on the same line. 109
Error '{' should be on the previous line. 111

org/codehaus/xfire/fault/XFireFault.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 27
Error '{' should be on the previous line. 33
Error 'static' modifier out of order with the JLS suggestions. 35
Error Missing a Javadoc comment. 36
Error 'static' modifier out of order with the JLS suggestions. 36
Error Missing a Javadoc comment. 37
Error 'static' modifier out of order with the JLS suggestions. 37
Error Line has trailing spaces. 38
Error First sentence should end with a period. 39
Error Line has trailing spaces. 40
Error 'static' modifier out of order with the JLS suggestions. 43
Error Line has trailing spaces. 44
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 51
Error 'static' modifier out of order with the JLS suggestions. 59
Error Line contains a tab character. 61
Error Missing a Javadoc comment. 61
Error Line has trailing spaces. 62
Error Line contains a tab character. 63
Error Missing a Javadoc comment. 63
Error Line has trailing spaces. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 72
Error Missing a Javadoc comment. 73
Error Line has trailing spaces. 74
Error Line has trailing spaces. 77
Error Line contains a tab character. 78
Error Line has trailing spaces. 81
Error Line contains a tab character. 81
Error '(' is followed by whitespace. 81
Error Parameter message should be final. 81
Error 'message' hides a field. 81
Error Expected @param tag for 'message'. 81
Error Line contains a tab character. 82
Error Parameter throwable should be final. 82
Error Line contains a tab character. 83
Error Parameter code should be final. 83
Error ')' is preceded with whitespace. 83
Error Line contains a tab character. 84
Error '{' should be on the previous line. 84
Error Line contains a tab character. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line has trailing spaces. 86
Error Line contains a tab character. 86
Error 'if' construct must use '{}'s. 87
Error Line contains a tab character. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line contains a tab character. 88
Error 'else' construct must use '{}'s. 89
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line has trailing spaces. 91
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 94
Error Line contains a tab character. 101
Error '(' is followed by whitespace. 101
Error Parameter throwable should be final. 101
Error Expected @param tag for 'throwable'. 101
Error ')' is preceded with whitespace. 101
Error Line contains a tab character. 102
Error '{' should be on the previous line. 102
Error Line contains a tab character. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line contains a tab character. 104
Error Line has trailing spaces. 105
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line has trailing spaces. 109
Error Parameter throwable should be final. 113
Error Parameter code should be final. 113
Error '{' should be on the previous line. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line has trailing spaces. 121
Error Line contains a tab character. 123
Error Line contains a tab character. 125
Error Parameter message should be final. 125
Error 'message' hides a field. 125
Error Parameter code should be final. 125
Error Line contains a tab character. 126
Error '{' should be on the previous line. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 131
Error Line contains a tab character. 133
Error Missing a Javadoc comment. 133
Error '{' should be on the previous line. 134
Error Missing a Javadoc comment. 137
Error '(' is followed by whitespace. 137
Error Parameter throwable should be final. 137
Error ')' is preceded with whitespace. 137
Error Line contains a tab character. 138
Error '{' should be on the previous line. 138
Error Line contains a tab character. 139
Error Line has trailing spaces. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error '}' should be on the same line. 144
Error '{' should be on the previous line. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error Line has trailing spaces. 149
Error Line contains a tab character. 151
Error Line has trailing spaces. 152
Error Line contains a tab character. 152
Error Expected an @return tag. 156
Error Method 'getCode' is not designed for extension - needs to be abstract, final or empty. 156
Error '{' should be on the previous line. 157
Error Line has trailing spaces. 160
Error Method 'getReason' is not designed for extension - needs to be abstract, final or empty. 161
Error Missing a Javadoc comment. 161
Error '{' should be on the previous line. 162
Error Line has trailing spaces. 165
Error Line has trailing spaces. 168
Error Method 'getSubCode' is not designed for extension - needs to be abstract, final or empty. 171
Error '{' should be on the previous line. 172
Error Line has trailing spaces. 175
Error Method 'getDetail' is not designed for extension - needs to be abstract, final or empty. 176
Error Missing a Javadoc comment. 176
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '{' should be on the previous line. 179
Error '{' should be on the previous line. 181
Error Line is longer than 80 characters. 182
Error Line has trailing spaces. 184
Error '}' should be on the same line. 187
Error '{' should be on the previous line. 189
Error Line has trailing spaces. 195
Error Method 'setDetail' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error Parameter details should be final. 196
Error '{' should be on the previous line. 197
Error Line has trailing spaces. 200
Error Method 'setSubCode' is not designed for extension - needs to be abstract, final or empty. 201
Error Missing a Javadoc comment. 201
Error Parameter subCode should be final. 201
Error 'subCode' hides a field. 201
Error '{' should be on the previous line. 202
Error Method 'getFaultCode' is not designed for extension - needs to be abstract, final or empty. 206
Error Missing a Javadoc comment. 206
Error '{' should be on the previous line. 207
Error Method 'setFaultCode' is not designed for extension - needs to be abstract, final or empty. 211
Error Missing a Javadoc comment. 211
Error Parameter faultCode should be final. 211
Error 'faultCode' hides a field. 211
Error '{' should be on the previous line. 212
Error Line has trailing spaces. 215
Error Line has trailing spaces. 220
Error Expected an @return tag. 223
Error Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. 223
Error '{' should be on the previous line. 224
Error Line has trailing spaces. 227
Error Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. 228
Error Missing a Javadoc comment. 228
Error '(' is followed by whitespace. 228
Error Parameter prefix should be final. 228
Error Parameter ns should be final. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error Expected an @return tag. 236
Error Method 'hasDetails' is not designed for extension - needs to be abstract, final or empty. 236
Error '{' should be on the previous line. 237
Error 'if' construct must use '{}'s. 238
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error Line has trailing spaces. 240
Error Line has trailing spaces. 243
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 247
Error '{' should be on the previous line. 248
Error Line has trailing spaces. 251
Error Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. 255
Error Parameter message should be final. 255
Error 'message' hides a field. 255
Error '{' should be on the previous line. 256
Error Method 'getRole' is not designed for extension - needs to be abstract, final or empty. 263
Error '{' should be on the previous line. 264
Error Line has trailing spaces. 267
Error Method 'setRole' is not designed for extension - needs to be abstract, final or empty. 272
Error Parameter actor should be final. 272
Error Expected @param tag for 'actor'. 272
Error '{' should be on the previous line. 273

org/codehaus/xfire/fault/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/handler/AbstractHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 20
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 22
Error Line has trailing spaces. 26
Error Method 'getUnderstoodHeaders' is not designed for extension - needs to be abstract, final or empty. 29
Error '{' should be on the previous line. 30
Error Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error '{' should be on the previous line. 35
Error Line has trailing spaces. 38
Error Line is longer than 80 characters. 40
Error Parameter fault should be final. 44
Error Parameter context should be final. 44
Error '{' should be on the previous line. 45
Error Line has trailing spaces. 47
Error Method 'getXMLStreamWriter' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error '(' is followed by whitespace. 48
Error Parameter context should be final. 48
Error ')' is preceded with whitespace. 48
Error '{' should be on the previous line. 49
Error Line is longer than 80 characters. 50
Error Line has trailing spaces. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '{' should be on the previous line. 56
Error Line is longer than 80 characters. 57
Error '}' should be on the same line. 58
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 61
Error Line has trailing spaces. 63
Error Line has trailing spaces. 66

org/codehaus/xfire/handler/EndpointHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 9
Error Line has trailing spaces. 11
Error Line has trailing spaces. 12
Error Line has trailing spaces. 19
Error Line contains a tab character. 23
Error '{' should be on the previous line. 24
Error Missing a Javadoc comment. 25
Error Redundant 'public' modifier. 25

org/codehaus/xfire/handler/Handler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 17
Error '{' should be on the previous line. 22
Error Missing a Javadoc comment. 23
Error Line has trailing spaces. 32
Error Line has trailing spaces. 41
Error Unused @param tag for 'message'. 42
Error Expected @param tag for 'context'. 45
Error Expected @throws tag for 'Exception'. 46
Error Line has trailing spaces. 51
Error Expected @param tag for 'fault'. 54
Error Expected @param tag for 'context'. 54

org/codehaus/xfire/handler/HandlerPipeline.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/handler/HandlerPipeline.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 19
Error '{' should be on the previous line. 20
Error Line has trailing spaces. 23
Error Method 'getHandler' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter i should be final. 24
Error '{' should be on the previous line. 25
Error Line has trailing spaces. 28
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error '{' should be on the previous line. 30
Error Line has trailing spaces. 33
Error Line has trailing spaces. 34
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter context should be final. 34
Error Line contains a tab character. 35
Error '{' should be on the previous line. 36
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error '{' should be on the previous line. 41
Error '}' should be on the same line. 43
Error '{' should be on the previous line. 45
Error Line has trailing spaces. 47
Error Line has trailing spaces. 52
Error Line has trailing spaces. 53
Error Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter e should be final. 53
Error Parameter context should be final. 53
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 56
Error 'if' construct must use '{}'s. 58
Error Line has trailing spaces. 60
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 67
Error Method 'addHandler' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter handler should be final. 68
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 72
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter handler should be final. 73
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 77
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79

org/codehaus/xfire/handler/SoapHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 28
Error Comment matches to-do format 'TODO:'. 29
Error Line has trailing spaces. 30
Error Line has trailing spaces. 34
Error '{' should be on the previous line. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error '(' is followed by whitespace. 44
Error Parameter bodyHandler should be final. 44
Error 'bodyHandler' hides a field. 44
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 52
Error Parameter context should be final. 52
Error Expected @param tag for 'context'. 52
Error Line contains a tab character. 53
Error Expected @throws tag for 'Exception'. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error Line is longer than 80 characters. 77
Error 'if' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '}' should be on the same line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error '}' should be on the same line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error Line is longer than 80 characters. 99
Error '{' should be on the previous line. 101
Error Line has trailing spaces. 104
Error Line has trailing spaces. 112
Error Line has trailing spaces. 115
Error Line has trailing spaces. 118
Error Line has trailing spaces. 122
Error Missing a Javadoc comment. 125
Error Parameter context should be final. 125
Error '{' should be on the previous line. 126
Error Line has trailing spaces. 130
Error Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 130
Error Missing a Javadoc comment. 130
Error Parameter fault should be final. 130
Error Parameter context should be final. 130
Error '{' should be on the previous line. 131
Error '{' should be on the previous line. 135
Error Line has trailing spaces. 141
Error Line is longer than 80 characters. 141
Error Method 'invokeRequestPipeline' is not designed for extension - needs to be abstract, final or empty. 141
Error Missing a Javadoc comment. 141
Error Parameter handlerStack should be final. 141
Error Parameter context should be final. 141
Error Line contains a tab character. 142
Error '{' should be on the previous line. 143
Error 'if' construct must use '{}'s. 144
Error ')' is preceded with whitespace. 144
Error Line is longer than 80 characters. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error 'if' construct must use '{}'s. 147
Error ')' is preceded with whitespace. 147
Error Line is longer than 80 characters. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line has trailing spaces. 151
Error Line is longer than 80 characters. 151
Error Method 'invokeResponsePipeline' is not designed for extension - needs to be abstract, final or empty. 151
Error Missing a Javadoc comment. 151
Error Parameter handlerStack should be final. 151
Error Parameter context should be final. 151
Error '{' should be on the previous line. 153
Error 'if' construct must use '{}'s. 154
Error ')' is preceded with whitespace. 154
Error Line is longer than 80 characters. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error 'if' construct must use '{}'s. 157
Error ')' is preceded with whitespace. 157
Error Line is longer than 80 characters. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Line has trailing spaces. 161
Error Method 'invokePipeline' is not designed for extension - needs to be abstract, final or empty. 161
Error Missing a Javadoc comment. 161
Error Parameter pipeline should be final. 161
Error Line has trailing spaces. 162
Error Parameter handlerStack should be final. 162
Error Parameter context should be final. 163
Error '{' should be on the previous line. 165
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error Line has trailing spaces. 168
Error Line has trailing spaces. 173
Error Method 'readHeaders' is not designed for extension - needs to be abstract, final or empty. 173
Error Missing a Javadoc comment. 173
Error '(' is followed by whitespace. 173
Error Parameter context should be final. 173
Error ')' is preceded with whitespace. 173
Error Line contains a tab character. 174
Error '{' should be on the previous line. 175
Error Line is longer than 80 characters. 177
Error Line has trailing spaces. 178
Error Line has trailing spaces. 180
Error Line has trailing spaces. 183
Error Line has trailing spaces. 184
Error Line is longer than 80 characters. 184
Error Method 'writeHeaders' is not designed for extension - needs to be abstract, final or empty. 184
Error Missing a Javadoc comment. 184
Error '(' is followed by whitespace. 184
Error Parameter context should be final. 184
Error Parameter writer should be final. 184
Error ')' is preceded with whitespace. 184
Error Line contains a tab character. 185
Error '{' should be on the previous line. 186
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error Line is longer than 80 characters. 190
Error Line has trailing spaces. 193
Error Missing a Javadoc comment. 198
Error Parameter context should be final. 198
Error '{' should be on the previous line. 199
Error Line has trailing spaces. 201
Error Line has trailing spaces. 203
Error Line has trailing spaces. 204
Error Missing a Javadoc comment. 204
Error Parameter context should be final. 204
Error Parameter encoding should be final. 205
Error '{' should be on the previous line. 207
Error 'if' construct must use '{}'s. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error 'else' construct must use '{}'s. 212
Error Line has trailing spaces. 214
Error Line has trailing spaces. 217

org/codehaus/xfire/handler/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/service/DefaultServiceRegistry.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 19
Error Missing a Javadoc comment. 20
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 24
Error '{' should be on the previous line. 25
Error Line has trailing spaces. 29
Error Line contains a tab character. 30
Error Line is longer than 80 characters. 31
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Method 'getService' is not designed for extension - needs to be abstract, final or empty. 33
Error '(' is followed by whitespace. 33
Error Parameter serviceName should be final. 33
Error ')' is preceded with whitespace. 33
Error Line contains a tab character. 34
Error '{' should be on the previous line. 34
Error Line contains a tab character. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Line contains a tab character. 36
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 41
Error '(' is followed by whitespace. 41
Error Parameter service should be final. 41
Error ')' is preceded with whitespace. 41
Error Line contains a tab character. 42
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line has trailing spaces. 44
Error '{' should be on the previous line. 46
Error Line is longer than 80 characters. 47
Error Line contains a tab character. 50
Error Line has trailing spaces. 51
Error Line contains a tab character. 52
Error Line is longer than 80 characters. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Method 'unregister' is not designed for extension - needs to be abstract, final or empty. 55
Error '(' is followed by whitespace. 55
Error Parameter serviceName should be final. 55
Error ')' is preceded with whitespace. 55
Error Line contains a tab character. 56
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line has trailing spaces. 58
Error Line contains a tab character. 58
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 61
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 68
Error Line is longer than 80 characters. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Method 'hasService' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter service should be final. 71
Error Line contains a tab character. 72
Error '{' should be on the previous line. 72
Error Line contains a tab character. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Method 'getServices' is not designed for extension - needs to be abstract, final or empty. 79
Error Line contains a tab character. 80
Error '{' should be on the previous line. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Method 'addRegistrationEventListener' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter listener should be final. 87
Error Expected @param tag for 'listener'. 87
Error Line is longer than 80 characters. 95
Error Method 'removeRegistrationEventListener' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter listener should be final. 95
Error Expected @param tag for 'listener'. 95

org/codehaus/xfire/service/MessageService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 19
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 34
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 38
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 42
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Line has trailing spaces. 47
Error Missing a Javadoc comment. 48
Error '{' should be on the previous line. 49
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error Method 'getWSDLWriter' is not designed for extension - needs to be abstract, final or empty. 56
Error '{' should be on the previous line. 57
Error Method 'setWSDLWriter' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter wsdl should be final. 61
Error 'wsdl' hides a field. 61
Error '{' should be on the previous line. 62
Error Method 'setWSDLURL' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter wsdlUri should be final. 69
Error Expected @throws tag for 'WSDLException'. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error Line is longer than 80 characters. 75
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 77
Error Method 'setWSDLURL' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter wsdlUri should be final. 83
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error ')' is preceded with whitespace. 85
Error Method 'getDefaultNamespace' is not designed for extension - needs to be abstract, final or empty. 91
Error '{' should be on the previous line. 92
Error Line has trailing spaces. 95
Error Method 'setDefaultNamespace' is not designed for extension - needs to be abstract, final or empty. 99
Error '(' is followed by whitespace. 99
Error Parameter defaultNamespace should be final. 99
Error 'defaultNamespace' hides a field. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 100
Error Method 'getStyle' is not designed for extension - needs to be abstract, final or empty. 106
Error '{' should be on the previous line. 107
Error Line has trailing spaces. 110
Error Method 'setStyle' is not designed for extension - needs to be abstract, final or empty. 114
Error '(' is followed by whitespace. 114
Error Parameter style should be final. 114
Error 'style' hides a field. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error Line has trailing spaces. 118
Error Method 'getUse' is not designed for extension - needs to be abstract, final or empty. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 126
Error Method 'setUse' is not designed for extension - needs to be abstract, final or empty. 130
Error '(' is followed by whitespace. 130
Error Parameter use should be final. 130
Error 'use' hides a field. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error Method 'getSoapVersion' is not designed for extension - needs to be abstract, final or empty. 138
Error '{' should be on the previous line. 139
Error Line contains a tab character. 143
Error Method 'setSoapVersion' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error Parameter soapVersion should be final. 143
Error 'soapVersion' hides a field. 143
Error Line contains a tab character. 144
Error '{' should be on the previous line. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line has trailing spaces. 147
Error Line contains a tab character. 148
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 148
Error Missing a Javadoc comment. 148
Error Line contains a tab character. 149
Error '{' should be on the previous line. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line has trailing spaces. 152
Error Line contains a tab character. 153
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error Parameter name should be final. 153
Error 'name' hides a field. 153
Error Line contains a tab character. 154
Error '{' should be on the previous line. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line has trailing spaces. 157
Error Line is longer than 80 characters. 159
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 161
Error '(' is followed by whitespace. 161
Error Parameter name should be final. 161
Error 'name' hides a field. 161
Error Parameter value should be final. 161
Error ')' is preceded with whitespace. 161
Error '{' should be on the previous line. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 169
Error '(' is followed by whitespace. 169
Error Parameter name should be final. 169
Error 'name' hides a field. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error Line has trailing spaces. 173
Error Method 'getFaultHandler' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error '{' should be on the previous line. 175
Error Line has trailing spaces. 178
Error Method 'setFaultHandler' is not designed for extension - needs to be abstract, final or empty. 179
Error Missing a Javadoc comment. 179
Error '(' is followed by whitespace. 179
Error Parameter faultHandler should be final. 179
Error 'faultHandler' hides a field. 179
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 180
Error Line has trailing spaces. 183
Error Method 'getServiceHandler' is not designed for extension - needs to be abstract, final or empty. 184
Error Missing a Javadoc comment. 184
Error '{' should be on the previous line. 185
Error Line has trailing spaces. 188
Error Method 'setServiceHandler' is not designed for extension - needs to be abstract, final or empty. 189
Error Missing a Javadoc comment. 189
Error '(' is followed by whitespace. 189
Error Parameter serviceHandler should be final. 189
Error 'serviceHandler' hides a field. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error Method 'setWSDL' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error '(' is followed by whitespace. 194
Error Parameter wsdl should be final. 194
Error 'wsdl' hides a field. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
Error Method 'getFaultPipeline' is not designed for extension - needs to be abstract, final or empty. 202
Error '{' should be on the previous line. 203
Error Line has trailing spaces. 206
Error Method 'setFaultPipeline' is not designed for extension - needs to be abstract, final or empty. 210
Error Parameter faultPipeline should be final. 210
Error 'faultPipeline' hides a field. 210
Error '{' should be on the previous line. 211
Error Line has trailing spaces. 214
Error Method 'getRequestPipeline' is not designed for extension - needs to be abstract, final or empty. 218
Error '{' should be on the previous line. 219
Error Line has trailing spaces. 222
Error Method 'setRequestPipeline' is not designed for extension - needs to be abstract, final or empty. 226
Error Parameter requestPipeline should be final. 226
Error 'requestPipeline' hides a field. 226
Error '{' should be on the previous line. 227
Error Method 'getResponsePipeline' is not designed for extension - needs to be abstract, final or empty. 234
Error '{' should be on the previous line. 235
Error Method 'setResponsePipeline' is not designed for extension - needs to be abstract, final or empty. 242
Error Parameter responsePipeline should be final. 242
Error 'responsePipeline' hides a field. 242
Error '{' should be on the previous line. 243

org/codehaus/xfire/service/Service.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 14
Error '{' should be on the previous line. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Line has trailing spaces. 24
Error Missing a Javadoc comment. 25
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 29
Error Line has trailing spaces. 30
Error Line has trailing spaces. 32
Error Expected an @return tag. 36
Error Line has trailing spaces. 37
Error Expected an @return tag. 42
Error Expected an @return tag. 48
Error Expected an @return tag. 53
Error Line has trailing spaces. 57
Error Expected an @return tag. 60
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 65
Error Missing a Javadoc comment. 66

org/codehaus/xfire/service/ServiceRegistry.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 8
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 15
Error Line contains a tab character. 16
Error Missing a Javadoc comment. 16
Error Redundant 'final' modifier. 16
Error 'public' modifier out of order with the JLS suggestions. 16
Error Line has trailing spaces. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error Missing a Javadoc comment. 20
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30

org/codehaus/xfire/service/event/RegistrationEventListener.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 9
Error Missing a Javadoc comment. 10
Error Redundant 'public' modifier. 10
Error Line has trailing spaces. 11
Error Missing a Javadoc comment. 12
Error Redundant 'public' modifier. 12

org/codehaus/xfire/service/event/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/service/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/soap/Soap11.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 4
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 7
Error Line has trailing spaces. 8
Error Line has trailing spaces. 10
Error Line has trailing spaces. 12
Error Line has trailing spaces. 13
Error Line has trailing spaces. 14
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error First sentence should end with a period. 22
Error Line has trailing spaces. 24
Error '{' should be on the previous line. 28
Error Missing a Javadoc comment. 29
Error Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
Error Missing a Javadoc comment. 31
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Line is longer than 80 characters. 43
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 51
Error '{' should be on the previous line. 52
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Method 'getEnvelope' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Method 'getBody' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error '{' should be on the previous line. 82
Error Method 'getSoapEncodingStyle' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error '{' should be on the previous line. 87
Error Method 'getNoneRole' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error '{' should be on the previous line. 94
Error Method 'getUltimateReceiverRole' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 99
Error Method 'getNextRole' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error '{' should be on the previous line. 104

org/codehaus/xfire/soap/Soap12.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 4
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 7
Error Line has trailing spaces. 8
Error Line has trailing spaces. 10
Error Line has trailing spaces. 12
Error Line has trailing spaces. 13
Error Line has trailing spaces. 14
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error First sentence should end with a period. 22
Error Line has trailing spaces. 24
Error '{' should be on the previous line. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Line is longer than 80 characters. 43
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 51
Error '{' should be on the previous line. 52
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Method 'getEnvelope' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Method 'getBody' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error '{' should be on the previous line. 82
Error Method 'getSoapEncodingStyle' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error '{' should be on the previous line. 87
Error Method 'getNoneRole' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error '{' should be on the previous line. 94
Error Method 'getUltimateReceiverRole' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error '{' should be on the previous line. 99
Error Method 'getNextRole' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error '{' should be on the previous line. 104

org/codehaus/xfire/soap/SoapConstants.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 6
Error '{' should be on the previous line. 11
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 20
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25

org/codehaus/xfire/soap/SoapVersion.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 2
Error Line has trailing spaces. 4
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 7
Error Line has trailing spaces. 8
Error Line has trailing spaces. 10
Error Line has trailing spaces. 12
Error Line has trailing spaces. 13
Error Line has trailing spaces. 14
Error Line has trailing spaces. 15
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 27
Error Redundant 'public' modifier. 27
Error Missing a Javadoc comment. 29
Error Redundant 'public' modifier. 29
Error Missing a Javadoc comment. 31
Error Redundant 'public' modifier. 31
Error Missing a Javadoc comment. 33
Error Redundant 'public' modifier. 33
Error Missing a Javadoc comment. 35
Error Redundant 'public' modifier. 35
Error Missing a Javadoc comment. 37
Error Redundant 'public' modifier. 37
Error Missing a Javadoc comment. 39
Error Redundant 'public' modifier. 39
Error Missing a Javadoc comment. 43
Error Redundant 'public' modifier. 43
Error Missing a Javadoc comment. 45
Error Redundant 'public' modifier. 45
Error Missing a Javadoc comment. 47
Error Redundant 'public' modifier. 47

org/codehaus/xfire/soap/SoapVersionFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 11
Error Missing a Javadoc comment. 12
Error Line has trailing spaces. 19
Error Missing a Javadoc comment. 20
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error '{' should be on the previous line. 23
Error Line has trailing spaces. 26
Error Method 'getSoapVersion' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Parameter namespace should be final. 27
Error '{' should be on the previous line. 28
Error Line has trailing spaces. 31
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter version should be final. 32
Error '{' should be on the previous line. 33
Error Method 'getVersions' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error '{' should be on the previous line. 38

org/codehaus/xfire/test/AbstractServletTest.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 18
Error '{' should be on the previous line. 24
Error Missing a Javadoc comment. 25
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 29
Error Line has trailing spaces. 30
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Redundant throws: 'Exception' is unchecked exception. 31
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 34
Error Line has trailing spaces. 37
Error Line has trailing spaces. 39
Error Line is longer than 80 characters. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error '{' should be on the previous line. 44
Error Line has trailing spaces. 47
Error Method 'newClient' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error '{' should be on the previous line. 49
Error Line has trailing spaces. 54
Error Method 'expectErrorCode' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter request should be final. 68
Error Expected @param tag for 'request'. 68
Error Parameter errorCode should be final. 69
Error Expected @param tag for 'errorCode'. 69
Error Parameter errorText should be final. 70
Error Expected @throws tag for 'MalformedURLException'. 71
Error Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 71
Error Expected @throws tag for 'IOException'. 71
Error Expected @throws tag for 'SAXException'. 71
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 75
Error '{' should be on the previous line. 77
Error '}' should be on the same line. 80
Error '{' should be on the previous line. 82
Error Line contains a tab character. 86
Error Line is longer than 80 characters. 87
Error Line contains a tab character. 87
Error Line contains a tab character. 88

org/codehaus/xfire/test/AbstractXFireTest.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/test/AbstractXFireTest.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 39
Error Missing a Javadoc comment. 40
Error Method 'printNode' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error '(' is followed by whitespace. 47
Error Parameter node should be final. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Expected an @return tag. 61
Error Method 'invokeService' is not designed for extension - needs to be abstract, final or empty. 61
Error '(' is followed by whitespace. 61
Error Parameter service should be final. 61
Error Parameter document should be final. 61
Error ')' is preceded with whitespace. 61
Error Expected @throws tag for 'Exception'. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'readDocument' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error '(' is followed by whitespace. 77
Error Parameter text should be final. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 79
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error ')' is preceded with whitespace. 83
Error '}' should be on the same line. 84
Error 'catch' is not followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Method 'getWSDLDocument' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error '(' is followed by whitespace. 93
Error Parameter service should be final. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error ')' is preceded with whitespace. 103
Error '}' should be on the same line. 104
Error 'catch' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Method 'assertValid' is not designed for extension - needs to be abstract, final or empty. 131
Error '(' is followed by whitespace. 131
Error Parameter xpath should be final. 131
Error Expected @param tag for 'xpath'. 131
Error Parameter node should be final. 131
Error Expected @param tag for 'node'. 131
Error ')' is preceded with whitespace. 131
Error Expected @throws tag for 'Exception'. 132
Error '{' should be on the previous line. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error 'if' is not followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error Line is longer than 80 characters. 138
Error '(' is followed by whitespace. 138
Error '+' should be on a new line. 138
Error '+' should be on a new line. 139
Error ')' is preceded with whitespace. 140
Error Method 'assertInvalid' is not designed for extension - needs to be abstract, final or empty. 149
Error '(' is followed by whitespace. 149
Error Parameter xpath should be final. 149
Error Expected @param tag for 'xpath'. 149
Error Parameter node should be final. 149
Error Expected @param tag for 'node'. 149
Error ')' is preceded with whitespace. 149
Error Expected @throws tag for 'Exception'. 150
Error '{' should be on the previous line. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error 'if' is not followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '{' should be on the previous line. 155
Error '(' is followed by whitespace. 156
Error '+' should be on a new line. 156
Error '+' should be on a new line. 157
Error ')' is preceded with whitespace. 158
Error Line is longer than 80 characters. 163
Error Method 'assertXPathEquals' is not designed for extension - needs to be abstract, final or empty. 169
Error '(' is followed by whitespace. 169
Error Parameter xpath should be final. 169
Error Expected @param tag for 'xpath'. 169
Error Parameter value should be final. 169
Error Expected @param tag for 'value'. 169
Error Parameter node should be final. 169
Error Expected @param tag for 'node'. 169
Error ')' is preceded with whitespace. 169
Error Expected @throws tag for 'Exception'. 170
Error '{' should be on the previous line. 171
Error Line is longer than 80 characters. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Method 'assertNoFault' is not designed for extension - needs to be abstract, final or empty. 177
Error Missing a Javadoc comment. 177
Error '(' is followed by whitespace. 177
Error Parameter node should be final. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line is longer than 80 characters. 184
Error Expected an @return tag. 186
Error Method 'createXPath' is not designed for extension - needs to be abstract, final or empty. 186
Error '(' is followed by whitespace. 186
Error Parameter xpathString should be final. 186
Error Expected @param tag for 'xpathString'. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 187
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. 200
Error '(' is followed by whitespace. 200
Error Parameter ns should be final. 200
Error Parameter uri should be final. 200
Error ')' is preceded with whitespace. 200
Error '{' should be on the previous line. 201
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error Expected an @return tag. 210
Error Method 'getWSDL' is not designed for extension - needs to be abstract, final or empty. 210
Error '(' is followed by whitespace. 210
Error Parameter service should be final. 210
Error ')' is preceded with whitespace. 210
Error Expected @throws tag for 'Exception'. 211
Error '{' should be on the previous line. 212
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. 219
Error Missing a Javadoc comment. 219
Error '{' should be on the previous line. 220
Error Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. 224
Error Missing a Javadoc comment. 224
Error '{' should be on the previous line. 225
Error Method 'getResourceAsStream' is not designed for extension - needs to be abstract, final or empty. 229
Error Missing a Javadoc comment. 229
Error '(' is followed by whitespace. 229
Error Parameter resource should be final. 229
Error ')' is preceded with whitespace. 229
Error '{' should be on the previous line. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error Method 'getResourceAsReader' is not designed for extension - needs to be abstract, final or empty. 234
Error Missing a Javadoc comment. 234
Error '(' is followed by whitespace. 234
Error Parameter resource should be final. 234
Error ')' is preceded with whitespace. 234
Error '{' should be on the previous line. 235
Error '(' is followed by whitespace. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error ')' is preceded with whitespace. 236
Error Method 'getTestFile' is not designed for extension - needs to be abstract, final or empty. 239
Error Missing a Javadoc comment. 239
Error '(' is followed by whitespace. 239
Error Parameter relativePath should be final. 239
Error ')' is preceded with whitespace. 239
Error '{' should be on the previous line. 240
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error 'if' construct must use '{}'s. 242
Error 'if' is not followed by whitespace. 242
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '(' is followed by whitespace. 245
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error ')' is preceded with whitespace. 245

org/codehaus/xfire/test/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/transport/AbstractTransport.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error Parameter service should be final. 44
Error Missing a Javadoc comment. 46
Error Parameter service should be final. 46
Error Line is longer than 80 characters. 49
Error Method 'createBinding' is not designed for extension - needs to be abstract, final or empty. 51
Error Parameter portType should be final. 51
Error Parameter service should be final. 51
Error '{' should be on the previous line. 52
Error Line has trailing spaces. 54
Error '(' is followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error Line is longer than 80 characters. 55
Error ')' is preceded with whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line has trailing spaces. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Method 'createSoapBinding' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter service should be final. 64
Error '{' should be on the previous line. 65
Error Line has trailing spaces. 67
Error 'if' construct must use '{}'s. 69
Error '(' is followed by whitespace. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line has trailing spaces. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line is longer than 80 characters. 79
Error Method 'createPort' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter transportBinding should be final. 81
Error Parameter service should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line has trailing spaces. 85
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 93
Error Line is longer than 80 characters. 95
Error Line is longer than 80 characters. 97
Error Method 'createBindingOperation' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter portType should be final. 97
Error Parameter wsdlOp should be final. 97
Error Parameter service should be final. 97
Error Line has trailing spaces. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line has trailing spaces. 110
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line has trailing spaces. 120
Error Line has trailing spaces. 123
Error Method 'createSoapBody' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error '(' is followed by whitespace. 124
Error Parameter service should be final. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line has trailing spaces. 133
Error '(' is followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error Line is longer than 80 characters. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line has trailing spaces. 138
Error Line has trailing spaces. 141
Error Line has trailing spaces. 144
Error Method 'getFaultPipeline' is not designed for extension - needs to be abstract, final or empty. 148
Error '{' should be on the previous line. 149
Error Line has trailing spaces. 152
Error Method 'setFaultPipeline' is not designed for extension - needs to be abstract, final or empty. 156
Error Parameter faultPipeline should be final. 156
Error 'faultPipeline' hides a field. 156
Error '{' should be on the previous line. 157
Error Line has trailing spaces. 160
Error Method 'getRequestPipeline' is not designed for extension - needs to be abstract, final or empty. 164
Error '{' should be on the previous line. 165
Error Line has trailing spaces. 168
Error Method 'setRequestPipeline' is not designed for extension - needs to be abstract, final or empty. 172
Error Parameter requestPipeline should be final. 172
Error 'requestPipeline' hides a field. 172
Error '{' should be on the previous line. 173
Error Line has trailing spaces. 176
Error Method 'getResponsePipeline' is not designed for extension - needs to be abstract, final or empty. 180
Error '{' should be on the previous line. 181
Error Line has trailing spaces. 184
Error Method 'setResponsePipeline' is not designed for extension - needs to be abstract, final or empty. 188
Error Parameter responsePipeline should be final. 188
Error 'responsePipeline' hides a field. 188
Error '{' should be on the previous line. 189

org/codehaus/xfire/transport/DefaultTransportManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 15
Error Line contains a tab character. 19
Error '{' should be on the previous line. 21
Error Missing a Javadoc comment. 22
Error Variable 'services' must be private and have accessor methods. 22
Error Missing a Javadoc comment. 23
Error Variable 'transports' must be private and have accessor methods. 23
Error Line has trailing spaces. 24
Error Missing a Javadoc comment. 25
Error '{' should be on the previous line. 26
Error Missing a Javadoc comment. 31
Error Parameter registry should be final. 31
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 35
Error Method 'initializeTransports' is not designed for extension - needs to be abstract, final or empty. 42
Error Parameter registry should be final. 42
Error Expected @param tag for 'registry'. 42
Error '{' should be on the previous line. 43
Error '{' should be on the previous line. 45
Error Line has trailing spaces. 51
Error Line is longer than 80 characters. 53
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 55
Error Parameter transport should be final. 55
Error '{' should be on the previous line. 56
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 60
Error Method 'unregister' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Parameter transport should be final. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 69
Error '{' should be on the previous line. 71
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 81
Error Method 'getTransport' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter name should be final. 83
Error '{' should be on the previous line. 84
Error Line is longer than 80 characters. 89
Error Method 'enable' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter transport should be final. 91
Error Parameter service should be final. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error Line has trailing spaces. 99
Error Line is longer than 80 characters. 104
Error Method 'disable' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter transport should be final. 106
Error Parameter service should be final. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error Line has trailing spaces. 113
Error Line is longer than 80 characters. 118
Error Method 'getTransports' is not designed for extension - needs to be abstract, final or empty. 122
Error Parameter service should be final. 122
Error '{' should be on the previous line. 123
Error Method 'enableAll' is not designed for extension - needs to be abstract, final or empty. 130
Error Parameter service should be final. 130
Error Expected @param tag for 'service'. 130
Error '{' should be on the previous line. 131
Error '{' should be on the previous line. 134
Error Line has trailing spaces. 138
Error '{' should be on the previous line. 140
Error Method 'disableAll' is not designed for extension - needs to be abstract, final or empty. 150
Error Parameter service should be final. 150
Error Expected @param tag for 'service'. 150
Error '{' should be on the previous line. 151
Error '{' should be on the previous line. 154
Error Line has trailing spaces. 157
Error '{' should be on the previous line. 159
Error Method 'onRegister' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter service should be final. 169
Error Expected @param tag for 'service'. 169
Error '{' should be on the previous line. 170
Error Method 'onUnregister' is not designed for extension - needs to be abstract, final or empty. 177
Error Parameter service should be final. 177
Error Expected @param tag for 'service'. 177
Error '{' should be on the previous line. 178
Error Expected an @return tag. 187
Error Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. 187
Error Parameter service should be final. 187
Error Expected @param tag for 'service'. 187
Error Parameter name should be final. 187
Error Expected @param tag for 'name'. 187
Error '{' should be on the previous line. 188
Error '{' should be on the previous line. 191
Error Line has trailing spaces. 194
Error '{' should be on the previous line. 196
Error Line has trailing spaces. 199

org/codehaus/xfire/transport/Session.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 5
Error '{' should be on the previous line. 9
Error Line has trailing spaces. 12
Error Expected an @return tag. 16
Error '(' is followed by whitespace. 16
Error Expected @param tag for 'key'. 16
Error ')' is preceded with whitespace. 16
Error Line has trailing spaces. 17
Error Line has trailing spaces. 20
Error '(' is followed by whitespace. 24
Error Expected @param tag for 'key'. 24
Error Expected @param tag for 'value'. 24
Error ')' is preceded with whitespace. 24

org/codehaus/xfire/transport/Transport.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. 6
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 17
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 19

org/codehaus/xfire/transport/TransportManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15
Error '(' is followed by whitespace. 15
Error ')' is preceded with whitespace. 15
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 17
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error Line has trailing spaces. 20
Error Expected an @return tag. 26
Error Expected @param tag for 'service'. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Missing a Javadoc comment. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line has trailing spaces. 38
Error Expected an @return tag. 43

org/codehaus/xfire/transport/http/SoapHttpTransport.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line contains a tab character. 19
Error '{' should be on the previous line. 20
Error Missing a Javadoc comment. 21
Error 'static' modifier out of order with the JLS suggestions. 21
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error '{' should be on the previous line. 26
Error Line has trailing spaces. 31
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 35
Error '{' should be on the previous line. 36
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Expected an @return tag. 43
Error Line contains a tab character. 43
Error Method 'getServiceURL' is not designed for extension - needs to be abstract, final or empty. 43
Error '(' is followed by whitespace. 43
Error Parameter service should be final. 43
Error Expected @param tag for 'service'. 43
Error ')' is preceded with whitespace. 43
Error Line contains a tab character. 44
Error '{' should be on the previous line. 44
Error Line contains a tab character. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 48
Error Method 'getTransportURI' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error Parameter service should be final. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 54
Error Method 'getWebappBase' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Parameter request should be final. 55
Error Line contains a tab character. 56
Error '{' should be on the previous line. 56
Error Line contains a tab character. 57
Error '128' is a magic number. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error '80' is a magic number. 61
Error Line contains a tab character. 62
Error '{' should be on the previous line. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line has trailing spaces. 69
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 72
Error Line is longer than 80 characters. 74
Error Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 78
Error Parameter fault should be final. 78
Error Parameter context should be final. 78
Error '{' should be on the previous line. 79
Error '500' is a magic number. 80
Error Line has trailing spaces. 81

org/codehaus/xfire/transport/http/XFireHttpSession.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 15
Error Line is longer than 80 characters. 16
Error Missing a Javadoc comment. 16
Error 'static' modifier out of order with the JLS suggestions. 16
Error Line has trailing spaces. 17
Error Missing a Javadoc comment. 18
Error Line has trailing spaces. 19
Error Missing a Javadoc comment. 20
Error Line has trailing spaces. 21
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error Parameter request should be final. 22
Error 'request' hides a field. 22
Error ')' is preceded with whitespace. 22
Error '{' should be on the previous line. 23
Error Line has trailing spaces. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 30
Error Parameter key should be final. 30
Error Line contains a tab character. 31
Error '{' should be on the previous line. 31
Error Line contains a tab character. 32
Error 'cast' is not followed by whitespace. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 35
Error Line is longer than 80 characters. 36
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 38
Error Parameter key should be final. 38
Error Parameter value should be final. 38
Error Line contains a tab character. 39
Error '{' should be on the previous line. 39
Error Line contains a tab character. 40
Error 'cast' is not followed by whitespace. 40
Error Line contains a tab character. 41
Error Method 'getSession' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error '{' should be on the previous line. 44
Error Line contains a tab character. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error Line contains a tab character. 47
Error Line has trailing spaces. 49

org/codehaus/xfire/transport/http/XFireServlet.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error '{' should be on the previous line. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Line has trailing spaces. 27
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error '{' should be on the previous line. 29
Error Line has trailing spaces. 35
Error Method 'createXFire' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error '{' should be on the previous line. 37
Error '{' should be on the previous line. 39
Error '}' should be on the same line. 42
Error '{' should be on the previous line. 44
Error Line has trailing spaces. 49
Error Method 'createController' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error '{' should be on the previous line. 51
Error Line is longer than 80 characters. 56
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 59
Error Parameter request should be final. 59
Error Line has trailing spaces. 60
Error Parameter response should be final. 60
Error '{' should be on the previous line. 62
Error Line is longer than 80 characters. 67
Error Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter req should be final. 70
Error Parameter res should be final. 70
Error '{' should be on the previous line. 72

org/codehaus/xfire/transport/http/XFireServletController.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 29
Error '{' should be on the previous line. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 40
Error Variable 'xfire' must be private and have accessor methods. 40
Error Missing a Javadoc comment. 42
Error Variable 'context' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 44
Error Variable 'transport' must be private and have accessor methods. 44
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 46
Error Parameter xfire should be final. 46
Error 'xfire' hides a field. 46
Error Parameter context should be final. 46
Error 'context' hides a field. 46
Error '{' should be on the previous line. 47
Error Line has trailing spaces. 51
Error Method 'registerTransport' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error '{' should be on the previous line. 56
Error Missing a Javadoc comment. 61
Error '{' should be on the previous line. 62
Error Missing a Javadoc comment. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 70
Error Method 'getWebappBase' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error '{' should be on the previous line. 74
Error Expected an @return tag. 84
Error Method 'getTransportManager' is not designed for extension - needs to be abstract, final or empty. 84
Error '{' should be on the previous line. 85
Error Line is longer than 80 characters. 90
Error Method 'doService' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter request should be final. 93
Error Parameter response should be final. 94
Error '{' should be on the previous line. 96
Error '{' should be on the previous line. 107
Error '{' should be on the previous line. 113
Error '{' should be on the previous line. 115
Error '}' should be on the same line. 117
Error '{' should be on the previous line. 119
Error '}' should be on the same line. 122
Error '{' should be on the previous line. 124
Error Method 'generateServices' is not designed for extension - needs to be abstract, final or empty. 135
Error Parameter response should be final. 135
Error Expected @param tag for 'response'. 135
Error Expected @throws tag for 'IOException'. 136
Error '{' should be on the previous line. 137
Error '{' should be on the previous line. 147
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 168
Error Parameter request should be final. 168
Error Expected @param tag for 'request'. 168
Error Line has trailing spaces. 169
Error Parameter response should be final. 169
Error Expected @param tag for 'response'. 169
Error Parameter service should be final. 170
Error Expected @param tag for 'service'. 170
Error Expected @throws tag for 'ServletException'. 171
Error Expected @throws tag for 'IOException'. 171
Error Expected @throws tag for 'UnsupportedEncodingException'. 171
Error Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. 171
Error '{' should be on the previous line. 172
Error Comment matches to-do format 'TODO:'. 173
Error Comment matches to-do format 'TODO:'. 174
Error Line has trailing spaces. 176
Error '200' is a magic number. 177
Error Line has trailing spaces. 182
Error 'context' hides a field. 182
Error Line has trailing spaces. 183
Error Line has trailing spaces. 184
Error Line has trailing spaces. 185
Error Line has trailing spaces. 186
Error Line has trailing spaces. 190
Error Line is longer than 80 characters. 192
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '{' should be on the previous line. 195
Error '}' should be on the same line. 197
Error '{' should be on the previous line. 199
Error Line is longer than 80 characters. 200
Error '}' should be on the same line. 202
Error '{' should be on the previous line. 204
Error Line has trailing spaces. 209
Error Line is longer than 80 characters. 209
Error Method 'createMIMERequest' is not designed for extension - needs to be abstract, final or empty. 209
Error Missing a Javadoc comment. 209
Error Parameter request should be final. 209
Error Parameter context should be final. 209
Error 'context' hides a field. 209
Error Line contains a tab character. 210
Error '{' should be on the previous line. 211
Error 'if' is not followed by whitespace. 218
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '{' should be on the previous line. 219
Error '}' should be on the same line. 226
Error '{' should be on the previous line. 228
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error Method 'generateWSDL' is not designed for extension - needs to be abstract, final or empty. 240
Error Parameter response should be final. 240
Error Expected @param tag for 'response'. 240
Error Parameter service should be final. 240
Error Expected @param tag for 'service'. 240
Error Expected @throws tag for 'ServletException'. 241
Error Expected @throws tag for 'IOException'. 241
Error '{' should be on the previous line. 242
Error '200' is a magic number. 243
Error Expected an @return tag. 254
Error Method 'getService' is not designed for extension - needs to be abstract, final or empty. 254
Error Parameter request should be final. 254
Error Expected @param tag for 'request'. 254
Error '{' should be on the previous line. 255
Error 'if' construct must use '{}'s. 258
Error '{' should be on the previous line. 264
Error '}' should be on the same line. 266
Error '{' should be on the previous line. 268
Error Expected an @return tag. 278
Error Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. 278
Error '{' should be on the previous line. 279
Error Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. 283
Error Missing a Javadoc comment. 283
Error '{' should be on the previous line. 284

org/codehaus/xfire/transport/http/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/transport/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/util/DOMUtils.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 44
Error Utility classes should not have a public or default constructor. 47
Error '{' should be on the previous line. 48
Error First sentence should end with a period. 49
Error Expected an @return tag. 52
Error Parameter n should be final. 52
Error Expected @param tag for 'n'. 52
Error '{' should be on the previous line. 53
Error 'if' construct must use '{}'s. 54
Error 'if' construct must use '{}'s. 58
Error Line has trailing spaces. 67
Error Expected an @return tag. 73
Error Parameter parent should be final. 73
Error Parameter name should be final. 73
Error '{' should be on the previous line. 74
Error 'if' construct must use '{}'s. 75
Error 'if' construct must use '{}'s. 78
Error '{' should be on the previous line. 82
Error 'if' construct must use '{}'s. 85
Error '{' should be on the previous line. 88
Error '{' should be on the previous line. 92
Error Missing a Javadoc comment. 99
Error Parameter element should be final. 99
Error Parameter attName should be final. 99
Error '{' should be on the previous line. 100
Error 'if' construct must use '{}'s. 102
Error 'if' construct must use '{}'s. 105
Error Missing a Javadoc comment. 110
Error Parameter node should be final. 110
Error Parameter attName should be final. 110
Error Parameter val should be final. 110
Error '{' should be on the previous line. 111
Error Missing a Javadoc comment. 118
Error Parameter node should be final. 118
Error Parameter attName should be final. 118
Error '{' should be on the previous line. 119
Error First sentence should end with a period. 124
Error Parameter node should be final. 127
Error Expected @param tag for 'node'. 127
Error Parameter val should be final. 127
Error Expected @param tag for 'val'. 127
Error '{' should be on the previous line. 128
Error '{' should be on the previous line. 131
Error Line has trailing spaces. 142
Error Expected an @return tag. 151
Error Parameter parent should be final. 151
Error Expected @param tag for 'parent'. 151
Error Parameter elemName should be final. 151
Error Parameter attName should be final. 152
Error Parameter attVal should be final. 152
Error '{' should be on the previous line. 153
Error '{' should be on the previous line. 157
Error '{' should be on the previous line. 162
Error '}' should be on the same line. 165
Error '{' should be on the previous line. 167
Error '{' should be on the previous line. 172
Error Expected an @return tag. 182
Error Parameter parent should be final. 182
Error Expected @param tag for 'parent'. 182
Error Parameter name should be final. 182
Error Expected @param tag for 'name'. 182
Error '{' should be on the previous line. 183
Error 'if' construct must use '{}'s. 185
Error '{' should be on the previous line. 188
Error '{' should be on the previous line. 192
Error First sentence should end with a period. 199
Error Expected an @return tag. 202
Error Parameter parent should be final. 202
Error Expected @param tag for 'parent'. 202
Error Parameter type should be final. 202
Error Expected @param tag for 'type'. 202
Error '{' should be on the previous line. 203
Error '{' should be on the previous line. 206
Error 'if' construct must use '{}'s. 209
Error First sentence should end with a period. 214
Error Expected an @return tag. 217
Error Parameter current should be final. 217
Error Expected @param tag for 'current'. 217
Error '{' should be on the previous line. 218
Error First sentence should end with a period. 224
Error Expected an @return tag. 227
Error Parameter current should be final. 227
Error Expected @param tag for 'current'. 227
Error Parameter name should be final. 227
Error Expected @param tag for 'name'. 227
Error Parameter type should be final. 227
Error Expected @param tag for 'type'. 227
Error '{' should be on the previous line. 228
Error 'if' construct must use '{}'s. 230
Error '{' should be on the previous line. 234
Error 'if' construct must use '{}'s. 236
Error 'if' construct must use '{}'s. 240
Error '{' should be on the previous line. 243
Error Missing a Javadoc comment. 250
Error '{' should be on the previous line. 251
Error Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. 252
Error Missing a Javadoc comment. 252
Error Parameter publicId should be final. 252
Error Parameter systemId should be final. 252
Error '{' should be on the previous line. 254
Error Expected an @return tag. 262
Error Parameter is should be final. 262
Error Expected @param tag for 'is'. 262
Error Expected @throws tag for 'SAXException'. 262
Error Expected @throws tag for 'IOException'. 263
Error Expected @throws tag for 'ParserConfigurationException'. 263
Error '{' should be on the previous line. 264
Error Missing a Javadoc comment. 284
Error Parameter n should be final. 284
Error Parameter os should be final. 284
Error '{' should be on the previous line. 286
Error Line has trailing spaces. 293
Error Missing a Javadoc comment. 294
Error '{' should be on the previous line. 295
Error '{' should be on the previous line. 297
Error Line is longer than 80 characters. 298
Error Line has trailing spaces. 300
Error '}' should be on the same line. 302
Error '{' should be on the previous line. 304

org/codehaus/xfire/util/DateUtils.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/util/DateUtils.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 13
Error Utility classes should not have a public or default constructor. 16
Error '{' should be on the previous line. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Line contains a tab character. 19
Error Line is longer than 80 characters. 21
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 24
Error Line has trailing spaces. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Parameter source should be final. 31
Error Line contains a tab character. 32
Error '{' should be on the previous line. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error '{' should be on the previous line. 38
Error 'if' construct must use '{}'s. 39
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error '{' should be on the previous line. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error 'if' construct must use '{}'s. 47
Error Line has trailing spaces. 47
Error Line contains a tab character. 47
Error '10' is a magic number. 47
Error 'if' construct must use '{}'s. 50
Error Line contains a tab character. 50
Error '4' is a magic number. 50
Error '7' is a magic number. 50
Error Line contains a tab character. 53
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error '{' should be on the previous line. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error '{' should be on the previous line. 59
Error Line is longer than 80 characters. 60
Error Line contains a tab character. 60
Error Avoid inline conditionals. 60
Error '10' is a magic number. 60
Error Line contains a tab character. 61
Error '}' should be on the same line. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error '{' should be on the previous line. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error '{' should be on the previous line. 69
Error Line contains a tab character. 70
Error Line is longer than 80 characters. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Missing a Javadoc comment. 79
Error '(' is followed by whitespace. 79
Error Parameter date should be final. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error Line has trailing spaces. 81
Error '{' should be on the previous line. 82
Error Line is longer than 80 characters. 83
Error Line has trailing spaces. 85
Error Line has trailing spaces. 87
Error Missing a Javadoc comment. 88
Error '(' is followed by whitespace. 88
Error Parameter date should be final. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error Line has trailing spaces. 90
Error '{' should be on the previous line. 91
Error Line is longer than 80 characters. 92
Error Line has trailing spaces. 94
Error Line has trailing spaces. 96
Error Line contains a tab character. 97
Error Missing a Javadoc comment. 97
Error Parameter source should be final. 97
Error Line contains a tab character. 98
Error '{' should be on the previous line. 98
Error Line contains a tab character. 99
Error 'calendar' hides a field. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error '{' should be on the previous line. 105
Error 'if' construct must use '{}'s. 106
Error Line is longer than 80 characters. 106
Error Line contains a tab character. 106
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error '{' should be on the previous line. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error 'if' construct must use '{}'s. 114
Error Line has trailing spaces. 114
Error Line contains a tab character. 114
Error '19' is a magic number. 114
Error 'if' construct must use '{}'s. 117
Error Line contains a tab character. 117
Error '4' is a magic number. 117
Error '7' is a magic number. 117
Error Line has trailing spaces. 118
Error Line contains a tab character. 118
Error '10' is a magic number. 118
Error 'if' construct must use '{}'s. 121
Error Line has trailing spaces. 121
Error Line is longer than 80 characters. 121
Error Line contains a tab character. 121
Error '13' is a magic number. 121
Error '16' is a magic number. 121
Error Line contains a tab character. 123
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error '{' should be on the previous line. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error '{' should be on the previous line. 129
Error Line is longer than 80 characters. 130
Error Line contains a tab character. 130
Error Avoid inline conditionals. 130
Error ',' is not followed by whitespace. 130
Error '19' is a magic number. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error '}' should be on the same line. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error '{' should be on the previous line. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 138
Error '19' is a magic number. 138
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error '{' should be on the previous line. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error '{' should be on the previous line. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error 'while' construct must use '{}'s. 147
Error Line contains a tab character. 147
Error Line is longer than 80 characters. 148
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error '3' is a magic number. 152
Error Line contains a tab character. 153
Error '{' should be on the previous line. 153
Error Line is longer than 80 characters. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error '}' should be on the same line. 155
Error Line contains a tab character. 156
Error '3' is a magic number. 156
Error Line contains a tab character. 157
Error '{' should be on the previous line. 157
Error Line is longer than 80 characters. 158
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error '3' is a magic number. 159
Error Line contains a tab character. 160
Error '}' should be on the same line. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error '{' should be on the previous line. 162
Error Line is longer than 80 characters. 163
Error Line contains a tab character. 163
Error '3' is a magic number. 163
Error 'if' construct must use '{}'s. 164
Error Line is longer than 80 characters. 164
Error Line contains a tab character. 164
Error '3' is a magic number. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error '5' is a magic number. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error '{' should be on the previous line. 174
Error 'if' construct must use '{}'s. 175
Error Line contains a tab character. 175
Error Line is longer than 80 characters. 176
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error '3' is a magic number. 177
Error Line is longer than 80 characters. 178
Error Line contains a tab character. 178
Error '4' is a magic number. 178
Error Line has trailing spaces. 179
Error Line is longer than 80 characters. 179
Error Line contains a tab character. 179
Error '5' is a magic number. 179
Error Line is longer than 80 characters. 180
Error Line contains a tab character. 182
Error '10' is a magic number. 182
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error '4' is a magic number. 184
Error '10' is a magic number. 184
Error Line contains a tab character. 185
Error '5' is a magic number. 185
Error Line is longer than 80 characters. 186
Error Line contains a tab character. 186
Error '60' is a magic number. 186
Error '60' is a magic number. 186
Error '1000' is a magic number. 186
Error Line is longer than 80 characters. 188
Error Line contains a tab character. 188
Error 'if' construct must use '{}'s. 189
Error Line is longer than 80 characters. 189
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error '6' is a magic number. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 194
Error Line contains a tab character. 195
Error '{' should be on the previous line. 195
Error Line contains a tab character. 196
Error Line is longer than 80 characters. 197
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error 'if' construct must use '{}'s. 200
Error Line has trailing spaces. 200
Error Line contains a tab character. 200
Error Line contains a tab character. 202
Error Line contains a tab character. 204
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error '{' should be on the previous line. 208
Error Line contains a tab character. 209
Error Line contains a tab character. 210
Error Line contains a tab character. 212
Error Line contains a tab character. 213

org/codehaus/xfire/util/DepthXMLStreamReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 11
Error Line has trailing spaces. 15
Error '{' should be on the previous line. 17
Error Missing a Javadoc comment. 18
Error Variable 'reader' must be private and have accessor methods. 18
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Parameter reader should be final. 22
Error 'reader' hides a field. 22
Error '{' should be on the previous line. 23
Error Method 'getDepth' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error '{' should be on the previous line. 28
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error '{' should be on the previous line. 33
Error Method 'getAttributeCount' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error '{' should be on the previous line. 38
Error Method 'getAttributeLocalName' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Parameter arg0 should be final. 42
Error '{' should be on the previous line. 43
Error Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Parameter arg0 should be final. 47
Error '{' should be on the previous line. 48
Error Method 'getAttributeNamespace' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Parameter arg0 should be final. 52
Error '{' should be on the previous line. 53
Error Method 'getAttributePrefix' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter arg0 should be final. 57
Error '{' should be on the previous line. 58
Error Method 'getAttributeType' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter arg0 should be final. 62
Error '{' should be on the previous line. 63
Error Method 'getAttributeValue' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter arg0 should be final. 67
Error '{' should be on the previous line. 68
Error Method 'getAttributeValue' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter arg0 should be final. 72
Error Parameter arg1 should be final. 72
Error '{' should be on the previous line. 73
Error Method 'getCharacterEncodingScheme' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error '{' should be on the previous line. 78
Error Method 'getElementText' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error '{' should be on the previous line. 83
Error Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error '{' should be on the previous line. 88
Error Method 'getEventType' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error '{' should be on the previous line. 98
Error Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error '{' should be on the previous line. 103
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error '{' should be on the previous line. 108
Error Method 'getNamespaceContext' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error '{' should be on the previous line. 113
Error Method 'getNamespaceCount' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error '{' should be on the previous line. 118
Error Method 'getNamespacePrefix' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Parameter arg0 should be final. 123
Error '{' should be on the previous line. 124
Error Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error '{' should be on the previous line. 130
Error Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 135
Error Missing a Javadoc comment. 135
Error Parameter arg0 should be final. 135
Error '{' should be on the previous line. 136
Error Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. 141
Error Missing a Javadoc comment. 141
Error Parameter arg0 should be final. 141
Error '{' should be on the previous line. 142
Error Method 'getPIData' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error '{' should be on the previous line. 148
Error Method 'getPITarget' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error '{' should be on the previous line. 154
Error Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. 159
Error Missing a Javadoc comment. 159
Error '{' should be on the previous line. 160
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error Parameter arg0 should be final. 165
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 165
Error '{' should be on the previous line. 166
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 171
Error Missing a Javadoc comment. 171
Error '{' should be on the previous line. 172
Error Method 'getTextCharacters' is not designed for extension - needs to be abstract, final or empty. 177
Error Missing a Javadoc comment. 177
Error '{' should be on the previous line. 178
Error Method 'getTextCharacters' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error Parameter arg0 should be final. 182
Error Parameter arg1 should be final. 182
Error Parameter arg2 should be final. 182
Error Parameter arg3 should be final. 182
Error '{' should be on the previous line. 184
Error Method 'getTextLength' is not designed for extension - needs to be abstract, final or empty. 188
Error Missing a Javadoc comment. 188
Error '{' should be on the previous line. 189
Error Method 'getTextStart' is not designed for extension - needs to be abstract, final or empty. 193
Error Missing a Javadoc comment. 193
Error '{' should be on the previous line. 194
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 199
Error Missing a Javadoc comment. 199
Error '{' should be on the previous line. 200
Error Method 'hasName' is not designed for extension - needs to be abstract, final or empty. 204
Error Missing a Javadoc comment. 204
Error '{' should be on the previous line. 205
Error Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 210
Error Missing a Javadoc comment. 210
Error '{' should be on the previous line. 211
Error Method 'hasText' is not designed for extension - needs to be abstract, final or empty. 215
Error Missing a Javadoc comment. 215
Error '{' should be on the previous line. 216
Error Method 'isAttributeSpecified' is not designed for extension - needs to be abstract, final or empty. 220
Error Missing a Javadoc comment. 220
Error Parameter arg0 should be final. 220
Error '{' should be on the previous line. 221
Error Method 'isCharacters' is not designed for extension - needs to be abstract, final or empty. 225
Error Missing a Javadoc comment. 225
Error '{' should be on the previous line. 226
Error Method 'isEndElement' is not designed for extension - needs to be abstract, final or empty. 231
Error Missing a Javadoc comment. 231
Error '{' should be on the previous line. 232
Error Method 'isStandalone' is not designed for extension - needs to be abstract, final or empty. 237
Error Missing a Javadoc comment. 237
Error '{' should be on the previous line. 238
Error Method 'isStartElement' is not designed for extension - needs to be abstract, final or empty. 243
Error Missing a Javadoc comment. 243
Error '{' should be on the previous line. 244
Error Method 'isWhiteSpace' is not designed for extension - needs to be abstract, final or empty. 249
Error Missing a Javadoc comment. 249
Error '{' should be on the previous line. 250
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 255
Error Missing a Javadoc comment. 255
Error '{' should be on the previous line. 256
Error Line has trailing spaces. 258
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error '{' should be on the previous line. 260
Error '}' should be on the same line. 262
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error '{' should be on the previous line. 264
Error Line has trailing spaces. 267
Error Method 'nextTag' is not designed for extension - needs to be abstract, final or empty. 271
Error Missing a Javadoc comment. 271
Error '{' should be on the previous line. 272
Error Method 'require' is not designed for extension - needs to be abstract, final or empty. 277
Error Missing a Javadoc comment. 277
Error Parameter arg0 should be final. 277
Error Parameter arg1 should be final. 277
Error Parameter arg2 should be final. 277
Error '{' should be on the previous line. 279
Error Method 'standaloneSet' is not designed for extension - needs to be abstract, final or empty. 283
Error Missing a Javadoc comment. 283
Error '{' should be on the previous line. 284
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 288
Error Missing a Javadoc comment. 288
Error '{' should be on the previous line. 289
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 293
Error Missing a Javadoc comment. 293
Error Parameter arg0 should be final. 293
Error '{' should be on the previous line. 294
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 298
Error Missing a Javadoc comment. 298
Error '{' should be on the previous line. 299

org/codehaus/xfire/util/NamespaceHelper.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 11
Error Utility classes should not have a public or default constructor. 14
Error '{' should be on the previous line. 15
Error '(' is followed by whitespace. 21
Error Parameter prefix should be final. 21
Error Expected @param tag for 'prefix'. 21
Error Parameter nsUri should be final. 21
Error Expected @param tag for 'nsUri'. 21
Error ')' is preceded with whitespace. 21
Error '{' should be on the previous line. 22
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 28
Error '(' is followed by whitespace. 33
Error Parameter el should be final. 33
Error Expected @param tag for 'el'. 33
Error Parameter nsUri should be final. 33
Error Expected @param tag for 'nsUri'. 33
Error ')' is preceded with whitespace. 33
Error '{' should be on the previous line. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error Line is longer than 80 characters. 39
Error '(' is followed by whitespace. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error ')' is preceded with whitespace. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line has trailing spaces. 42
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 46
Error '(' is followed by whitespace. 46
Error Parameter el should be final. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error Line has trailing spaces. 49
Error 'while' is not followed by whitespace. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 53
Error 'if' construct must use '{}'s. 54
Error '(' is followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line has trailing spaces. 56
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 61
Error Missing a Javadoc comment. 61
Error Parameter className should be final. 61
Error Parameter protocol should be final. 61
Error '{' should be on the previous line. 66
Error Line has trailing spaces. 71
Error '{' should be on the previous line. 76
Error '80' is a magic number. 80
Error '{' should be on the previous line. 83
Error '{' should be on the previous line. 88

org/codehaus/xfire/util/STAXUtils.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/util/STAXUtils.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 17
Error Utility classes should not have a public or default constructor. 21
Error '{' should be on the previous line. 22
Error Line has trailing spaces. 26
Error Comment matches to-do format 'TODO:'. 27
Error Line has trailing spaces. 29
Error Line has trailing spaces. 34
Error '(' is followed by whitespace. 34
Error Parameter reader should be final. 34
Error Expected @param tag for 'reader'. 34
Error Parameter writer should be final. 34
Error Expected @param tag for 'writer'. 34
Error ')' is preceded with whitespace. 34
Error Expected @throws tag for 'XMLStreamException'. 35
Error '{' should be on the previous line. 36
Error Line has trailing spaces. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error 'if' construct must use '{}'s. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line has trailing spaces. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line has trailing spaces. 69
Error Line is longer than 80 characters. 69
Error Missing a Javadoc comment. 69
Error Parameter reader should be final. 69
Error Parameter writer should be final. 69
Error '{' should be on the previous line. 71
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 79
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 84
Error '}' should be on the same line. 86
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 90
Error '}' should be on the same line. 91
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 107
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line has trailing spaces. 113
Error '{' should be on the previous line. 113
Error 'if' construct must use '{}'s. 114
Error '(' is followed by whitespace. 114
Error 'else' construct must use '{}'s. 116
Error Line has trailing spaces. 119
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error '}' should be on the same line. 129
Error '{' should be on the previous line. 131
Error Line has trailing spaces. 145
Error Line has trailing spaces. 150
Error '(' is followed by whitespace. 150
Error Parameter e should be final. 150
Error Expected @param tag for 'e'. 150
Error Parameter writer should be final. 150
Error Expected @param tag for 'writer'. 150
Error ')' is preceded with whitespace. 150
Error Expected @throws tag for 'XMLStreamException'. 151
Error '{' should be on the previous line. 152
Error Line has trailing spaces. 156
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 158
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '}' should be on the same line. 162
Error '{' should be on the previous line. 164
Error Line has trailing spaces. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Line has trailing spaces. 168
Error Line is longer than 80 characters. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error '}' should be on the same line. 175
Error '{' should be on the previous line. 177
Error Line has trailing spaces. 179
Error Line is longer than 80 characters. 180
Error Line is longer than 80 characters. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error Line has trailing spaces. 192
Error Line is longer than 80 characters. 194
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error Line is longer than 80 characters. 197
Error '}' should be on the same line. 198
Error '{' should be on the previous line. 200
Error Line is longer than 80 characters. 201
Error Line has trailing spaces. 204
Error Line has trailing spaces. 206
Error 'if' construct must use '{}'s. 207
Error '(' is followed by whitespace. 207
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error Line has trailing spaces. 209
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '{' should be on the previous line. 212
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error 'cast' is not followed by whitespace. 216
Error Line has trailing spaces. 222
Error Expected an @return tag. 227
Error Parameter e should be final. 227
Error Expected @param tag for 'e'. 227
Error '{' should be on the previous line. 228
Error 'while' is not followed by whitespace. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '{' should be on the previous line. 230
Error 'if' construct must use '{}'s. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error 'if' construct must use '{}'s. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Missing a Javadoc comment. 239
Error Parameter root should be final. 239
Error Parameter reader should be final. 239
Error Line contains a tab character. 240
Error '{' should be on the previous line. 241
Error Line has trailing spaces. 243
Error Line has trailing spaces. 246
Error Line has trailing spaces. 248
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '{' should be on the previous line. 250
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error Line is longer than 80 characters. 256
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error '{' should be on the previous line. 260
Error Line is longer than 80 characters. 261
Error Line is longer than 80 characters. 262
Error Line has trailing spaces. 266
Error Line has trailing spaces. 270

org/codehaus/xfire/util/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/wsdl11/WSDL11Transport.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 17
Error Expected an @return tag. 22
Error Expected @param tag for 'portType'. 22
Error Expected @param tag for 'service'. 22
Error Expected an @return tag. 28
Error Expected @param tag for 'transportBinding'. 28
Error Expected @param tag for 'service'. 28
Error Expected an @return tag. 36
Error Line is longer than 80 characters. 36
Error Expected @param tag for 'portType'. 36
Error Expected @param tag for 'wsdlOp'. 36
Error Expected @param tag for 'service'. 36

org/codehaus/xfire/wsdl11/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/wsdl/ResourceWSDL.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line contains a tab character. 17
Error '{' should be on the previous line. 18
Error Missing a Javadoc comment. 19
Error Parameter wsdlUrl should be final. 24
Error 'wsdlUrl' hides a field. 24
Error Expected @param tag for 'wsdlUrl'. 24
Error Expected @throws tag for 'WSDLException'. 24
Error '{' should be on the previous line. 25
Error '{' should be on the previous line. 27
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error '}' should be on the same line. 29
Error '{' should be on the previous line. 31
Error Line is longer than 80 characters. 32
Error Parameter wsdlUrl should be final. 39
Error 'wsdlUrl' hides a field. 39
Error Expected @param tag for 'wsdlUrl'. 39
Error '{' should be on the previous line. 40
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter out should be final. 44
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error '8096' is a magic number. 46
Error ')' is preceded with whitespace. 46
Error Missing a Javadoc comment. 49
Error '{' should be on the previous line. 53
Error '{' should be on the previous line. 55
Error '{' should be on the previous line. 60
Error '}' should be on the same line. 63
Error '{' should be on the previous line. 65

org/codehaus/xfire/wsdl/SchemaType.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 11
Error '{' should be on the previous line. 15
Error Line has trailing spaces. 19
Error Expected an @return tag. 22
Error Line contains a tab character. 22
Error Line has trailing spaces. 23
Error Line has trailing spaces. 26
Error Expected an @return tag. 29
Error Line has trailing spaces. 30
Error Line has trailing spaces. 33
Error '(' is followed by whitespace. 36
Error Expected @param tag for 'element'. 36
Error ')' is preceded with whitespace. 36
Error Line has trailing spaces. 37
Error Line has trailing spaces. 40
Error Expected an @return tag. 43

org/codehaus/xfire/wsdl/WSDLWriter.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/wsdl/WSDLWriter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 12
Error Missing a Javadoc comment. 13
Error Redundant 'public' modifier. 13
Error Line has trailing spaces. 14
Error Line is longer than 80 characters. 15
Error Missing a Javadoc comment. 15
Error Redundant 'public' modifier. 15
Error Line has trailing spaces. 19
Error Expected @throws tag for 'IOException'. 23

org/codehaus/xfire/wsdl/package.html

ErrorLine
Error Missing package documentation file.0