Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
113003655

Files

FilesIWE
org/codehaus/xfire/attachments/AbstractDataContentHandlerFactory.java 0028
org/codehaus/xfire/attachments/ImageDataContentHandler.java 0028
org/codehaus/xfire/attachments/package.html 001
org/codehaus/xfire/message/AbstractMessageBridge.java 0039
org/codehaus/xfire/message/DocumentBridge.java 0058
org/codehaus/xfire/message/LiteralReader.java 00263
org/codehaus/xfire/message/LiteralWriter.java 00312
org/codehaus/xfire/message/MessageBridge.java 001
org/codehaus/xfire/message/MessageBridge.java 008
org/codehaus/xfire/message/MessageBridgeFactory.java 0025
org/codehaus/xfire/message/MessageReader.java 0064
org/codehaus/xfire/message/MessageWriter.java 0063
org/codehaus/xfire/message/ObjectServiceHandler.java 0056
org/codehaus/xfire/message/RPCEncodedBridge.java 0058
org/codehaus/xfire/message/WrappedBridge.java 0042
org/codehaus/xfire/message/package.html 001
org/codehaus/xfire/service/object/DefaultObjectService.java 0097
org/codehaus/xfire/service/object/Invoker.java 007
org/codehaus/xfire/service/object/ObjectInvoker.java 00139
org/codehaus/xfire/service/object/ObjectService.java 0022
org/codehaus/xfire/service/object/ObjectServiceBuilder.java 00111
org/codehaus/xfire/service/object/Operation.java 0067
org/codehaus/xfire/service/object/Parameter.java 0053
org/codehaus/xfire/service/object/ServiceBuilder.java 0022
org/codehaus/xfire/test/AbstractXFireTypeTest.java 0015
org/codehaus/xfire/test/TestHttpTransport.java 0011
org/codehaus/xfire/test/package.html 001
org/codehaus/xfire/type/AutoTypeMapping.java 00124
org/codehaus/xfire/type/ClassQNamePair.java 0058
org/codehaus/xfire/type/CustomTypeMapping.java 00175
org/codehaus/xfire/type/DefaultTypeMappingRegistry.java 00107
org/codehaus/xfire/type/Type.java 00120
org/codehaus/xfire/type/TypeMapping.java 0030
org/codehaus/xfire/type/TypeMappingRegistry.java 0023
org/codehaus/xfire/type/basic/ArrayType.java 00118
org/codehaus/xfire/type/basic/BeanType.java 00178
org/codehaus/xfire/type/basic/BigDecimalType.java 0018
org/codehaus/xfire/type/basic/BooleanType.java 0019
org/codehaus/xfire/type/basic/CalendarType.java 0015
org/codehaus/xfire/type/basic/DateType.java 0016
org/codehaus/xfire/type/basic/DoubleType.java 0019
org/codehaus/xfire/type/basic/FloatType.java 0019
org/codehaus/xfire/type/basic/IntType.java 0025
org/codehaus/xfire/type/basic/LongType.java 0019
org/codehaus/xfire/type/basic/StringType.java 0017
org/codehaus/xfire/type/basic/package.html 001
org/codehaus/xfire/type/mtom/MTOMDataContentHandlerFactory.java 006
org/codehaus/xfire/type/mtom/XOPType.java 0077
org/codehaus/xfire/type/mtom/package.html 001
org/codehaus/xfire/type/package.html 001
org/codehaus/xfire/wsdl11/ObjectServiceVisitor.java 0050
org/codehaus/xfire/wsdl11/WSDLVisitor.java 001
org/codehaus/xfire/wsdl11/WSDLVisitor.java 00108
org/codehaus/xfire/wsdl11/builder/AbstractJavaWSDL.java 00162
org/codehaus/xfire/wsdl11/builder/AbstractWSDL.java 00233
org/codehaus/xfire/wsdl11/builder/DocumentWSDL.java 0060
org/codehaus/xfire/wsdl11/builder/JavaWSDLBuilder.java 0046
org/codehaus/xfire/wsdl11/builder/RPCEncodedWSDL.java 0068
org/codehaus/xfire/wsdl11/builder/WSDLBuilder.java 001
org/codehaus/xfire/wsdl11/builder/WSDLBuilder.java 0013
org/codehaus/xfire/wsdl11/builder/WrappedWSDL.java 00133
org/codehaus/xfire/wsdl11/builder/package.html 001
org/codehaus/xfire/wsdl11/package.html 001

org/codehaus/xfire/attachments/AbstractDataContentHandlerFactory.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. 14
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Line has trailing spaces. 18
Error Method 'createDataContentHandler' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter contentType should be final. 19
Error '{' should be on the previous line. 20
Error Line has trailing spaces. 23
Error Method 'getDataContentHandler' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter clazz should be final. 24
Error '{' should be on the previous line. 25
Error Line has trailing spaces. 28
Error Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Parameter clazz should be final. 29
Error '{' should be on the previous line. 30
Error Line has trailing spaces. 33
Error Line is longer than 80 characters. 39
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 39
Error Parameter contentType should be final. 39
Error Parameter clazz should be final. 39
Error Expected @param tag for 'clazz'. 39
Error Parameter handler should be final. 39

org/codehaus/xfire/attachments/ImageDataContentHandler.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 Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Parameter ds should be final. 21
Error '{' should be on the previous line. 23
Error Line has trailing spaces. 25
Error '8096' is a magic number. 26
Error Line is longer than 80 characters. 28
Error Line has trailing spaces. 32
Error Method 'copy' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error '{' should be on the previous line. 37
Error '{' should be on the previous line. 42
Error Method 'getTransferData' 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 Parameter arg1 should be final. 47
Error '{' should be on the previous line. 49
Error Method 'getTransferDataFlavors' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error '{' should be on the previous line. 54
Error Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter obj should be final. 58
Error Parameter contentTyp should be final. 58
Error Parameter out should be final. 58
Error '{' should be on the previous line. 60

org/codehaus/xfire/attachments/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/message/AbstractMessageBridge.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. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Variable 'operation' must be private and have accessor methods. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error '{' should be on the previous line. 29
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error Parameter context should be final. 32
Error 'context' hides a field. 32
Error '{' should be on the previous line. 33
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 42
Error '{' should be on the previous line. 43
Error Method 'getService' is not designed for extension - needs to be abstract, final or empty. 50
Error '{' should be on the previous line. 51
Error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 58
Error '{' should be on the previous line. 59
Error Method 'setContext' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter context should be final. 67
Error 'context' hides a field. 67
Error '{' should be on the previous line. 68
Error Method 'getRequestReader' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error '{' should be on the previous line. 73
Error Method 'getResponseWriter' is not designed for extension - needs to be abstract, final or empty. 80
Error '{' should be on the previous line. 81
Error Line is longer than 80 characters. 82
Error Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. 88
Error '{' should be on the previous line. 89
Error Method 'setOperation' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter operation should be final. 97
Error 'operation' hides a field. 97
Error '{' should be on the previous line. 98

org/codehaus/xfire/message/DocumentBridge.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. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Parameter context should be final. 24
Error '{' should be on the previous line. 25
Error Line contains a tab character. 27
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Line contains a tab character. 30
Error '{' should be on the previous line. 31
Error Line has trailing spaces. 35
Error 'while' is not followed by whitespace. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 39
Error Line has trailing spaces. 41
Error '{' should be on the previous line. 43
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 44
Error Line has trailing spaces. 50
Error '(' is followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error ')' is preceded with whitespace. 51
Error Method 'findParameter' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Parameter name should be final. 55
Error '{' should be on the previous line. 56
Error Line is longer than 80 characters. 57
Error '(' is followed by whitespace. 57
Error ';' is followed by whitespace. 57
Error Line has trailing spaces. 61
Error 'if' construct must use '{}'s. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Method 'findOperation' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter i should be final. 68
Error '{' should be on the previous line. 69
Error Line is longer than 80 characters. 70
Error '(' is followed by whitespace. 70
Error ';' is followed by whitespace. 70
Error 'if' construct must use '{}'s. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 76
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter values should be final. 80
Error Line contains a tab character. 81
Error '{' should be on the previous line. 82
Error Line is longer than 80 characters. 84
Error 'for' is not followed by whitespace. 84
Error Line has trailing spaces. 87
Error Line is longer than 80 characters. 88

org/codehaus/xfire/message/LiteralReader.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. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 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 Line has trailing spaces. 33
Error Parameter root should be final. 38
Error 'root' hides a field. 38
Error Expected @param tag for 'root'. 38
Error '{' should be on the previous line. 39
Error Line has trailing spaces. 44
Error Line has trailing spaces. 47
Error Missing a Javadoc comment. 48
Error Parameter reader should be final. 48
Error '{' should be on the previous line. 49
Error Line has trailing spaces. 54
Error Line has trailing spaces. 60
Error Line has trailing spaces. 62
Error Parameter is should be final. 62
Error Expected @param tag for 'is'. 62
Error Expected @throws tag for 'XMLStreamException'. 63
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 67
Error 'while' construct must use '{}'s. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line has trailing spaces. 70
Error Line has trailing spaces. 75
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 82
Error '{' should be on the previous line. 83
Error 'while' 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 Must have at least one statement. 85
Error Line has trailing spaces. 90
Error Method 'getValue' 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 ns should be final. 91
Error Parameter attr should be final. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error Line has trailing spaces. 95
Error Method 'getValueAsInt' is not designed for extension - needs to be abstract, final or empty. 99
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Method 'getValueAsInt' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Parameter ns should be final. 104
Error Parameter attr should be final. 104
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Method 'getValueAsDate' is not designed for extension - needs to be abstract, final or empty. 112
Error '{' should be on the previous line. 113
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 '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Method 'getValueAsDate' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Parameter ns should be final. 120
Error Parameter attr should be final. 120
Error '{' should be on the previous line. 121
Error 'value' hides a field. 122
Error 'if' construct must use '{}'s. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line has trailing spaces. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line has trailing spaces. 128
Error Method 'getValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. 132
Error '{' should be on the previous line. 133
Error 'if' construct must use '{}'s. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Method 'getValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter ns should be final. 140
Error Parameter attr should be final. 140
Error '{' should be on the previous line. 141
Error 'value' hides a field. 142
Error 'if' construct must use '{}'s. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line has trailing spaces. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Method 'getValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. 152
Error '{' should be on the previous line. 153
Error 'if' construct must use '{}'s. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Method 'getValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error Parameter ns should be final. 162
Error Parameter attr should be final. 162
Error '{' should be on the previous line. 163
Error 'value' hides a field. 164
Error 'if' construct must use '{}'s. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Method 'getValueAsLong' is not designed for extension - needs to be abstract, final or empty. 176
Error Line contains a tab character. 177
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 181
Error Method 'getValueAsLong' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error Parameter ns should be final. 181
Error Parameter att should be final. 181
Error Line contains a tab character. 182
Error '{' should be on the previous line. 182
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Method 'getValueAsDouble' is not designed for extension - needs to be abstract, final or empty. 189
Error Line contains a tab character. 190
Error '{' should be on the previous line. 190
Error Line contains a tab character. 191
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 194
Error Method 'getValueAsDouble' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error Parameter ns should be final. 194
Error Parameter attr should be final. 194
Error Line contains a tab character. 195
Error '{' should be on the previous line. 195
Error Line contains a tab character. 196
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Line contains a tab character. 201
Error Line contains a tab character. 202
Error Method 'getValueAsFloat' is not designed for extension - needs to be abstract, final or empty. 202
Error Line contains a tab character. 203
Error '{' should be on the previous line. 203
Error Line contains a tab character. 204
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 207
Error Method 'getValueAsFloat' is not designed for extension - needs to be abstract, final or empty. 207
Error Missing a Javadoc comment. 207
Error Parameter ns should be final. 207
Error Parameter attr should be final. 207
Error Line contains a tab character. 208
Error '{' should be on the previous line. 208
Error Line contains a tab character. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Line contains a tab character. 210
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 215
Error Method 'getValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. 215
Error Line contains a tab character. 216
Error '{' should be on the previous line. 216
Error Line contains a tab character. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error Line contains a tab character. 218
Error Line contains a tab character. 220
Error Method 'getValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. 220
Error Missing a Javadoc comment. 220
Error Parameter ns should be final. 220
Error Parameter attr should be final. 220
Error Line contains a tab character. 221
Error '{' should be on the previous line. 221
Error Line contains a tab character. 222
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error Line contains a tab character. 223
Error Line has trailing spaces. 224
Error Line contains a tab character. 224
Error Method 'hasMoreChildReaders' 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 Line has trailing spaces. 227
Error 'if' construct must use '{}'s. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error Line has trailing spaces. 231
Error Line has trailing spaces. 234
Error Missing a Javadoc comment. 235
Error '{' should be on the previous line. 236
Error '{' should be on the previous line. 238
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 241
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '{' should be on the previous line. 243
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error '{' should be on the previous line. 246
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '{' should be on the previous line. 254
Error '}' should be on the same line. 275
Error '{' should be on the previous line. 277
Error Comment matches to-do format 'TODO:'. 278
Error Method 'getNextChildReader' 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 'if' construct must use '{}'s. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error Line has trailing spaces. 287
Error 'if' construct must use '{}'s. 288
Error '(' is followed by whitespace. 288
Error ')' is preceded with whitespace. 288
Error Line has trailing spaces. 290
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error Line has trailing spaces. 295
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 296
Error Missing a Javadoc comment. 296
Error '{' should be on the previous line. 297
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 301
Error Missing a Javadoc comment. 301
Error '{' should be on the previous line. 302
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error '{' should be on the previous line. 307
Error Method 'getXMLStreamReader' is not designed for extension - needs to be abstract, final or empty. 311
Error Missing a Javadoc comment. 311
Error '{' should be on the previous line. 312

org/codehaus/xfire/message/LiteralWriter.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. 15
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. 24
Error Missing a Javadoc comment. 25
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 35
Error Parameter writer should be final. 38
Error 'writer' hides a field. 38
Error Expected @param tag for 'writer'. 38
Error '{' should be on the previous line. 39
Error Line has trailing spaces. 42
Error Line is longer than 80 characters. 43
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error Parameter writer should be final. 43
Error 'writer' hides a field. 43
Error Parameter name should be final. 43
Error 'name' hides a field. 43
Error Parameter namespace should be final. 43
Error 'namespace' hides a field. 43
Error ')' is preceded with whitespace. 43
Error Line is longer than 80 characters. 48
Error Missing a Javadoc comment. 48
Error '(' is followed by whitespace. 48
Error Parameter writer should be final. 48
Error 'writer' hides a field. 48
Error Parameter name should be final. 48
Error 'name' hides a field. 48
Error Parameter namespace should be final. 48
Error 'namespace' hides a field. 48
Error Parameter prefix should be final. 48
Error 'prefix' hides a field. 48
Error ')' is preceded with whitespace. 48
Error Line has trailing spaces. 54
Error '{' should be on the previous line. 56
Error '}' should be on the same line. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error Comment matches to-do format 'TODO:'. 61
Error Line has trailing spaces. 65
Error Line has trailing spaces. 68
Error Line has trailing spaces. 70
Error Parameter os should be final. 70
Error Expected @param tag for 'os'. 70
Error Parameter name should be final. 70
Error 'name' hides a field. 70
Error Expected @param tag for 'name'. 70
Error Parameter namespace should be final. 70
Error 'namespace' hides a field. 70
Error Expected @param tag for 'namespace'. 70
Error Expected @throws tag for 'XMLStreamException'. 71
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 75
Error Line has trailing spaces. 78
Error '{' should be on the previous line. 80
Error '}' should be on the same line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error Comment matches to-do format 'TODO:'. 85
Error Line has trailing spaces. 90
Error Missing a Javadoc comment. 90
Error '{' should be on the previous line. 92
Error '{' should be on the previous line. 94
Error 'if' construct must use '{}'s. 95
Error Line has trailing spaces. 97
Error '}' should be on the same line. 101
Error '{' should be on the previous line. 103
Error Line is longer than 80 characters. 109
Error Method 'writeValue' is not designed for extension - needs to be abstract, final or empty. 111
Error Parameter value should be final. 111
Error '{' should be on the previous line. 112
Error '{' should be on the previous line. 114
Error 'if' construct must use '{}'s. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '}' should be on the same line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error Comment matches to-do format 'TODO:'. 120
Error Line is longer than 80 characters. 126
Error Method 'writeValue' is not designed for extension - needs to be abstract, final or empty. 128
Error Parameter value should be final. 128
Error Parameter ns should be final. 128
Error Parameter attr should be final. 128
Error '{' should be on the previous line. 129
Error '{' should be on the previous line. 131
Error 'if' construct must use '{}'s. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '}' should be on the same line. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error Comment matches to-do format 'TODO:'. 137
Error Line has trailing spaces. 141
Error Method 'getChildWriter' is not designed for extension - needs to be abstract, final or empty. 145
Error Parameter name should be final. 145
Error 'name' hides a field. 145
Error '{' should be on the previous line. 146
Error Method 'getChildWriter' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Parameter name should be final. 150
Error 'name' hides a field. 150
Error Parameter ns should be final. 150
Error '{' should be on the previous line. 151
Error Method 'getChildWriter' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error Parameter qname should be final. 155
Error '{' should be on the previous line. 156
Error Line has trailing spaces. 157
Error Line has trailing spaces. 158
Error Line has trailing spaces. 159
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error '{' should be on the previous line. 164
Error Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error Parameter namespace should be final. 168
Error 'namespace' hides a field. 168
Error '{' should be on the previous line. 169
Error Line is longer than 80 characters. 174
Error Method 'writeValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. 176
Error Parameter calendar should be final. 176
Error 'calendar' hides a field. 176
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line has trailing spaces. 180
Error Method 'writeValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error Parameter calendar should be final. 181
Error 'calendar' hides a field. 181
Error Parameter ns should be final. 181
Error Parameter attr should be final. 181
Error '(' is followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error ')' is preceded with whitespace. 183
Error Line has trailing spaces. 185
Error Line is longer than 80 characters. 187
Error Method 'writeValueAsInt' is not designed for extension - needs to be abstract, final or empty. 189
Error Parameter i should be final. 189
Error '{' should be on the previous line. 190
Error '(' is followed by whitespace. 191
Error ')' is preceded with whitespace. 191
Error Method 'writeValueAsInt' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error Parameter i should be final. 194
Error Parameter ns should be final. 194
Error Parameter attr should be final. 194
Error '{' should be on the previous line. 195
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error Line is longer than 80 characters. 200
Error Method 'writeValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. 202
Error Parameter date should be final. 202
Error '{' should be on the previous line. 203
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Method 'writeValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. 207
Error Missing a Javadoc comment. 207
Error Parameter date should be final. 207
Error Parameter ns should be final. 207
Error Parameter attr should be final. 207
Error '{' should be on the previous line. 208
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Line has trailing spaces. 211
Error Line is longer than 80 characters. 213
Error Method 'writeValueAsDate' is not designed for extension - needs to be abstract, final or empty. 215
Error Parameter date should be final. 215
Error '{' should be on the previous line. 216
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error Method 'writeValueAsDate' is not designed for extension - needs to be abstract, final or empty. 220
Error Missing a Javadoc comment. 220
Error Parameter date should be final. 220
Error Parameter ns should be final. 220
Error Parameter attr should be final. 220
Error '{' should be on the previous line. 221
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error Line contains a tab character. 225
Error Line is longer than 80 characters. 226
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error Line contains a tab character. 228
Error Method 'writeValueAsDouble' is not designed for extension - needs to be abstract, final or empty. 228
Error Parameter d should be final. 228
Error Line contains a tab character. 229
Error '{' should be on the previous line. 229
Error Line contains a tab character. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Line contains a tab character. 231
Error Line contains a tab character. 233
Error Method 'writeValueAsDouble' is not designed for extension - needs to be abstract, final or empty. 233
Error Missing a Javadoc comment. 233
Error Parameter d should be final. 233
Error Parameter ns should be final. 233
Error Parameter attr should be final. 233
Error Line contains a tab character. 234
Error '{' should be on the previous line. 234
Error Line contains a tab character. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 238
Error Line is longer than 80 characters. 239
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error Method 'writeValueAsLong' is not designed for extension - needs to be abstract, final or empty. 241
Error Parameter l should be final. 241
Error Line contains a tab character. 242
Error '{' should be on the previous line. 242
Error Line contains a tab character. 243
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 246
Error Method 'writeValueAsLong' is not designed for extension - needs to be abstract, final or empty. 246
Error Missing a Javadoc comment. 246
Error Parameter l should be final. 246
Error Parameter ns should be final. 246
Error Parameter attr should be final. 246
Error Line contains a tab character. 247
Error '{' should be on the previous line. 247
Error Line contains a tab character. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 251
Error Line is longer than 80 characters. 252
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error Line contains a tab character. 254
Error Method 'writeValueAsFloat' is not designed for extension - needs to be abstract, final or empty. 254
Error Parameter f should be final. 254
Error Line contains a tab character. 255
Error '{' should be on the previous line. 255
Error Line contains a tab character. 256
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error Line contains a tab character. 257
Error Line contains a tab character. 259
Error Method 'writeValueAsFloat' is not designed for extension - needs to be abstract, final or empty. 259
Error Missing a Javadoc comment. 259
Error Parameter f should be final. 259
Error Parameter ns should be final. 259
Error Parameter attr should be final. 259
Error Line contains a tab character. 260
Error '{' should be on the previous line. 260
Error Line contains a tab character. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error Line contains a tab character. 262
Error Line contains a tab character. 264
Error Line is longer than 80 characters. 265
Error Line contains a tab character. 265
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error Method 'writeValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. 267
Error Parameter b should be final. 267
Error Line contains a tab character. 268
Error '{' should be on the previous line. 268
Error Line contains a tab character. 269
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error Line contains a tab character. 270
Error Line contains a tab character. 272
Error Method 'writeValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. 272
Error Missing a Javadoc comment. 272
Error Parameter b should be final. 272
Error Parameter ns should be final. 272
Error Parameter attr should be final. 272
Error Line contains a tab character. 273
Error '{' should be on the previous line. 273
Error Line contains a tab character. 274
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error Line contains a tab character. 275
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 277
Error Missing a Javadoc comment. 277
Error '{' should be on the previous line. 278
Error '{' should be on the previous line. 280
Error '}' should be on the same line. 282
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error '{' should be on the previous line. 284
Error Comment matches to-do format 'TODO:'. 285
Error Method 'flush' is not designed for extension - needs to be abstract, final or empty. 290
Error Missing a Javadoc comment. 290
Error '{' should be on the previous line. 291
Error Method 'getXMLStreamWriter' is not designed for extension - needs to be abstract, final or empty. 295
Error Missing a Javadoc comment. 295
Error '{' should be on the previous line. 296

org/codehaus/xfire/message/MessageBridge.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/message/MessageBridge.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 '{' should be on the previous line. 14
Error Line contains a tab character. 15
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 17
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17

org/codehaus/xfire/message/MessageBridgeFactory.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 Utility classes should not have a public or default constructor. 13
Error '{' should be on the previous line. 14
Error Line contains a tab character. 15
Error Missing a Javadoc comment. 15
Error Parameter context should be final. 15
Error '{' should be on the previous line. 16
Error Line has trailing spaces. 18
Error Line has trailing spaces. 20
Error '{' should be on the previous line. 22
Error '}' should be on the same line. 24
Error Line has trailing spaces. 25
Error '{' should be on the previous line. 27
Error '}' should be on the same line. 29
Error Line has trailing spaces. 30
Error '{' should be on the previous line. 32
Error '}' should be on the same line. 34
Error '{' should be on the previous line. 36
Error Line is longer than 80 characters. 37
Error Line contains a tab character. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error Line has trailing spaces. 39
Error Line contains a tab character. 41

org/codehaus/xfire/message/MessageReader.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 10
Error Line has trailing spaces. 12
Error '{' should be on the previous line. 16
Error Missing a Javadoc comment. 17
Error Redundant 'public' modifier. 17
Error Missing a Javadoc comment. 19
Error Redundant 'public' modifier. 19
Error Missing a Javadoc comment. 21
Error Redundant 'public' modifier. 21
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 23
Error Redundant 'public' modifier. 23
Error Missing a Javadoc comment. 25
Error Redundant 'public' modifier. 25
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 Line contains a tab character. 41
Error Missing a Javadoc comment. 41
Error Redundant 'public' modifier. 41
Error Line contains a tab character. 43
Error Missing a Javadoc comment. 43
Error Redundant 'public' modifier. 43
Error Missing a Javadoc comment. 45
Error Redundant 'public' modifier. 45
Error Line has trailing spaces. 46
Error Missing a Javadoc comment. 47
Error Redundant 'public' modifier. 47
Error Line has trailing spaces. 48
Error Line has trailing spaces. 50
Error Missing a Javadoc comment. 51
Error Redundant 'public' modifier. 51
Error Line has trailing spaces. 52
Error Missing a Javadoc comment. 53
Error Redundant 'public' modifier. 53
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 55
Error Redundant 'public' modifier. 55
Error Line has trailing spaces. 56
Error Missing a Javadoc comment. 57
Error Redundant 'public' modifier. 57
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 59
Error Redundant 'public' modifier. 59
Error Line has trailing spaces. 60
Error Expected an @return tag. 65
Error Redundant 'public' modifier. 65
Error Expected an @return tag. 70
Error Redundant 'public' modifier. 70
Error Line has trailing spaces. 77
Error Expected an @return tag. 80
Error Redundant 'public' modifier. 80

org/codehaus/xfire/message/MessageWriter.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 Missing a Javadoc comment. 16
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error Line has trailing spaces. 17
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 Missing a Javadoc comment. 24
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 26
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Missing a Javadoc comment. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error Missing a Javadoc comment. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
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 Line has trailing spaces. 52
Error Missing a Javadoc comment. 53
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 55
Error Line has trailing spaces. 56
Error Missing a Javadoc comment. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Expected @param tag for 'b'. 62
Error Line has trailing spaces. 63
Error Line has trailing spaces. 65
Error Line has trailing spaces. 69
Error Missing a Javadoc comment. 70

org/codehaus/xfire/message/ObjectServiceHandler.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. 26
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 27
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 Line has trailing spaces. 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 Missing a Javadoc comment. 44
Error 'invoker' hides a field. 44
Error '{' should be on the previous line. 45
Error Line has trailing spaces. 49
Error Missing a Javadoc comment. 50
Error 'invoker' hides a field. 50
Error '{' should be on the previous line. 51
Error Line is longer than 80 characters. 57
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 59
Error '{' should be on the previous line. 61
Error '{' should be on the previous line. 63
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 74
Error '}' should be on the same line. 78
Error '{' should be on the previous line. 80
Error Line is longer than 80 characters. 82
Error Line has trailing spaces. 88
Error Expected an @return tag. 90
Error Line has trailing spaces. 90
Error Method 'getMessageBridge' is not designed for extension - needs to be abstract, final or empty. 90
Error Parameter context should be final. 90
Error Expected @param tag for 'context'. 90
Error Expected @throws tag for 'XFireFault'. 91
Error '{' should be on the previous line. 92
Error '{' should be on the previous line. 94
Error '{' should be on the previous line. 96
Error Line is longer than 80 characters. 98
Error Line has trailing spaces. 99
Error Line is longer than 80 characters. 100
Error '(' is followed by whitespace. 100
Error '{' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '}' should be on the same line. 101
Error '{' should be on the previous line. 103
Error Line is longer than 80 characters. 105
Error Line has trailing spaces. 107
Error Method 'writeResponse' 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. 114
Error Line is longer than 80 characters. 115
Error '{' is followed by whitespace. 118

org/codehaus/xfire/message/RPCEncodedBridge.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 '{' should be on the previous line. 21
Error Missing a Javadoc comment. 22
Error Parameter context should be final. 22
Error '{' should be on the previous line. 23
Error Line contains a tab character. 25
Error Line has trailing spaces. 26
Error Line has trailing spaces. 27
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error '{' should be on the previous line. 29
Error Line is longer than 80 characters. 31
Error Line has trailing spaces. 32
Error 'if' construct must use '{}'s. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 35
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 41
Error '{' should be on the previous line. 46
Error Line is longer than 80 characters. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 56
Error Line is longer than 80 characters. 57
Error '+' is not preceded with whitespace. 57
Error '+' is not followed by whitespace. 57
Error 'while' is not followed by whitespace. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 63
Error '{' should be on the previous line. 67
Error Line is longer than 80 characters. 68
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error Line has trailing spaces. 73
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 80
Error Parameter values should be final. 80
Error Line contains a tab character. 81
Error '{' should be on the previous line. 82
Error Line has trailing spaces. 84
Error '(' is followed by whitespace. 84
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error ')' is preceded with whitespace. 87
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 90
Error 'for' is not followed by whitespace. 90
Error Line has trailing spaces. 96

org/codehaus/xfire/message/WrappedBridge.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 '{' should be on the previous line. 21
Error Missing a Javadoc comment. 22
Error Parameter context should be final. 22
Error '{' should be on the previous line. 23
Error Line contains a tab character. 25
Error Line has trailing spaces. 26
Error Line has trailing spaces. 27
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error '{' should be on the previous line. 29
Error Line is longer than 80 characters. 31
Error Line has trailing spaces. 32
Error 'if' construct must use '{}'s. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error Line is longer than 80 characters. 34
Error Line has trailing spaces. 35
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error '{' should be on the previous line. 43
Error 'while' is not followed by whitespace. 47
Error '{' should be on the previous line. 48
Error Line has trailing spaces. 50
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 55
Error Line has trailing spaces. 61
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 68
Error Parameter values should be final. 68
Error Line contains a tab character. 69
Error '{' should be on the previous line. 70
Error Line has trailing spaces. 72
Error '(' is followed by whitespace. 72
Error Line has trailing spaces. 73
Error Line has trailing spaces. 74
Error ')' is preceded with whitespace. 75
Error Line has trailing spaces. 76
Error Line is longer than 80 characters. 78
Error 'for' is not followed by whitespace. 78

org/codehaus/xfire/message/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/service/object/DefaultObjectService.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. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
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
Error Missing a Javadoc comment. 39
Error '{' should be on the previous line. 40
Error Method 'setServiceClass' is not designed for extension - needs to be abstract, final or empty. 49
Error Expected @param tag for 'className'. 49
Error Expected @throws tag for 'ClassNotFoundException'. 50
Error '{' should be on the previous line. 51
Error Method 'setServiceClass' is not designed for extension - needs to be abstract, final or empty. 58
Error 'serviceClass' hides a field. 58
Error Expected @param tag for 'serviceClass'. 58
Error '{' should be on the previous line. 59
Error Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 70
Error Expected an @return tag. 73
Error Expected @param tag for 'methodName'. 73
Error '{' should be on the previous line. 74
Error Line is longer than 80 characters. 75
Error Method 'getOperation' 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
Error Method 'getOperations' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error '{' should be on the previous line. 84
Error Method 'getOperationsMap' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error '{' should be on the previous line. 89
Error Method 'getAllowedMethods' 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 'setAllowedMethods' is not designed for extension - needs to be abstract, final or empty. 102
Error 'allowedMethods' hides a field. 102
Error '{' should be on the previous line. 103
Error Method 'getTypeMapping' 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 'setTypeMapping' is not designed for extension - needs to be abstract, final or empty. 116
Error 'typeMapping' hides a field. 116
Error '{' should be on the previous line. 117
Error Expected an @return tag. 124
Error Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. 124
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 131
Error Line has trailing spaces. 134
Error Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 137
Error Expected @throws tag for 'ClassNotFoundException'. 138
Error '{' should be on the previous line. 139
Error '{' should be on the previous line. 141
Error '}' should be on the same line. 143
Error '{' should be on the previous line. 145
Error '{' should be on the previous line. 147
Error '}' should be on the same line. 149
Error '{' should be on the previous line. 151
Error Line is longer than 80 characters. 152
Error Method 'getWSDLWriter' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error '{' should be on the previous line. 159
Error '{' should be on the previous line. 163
Error 'if' construct must use '{}'s. 166
Error Method 'isAutoTyped' 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
Error Method 'setAutoTyped' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error 'autoTyped' hides a field. 178
Error '{' should be on the previous line. 179
Error Method 'getScope' is not designed for extension - needs to be abstract, final or empty. 183
Error Missing a Javadoc comment. 183
Error '{' should be on the previous line. 184
Error Method 'setScope' is not designed for extension - needs to be abstract, final or empty. 188
Error Missing a Javadoc comment. 188
Error 'scope' hides a field. 188
Error '{' should be on the previous line. 189
Error Method 'getWSDLBuilder' 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 'setWSDLBuilder' is not designed for extension - needs to be abstract, final or empty. 198
Error Missing a Javadoc comment. 198
Error 'wsdlBuilder' hides a field. 198
Error '{' should be on the previous line. 199
Error Method 'getEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error '{' should be on the previous line. 204
Error Method 'setEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. 208
Error Missing a Javadoc comment. 208
Error 'encodingStyleURI' hides a field. 208
Error '{' should be on the previous line. 209

org/codehaus/xfire/service/object/Invoker.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. 17
Error Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error Line contains a tab character. 19

org/codehaus/xfire/service/object/ObjectInvoker.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 Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23
Error Line is longer than 80 characters. 30
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error '{' should be on the previous line. 32
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 same line. 38
Error 'catch' is not followed by whitespace. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '}' should be on the same line. 42
Error 'catch' is not followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error 'if' is not followed by whitespace. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error 'cast' is not followed by whitespace. 49
Error '}' should be on the same line. 50
Error 'if' is not followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '}' should be on the same line. 55
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '}' should be on the same line. 61
Error 'catch' is not followed by whitespace. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error Line is longer than 80 characters. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Expected an @return tag. 71
Error Method 'getServiceObject' is not designed for extension - needs to be abstract, final or empty. 71
Error '(' is followed by whitespace. 71
Error Expected @param tag for 'context'. 71
Error ')' is preceded with whitespace. 71
Error Expected @throws tag for 'XFireFault'. 72
Error '{' should be on the previous line. 73
Error 'cast' is not followed by whitespace. 74
Error 'if' is not followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error 'if' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error 'synchronized' is not followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '}' should be on the same line. 86
Error 'if' is not followed by whitespace. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error 'if' is not followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error 'synchronized' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '}' should be on the same line. 102
Error 'if' is not followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '}' should be on the same line. 106
Error '{' should be on the previous line. 108
Error Line is longer than 80 characters. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Expected an @return tag. 119
Error Line is longer than 80 characters. 119
Error Method 'createServiceObject' is not designed for extension - needs to be abstract, final or empty. 119
Error '(' is followed by whitespace. 119
Error Expected @param tag for 'service'. 119
Error ')' is preceded with whitespace. 119
Error Expected @throws tag for 'XFireFault'. 119
Error '{' should be on the previous line. 122
Error Line is longer than 80 characters. 123
Error Line has trailing spaces. 124
Error '{' should be on the previous line. 126
Error '}' should be on the same line. 131
Error 'catch' is not followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error Line is longer than 80 characters. 134
Error '(' is followed by whitespace. 134
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 Line is longer than 80 characters. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138

org/codehaus/xfire/service/object/ObjectService.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. 17
Error Missing a Javadoc comment. 18
Error Redundant 'public' modifier. 18
Error 'static' modifier out of order with the JLS suggestions. 18
Error Missing a Javadoc comment. 20
Error Redundant 'public' modifier. 20
Error 'static' modifier out of order with the JLS suggestions. 20
Error Missing a Javadoc comment. 22
Error Redundant 'public' modifier. 22
Error 'static' modifier out of order with the JLS suggestions. 22
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 24
Error Redundant 'public' modifier. 24
Error Missing a Javadoc comment. 26
Error Redundant 'public' modifier. 26
Error Expected an @return tag. 32
Error Expected an @return tag. 39
Error Expected an @return tag. 45
Error Expected an @return tag. 51
Error Missing a Javadoc comment. 53

org/codehaus/xfire/service/object/ObjectServiceBuilder.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. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Line has trailing spaces. 40
Error Missing a Javadoc comment. 41
Error '{' should be on the previous line. 42
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 '{' should be on the previous line. 47
Error Line has trailing spaces. 49
Error Missing a Javadoc comment. 53
Error Parameter xfire should be final. 53
Error 'xfire' hides a field. 53
Error Parameter registry should be final. 53
Error 'registry' hides a field. 53
Error '{' should be on the previous line. 54
Error Expected an @return tag. 64
Error Line is longer than 80 characters. 64
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 64
Error Parameter clazz should be final. 64
Error Expected @param tag for 'clazz'. 64
Error Parameter tm should be final. 64
Error Expected @param tag for 'tm'. 64
Error Parameter wsdlUrl should be final. 64
Error Expected @param tag for 'wsdlUrl'. 64
Error Expected @throws tag for 'Exception'. 64
Error Line has trailing spaces. 68
Error Line has trailing spaces. 78
Error Line has trailing spaces. 81
Error Line has trailing spaces. 86
Error Expected an @return tag. 91
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter clazz should be final. 91
Error Expected @param tag for 'clazz'. 91
Error '{' should be on the previous line. 92
Error Expected an @return tag. 106
Error Line is longer than 80 characters. 106
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter clazz should be final. 106
Error Expected @param tag for 'clazz'. 106
Error Parameter version should be final. 106
Error Expected @param tag for 'version'. 106
Error Parameter style should be final. 106
Error Expected @param tag for 'style'. 106
Error Parameter use should be final. 106
Error Expected @param tag for 'use'. 106
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '{' should be on the previous line. 111
Error '+' is not preceded with whitespace. 112
Error '+' is not followed by whitespace. 112
Error Line has trailing spaces. 114
Error Line is longer than 80 characters. 115
Error Line has trailing spaces. 118
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Parameter clazz should be final. 119
Error Parameter name should be final. 120
Error Parameter namespace should be final. 121
Error Parameter version should be final. 122
Error Parameter style should be final. 123
Error Parameter use should be final. 124
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 131
Error Line has trailing spaces. 136
Error '{' should be on the previous line. 138
Error '}' should be on the same line. 140
Error '{' should be on the previous line. 142
Error Line has trailing spaces. 145
Error '{' should be on the previous line. 147
Error Line is longer than 80 characters. 148
Error Line has trailing spaces. 150
Error Line has trailing spaces. 156
Error '{' should be on the previous line. 158
Error Line has trailing spaces. 161
Error Line has trailing spaces. 165
Error Method 'initializeOperations' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error Parameter service should be final. 166
Error '{' should be on the previous line. 167
Error Comment matches to-do format 'TODO:'. 170
Error '{' should be on the previous line. 173
Error '(' is followed by whitespace. 178
Error '{' should be on the previous line. 180
Error Line is longer than 80 characters. 186
Error Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. 186
Error Missing a Javadoc comment. 186
Error Parameter service should be final. 186
Error Line is longer than 80 characters. 192
Error Line has trailing spaces. 195
Error '{' should be on the previous line. 197
Error 'if' construct must use '{}'s. 199
Error '{' should be on the previous line. 212
Error 'if' construct must use '{}'s. 214
Error Line is longer than 80 characters. 217
Error Method 'initializeTypeMapping' is not designed for extension - needs to be abstract, final or empty. 230
Error Parameter service should be final. 230
Error Expected @param tag for 'service'. 230
Error '{' should be on the previous line. 231
Error Line has trailing spaces. 233
Error '{' should be on the previous line. 235
Error '{' should be on the previous line. 237
Error '}' should be on the same line. 239
Error '{' should be on the previous line. 241
Error Line is longer than 80 characters. 247

org/codehaus/xfire/service/object/Operation.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 Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error Line has trailing spaces. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error 'method' hides a field. 22
Error ')' is preceded with whitespace. 22
Error '{' should be on the previous line. 23
Error Method 'getInParameterClass' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error '{' should be on the previous line. 31
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Method 'addInParameter' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error '{' should be on the previous line. 36
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error Line has trailing spaces. 39
Error Method 'getInParameter' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error Line has trailing spaces. 44
Error Method 'getInParameters' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error '{' should be on the previous line. 46
Error Method 'getOutParameterClass' 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 ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Method 'addOutParameter' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
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. 59
Error Method 'getOutParameter' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 64
Error Method 'getOutParameters' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error '{' should be on the previous line. 66
Error Line has trailing spaces. 69
Error Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error '{' should be on the previous line. 71
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error '{' should be on the previous line. 76

org/codehaus/xfire/service/object/Parameter.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. 18
Error Missing a Javadoc comment. 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. 25
Error Missing a Javadoc comment. 26
Error Parameter name should be final. 26
Error 'name' hides a field. 26
Error Parameter typeClass should be final. 26
Error 'typeClass' hides a field. 26
Error '{' should be on the previous line. 27
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 has trailing spaces. 39
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 43
Error Parameter name should be final. 43
Error 'name' hides a field. 43
Error '{' should be on the previous line. 44
Error Method 'getTypeClass' 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. 52
Error Method 'setTypeClass' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter typeClass should be final. 53
Error 'typeClass' hides a field. 53
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter reader should be final. 58
Error Parameter context should be final. 58
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 61
Error 'cast' is not followed by whitespace. 61
Error Line has trailing spaces. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 66
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Parameter value should be final. 66
Error Parameter writer should be final. 66
Error Parameter context should be final. 66
Error '{' should be on the previous line. 68
Error Line is longer than 80 characters. 69
Error 'cast' is not followed by whitespace. 69

org/codehaus/xfire/service/object/ServiceBuilder.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 Line is longer than 80 characters. 16
Error Redundant 'public' modifier. 19
Error Line has trailing spaces. 20
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 26
Error Line is longer than 80 characters. 33
Error Redundant 'public' modifier. 33
Error Line has trailing spaces. 34
Error Line is longer than 80 characters. 37
Error Line has trailing spaces. 42
Error Redundant 'public' modifier. 49
Error Line has trailing spaces. 57
Error Line has trailing spaces. 59
Error Line has trailing spaces. 61
Error Line has trailing spaces. 64
Error Expected an @return tag. 66
Error Line is longer than 80 characters. 66
Error Redundant 'public' modifier. 66
Error Expected @param tag for 'tm'. 66
Error Expected @throws tag for 'Exception'. 66

org/codehaus/xfire/test/AbstractXFireTypeTest.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. 15
Error Missing a Javadoc comment. 16
Error Variable 'registry' must be private and have accessor methods. 16
Error Missing a Javadoc comment. 18
Error Variable 'builder' must be private and have accessor methods. 18
Error Method 'setUp' 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. 22
Error Method 'getRegistry' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error '{' should be on the previous line. 34
Error Method 'getServiceBuilder' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error '{' should be on the previous line. 39

org/codehaus/xfire/test/TestHttpTransport.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. 13
Error Method 'getServiceURL' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error '(' is followed by whitespace. 14
Error Parameter service should be final. 14
Error ')' is preceded with whitespace. 14
Error '{' should be on the previous line. 15
Error Line contains a tab character. 17

org/codehaus/xfire/test/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/type/AutoTypeMapping.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 '{' should be on the previous line. 21
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error Parameter defaultTM should be final. 22
Error ')' is preceded with whitespace. 22
Error '{' should be on the previous line. 23
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error '{' should be on the previous line. 28
Error Line has trailing spaces. 31
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line is longer than 80 characters. 33
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 35
Error '(' is followed by whitespace. 35
Error Parameter javaType should be final. 35
Error Parameter xmlType should be final. 35
Error ')' is preceded with whitespace. 35
Error Line contains a tab character. 36
Error '{' should be on the previous line. 36
Error Line has trailing spaces. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error Line has trailing spaces. 42
Error Line contains a tab character. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line has trailing spaces. 44
Error Line has trailing spaces. 47
Error Line contains a tab character. 49
Error Line has trailing spaces. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Expected an @return tag. 57
Error Line contains a tab character. 57
Error Method 'findTypeForClass' is not designed for extension - needs to be abstract, final or empty. 57
Error Parameter javaType should be final. 57
Error Expected @param tag for 'javaType'. 57
Error Line contains a tab character. 58
Error '{' should be on the previous line. 58
Error Line contains a tab character. 59
Error '(' is followed by whitespace. 59
Error '||' should be on a new line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error Line contains a tab character. 62
Error '}' should be on the same line. 63
Error '{' should be on the previous line. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 68
Error Line contains a tab character. 70
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter javaType should be final. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line has trailing spaces. 84
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Expected an @return tag. 93
Error Line contains a tab character. 93
Error Parameter javaType should be final. 93
Error Expected @param tag for 'javaType'. 93
Error Line contains a tab character. 94
Error '{' should be on the previous line. 94
Error Line has trailing spaces. 96
Error Line contains a tab character. 98
Error '{' should be on the previous line. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line has trailing spaces. 103
Error Line has trailing spaces. 105
Error '||' should be on a new line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error Line is longer than 80 characters. 109
Error '(' is followed by whitespace. 109
Error '+' is not preceded with whitespace. 109
Error '+' is not followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line has trailing spaces. 110
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 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. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error '}' should be on the same line. 120
Error '{' should be on the previous line. 122
Error '}' should be on the same line. 126
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error '+' is not preceded with whitespace. 129
Error '+' is not followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line has trailing spaces. 133
Error Line contains a tab character. 133

org/codehaus/xfire/type/ClassQNamePair.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. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Line has trailing spaces. 15
Error Missing a Javadoc comment. 16
Error '(' is followed by whitespace. 16
Error Parameter javaClass should be final. 16
Error Parameter qname should be final. 16
Error 'qname' hides a field. 16
Error ')' is preceded with whitespace. 16
Error '{' should be on the previous line. 17
Error ';' is preceded with whitespace. 18
Error Line has trailing spaces. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Method 'getJavaClass' is not designed for extension - needs to be abstract, final or empty. 25
Error Line contains a tab character. 26
Error '{' should be on the previous line. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line has trailing spaces. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Method 'getQName' is not designed for extension - needs to be abstract, final or empty. 33
Error Line contains a tab character. 34
Error '{' should be on the previous line. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 41
Error Parameter o should be final. 41
Error '{' should be on the previous line. 42
Error 'if' construct must use '{}'s. 43
Error Line has trailing spaces. 45
Error Line has trailing spaces. 47
Error Line has trailing spaces. 49
Error '{' should be on the previous line. 52
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error '(' is followed by whitespace. 56
Error Line has trailing spaces. 57
Error Line has trailing spaces. 60
Error Method 'hashCode' 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 Line has trailing spaces. 64
Error '{' should be on the previous line. 66
Error Line has trailing spaces. 69
Error '{' should be on the previous line. 71
Error Line has trailing spaces. 74

org/codehaus/xfire/type/CustomTypeMapping.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. 13
Error '{' should be on the previous line. 19
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
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 '(' is followed by whitespace. 32
Error Parameter defaultTM should be final. 32
Error 'defaultTM' hides a field. 32
Error ')' is preceded with whitespace. 32
Error '{' should be on the previous line. 33
Error Line has trailing spaces. 35
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 39
Error '{' should be on the previous line. 40
Error Line contains a tab character. 47
Error Line is longer than 80 characters. 48
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Method 'isRegistered' is not designed for extension - needs to be abstract, final or empty. 50
Error '(' is followed by whitespace. 50
Error Parameter javaType should be final. 50
Error Parameter xmlType should be final. 50
Error ')' is preceded with whitespace. 50
Error Line contains a tab character. 51
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line has trailing spaces. 55
Error 'if' construct must use '{}'s. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 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. 60
Error Line contains a tab character. 62
Error Line is longer than 80 characters. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 65
Error '(' is followed by whitespace. 65
Error Parameter javaType should be final. 65
Error Parameter xmlType should be final. 65
Error Parameter type should be final. 65
Error ')' is preceded with whitespace. 65
Error Line contains a tab character. 66
Error '{' should be on the previous line. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line has trailing spaces. 70
Error Line contains a tab character. 71
Error Line has trailing spaces. 72
Error Line contains a tab character. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 80
Error Line is longer than 80 characters. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 83
Error '(' is followed by whitespace. 83
Error Parameter javaType should be final. 83
Error Parameter xmlType 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 has trailing spaces. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error 'if' construct must use '{}'s. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line has trailing spaces. 91
Error Line contains a tab character. 93
Error Line has trailing spaces. 94
Error Line contains a tab character. 95
Error Line is longer than 80 characters. 96
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Method 'removeType' is not designed for extension - needs to be abstract, final or empty. 98
Error '(' is followed by whitespace. 98
Error Parameter javaType should be final. 98
Error Parameter xmlType should be final. 98
Error ')' is preceded with whitespace. 98
Error Line contains a tab character. 99
Error '{' should be on the previous line. 99
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103
Error 'if' construct must use '{}'s. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line contains a tab character. 113
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter javaType should be final. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line has trailing spaces. 121
Error 'if' construct must use '{}'s. 122
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 Line has trailing spaces. 124
Error Line is longer than 80 characters. 129
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 131
Error Parameter xmlType should be final. 131
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error 'if' construct must use '{}'s. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error Line has trailing spaces. 137
Error Method 'getTypeQName' is not designed for extension - needs to be abstract, final or empty. 144
Error Parameter clazz should be final. 144
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error 'if' construct must use '{}'s. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line has trailing spaces. 150
Error Line has trailing spaces. 153
Error Line has trailing spaces. 154
Error Method 'getEncodingStyleURI' 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 'setEncodingStyleURI' 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 encodingStyleURI should be final. 160
Error 'encodingStyleURI' hides a field. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161

org/codehaus/xfire/type/DefaultTypeMappingRegistry.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. 26
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Missing a Javadoc comment. 31
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line is longer than 80 characters. 34
Error Missing a Javadoc comment. 34
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Missing a Javadoc comment. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error Line is longer than 80 characters. 38
Error Missing a Javadoc comment. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Missing a Javadoc comment. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 46
Error '{' should be on the previous line. 47
Error Missing a Javadoc comment. 51
Error Parameter createDefault should be final. 51
Error '{' should be on the previous line. 52
Error '{' should be on the previous line. 56
Error Line is longer than 80 characters. 62
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter encodingStyleURI should be final. 65
Error Parameter mapping should be final. 65
Error '{' should be on the previous line. 66
Error Line is longer than 80 characters. 77
Error Method 'registerDefault' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter mapping should be final. 79
Error '{' should be on the previous line. 80
Error Method 'getDefaultTypeMapping' is not designed for extension - needs to be abstract, final or empty. 87
Error '{' should be on the previous line. 88
Error Line is longer than 80 characters. 93
Error Method 'getRegisteredEncodingStyleURIs' is not designed for extension - needs to be abstract, final or empty. 95
Error '{' should be on the previous line. 96
Error Line is longer than 80 characters. 101
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 103
Error Parameter encodingStyleURI should be final. 103
Error '{' should be on the previous line. 104
Error Line is longer than 80 characters. 109
Error Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. 111
Error Parameter autoTypes should be final. 111
Error '{' should be on the previous line. 112
Error Line is longer than 80 characters. 117
Error Line is longer than 80 characters. 120
Error Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter parentNamespace should be final. 120
Error Parameter autoTypes should be final. 120
Error Line is longer than 80 characters. 125
Error Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Parameter parent should be final. 125
Error Parameter autoTypes should be final. 125
Error '{' should be on the previous line. 128
Error '}' should be on the same line. 130
Error '{' should be on the previous line. 132
Error Line is longer than 80 characters. 138
Error Method 'unregisterTypeMapping' is not designed for extension - needs to be abstract, final or empty. 140
Error Parameter encodingStyleURI should be final. 140
Error '{' should be on the previous line. 141
Error Line is longer than 80 characters. 148
Error Method 'removeTypeMapping' is not designed for extension - needs to be abstract, final or empty. 150
Error Parameter mapping should be final. 150
Error '{' should be on the previous line. 151
Error '{' should be on the previous line. 155
Error '{' should be on the previous line. 157
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 169
Error '{' should be on the previous line. 170
Error Method 'createDefaultMappings' 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. 221

org/codehaus/xfire/type/Type.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. 14
Error Line has trailing spaces. 16
Error '{' should be on the previous line. 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 Missing a Javadoc comment. 26
Error '{' should be on the previous line. 27
Error Line has trailing spaces. 29
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error Parameter reader should be final. 30
Error Parameter context should be final. 30
Error ')' is preceded with whitespace. 30
Error Line contains a tab character. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 33
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error '(' is followed by whitespace. 33
Error Parameter object should be final. 33
Error Parameter writer should be final. 33
Error Parameter context should be final. 33
Error ')' is preceded with whitespace. 33
Error Line contains a tab character. 34
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 36
Error '(' is followed by whitespace. 36
Error Parameter element should be final. 36
Error ')' is preceded with whitespace. 36
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 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 contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Method 'setTypeMapping' is not designed for extension - needs to be abstract, final or empty. 51
Error '(' is followed by whitespace. 51
Error Parameter typeMapping should be final. 51
Error 'typeMapping' hides a field. 51
Error ')' is preceded with whitespace. 51
Error Line contains a tab character. 52
Error '{' should be on the previous line. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line has trailing spaces. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Method 'getTypeClass' is not designed for extension - needs to be abstract, final or empty. 59
Error Line contains a tab character. 60
Error '{' should be on the previous line. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line has trailing spaces. 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 Method 'setTypeClass' is not designed for extension - needs to be abstract, final or empty. 67
Error '(' is followed by whitespace. 67
Error Parameter typeClass should be final. 67
Error 'typeClass' hides a field. 67
Error ')' is preceded with whitespace. 67
Error Line contains a tab character. 68
Error '{' should be on the previous line. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. 75
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 83
Error Expected an @return tag. 86
Error Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. 86
Error '{' should be on the previous line. 87
Error Line has trailing spaces. 91
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter obj should be final. 95
Error '{' should be on the previous line. 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. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 108
Error Line has trailing spaces. 111
Error Method 'hashCode' 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 Line has trailing spaces. 115
Error '{' should be on the previous line. 117
Error Line has trailing spaces. 120
Error '{' should be on the previous line. 122
Error Line has trailing spaces. 125
Error Line has trailing spaces. 128
Error Method 'getSchemaType' is not designed for extension - needs to be abstract, final or empty. 132
Error '{' should be on the previous line. 133
Error Line has trailing spaces. 136
Error Method 'setSchemaType' is not designed for extension - needs to be abstract, final or empty. 140
Error Parameter name should be final. 140
Error '{' should be on the previous line. 141

org/codehaus/xfire/type/TypeMapping.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. 12
Error Redundant 'public' modifier. 23
Error Missing a Javadoc comment. 26
Error Redundant 'public' modifier. 26
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 28
Error Missing a Javadoc comment. 30
Error Redundant 'public' modifier. 30
Error Missing a Javadoc comment. 33
Error Redundant 'public' modifier. 33
Error Line has trailing spaces. 34
Error Missing a Javadoc comment. 35
Error Redundant 'public' modifier. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 37
Error Redundant 'public' modifier. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error Missing a Javadoc comment. 39
Error Redundant 'public' modifier. 39
Error Line has trailing spaces. 40
Error Missing a Javadoc comment. 41
Error Redundant 'public' modifier. 41
Error Missing a Javadoc comment. 43
Error Redundant 'public' modifier. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43

org/codehaus/xfire/type/TypeMappingRegistry.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. 10
Error Missing a Javadoc comment. 11
Error Redundant 'final' modifier. 11
Error 'public' modifier out of order with the JLS suggestions. 11
Error Expected an @return tag. 15
Error Redundant 'public' modifier. 15
Error Expected @param tag for 'encodingStyleURI'. 15
Error Expected @param tag for 'mapping'. 15
Error Redundant 'public' modifier. 19
Error Expected @param tag for 'mapping'. 19
Error Redundant 'public' modifier. 29
Error Redundant 'public' modifier. 37
Error Redundant 'public' modifier. 49
Error Redundant 'public' modifier. 56
Error Expected @param tag for 'autoTypes'. 56
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 65
Error Redundant 'public' modifier. 65
Error Redundant 'public' modifier. 76
Error Redundant 'public' modifier. 92
Error Redundant 'public' modifier. 98

org/codehaus/xfire/type/basic/ArrayType.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. 32
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter reader should be final. 33
Error Parameter context should be final. 33
Error '{' should be on the previous line. 35
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 39
Error Line has trailing spaces. 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. 44
Error ')' is preceded with whitespace. 44
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Line has trailing spaces. 48
Error Line is longer than 80 characters. 49
Error '(' is followed by whitespace. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '}' should be on the same line. 50
Error '{' should be on the previous line. 52
Error Line is longer than 80 characters. 57
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter object should be final. 57
Error Parameter writer should be final. 57
Error Parameter context should be final. 57
Error '{' should be on the previous line. 59
Error 'if' construct must use '{}'s. 60
Error '{' should be on the previous line. 64
Error Line contains a tab character. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 68
Error 'if' construct must use '{}'s. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line is longer than 80 characters. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line has trailing spaces. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error Line is longer than 80 characters. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line is longer than 80 characters. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '}' should be on the same line. 80
Error '{' should be on the previous line. 82
Error '}' should be on the same line. 84
Error '{' should be on the previous line. 86
Error Method 'writeSchema' 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 root should be final. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error Line has trailing spaces. 94
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line has trailing spaces. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line has trailing spaces. 107
Error Line is longer than 80 characters. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line is longer than 80 characters. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 112
Error Line has trailing spaces. 113
Error Line is longer than 80 characters. 114
Error Line has trailing spaces. 115
Error Line is longer than 80 characters. 116
Error Comment matches to-do format 'TODO:'. 118
Error Line has trailing spaces. 120
Error Line has trailing spaces. 123
Error '}' should be on the same line. 124
Error '{' should be on the previous line. 126
Error Line has trailing spaces. 130
Error Line has trailing spaces. 133
Error Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. 136
Error '{' should be on the previous line. 137
Error Line has trailing spaces. 140
Error Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. 144
Error '{' should be on the previous line. 145
Error Line has trailing spaces. 147
Error Line is longer than 80 characters. 148
Error '(' is followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line has trailing spaces. 149
Error Line has trailing spaces. 152
Error Method 'getComponentType' 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 Line has trailing spaces. 156
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157

org/codehaus/xfire/type/basic/BeanType.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 Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter reader should be final. 28
Error Parameter context should be final. 28
Error '{' should be on the previous line. 30
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Line has trailing spaces. 37
Error Line has trailing spaces. 39
Error 'while' is not followed by whitespace. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error Line has trailing spaces. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line has trailing spaces. 46
Error 'if' construct must use '{}'s. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line is longer than 80 characters. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line has trailing spaces. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error 'if' construct must use '{}'s. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line has trailing spaces. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line has trailing spaces. 57
Error Line is longer than 80 characters. 58
Error '(' is followed by whitespace. 58
Error '{' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line has trailing spaces. 60
Error '}' should be on the same line. 62
Error '{' should be on the previous line. 64
Error Line is longer than 80 characters. 65
Error '}' should be on the same line. 66
Error '{' should be on the previous line. 68
Error Line is longer than 80 characters. 69
Error Line has trailing spaces. 70
Error '}' should be on the same line. 70
Error '{' should be on the previous line. 72
Error '}' should be on the same line. 74
Error '{' should be on the previous line. 76
Error Line is longer than 80 characters. 77
Error '}' should be on the same line. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error '{' should be on the previous line. 80
Error Line is longer than 80 characters. 81
Error Line contains a tab character. 82
Error Line is longer than 80 characters. 85
Error Method 'findPropertyDescriptor' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter name should be final. 85
Error Parameter pd should be final. 85
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error 'if' construct must use '{}'s. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line is longer than 80 characters. 98
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter object should be final. 98
Error Parameter writer should be final. 98
Error Parameter context should be final. 98
Error '{' should be on the previous line. 100
Error 'if' construct must use '{}'s. 101
Error Line has trailing spaces. 103
Error '{' should be on the previous line. 105
Error Comment matches to-do format 'TODO:'. 106
Error Line contains a tab character. 106
Error Line is longer than 80 characters. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line has trailing spaces. 108
Error Line has trailing spaces. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error 'if' construct must use '{}'s. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line is longer than 80 characters. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line has trailing spaces. 119
Error '(' is followed by whitespace. 119
Error Line is longer than 80 characters. 120
Error ')' is preceded with whitespace. 120
Error Line is longer than 80 characters. 121
Error '(' is followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Line has trailing spaces. 122
Error ')' is preceded with whitespace. 123
Error '}' should be on the same line. 126
Error '{' should be on the previous line. 128
Error '}' should be on the same line. 130
Error '{' should be on the previous line. 132
Error Line has trailing spaces. 134
Error '}' should be on the same line. 134
Error '{' should be on the previous line. 136
Error '}' should be on the same line. 138
Error '{' should be on the previous line. 140
Error Comment matches to-do format 'TODO:'. 141
Error Method 'writeSchema' is not designed for extension - needs to be abstract, final or empty. 149
Error '(' is followed by whitespace. 149
Error Parameter root should be final. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error '{' should be on the previous line. 152
Error Comment matches to-do format 'TODO:'. 153
Error Line is longer than 80 characters. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line has trailing spaces. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line has trailing spaces. 157
Error Line is longer than 80 characters. 157
Error Line has trailing spaces. 158
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error Line has trailing spaces. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error Line has trailing spaces. 163
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line has trailing spaces. 165
Error Line has trailing spaces. 167
Error Line has trailing spaces. 168
Error Line has trailing spaces. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error Line has trailing spaces. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line has trailing spaces. 175
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Line has trailing spaces. 177
Error Line is longer than 80 characters. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line has trailing spaces. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Comment matches to-do format 'TODO:'. 181
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line is longer than 80 characters. 183
Error '}' should be on the same line. 185
Error '{' should be on the previous line. 187
Error '}' should be on the same line. 189
Error '{' should be on the previous line. 191
Error Line has trailing spaces. 193
Error Line has trailing spaces. 195
Error Line has trailing spaces. 198
Error Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. 201
Error '{' should be on the previous line. 202

org/codehaus/xfire/type/basic/BigDecimalType.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. 10
Error '{' should be on the previous line. 16
Error Line is longer than 80 characters. 17
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17
Error Avoid inline conditionals. 21
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error Line is longer than 80 characters. 24
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26

org/codehaus/xfire/type/basic/BooleanType.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. 8
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 15
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter reader should be final. 16
Error Parameter context should be final. 16
Error '{' should be on the previous line. 17
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error Line is longer than 80 characters. 21
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Parameter object should be final. 21
Error Parameter writer should be final. 21
Error Parameter context should be final. 21
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23

org/codehaus/xfire/type/basic/CalendarType.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. 17
Error Line is longer than 80 characters. 19
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 21
Error Parameter reader should be final. 21
Error Parameter context should be final. 21
Error '{' should be on the previous line. 22
Error Line is longer than 80 characters. 29
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 29
Error Parameter object should be final. 29
Error Parameter writer should be final. 29
Error Parameter context should be final. 29
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31

org/codehaus/xfire/type/basic/DateType.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. 17
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter reader should be final. 18
Error Parameter context should be final. 18
Error '{' should be on the previous line. 19
Error Line is longer than 80 characters. 23
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Parameter object should be final. 23
Error Parameter writer should be final. 23
Error Parameter context should be final. 23
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25

org/codehaus/xfire/type/basic/DoubleType.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. 8
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 15
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter reader should be final. 16
Error Parameter context should be final. 16
Error '{' should be on the previous line. 17
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error Line is longer than 80 characters. 21
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Parameter object should be final. 21
Error Parameter writer should be final. 21
Error Parameter context should be final. 21
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23

org/codehaus/xfire/type/basic/FloatType.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. 8
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 15
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error Parameter reader should be final. 17
Error Parameter context should be final. 17
Error '{' should be on the previous line. 18
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error Line is longer than 80 characters. 22
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Parameter object should be final. 22
Error Parameter writer should be final. 22
Error Parameter context should be final. 22
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24

org/codehaus/xfire/type/basic/IntType.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. 8
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 15
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter reader should be final. 16
Error Parameter context should be final. 16
Error '{' should be on the previous line. 17
Error 'if' is not followed by whitespace. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error '{' should be on the previous line. 19
Error '}' should be on the same line. 21
Error '{' should be on the previous line. 23
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error Line is longer than 80 characters. 28
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter object should be final. 28
Error Parameter writer should be final. 28
Error Parameter context should be final. 28
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30

org/codehaus/xfire/type/basic/LongType.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. 8
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 15
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter reader should be final. 16
Error Parameter context should be final. 16
Error '{' should be on the previous line. 17
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error Line is longer than 80 characters. 21
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Parameter object should be final. 21
Error Parameter writer should be final. 21
Error Parameter context should be final. 21
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23

org/codehaus/xfire/type/basic/StringType.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. 8
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 15
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter reader should be final. 16
Error Parameter context should be final. 16
Error '{' should be on the previous line. 17
Error Line is longer than 80 characters. 21
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Parameter object should be final. 21
Error Parameter writer should be final. 21
Error Parameter context should be final. 21
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23

org/codehaus/xfire/type/basic/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/type/mtom/MTOMDataContentHandlerFactory.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 Line is longer than 80 characters. 14
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 16
Error '{' should be on the previous line. 17

org/codehaus/xfire/type/mtom/XOPType.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. 25
Error '{' should be on the previous line. 26
Error Missing a Javadoc comment. 27
Error 'static' modifier out of order with the JLS suggestions. 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 Missing a Javadoc comment. 30
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Name 'CTypeToClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 36
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 39
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter reader should be final. 40
Error Parameter context should be final. 40
Error Line contains a tab character. 41
Error '{' should be on the previous line. 42
Error Line has trailing spaces. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Line has trailing spaces. 47
Error '{' should be on the previous line. 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 same line. 55
Error '{' should be on the previous line. 57
Error '}' should be on the same line. 60
Error '{' should be on the previous line. 62
Error Line is longer than 80 characters. 63
Error Expected an @return tag. 72
Error Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 72
Error Parameter value should be final. 72
Error Expected @param tag for 'value'. 72
Error '{' should be on the previous line. 73
Error '+' is not preceded with whitespace. 75
Error '+' is not followed by whitespace. 75
Error Line has trailing spaces. 78
Error Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Parameter id should be final. 78
Error Parameter context should be final. 78
Error Line contains a tab character. 79
Error '{' should be on the previous line. 80
Error Line has trailing spaces. 81
Error Line has trailing spaces. 84
Error '(' is followed by whitespace. 85
Error '{' should be on the previous line. 86
Error '{' should be on the previous line. 92
Error '}' should be on the same line. 95
Error '{' should be on the previous line. 97
Error Line is longer than 80 characters. 98
Error Line has trailing spaces. 100
Error Line has trailing spaces. 103
Error Line has trailing spaces. 104
Error Line is longer than 80 characters. 104
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Parameter object should be final. 104
Error Parameter writer should be final. 104
Error Parameter context should be final. 104
Error Line contains a tab character. 105
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 107
Error Line has trailing spaces. 117
Error Line has trailing spaces. 120
Error Line has trailing spaces. 122
Error Line has trailing spaces. 124
Error Line has trailing spaces. 127
Error Line has trailing spaces. 128

org/codehaus/xfire/type/mtom/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/type/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/wsdl11/ObjectServiceVisitor.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 23
Error Comment matches to-do format 'TODO:'. 24
Error '{' should be on the previous line. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 38
Error Parameter definition should be final. 38
Error Parameter service should be final. 39
Error 'service' hides a field. 39
Error '{' should be on the previous line. 40
Error Line has trailing spaces. 44
Error Line has trailing spaces. 49
Error Method 'configure' 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 'visit' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter part should be final. 61
Error '{' should be on the previous line. 62
Error 'if' construct must use '{}'s. 64
Error Line is longer than 80 characters. 65
Error Line has trailing spaces. 66
Error Line is longer than 80 characters. 67
Error Method 'visit' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter wsdlOperation should be final. 72
Error '{' should be on the previous line. 73
Error Line is longer than 80 characters. 76
Error Line is longer than 80 characters. 80
Error '{' should be on the previous line. 82
Error Line is longer than 80 characters. 89
Error '{' should be on the previous line. 91
Error Missing a Javadoc comment. 100
Error Parameter wsdlOperation should be final. 100
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 103
Error '{' should be on the previous line. 106
Error '{' should be on the previous line. 111
Error Line is longer than 80 characters. 112
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 Method 'visit' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Parameter wsdlService should be final. 121
Error '{' should be on the previous line. 122

org/codehaus/xfire/wsdl11/WSDLVisitor.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/wsdl11/WSDLVisitor.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - javax.wsdl.*. 22
Error Missing a Javadoc comment. 26
Error '{' should be on the previous line. 27
Error Missing a Javadoc comment. 28
Error Variable 'definition' must be private and have accessor methods. 28
Error Missing a Javadoc comment. 30
Error Parameter definition should be final. 30
Error 'definition' hides a field. 30
Error '{' should be on the previous line. 31
Error Method 'walkTree' 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. 36
Error '{' should be on the previous line. 39
Error '{' should be on the previous line. 43
Error Line has trailing spaces. 48
Error '{' should be on the previous line. 51
Error Line is longer than 80 characters. 55
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 69
Error Line has trailing spaces. 73
Error Line has trailing spaces. 76
Error '{' should be on the previous line. 79
Error Line has trailing spaces. 80
Error Line has trailing spaces. 85
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 87
Error Line is longer than 80 characters. 89
Error Line has trailing spaces. 96
Error '{' should be on the previous line. 99
Error Avoid nested blocks. 102
Error Avoid nested blocks. 106
Error Line has trailing spaces. 110
Error Line is longer than 80 characters. 112
Error '}' should be on the same line. 120
Error '{' should be on the previous line. 122
Error '}' should be on the same line. 124
Error '{' should be on the previous line. 126
Error Missing a Javadoc comment. 131
Error '{' should be on the previous line. 132
Error Missing a Javadoc comment. 135
Error '{' should be on the previous line. 136
Error Missing a Javadoc comment. 139
Error Parameter fault should be final. 139
Error '{' should be on the previous line. 140
Error Missing a Javadoc comment. 143
Error Parameter definition should be final. 143
Error 'definition' hides a field. 143
Error '{' should be on the previous line. 144
Error Missing a Javadoc comment. 147
Error Parameter wsdlImport should be final. 147
Error '{' should be on the previous line. 148
Error Missing a Javadoc comment. 151
Error Parameter types should be final. 151
Error '{' should be on the previous line. 152
Error Missing a Javadoc comment. 155
Error Parameter bindingFault should be final. 155
Error '{' should be on the previous line. 156
Error Missing a Javadoc comment. 159
Error Parameter bindingOutput should be final. 159
Error '{' should be on the previous line. 160
Error Missing a Javadoc comment. 163
Error Parameter bindingInput should be final. 163
Error '{' should be on the previous line. 164
Error Missing a Javadoc comment. 167
Error Parameter output should be final. 167
Error '{' should be on the previous line. 168
Error Missing a Javadoc comment. 171
Error Parameter part should be final. 171
Error '{' should be on the previous line. 172
Error Missing a Javadoc comment. 175
Error Parameter message should be final. 175
Error '{' should be on the previous line. 176
Error Missing a Javadoc comment. 179
Error Parameter input should be final. 179
Error '{' should be on the previous line. 180
Error Missing a Javadoc comment. 183
Error Parameter operation should be final. 183
Error '{' should be on the previous line. 184
Error Missing a Javadoc comment. 187
Error Parameter portType should be final. 187
Error '{' should be on the previous line. 188
Error Missing a Javadoc comment. 191
Error Parameter bindingOperation should be final. 191
Error '{' should be on the previous line. 192
Error Missing a Javadoc comment. 195
Error Parameter binding should be final. 195
Error '{' should be on the previous line. 196
Error Missing a Javadoc comment. 199
Error Parameter port should be final. 199
Error '{' should be on the previous line. 200
Error Missing a Javadoc comment. 203
Error Parameter service should be final. 203
Error '{' should be on the previous line. 204
Error Method 'getSOAPBody' is not designed for extension - needs to be abstract, final or empty. 207
Error Missing a Javadoc comment. 207
Error Parameter extensibilityElements should be final. 207
Error '{' should be on the previous line. 208
Error '{' should be on the previous line. 211
Error '{' should be on the previous line. 214
Error Method 'getSOAPBinding' is not designed for extension - needs to be abstract, final or empty. 222
Error Missing a Javadoc comment. 222
Error Parameter binding should be final. 222
Error '{' should be on the previous line. 223
Error '{' should be on the previous line. 227
Error '{' should be on the previous line. 230

org/codehaus/xfire/wsdl11/builder/AbstractJavaWSDL.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 27
Error Line has trailing spaces. 29
Error Line has trailing spaces. 35
Error '{' should be on the previous line. 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 is longer than 80 characters. 44
Error Missing a Javadoc comment. 44
Error '(' is followed by whitespace. 44
Error Parameter service should be final. 44
Error Parameter transports should be final. 44
Error 'transports' hides a field. 44
Error ')' is preceded with whitespace. 44
Error Line has trailing spaces. 49
Error 'portType' hides a field. 50
Error Line has trailing spaces. 51
Error Line has trailing spaces. 56
Error Method 'createJavaxQName' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error '(' is followed by whitespace. 57
Error Parameter qname should be final. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Line has trailing spaces. 61
Error Method 'createAbstractInterface' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 69
Error Line has trailing spaces. 70
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 77
Error '(' is followed by whitespace. 77
Error ';' is followed by whitespace. 77
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line has trailing spaces. 82
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line has trailing spaces. 92
Error Line has trailing spaces. 95
Error Method 'createConcreteInterface' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error '(' is followed by whitespace. 96
Error Parameter portType should be final. 96
Error 'portType' hides a field. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line has trailing spaces. 107
Error '(' is followed by whitespace. 108
Error ';' is followed by whitespace. 108
Error '{' should be on the previous line. 109
Error 'if' construct must use '{}'s. 111
Error Line has trailing spaces. 113
Error Line has trailing spaces. 115
Error Line is longer than 80 characters. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line has trailing spaces. 117
Error Line is longer than 80 characters. 118
Error '(' is followed by whitespace. 118
Error ';' is followed by whitespace. 118
Error Line is longer than 80 characters. 120
Error Line has trailing spaces. 122
Error Line is longer than 80 characters. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line has trailing spaces. 124
Error Line is longer than 80 characters. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line is longer than 80 characters. 129
Error Line has trailing spaces. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line has trailing spaces. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Missing a Javadoc comment. 139
Error Parameter op should be final. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 144
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line has trailing spaces. 149
Error Missing a Javadoc comment. 153
Error Parameter op should be final. 153
Error '{' should be on the previous line. 154
Error Line is longer than 80 characters. 156
Error '(' is followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line has trailing spaces. 158
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error Line contains a tab character. 164
Error Missing a Javadoc comment. 164
Error '(' is followed by whitespace. 164
Error Parameter req should be final. 164
Error Parameter op should be final. 164
Error ')' is preceded with whitespace. 164
Error Missing a Javadoc comment. 166
Error '(' is followed by whitespace. 166
Error Parameter req should be final. 166
Error Parameter op should be final. 166
Error ')' is preceded with whitespace. 166
Error Line is longer than 80 characters. 168
Error Method 'createOperation' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error '(' is followed by whitespace. 168
Error Parameter op should be final. 168
Error Parameter req should be final. 168
Error Parameter res should be final. 168
Error ')' is preceded with whitespace. 168
Error Line has trailing spaces. 172
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line has trailing spaces. 181
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error Line has trailing spaces. 184

org/codehaus/xfire/wsdl11/builder/AbstractWSDL.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. 30
Error Line has trailing spaces. 32
Error '{' should be on the previous line. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 50
Error Variable 'xsdNs' must be private and have accessor methods. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line has trailing spaces. 51
Error Missing a Javadoc comment. 52
Error Variable 'schemaQ' must be private and have accessor methods. 52
Error Missing a Javadoc comment. 54
Error Variable 'elementQ' must be private and have accessor methods. 54
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 57
Error Variable 'xfireTypeQ' must be private and have accessor methods. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 59
Error '(' is followed by whitespace. 59
Error Parameter service should be final. 59
Error 'service' hides a field. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line has trailing spaces. 67
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 Line is longer than 80 characters. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line has trailing spaces. 81
Error Line has trailing spaces. 82
Error Method 'writeDocument' 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. 84
Error Line is longer than 80 characters. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line has trailing spaces. 86
Error Line is longer than 80 characters. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 89
Error Line has trailing spaces. 92
Error Method 'writeComplexTypes' 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. 95
Error Line has trailing spaces. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line has trailing spaces. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line has trailing spaces. 101
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 107
Error ';' is followed by whitespace. 107
Error '{' should be on the previous line. 108
Error Line has trailing spaces. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
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 Line has trailing spaces. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line has trailing spaces. 118
Error Method 'addDependency' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Parameter type should be final. 121
Error '{' should be on the previous line. 122
Error 'if' construct must use '{}'s. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line has trailing spaces. 125
Error '(' is followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line has trailing spaces. 129
Error Line is longer than 80 characters. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line has trailing spaces. 135
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 followed by whitespace. 138
Error '{' should be on the previous line. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line has trailing spaces. 144
Error Line has trailing spaces. 147
Error Line has trailing spaces. 148
Error Line contains a tab character. 152
Error Method 'writeSchemaForNamespace' is not designed for extension - needs to be abstract, final or empty. 152
Error Parameter schema should be final. 152
Error Parameter schemaNs should be final. 152
Error Line contains a tab character. 153
Error '{' should be on the previous line. 153
Error Line has trailing spaces. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error Line contains a tab character. 158
Error '(' is followed by whitespace. 158
Error ';' is followed by whitespace. 158
Error '{' should be on the previous line. 159
Error Line has trailing spaces. 161
Error Line is longer than 80 characters. 162
Error '(' is followed by whitespace. 162
Error ';' is followed by whitespace. 162
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error Line contains a tab character. 173
Error Line contains a tab character. 175
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 178
Error Parameter out should be final. 178
Error '{' should be on the previous line. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line has trailing spaces. 185
Error Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. 186
Error Missing a Javadoc comment. 186
Error Parameter prefix should be final. 186
Error Parameter uri should be final. 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 Line has trailing spaces. 191
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 192
Error Missing a Javadoc comment. 192
Error '(' is followed by whitespace. 192
Error Parameter uri should be final. 192
Error ')' is preceded with whitespace. 192
Error '{' should be on the previous line. 193
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error Line has trailing spaces. 196
Error Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. 200
Error '{' should be on the previous line. 201
Error Method 'getDefinition' is not designed for extension - needs to be abstract, final or empty. 205
Error Missing a Javadoc comment. 205
Error '{' should be on the previous line. 206
Error Line has trailing spaces. 209
Error Method 'setDefinition' is not designed for extension - needs to be abstract, final or empty. 210
Error Missing a Javadoc comment. 210
Error Parameter definition should be final. 210
Error '{' should be on the previous line. 211
Error Line has trailing spaces. 214
Error Method 'getService' 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 Line has trailing spaces. 219
Error Method 'setService' is not designed for extension - needs to be abstract, final or empty. 220
Error Missing a Javadoc comment. 220
Error Parameter service should be final. 220
Error 'service' hides a field. 220
Error '{' should be on the previous line. 221
Error Line has trailing spaces. 224
Error Line has trailing spaces. 227
Error Expected an @return tag. 231
Error Method 'createSchemaType' is not designed for extension - needs to be abstract, final or empty. 231
Error '(' is followed by whitespace. 231
Error Parameter namespace should be final. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error Line has trailing spaces. 234
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '{' should be on the previous line. 237
Error Line contains a tab character. 238
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error Line has trailing spaces. 241
Error Line has trailing spaces. 243
Error Line has trailing spaces. 246
Error Method 'getSchemaTypes' is not designed for extension - needs to be abstract, final or empty. 247
Error Missing a Javadoc comment. 247
Error '{' should be on the previous line. 248
Error Line has trailing spaces. 251
Error Method 'setSchemaTypes' is not designed for extension - needs to be abstract, final or empty. 252
Error Missing a Javadoc comment. 252
Error Parameter schemaTypes should be final. 252
Error 'schemaTypes' hides a field. 252
Error '{' should be on the previous line. 253

org/codehaus/xfire/wsdl11/builder/DocumentWSDL.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 21
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 26
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 27
Error Parameter service should be final. 27
Error Parameter transports should be final. 27
Error Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter res should be final. 32
Error Parameter op should be final. 32
Error '{' should be on the previous line. 33
Error Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error Parameter req should be final. 37
Error Parameter op should be final. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error Parameter message should be final. 47
Error Expected @param tag for 'message'. 47
Error Parameter params should be final. 47
Error Expected @param tag for 'params'. 47
Error '{' should be on the previous line. 48
Error Line has trailing spaces. 50
Error '(' is followed by whitespace. 51
Error ';' is followed by whitespace. 51
Error '{' should be on the previous line. 52
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line has trailing spaces. 61
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line has trailing spaces. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line has trailing spaces. 68
Error Line is longer than 80 characters. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line has trailing spaces. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 76
Error ')' is preceded with whitespace. 76
Error '}' should be on the same line. 77
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83

org/codehaus/xfire/wsdl11/builder/JavaWSDLBuilder.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 contains a tab character. 21
Error Line contains a tab character. 22
Error '{' should be on the previous line. 23
Error Missing a Javadoc comment. 24
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 26
Error '(' is followed by whitespace. 26
Error Parameter manager should be final. 26
Error 'manager' hides a field. 26
Error ')' is preceded with whitespace. 26
Error '{' should be on the previous line. 27
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Expected an @return tag. 35
Error Line contains a tab character. 35
Error Method 'createWSDLWriter' is not designed for extension - needs to be abstract, final or empty. 35
Error '(' is followed by whitespace. 35
Error Parameter s should be final. 35
Error ')' is preceded with whitespace. 35
Error Expected @throws tag for 'WSDLException'. 36
Error Line contains a tab character. 37
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 39
Error Line has trailing spaces. 41
Error Line contains a tab character. 41
Error Line has trailing spaces. 42
Error Line contains a tab character. 42
Error '{' should be on the previous line. 44
Error '}' should be on the same line. 46
Error Line has trailing spaces. 47
Error '{' should be on the previous line. 49
Error '}' should be on the same line. 51
Error '{' should be on the previous line. 54
Error '}' should be on the same line. 56
Error '{' should be on the previous line. 58
Error Line has trailing spaces. 59
Error Line contains a tab character. 59
Error '(' is followed by whitespace. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error ')' is preceded with whitespace. 61
Error Line contains a tab character. 63

org/codehaus/xfire/wsdl11/builder/RPCEncodedWSDL.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 21
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 26
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error Parameter service should be final. 27
Error Parameter transports should be final. 27
Error ')' is preceded with whitespace. 27
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error '(' is followed by whitespace. 32
Error Parameter res should be final. 32
Error Parameter op should be final. 32
Error ')' is preceded with whitespace. 32
Error '{' should be on the previous line. 33
Error Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error Parameter req should be final. 37
Error Parameter op should be final. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error Line has trailing spaces. 41
Error Method 'writeParametersSchema' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error '(' is followed by whitespace. 42
Error Parameter message should be final. 42
Error Parameter params should be final. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 46
Error ';' is followed by whitespace. 46
Error '{' should be on the previous line. 47
Error Line has trailing spaces. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line has trailing spaces. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Line has trailing spaces. 62
Error Line is longer than 80 characters. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line has trailing spaces. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line has trailing spaces. 69
Error Line is longer than 80 characters. 70
Error ')' is preceded with whitespace. 70
Error '}' should be on the same line. 71
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77

org/codehaus/xfire/wsdl11/builder/WSDLBuilder.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/wsdl11/builder/WSDLBuilder.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. 8
Error Line has trailing spaces. 10
Error '{' should be on the previous line. 14
Error Missing a Javadoc comment. 15
Error Redundant 'public' modifier. 15
Error 'static' modifier out of order with the JLS suggestions. 15
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 17
Error Redundant 'public' modifier. 17
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17
Error Line contains a tab character. 18

org/codehaus/xfire/wsdl11/builder/WrappedWSDL.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 21
Error Line has trailing spaces. 26
Error '{' should be on the previous line. 26
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error Parameter service should be final. 28
Error Parameter transports should be final. 28
Error ')' is preceded with whitespace. 28
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Missing a Javadoc comment. 33
Error Parameter op should be final. 33
Error Parameter part should be final. 33
Error '{' should be on the previous line. 34
Error Line has trailing spaces. 36
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line has trailing spaces. 42
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line has trailing spaces. 49
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Missing a Javadoc comment. 56
Error Parameter op should be final. 56
Error Parameter part should be final. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error ';' is not followed by whitespace. 60
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line has trailing spaces. 65
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line has trailing spaces. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line has trailing spaces. 72
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Parameter params should be final. 83
Error Expected @param tag for 'params'. 83
Error Parameter sequence should be final. 83
Error Expected @param tag for 'sequence'. 83
Error '{' should be on the previous line. 84
Error Line has trailing spaces. 86
Error '(' is followed by whitespace. 87
Error ';' is followed by whitespace. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 90
Error 'if' construct must use '{}'s. 95
Error Line is longer than 80 characters. 96
Error Line has trailing spaces. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line is longer than 80 characters. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line has trailing spaces. 103
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error ')' is preceded with whitespace. 107
Error Line is longer than 80 characters. 108
Error ')' is preceded with whitespace. 108
Error Missing a Javadoc comment. 115
Error '(' is followed by whitespace. 115
Error Parameter complex should be final. 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 Line contains a tab character. 121
Error Line is longer than 80 characters. 122
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. 124
Error '(' is followed by whitespace. 124
Error Parameter req should be final. 124
Error Parameter op should be final. 124
Error ')' is preceded with whitespace. 124
Error Line contains a tab character. 125
Error '{' should be on the previous line. 125
Error Line has trailing spaces. 127
Error Line has trailing spaces. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line has trailing spaces. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 136
Error Line is longer than 80 characters. 137
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. 139
Error '(' is followed by whitespace. 139
Error Parameter req should be final. 139
Error Parameter op should be final. 139
Error ')' is preceded with whitespace. 139
Error Line contains a tab character. 140
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error Line has trailing spaces. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line contains a tab character. 150

org/codehaus/xfire/wsdl11/builder/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/wsdl11/package.html

ErrorLine
Error Missing package documentation file.0