Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
75002810

Files

FilesIWE
org/codehaus/xfire/java/DefaultJavaService.java 00242
org/codehaus/xfire/java/JavaService.java 0031
org/codehaus/xfire/java/JavaServiceHandler.java 0086
org/codehaus/xfire/java/Operation.java 0069
org/codehaus/xfire/java/ServiceHelper.java 0069
org/codehaus/xfire/java/mapping/AutoTypeMapping.java 00125
org/codehaus/xfire/java/mapping/ClassQNamePair.java 0058
org/codehaus/xfire/java/mapping/CustomTypeMapping.java 00203
org/codehaus/xfire/java/mapping/DefaultTypeMappingRegistry.java 00217
org/codehaus/xfire/java/mapping/TypeMapping.java 0030
org/codehaus/xfire/java/mapping/TypeMappingRegistry.java 0027
org/codehaus/xfire/java/mapping/package.html 001
org/codehaus/xfire/java/message/AbstractMessageBridge.java 0077
org/codehaus/xfire/java/message/DocumentBridge.java 0075
org/codehaus/xfire/java/message/LiteralReader.java 00157
org/codehaus/xfire/java/message/LiteralWriter.java 00160
org/codehaus/xfire/java/message/MessageBridge.java 001
org/codehaus/xfire/java/message/MessageBridge.java 008
org/codehaus/xfire/java/message/MessageBridgeFactory.java 0034
org/codehaus/xfire/java/message/MessageReader.java 0037
org/codehaus/xfire/java/message/MessageWriter.java 0041
org/codehaus/xfire/java/message/WrappedBridge.java 0075
org/codehaus/xfire/java/message/package.html 001
org/codehaus/xfire/java/type/ArrayType.java 00115
org/codehaus/xfire/java/type/BeanType.java 00169
org/codehaus/xfire/java/type/BooleanType.java 0017
org/codehaus/xfire/java/type/CalendarType.java 0012
org/codehaus/xfire/java/type/DateType.java 0014
org/codehaus/xfire/java/type/DoubleType.java 0017
org/codehaus/xfire/java/type/FloatType.java 0017
org/codehaus/xfire/java/type/IntType.java 0017
org/codehaus/xfire/java/type/LongType.java 0017
org/codehaus/xfire/java/type/StringType.java 0015
org/codehaus/xfire/java/type/Type.java 00111
org/codehaus/xfire/java/type/package.html 001
org/codehaus/xfire/java/wsdl/AbstractWSDL.java 00161
org/codehaus/xfire/java/wsdl/DocumentWSDL.java 0092
org/codehaus/xfire/java/wsdl/JavaWSDLBuilder.java 0051
org/codehaus/xfire/java/wsdl/WrappedWSDL.java 00159
org/codehaus/xfire/java/wsdl/package.html 001

org/codehaus/xfire/java/DefaultJavaService.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. 24
Error Missing a Javadoc comment. 25
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error Line has trailing spaces. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error '=' is not preceded with whitespace. 37
Error Missing a Javadoc comment. 39
Error Line has trailing spaces. 40
Error Missing a Javadoc comment. 41
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 46
Error '{' should be on the previous line. 47
Error Method 'setServiceClass' is not designed for extension - needs to be abstract, final or empty. 57
Error '(' is followed by whitespace. 57
Error Parameter className should be final. 57
Error Expected @param tag for 'className'. 57
Error ')' is preceded with whitespace. 57
Error Expected @throws tag for 'ClassNotFoundException'. 58
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 71
Error Comment matches to-do format 'TODO:'. 72
Error Line has trailing spaces. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error Line has trailing spaces. 77
Error Line has trailing spaces. 79
Error '(' is followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 97
Error Parameter method should be final. 97
Error Expected @param tag for 'method'. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line has trailing spaces. 106
Error Expected an @return tag. 110
Error Parameter methodName should be final. 110
Error Expected @param tag for 'methodName'. 110
Error '{' should be on the previous line. 111
Error Line is longer than 80 characters. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line is longer than 80 characters. 116
Error Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. 118
Error '(' is followed by whitespace. 118
Error Parameter localName should be final. 118
Error Parameter namespace should be final. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Method 'getOperations' is not designed for extension - needs to be abstract, final or empty. 126
Error '{' should be on the previous line. 127
Error Line has trailing spaces. 130
Error Method 'getAllowedMethods' is not designed for extension - needs to be abstract, final or empty. 134
Error '{' should be on the previous line. 135
Error Method 'setAllowedMethods' is not designed for extension - needs to be abstract, final or empty. 142
Error Parameter allowedMethods should be final. 142
Error 'allowedMethods' hides a field. 142
Error '{' should be on the previous line. 143
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 150
Error '{' should be on the previous line. 151
Error Method 'setTypeMapping' is not designed for extension - needs to be abstract, final or empty. 158
Error Parameter typeMapping should be final. 158
Error 'typeMapping' hides a field. 158
Error '{' should be on the previous line. 159
Error Expected an @return tag. 166
Error Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. 166
Error '{' should be on the previous line. 167
Error Line has trailing spaces. 173
Error Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 178
Error '(' is followed by whitespace. 178
Error Parameter className should be final. 178
Error ')' is preceded with whitespace. 178
Error Expected @throws tag for 'Exception'. 179
Error '{' should be on the previous line. 180
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '{' should be on the previous line. 183
Error Line is longer than 80 characters. 184
Error ')' is preceded with whitespace. 184
Error Line has trailing spaces. 186
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error Line has trailing spaces. 189
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 193
Error '{' should be on the previous line. 194
Error Line has trailing spaces. 196
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Line has trailing spaces. 199
Error '{' should be on the previous line. 199
Error Line contains a tab character. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error Line contains a tab character. 201
Error '{' should be on the previous line. 201
Error Line is longer than 80 characters. 202
Error Line contains a tab character. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error Line contains a tab character. 203
Error '}' should be on the same line. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error '{' should be on the previous line. 205
Error Line is longer than 80 characters. 206
Error Line contains a tab character. 206
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error Line contains a tab character. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Expected an @return tag. 217
Error Line has trailing spaces. 217
Error Method 'getServiceObject' is not designed for extension - needs to be abstract, final or empty. 217
Error Parameter context should be final. 217
Error Expected @param tag for 'context'. 217
Error Line contains a tab character. 218
Error Expected @throws tag for 'XFireFault'. 218
Error Line contains a tab character. 219
Error '{' should be on the previous line. 219
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error '{' should be on the previous line. 221
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error '{' should be on the previous line. 223
Error 'synchronized' is not followed by whitespace. 224
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '{' should be on the previous line. 225
Error '}' should be on the same line. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error '+' is not preceded with whitespace. 234
Error '+' is not followed by whitespace. 234
Error Line has trailing spaces. 235
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 238
Error 'synchronized' is not followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '{' should be on the previous line. 240
Error Line contains a tab character. 241
Error Line contains a tab character. 242
Error '}' should be on the same line. 246
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 248
Error '}' should be on the same line. 250
Error '{' should be on the previous line. 252
Error Line is longer than 80 characters. 253
Error Line contains a tab character. 255
Error Line has trailing spaces. 256
Error Method 'createServiceObject' is not designed for extension - needs to be abstract, final or empty. 257
Error Missing a Javadoc comment. 257
Error '{' should be on the previous line. 258
Error Line contains a tab character. 260
Error '{' should be on the previous line. 260
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error '}' should be on the same line. 262
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error '{' should be on the previous line. 264
Error Line is longer than 80 characters. 265
Error Line contains a tab character. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error Line contains a tab character. 266
Error '}' should be on the same line. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 268
Error '{' should be on the previous line. 268
Error Line is longer than 80 characters. 269
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. 273
Error Method 'isAutoTyped' is not designed for extension - needs to be abstract, final or empty. 273
Error Missing a Javadoc comment. 273
Error Line contains a tab character. 274
Error '{' should be on the previous line. 274
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error Line has trailing spaces. 277
Error Line contains a tab character. 278
Error Method 'setAutoTyped' is not designed for extension - needs to be abstract, final or empty. 278
Error Missing a Javadoc comment. 278
Error Parameter autoTyped should be final. 278
Error 'autoTyped' hides a field. 278
Error Line contains a tab character. 279
Error '{' should be on the previous line. 279
Error Line contains a tab character. 280
Error Line contains a tab character. 281
Error Line has trailing spaces. 282
Error Method 'getTypeMappingRegistry' 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 Line has trailing spaces. 287
Error Method 'setTypeMappingRegistry' is not designed for extension - needs to be abstract, final or empty. 288
Error Missing a Javadoc comment. 288
Error Parameter typeMappingRegistry should be final. 288
Error 'typeMappingRegistry' hides a field. 288
Error Line has trailing spaces. 292
Error Method 'getScope' is not designed for extension - needs to be abstract, final or empty. 293
Error Missing a Javadoc comment. 293
Error '{' should be on the previous line. 294
Error Method 'setScope' is not designed for extension - needs to be abstract, final or empty. 298
Error Missing a Javadoc comment. 298
Error Parameter scope should be final. 298
Error 'scope' hides a field. 298
Error '{' should be on the previous line. 299

org/codehaus/xfire/java/JavaService.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 Line has trailing spaces. 19
Error Missing a Javadoc comment. 20
Error Redundant 'public' modifier. 20
Error 'static' modifier out of order with the JLS suggestions. 20
Error Line has trailing spaces. 21
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 Line has trailing spaces. 25
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 28
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 Missing a Javadoc comment. 32
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 34
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36

org/codehaus/xfire/java/JavaServiceHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 20
Error '{' should be on the previous line. 26
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 28
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error Line contains a tab character. 31
Error Line is longer than 80 characters. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 34
Error '(' is followed by whitespace. 34
Error Parameter context should be final. 34
Error Parameter reader should be final. 35
Error ')' is preceded with whitespace. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error '{' should be on the previous line. 37
Error Line contains a tab character. 38
Error Line is longer than 80 characters. 40
Error Line contains a tab character. 40
Error '(' is followed by whitespace. 40
Error Line is longer than 80 characters. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 46
Error Line has trailing spaces. 49
Error Line has trailing spaces. 53
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '}' should be on the same line. 58
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 62
Error Line contains a tab character. 64
Error Expected an @return tag. 70
Error Line has trailing spaces. 70
Error '(' is followed by whitespace. 70
Error Parameter operation should be final. 70
Error Expected @param tag for 'operation'. 70
Error Parameter params should be final. 71
Error Expected @param tag for 'params'. 71
Error Parameter service should be final. 72
Error Expected @param tag for 'service'. 72
Error Parameter context should be final. 73
Error Expected @param tag for 'context'. 73
Error ')' is preceded with whitespace. 73
Error Expected @throws tag for 'XFireFault'. 73
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 76
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. 81
Error ')' is preceded with whitespace. 81
Error '}' should be on the same line. 82
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '}' should be on the same line. 86
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '}' should be on the same line. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '}' should be on the same line. 100
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
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 Line has trailing spaces. 112
Error Method 'getUnderstoodHeaders' is not designed for extension - needs to be abstract, final or empty. 116
Error '{' should be on the previous line. 117

org/codehaus/xfire/java/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. 9
Error '{' should be on the previous line. 14
Error Missing a Javadoc comment. 15
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 17
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 19
Error Line has trailing spaces. 20
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 23
Error Line has trailing spaces. 24
Error Missing a Javadoc comment. 25
Error '(' is followed by whitespace. 25
Error Parameter method should be final. 25
Error 'method' hides a field. 25
Error Parameter service should be final. 25
Error ')' is preceded with whitespace. 25
Error '{' should be on the previous line. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error Line has trailing spaces. 32
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error '{' should be on the previous line. 34
Error Line has trailing spaces. 36
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line has trailing spaces. 40
Error Line has trailing spaces. 41
Error Method 'getOutParameterClass' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error '{' should be on the previous line. 48
Error Line has trailing spaces. 51
Error Method 'getOutParameterName' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error '{' should be on the previous line. 53
Error Line has trailing spaces. 56
Error Expected an @return tag. 61
Error Method 'getParameterClass' is not designed for extension - needs to be abstract, final or empty. 61
Error '(' is followed by whitespace. 61
Error Parameter paramName should be final. 61
Error Expected @param tag for 'paramName'. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Method 'addParameterClass' is not designed for extension - needs to be abstract, final or empty. 70
Error '(' is followed by whitespace. 70
Error Parameter paramName should be final. 70
Error Expected @param tag for 'paramName'. 70
Error Parameter clazz should be final. 70
Error Expected @param tag for 'clazz'. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line has trailing spaces. 74
Error Method 'getParameters' 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
Error Line has trailing spaces. 79
Error Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error '{' should be on the previous line. 81
Error Expected an @return tag. 88
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 88
Error '{' should be on the previous line. 89

org/codehaus/xfire/java/ServiceHelper.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 Utility classes should not have a public or default constructor. 18
Error '{' should be on the previous line. 19
Error Missing a Javadoc comment. 20
Error '(' is followed by whitespace. 20
Error Parameter xfire should be final. 20
Error Parameter registry should be final. 21
Error Parameter serviceClass should be final. 22
Error ')' is preceded with whitespace. 22
Error Line contains a tab character. 23
Error '{' should be on the previous line. 24
Error Line has trailing spaces. 26
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error '{' should be on the previous line. 30
Error '+' is not preceded with whitespace. 31
Error '+' is not followed by whitespace. 31
Error Line has trailing spaces. 33
Error Line is longer than 80 characters. 35
Error '{' should be on the previous line. 37
Error Must have at least one statement. 39
Error '{' is not followed by whitespace. 39
Error '}' is not preceded with whitespace. 39
Error Line has trailing spaces. 40
Error Line is longer than 80 characters. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line has trailing spaces. 47
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line has trailing spaces. 50
Error Line has trailing spaces. 52
Error Line has trailing spaces. 54
Error Line has trailing spaces. 57
Error Line is longer than 80 characters. 58
Error Missing a Javadoc comment. 58
Error Parameter className should be final. 58
Error Parameter protocol should be final. 58
Error Line contains a tab character. 59
Error Line has trailing spaces. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error '{' should be on the previous line. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error '{' should be on the previous line. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 75
Error '80' is a magic number. 75
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error '{' should be on the previous line. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error '{' should be on the previous line. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 90
Error Line contains a tab character. 91

org/codehaus/xfire/java/mapping/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. 16
Error '{' should be on the previous line. 22
Error Missing a Javadoc comment. 23
Error '(' is followed by whitespace. 23
Error Parameter defaultTM should be final. 23
Error ')' is preceded with whitespace. 23
Error '{' should be on the previous line. 24
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
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. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line is longer than 80 characters. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 36
Error '(' is followed by whitespace. 36
Error Parameter javaType should be final. 36
Error Parameter xmlType should be final. 36
Error ')' is preceded with whitespace. 36
Error Line contains a tab character. 37
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error Line contains a tab character. 42
Error '(' is followed by whitespace. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error ')' is preceded with whitespace. 42
Error Line has trailing spaces. 43
Error Line has trailing spaces. 46
Error Line contains a tab character. 48
Error Line has trailing spaces. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Expected an @return tag. 56
Error Line contains a tab character. 56
Error Parameter javaType should be final. 56
Error Expected @param tag for 'javaType'. 56
Error Line contains a tab character. 57
Error '{' should be on the previous line. 57
Error Line contains a tab character. 58
Error '(' is followed by whitespace. 58
Error '||' should be on a new line. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error Line contains a tab character. 61
Error '}' should be on the same line. 62
Error '{' should be on the previous line. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 67
Error Line contains a tab character. 69
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 72
Error Parameter javaType should be final. 72
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line has trailing spaces. 83
Error Line contains a tab character. 87
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 Expected an @return tag. 92
Error Line contains a tab character. 92
Error Parameter javaType should be final. 92
Error Expected @param tag for 'javaType'. 92
Error Line contains a tab character. 93
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 95
Error Line contains a tab character. 97
Error '{' should be on the previous line. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line has trailing spaces. 102
Error Line has trailing spaces. 104
Error '||' should be on a new line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error Line is longer than 80 characters. 108
Error '(' is followed by whitespace. 108
Error '+' is not preceded with whitespace. 108
Error '+' is not followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line has trailing spaces. 109
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line has trailing spaces. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '}' should be on the same line. 119
Error '{' should be on the previous line. 121
Error '}' should be on the same line. 125
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 128
Error '+' is not preceded with whitespace. 128
Error '+' is not followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line has trailing spaces. 132
Error Line contains a tab character. 132

org/codehaus/xfire/java/mapping/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/java/mapping/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. 12
Error Line has trailing spaces. 14
Error '{' should be on the previous line. 20
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error '(' is followed by whitespace. 33
Error Parameter defaultTM should be final. 33
Error 'defaultTM' hides a field. 33
Error ')' is preceded with whitespace. 33
Error '{' should be on the previous line. 34
Error Line has trailing spaces. 36
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 40
Error '{' should be on the previous line. 41
Error Line contains a tab character. 48
Error Line is longer than 80 characters. 49
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Method 'isRegistered' is not designed for extension - needs to be abstract, final or empty. 51
Error '(' is followed by whitespace. 51
Error Parameter javaType should be final. 51
Error Parameter xmlType should be final. 51
Error ')' is preceded with whitespace. 51
Error Line contains a tab character. 52
Error '{' should be on the previous line. 52
Error Line has trailing spaces. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line has trailing spaces. 56
Error 'if' construct must use '{}'s. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line has trailing spaces. 59
Error Line contains a tab character. 61
Error Line contains a tab character. 63
Error Line is longer than 80 characters. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 66
Error '(' is followed by whitespace. 66
Error Parameter javaType should be final. 66
Error Parameter xmlType should be final. 66
Error Parameter typeClass should be final. 66
Error ')' is preceded with whitespace. 66
Error Line contains a tab character. 67
Error '{' should be on the previous line. 67
Error Line contains a tab character. 68
Error Line has trailing spaces. 69
Error Line contains a tab character. 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 '(' 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 contains a tab character. 75
Error Line contains a tab character. 77
Error Line is longer than 80 characters. 78
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 80
Error '(' is followed by whitespace. 80
Error Parameter javaType should be final. 80
Error Parameter xmlType should be final. 80
Error ')' is preceded with whitespace. 80
Error Line contains a tab character. 81
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 83
Error '(' is followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error ')' is preceded with whitespace. 86
Error 'if' construct must use '{}'s. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 90
Error Line contains a tab character. 92
Error Line has trailing spaces. 93
Error Line contains a tab character. 94
Error Line is longer than 80 characters. 95
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Method 'removeType' is not designed for extension - needs to be abstract, final or empty. 97
Error '(' is followed by whitespace. 97
Error Parameter javaType should be final. 97
Error Parameter xmlType should be final. 97
Error ')' is preceded with whitespace. 97
Error Line contains a tab character. 98
Error '{' should be on the previous line. 98
Error Line has trailing spaces. 100
Error Line is longer than 80 characters. 101
Error '(' is followed by whitespace. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error ')' is preceded with whitespace. 101
Error 'if' construct must use '{}'s. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line contains a tab character. 105
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter javaType should be final. 110
Error '{' should be on the previous line. 111
Error Line has trailing spaces. 112
Error '(' is followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 114
Error ')' is preceded with 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 '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line has trailing spaces. 118
Error Line is longer than 80 characters. 123
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 125
Error Parameter xmlType should be final. 125
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error 'if' construct must use '{}'s. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line has trailing spaces. 131
Error Line is longer than 80 characters. 136
Error Method 'getTypeQName' is not designed for extension - needs to be abstract, final or empty. 138
Error Parameter clazz should be final. 138
Error '{' should be on the previous line. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error 'if' construct must use '{}'s. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line has trailing spaces. 144
Error Line has trailing spaces. 147
Error Method 'instantiateType' is not designed for extension - needs to be abstract, final or empty. 148
Error Missing a Javadoc comment. 148
Error '(' is followed by whitespace. 148
Error Parameter typeClass should be final. 148
Error Parameter clazz should be final. 148
Error Parameter qname should be final. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error '{' should be on the previous line. 151
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Line is longer than 80 characters. 154
Error '(' is followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error ')' is preceded with whitespace. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error Line has trailing spaces. 156
Error Line contains a tab character. 158
Error '}' should be on the same line. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error '{' should be on the previous line. 160
Error Line contains a tab character. 162
Error Line has trailing spaces. 164
Error Method 'getEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error '{' should be on the previous line. 166
Error Line has trailing spaces. 169
Error Method 'setEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error '(' is followed by whitespace. 170
Error Parameter encodingStyleURI should be final. 170
Error 'encodingStyleURI' hides a field. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171

org/codehaus/xfire/java/mapping/DefaultTypeMappingRegistry.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 '{' should be on the previous line. 28
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error Line has trailing spaces. 34
Error Missing a Javadoc comment. 35
Error '{' should be on the previous line. 36
Error Line has trailing spaces. 39
Error Line contains a tab character. 40
Error Line is longer than 80 characters. 41
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line is longer than 80 characters. 43
Error Line contains a tab character. 43
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 43
Error '(' is followed by whitespace. 43
Error Parameter encodingStyleURI should be final. 43
Error Parameter mapping should be final. 43
Error ')' is preceded with whitespace. 43
Error Line contains a tab character. 44
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line has trailing spaces. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line has trailing spaces. 48
Error Line contains a tab character. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line has trailing spaces. 50
Error Line contains a tab character. 52
Error Line is longer than 80 characters. 55
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Method 'registerDefault' is not designed for extension - needs to be abstract, final or empty. 57
Error '(' is followed by whitespace. 57
Error Parameter mapping should be final. 57
Error ')' is preceded with whitespace. 57
Error Line contains a tab character. 58
Error '{' should be on the previous line. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line has trailing spaces. 61
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 'getDefaultTypeMapping' is not designed for extension - needs to be abstract, final or empty. 65
Error Line contains a tab character. 66
Error '{' should be on the previous line. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line is longer than 80 characters. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Method 'getRegisteredEncodingStyleURIs' is not designed for extension - needs to be abstract, final or empty. 73
Error Line contains a tab character. 74
Error '{' should be on the previous line. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 81
Error '(' is followed by whitespace. 81
Error Parameter encodingStyleURI should be final. 81
Error ')' is preceded with whitespace. 81
Error Line contains a tab character. 82
Error '{' should be on the previous line. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line has trailing spaces. 85
Error Line contains a tab character. 86
Error Line is longer than 80 characters. 87
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. 89
Error '(' is followed by whitespace. 89
Error Parameter autoTypes should be final. 89
Error ')' is preceded with whitespace. 89
Error Line contains a tab character. 90
Error '{' should be on the previous line. 90
Error Line contains a tab character. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Line contains a tab character. 92
Error Line is longer than 80 characters. 95
Error Line is longer than 80 characters. 97
Error Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. 97
Error '(' is followed by whitespace. 97
Error Parameter parentNamespace should be final. 97
Error Parameter autoTypes should be final. 97
Error ')' is preceded with whitespace. 97
Error Line is longer than 80 characters. 99
Error '(' is followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line has trailing spaces. 101
Error Line is longer than 80 characters. 102
Error Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error '(' is followed by whitespace. 102
Error Parameter parent should be final. 102
Error Parameter autoTypes should be final. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error Line contains a tab character. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '}' should be on the same line. 107
Error '{' should be on the previous line. 109
Error Line contains a tab character. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 113
Error Line is longer than 80 characters. 115
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Method 'unregisterTypeMapping' is not designed for extension - needs to be abstract, final or empty. 117
Error '(' is followed by whitespace. 117
Error Parameter encodingStyleURI should be final. 117
Error ')' is preceded with whitespace. 117
Error Line contains a tab character. 118
Error '{' should be on the previous line. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 122
Error Line has trailing spaces. 123
Error Line contains a tab character. 124
Error Line is longer than 80 characters. 125
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Method 'removeTypeMapping' is not designed for extension - needs to be abstract, final or empty. 127
Error '(' is followed by whitespace. 127
Error Parameter mapping should be final. 127
Error ')' is preceded with whitespace. 127
Error Line contains a tab character. 128
Error '{' should be on the previous line. 128
Error Line has trailing spaces. 130
Error '(' is followed by whitespace. 131
Error ';' is followed by whitespace. 131
Error '{' should be on the previous line. 132
Error '(' is followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error ')' is preceded with whitespace. 133
Error '{' should be on the previous line. 134
Error Line contains a tab character. 135
Error Line has trailing spaces. 139
Error Line contains a tab character. 141
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 146
Error Line contains a tab character. 147
Error '{' should be on the previous line. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line has trailing spaces. 153
Error Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 158
Error '(' is followed by whitespace. 158
Error Parameter className should be final. 158
Error ')' is preceded with whitespace. 158
Error Expected @throws tag for 'Exception'. 159
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error Line is longer than 80 characters. 164
Error ')' is preceded with whitespace. 164
Error Line has trailing spaces. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Line has trailing spaces. 169
Error Method 'createXSDMapping' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error '{' should be on the previous line. 171
Error Line has trailing spaces. 173
Error Line is longer than 80 characters. 174
Error ',' is not followed by whitespace. 174
Error Line is longer than 80 characters. 175
Error ',' is not followed by whitespace. 175
Error Line is longer than 80 characters. 176
Error ',' is not followed by whitespace. 176
Error Line is longer than 80 characters. 177
Error ',' is not followed by whitespace. 177
Error Line is longer than 80 characters. 178
Error ',' is not followed by whitespace. 178
Error Line is longer than 80 characters. 179
Error ',' is not followed by whitespace. 179
Error Line is longer than 80 characters. 180
Error ',' is not followed by whitespace. 180
Error Line is longer than 80 characters. 181
Error ',' is not followed by whitespace. 181
Error Line is longer than 80 characters. 182
Error ',' is not followed by whitespace. 182
Error Line is longer than 80 characters. 183
Error ',' is not followed by whitespace. 183
Error Line is longer than 80 characters. 184
Error ',' is not followed by whitespace. 184
Error Line has trailing spaces. 187

org/codehaus/xfire/java/mapping/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. 13
Error Redundant 'public' modifier. 24
Error Missing a Javadoc comment. 27
Error Redundant 'public' modifier. 27
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 29
Error Missing a Javadoc comment. 31
Error Redundant 'public' modifier. 31
Error Missing a Javadoc comment. 34
Error Redundant 'public' modifier. 34
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 36
Error Redundant 'public' modifier. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 38
Error Redundant 'public' modifier. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Missing a Javadoc comment. 40
Error Redundant 'public' modifier. 40
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 42
Error Redundant 'public' modifier. 42
Error Missing a Javadoc comment. 44
Error Redundant 'public' modifier. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44

org/codehaus/xfire/java/mapping/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 Unused @param tag for 'parentTM'. 61
Error Expected an @return tag. 64
Error Line is longer than 80 characters. 64
Error Redundant 'public' modifier. 64
Error Expected @param tag for 'encodingStyleURI'. 64
Error Expected @param tag for 'autoTypes'. 64
Error Redundant 'public' modifier. 75
Error Redundant 'public' modifier. 91
Error Redundant 'public' modifier. 97

org/codehaus/xfire/java/mapping/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/java/message/AbstractMessageBridge.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. 11
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. 21
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Variable 'operation' must be private and have accessor methods. 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 29
Error '(' is followed by whitespace. 29
Error Parameter service should be final. 29
Error 'service' hides a field. 29
Error Parameter context should be final. 30
Error 'context' hides a field. 30
Error Parameter request should be final. 31
Error 'request' hides a field. 31
Error Parameter response should be final. 32
Error 'response' hides a field. 32
Error ')' is preceded with whitespace. 32
Error '{' should be on the previous line. 33
Error Line has trailing spaces. 39
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 43
Error '{' should be on the previous line. 44
Error Line has trailing spaces. 46
Error Line has trailing spaces. 47
Error Method 'getService' is not designed for extension - needs to be abstract, final or empty. 51
Error '{' should be on the previous line. 52
Error Line has trailing spaces. 55
Error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 59
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 63
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 Line has trailing spaces. 71
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 Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. 88
Error '{' should be on the previous line. 89
Error Line has trailing spaces. 92
Error Method 'setOperation' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter operation should be final. 96
Error 'operation' hides a field. 96
Error '{' should be on the previous line. 97
Error Line contains a tab character. 101
Error Missing a Javadoc comment. 101
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 106
Error Line contains a tab character. 107
Error '{' should be on the previous line. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. 114
Error '(' is followed by whitespace. 114
Error Parameter namespace should be final. 114
Error 'namespace' hides a field. 114
Error ')' is preceded with whitespace. 114
Error Line contains a tab character. 115
Error '{' should be on the previous line. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117

org/codehaus/xfire/java/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. 18
Error '{' should be on the previous line. 24
Error Line has trailing spaces. 25
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error '(' is followed by whitespace. 25
Error Parameter service should be final. 25
Error Parameter context should be final. 26
Error Parameter request should be final. 27
Error Parameter response should be final. 28
Error ')' is preceded with whitespace. 28
Error '{' should be on the previous line. 29
Error Line contains a tab character. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Line has trailing spaces. 31
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error Method 'read' 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 Line is longer than 80 characters. 38
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 is longer than 80 characters. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error Comment matches to-do format 'TODO:'. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '(' is followed by whitespace. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line has trailing spaces. 49
Error '(' is followed by whitespace. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error ')' is preceded with whitespace. 50
Error Method 'findOperation' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Parameter i 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 'if' construct must use '{}'s. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line has trailing spaces. 63
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter value should be final. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line has trailing spaces. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '}' should be on the same line. 76
Error '{' should be on the previous line. 78
Error Line contains a tab character. 79
Error Line has trailing spaces. 81
Error Line is longer than 80 characters. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line has trailing spaces. 86

org/codehaus/xfire/java/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. 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 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 Variable 'depth' must be private and have accessor methods. 29
Error Line has trailing spaces. 30
Error '(' is followed by whitespace. 35
Error Parameter root should be final. 35
Error 'root' hides a field. 35
Error Expected @param tag for 'root'. 35
Error ')' is preceded with whitespace. 35
Error '{' should be on the previous line. 36
Error Line has trailing spaces. 42
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error Parameter reader should be final. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 54
Error '{' should be on the previous line. 55
Error 'if' construct must use '{}'s. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Missing a Javadoc comment. 62
Error '{' should be on the previous line. 63
Error 'while' is not followed by whitespace. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '{' should be on the previous line. 65
Error Must have at least one statement. 65
Error Method 'getValueAsInt' is not designed for extension - needs to be abstract, final or empty. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'getValueAsDate' is not designed for extension - needs to be abstract, final or empty. 80
Error '{' should be on the previous line. 81
Error 'if' construct must use '{}'s. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Method 'getValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. 91
Error '{' should be on the previous line. 92
Error 'if' construct must use '{}'s. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line is longer than 80 characters. 101
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Method 'getValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. 103
Error '{' should be on the previous line. 104
Error 'if' construct must use '{}'s. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Method 'getValueAsLong' is not designed for extension - needs to be abstract, final or empty. 116
Error Line contains a tab character. 117
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Method 'getValueAsDouble' is not designed for extension - needs to be abstract, final or empty. 124
Error Line contains a tab character. 125
Error '{' should be on the previous line. 125
Error Line contains a tab character. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Method 'getValueAsFloat' is not designed for extension - needs to be abstract, final or empty. 132
Error Line contains a tab character. 133
Error '{' should be on the previous line. 133
Error Line contains a tab character. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 137
Error Line is longer than 80 characters. 138
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Method 'getValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. 140
Error Line contains a tab character. 141
Error '{' should be on the previous line. 141
Error Line contains a tab character. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line contains a tab character. 143
Error Method 'hasMoreChildReaders' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error '{' should be on the previous line. 146
Error Line has trailing spaces. 147
Error 'if' construct must use '{}'s. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line has trailing spaces. 151
Error Line has trailing spaces. 154
Error Missing a Javadoc comment. 155
Error '{' should be on the previous line. 156
Error '{' should be on the previous line. 158
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '{' should be on the previous line. 166
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '{' should be on the previous line. 174
Error '}' should be on the same line. 195
Error '{' should be on the previous line. 197
Error Comment matches to-do format 'TODO:'. 198
Error Method 'getNextChildReader' 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 'if' construct must use '{}'s. 205
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error Line has trailing spaces. 207
Error 'if' construct must use '{}'s. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error Line has trailing spaces. 210
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error Line has trailing spaces. 215
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 216
Error Missing a Javadoc comment. 216
Error '{' should be on the previous line. 217
Error Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. 221
Error Missing a Javadoc comment. 221
Error '{' should be on the previous line. 222

org/codehaus/xfire/java/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. 12
Error Line has trailing spaces. 14
Error '{' should be on the previous line. 19
Error Missing a Javadoc comment. 20
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error Parameter writer should be final. 28
Error 'writer' hides a field. 28
Error Parameter name should be final. 28
Error 'name' hides a field. 28
Error Parameter namespace should be final. 28
Error 'namespace' hides a field. 28
Error ')' is preceded with whitespace. 28
Error Line has trailing spaces. 33
Error '{' should be on the previous line. 35
Error '}' should be on the same line. 37
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error '{' should be on the previous line. 39
Error Comment matches to-do format 'TODO:'. 40
Error Line has trailing spaces. 43
Error Line has trailing spaces. 46
Error Missing a Javadoc comment. 46
Error '{' should be on the previous line. 48
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error Line has trailing spaces. 57
Error Line has trailing spaces. 59
Error 'if' construct must use '{}'s. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line is longer than 80 characters. 65
Error Method 'writeValue' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter value should be final. 67
Error '{' should be on the previous line. 68
Error '{' should be on the previous line. 70
Error 'if' construct must use '{}'s. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '}' should be on the same line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error Comment matches to-do format 'TODO:'. 76
Error Line is longer than 80 characters. 82
Error Method 'getChildWriter' is not designed for extension - needs to be abstract, final or empty. 84
Error Parameter name should be final. 84
Error 'name' hides a field. 84
Error '{' should be on the previous line. 85
Error Method 'getChildWriter' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter name should be final. 89
Error 'name' hides a field. 89
Error Parameter ns should be final. 89
Error '{' should be on the previous line. 90
Error Line has trailing spaces. 93
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error '{' should be on the previous line. 95
Error Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Parameter namespace should be final. 99
Error 'namespace' hides a field. 99
Error '{' should be on the previous line. 100
Error Line is longer than 80 characters. 105
Error Method 'writeValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. 107
Error Parameter calendar should be final. 107
Error 'calendar' hides a field. 107
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line is longer than 80 characters. 113
Error Method 'writeValueAsInt' is not designed for extension - needs to be abstract, final or empty. 115
Error Parameter i should be final. 115
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line is longer than 80 characters. 121
Error Method 'writeValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. 123
Error Parameter date should be final. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Line is longer than 80 characters. 129
Error Method 'writeValueAsDate' is not designed for extension - needs to be abstract, final or empty. 131
Error Parameter date 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 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 'writeValueAsDouble' is not designed for extension - needs to be abstract, final or empty. 139
Error Parameter d should be final. 139
Error Line contains a tab character. 140
Error '{' should be on the previous line. 140
Error Line contains a tab character. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 144
Error Line is longer than 80 characters. 145
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Method 'writeValueAsLong' is not designed for extension - needs to be abstract, final or empty. 147
Error Parameter l should be final. 147
Error Line contains a tab character. 148
Error '{' should be on the previous line. 148
Error Line contains a tab character. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 152
Error Line is longer than 80 characters. 153
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Method 'writeValueAsFloat' is not designed for extension - needs to be abstract, final or empty. 155
Error Parameter f should be final. 155
Error Line contains a tab character. 156
Error '{' should be on the previous line. 156
Error Line contains a tab character. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 160
Error Line is longer than 80 characters. 161
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Method 'writeValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. 163
Error Parameter b should be final. 163
Error Line contains a tab character. 164
Error '{' should be on the previous line. 164
Error Line contains a tab character. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Line contains a tab character. 166
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error '{' should be on the previous line. 169
Error '{' should be on the previous line. 171
Error '}' should be on the same line. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error Comment matches to-do format 'TODO:'. 176

org/codehaus/xfire/java/message/MessageBridge.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/xfire/java/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. 16
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18

org/codehaus/xfire/java/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. 11
Error Utility classes should not have a public or default constructor. 15
Error '{' should be on the previous line. 16
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 18
Error Parameter service should be final. 18
Error Parameter context should be final. 19
Error Parameter request should be final. 20
Error Parameter response should be final. 21
Error ')' is preceded with whitespace. 21
Error Line contains a tab character. 22
Error Line has trailing spaces. 24
Error Line contains a tab character. 25
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 27
Error '{' should be on the previous line. 28
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error '}' should be on the same line. 30
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 33
Error '{' should be on the previous line. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error '}' should be on the same line. 36
Error '{' should be on the previous line. 38
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Line has trailing spaces. 41
Error Line contains a tab character. 43

org/codehaus/xfire/java/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. 9
Error Line has trailing spaces. 11
Error '{' should be on the previous line. 15
Error Missing a Javadoc comment. 16
Error Redundant 'public' modifier. 16
Error Missing a Javadoc comment. 18
Error Redundant 'public' modifier. 18
Error Missing a Javadoc comment. 20
Error Redundant 'public' modifier. 20
Error Missing a Javadoc comment. 22
Error Redundant 'public' modifier. 22
Error Missing a Javadoc comment. 24
Error Redundant 'public' modifier. 24
Error Missing a Javadoc comment. 26
Error Redundant 'public' modifier. 26
Error Missing a Javadoc comment. 28
Error Redundant 'public' modifier. 28
Error Line has trailing spaces. 29
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error Redundant 'public' modifier. 32
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 34
Error Redundant 'public' modifier. 34
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 36
Error Redundant 'public' modifier. 36
Error Line contains a tab character. 38
Error Missing a Javadoc comment. 38
Error Redundant 'public' modifier. 38
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 40
Error Redundant 'public' modifier. 40
Error Line has trailing spaces. 41
Error Expected an @return tag. 46
Error Redundant 'public' modifier. 46

org/codehaus/xfire/java/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. 8
Error Line has trailing spaces. 9
Error Comment matches to-do format 'TODO:'. 10
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 Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error Missing a Javadoc comment. 20
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 26
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error Missing a Javadoc comment. 28
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. 37
Error Missing a Javadoc comment. 38
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Expected @param tag for 'b'. 45
Error Line has trailing spaces. 46
Error Line has trailing spaces. 48

org/codehaus/xfire/java/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. 18
Error '{' should be on the previous line. 24
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 25
Error '(' is followed by whitespace. 25
Error Parameter service should be final. 25
Error Parameter context should be final. 26
Error Parameter request should be final. 27
Error Parameter response should be final. 28
Error ')' is preceded with whitespace. 28
Error '{' should be on the previous line. 29
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Line has trailing spaces. 31
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error '(' is followed by whitespace. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error ')' is preceded with whitespace. 35
Error Line contains a tab character. 36
Error Line has trailing spaces. 37
Error Method 'read' 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
Error Line is longer than 80 characters. 41
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
Error 'while' is not followed by whitespace. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 50
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line has trailing spaces. 54
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 Line has trailing spaces. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 69
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter value should be final. 71
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 74
Error '(' is followed by whitespace. 74
Error Line has trailing spaces. 75
Error ')' is preceded with whitespace. 76
Error Line has trailing spaces. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line has trailing spaces. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
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 Line has trailing spaces. 89
Error Line has trailing spaces. 90
Error Line is longer than 80 characters. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 91
Error ')' is preceded with whitespace. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 94

org/codehaus/xfire/java/message/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/java/type/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. 24
Error '{' should be on the previous line. 29
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter reader should be final. 30
Error Redundant throws: 'XFireRuntimeException' is unchecked exception. 31
Error '{' should be on the previous line. 32
Error '{' should be on the previous line. 34
Error Line has trailing spaces. 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 '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line has trailing spaces. 42
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 46
Error '(' is followed by whitespace. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '}' should be on the same line. 47
Error '{' should be on the previous line. 49
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter object should be final. 54
Error Parameter writer should be final. 54
Error Redundant throws: 'XFireRuntimeException' is unchecked exception. 55
Error '{' should be on the previous line. 56
Error '{' should be on the previous line. 58
Error Line contains a tab character. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 62
Error 'if' construct must use '{}'s. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line is longer than 80 characters. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line has trailing spaces. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error Line is longer than 80 characters. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line is longer than 80 characters. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '}' should be on the same line. 74
Error '{' should be on the previous line. 76
Error '}' should be on the same line. 78
Error '{' should be on the previous line. 80
Error Method 'writeSchema' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error '(' is followed by whitespace. 85
Error Parameter root should be final. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error Line has trailing spaces. 88
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 90
Error Line is longer than 80 characters. 90
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Line has trailing spaces. 96
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
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 Line is longer than 80 characters. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line is longer than 80 characters. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 106
Error Line has trailing spaces. 107
Error Line is longer than 80 characters. 108
Error Line has trailing spaces. 109
Error Line is longer than 80 characters. 110
Error Comment matches to-do format 'TODO:'. 112
Error Line has trailing spaces. 114
Error Line has trailing spaces. 117
Error '}' should be on the same line. 118
Error '{' should be on the previous line. 120
Error Line has trailing spaces. 124
Error Line has trailing spaces. 127
Error Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. 130
Error '{' should be on the previous line. 131
Error Line has trailing spaces. 134
Error Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. 138
Error '{' should be on the previous line. 139
Error Line has trailing spaces. 141
Error Line is longer than 80 characters. 142
Error '(' is followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line has trailing spaces. 143
Error Line has trailing spaces. 146
Error Method 'getComponentType' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error '{' should be on the previous line. 148
Error Line has trailing spaces. 150
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151

org/codehaus/xfire/java/type/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. 19
Error '{' should be on the previous line. 24
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Parameter reader should be final. 25
Error Redundant throws: 'XFireRuntimeException' is unchecked exception. 26
Error '{' should be on the previous line. 27
Error '{' should be on the previous line. 29
Error Line has trailing spaces. 32
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error Line has trailing spaces. 34
Error Line has trailing spaces. 36
Error 'while' is not followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error Line has trailing spaces. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error Line has trailing spaces. 43
Error 'if' construct must use '{}'s. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Line is longer than 80 characters. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line has trailing spaces. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error 'if' construct must use '{}'s. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line has trailing spaces. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 51
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 55
Error '(' is followed by whitespace. 55
Error '{' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line has trailing spaces. 57
Error '}' should be on the same line. 59
Error '{' should be on the previous line. 61
Error '}' should be on the same line. 63
Error '{' should be on the previous line. 65
Error Line has trailing spaces. 67
Error '}' should be on the same line. 67
Error '{' should be on the previous line. 69
Error '}' should be on the same line. 71
Error '{' should be on the previous line. 73
Error '}' should be on the same line. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error '{' should be on the previous line. 77
Error Line contains a tab character. 79
Error Line is longer than 80 characters. 82
Error Method 'findPropertyDescriptor' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error Parameter name should be final. 82
Error Parameter pd should be final. 82
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error 'if' construct must use '{}'s. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter object should be final. 95
Error Parameter writer should be final. 95
Error Redundant throws: 'XFireRuntimeException' is unchecked exception. 96
Error '{' should be on the previous line. 97
Error '{' should be on the previous line. 99
Error Comment matches to-do format 'TODO:'. 100
Error Line contains a tab character. 100
Error Line is longer than 80 characters. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line has trailing spaces. 102
Error Line has trailing spaces. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error 'if' construct must use '{}'s. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line is longer than 80 characters. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line is longer than 80 characters. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line is longer than 80 characters. 114
Error '(' is followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error ')' is preceded with whitespace. 115
Error '}' should be on the same line. 118
Error '{' should be on the previous line. 120
Error '}' should be on the same line. 122
Error '{' should be on the previous line. 124
Error Line has trailing spaces. 126
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 Comment matches to-do format 'TODO:'. 133
Error Method 'writeSchema' is not designed for extension - needs to be abstract, final or empty. 141
Error '(' is followed by whitespace. 141
Error Parameter root should be final. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error '{' should be on the previous line. 144
Error Comment matches to-do format 'TODO:'. 145
Error Line is longer than 80 characters. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line has trailing spaces. 147
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line has trailing spaces. 149
Error Line is longer than 80 characters. 149
Error Line has trailing spaces. 150
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error Line has trailing spaces. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
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 has trailing spaces. 159
Error Line has trailing spaces. 160
Error Line has trailing spaces. 161
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error Line has trailing spaces. 165
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error Line has trailing spaces. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line has trailing spaces. 169
Error Line is longer than 80 characters. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error Line has trailing spaces. 171
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Comment matches to-do format 'TODO:'. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line is longer than 80 characters. 175
Error '}' should be on the same line. 177
Error '{' should be on the previous line. 179
Error '}' should be on the same line. 181
Error '{' should be on the previous line. 183
Error Line has trailing spaces. 185
Error Line has trailing spaces. 187
Error Line has trailing spaces. 190
Error Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. 193
Error '{' should be on the previous line. 194

org/codehaus/xfire/java/type/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. 6
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 13
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error Parameter reader should be final. 14
Error '{' should be on the previous line. 15
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter object should be final. 19
Error Parameter writer should be final. 19
Error '{' should be on the previous line. 20
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21

org/codehaus/xfire/java/type/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. 10
Error '{' should be on the previous line. 15
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 19
Error Parameter reader should be final. 19
Error '{' should be on the previous line. 20
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 27
Error Parameter object should be final. 27
Error Parameter writer should be final. 27
Error '{' should be on the previous line. 28
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29

org/codehaus/xfire/java/type/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. 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 '{' should be on the previous line. 17
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 '{' should be on the previous line. 22
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23

org/codehaus/xfire/java/type/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. 6
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 13
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error Parameter reader should be final. 14
Error '{' should be on the previous line. 15
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter object should be final. 19
Error Parameter writer should be final. 19
Error '{' should be on the previous line. 20
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21

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

org/codehaus/xfire/java/type/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. 6
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 13
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error Parameter reader should be final. 14
Error '{' should be on the previous line. 15
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter object should be final. 19
Error Parameter writer should be final. 19
Error '{' should be on the previous line. 20
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21

org/codehaus/xfire/java/type/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. 6
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 13
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error Parameter reader should be final. 14
Error '{' should be on the previous line. 15
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter object should be final. 19
Error Parameter writer should be final. 19
Error '{' should be on the previous line. 20
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21

org/codehaus/xfire/java/type/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. 6
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 13
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error Parameter reader should be final. 14
Error '{' should be on the previous line. 15
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter object should be final. 19
Error Parameter writer should be final. 19
Error '{' should be on the previous line. 20
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21

org/codehaus/xfire/java/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. 12
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. 21
Error Missing a Javadoc comment. 22
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 24
Error '{' should be on the previous line. 25
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error Parameter reader should be final. 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 Parameter object should be final. 30
Error Parameter writer should be final. 30
Error ')' is preceded with whitespace. 30
Error Missing a Javadoc comment. 32
Error '(' is followed by whitespace. 32
Error Parameter element should be final. 32
Error ')' is preceded with whitespace. 32
Error '{' should be on the previous line. 33
Error Line has trailing spaces. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 39
Error Line contains a tab character. 40
Error '{' should be on the previous line. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line has trailing spaces. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Method 'setTypeMapping' is not designed for extension - needs to be abstract, final or empty. 47
Error '(' is followed by whitespace. 47
Error Parameter typeMapping should be final. 47
Error 'typeMapping' hides a field. 47
Error ')' is preceded with whitespace. 47
Error Line contains a tab character. 48
Error '{' should be on the previous line. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line has trailing spaces. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Method 'getTypeClass' is not designed for extension - needs to be abstract, final or empty. 55
Error Line contains a tab character. 56
Error '{' should be on the previous line. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line has trailing spaces. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Method 'setTypeClass' is not designed for extension - needs to be abstract, final or empty. 63
Error '(' is followed by whitespace. 63
Error Parameter typeClass should be final. 63
Error 'typeClass' hides a field. 63
Error ')' is preceded with whitespace. 63
Error Line contains a tab character. 64
Error '{' should be on the previous line. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. 71
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 79
Error Expected an @return tag. 82
Error Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. 82
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 87
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter obj should be final. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 100
Error Line has trailing spaces. 104
Error Line has trailing spaces. 107
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error '{' should be on the previous line. 109
Error Line has trailing spaces. 111
Error '{' should be on the previous line. 113
Error Line has trailing spaces. 116
Error '{' should be on the previous line. 118
Error Line has trailing spaces. 121
Error Line has trailing spaces. 124
Error Method 'getSchemaType' is not designed for extension - needs to be abstract, final or empty. 128
Error '{' should be on the previous line. 129
Error Line has trailing spaces. 132
Error Method 'setSchemaType' is not designed for extension - needs to be abstract, final or empty. 136
Error Parameter name should be final. 136
Error '{' should be on the previous line. 137

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

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/java/wsdl/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. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 34
Error '{' should be on the previous line. 34
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 Line has trailing spaces. 40
Error Missing a Javadoc comment. 41
Error Line is longer than 80 characters. 43
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error Parameter service should be final. 43
Error Parameter transports should be final. 43
Error 'transports' hides a field. 43
Error ')' is preceded with whitespace. 43
Error Line has trailing spaces. 48
Error 'portType' hides a field. 49
Error Line has trailing spaces. 50
Error Line has trailing spaces. 55
Error Method 'createJavaxQName' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error '(' is followed by whitespace. 56
Error Parameter qname should be final. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line has trailing spaces. 60
Error Method 'createAbstractInterface' 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. 63
Error Line has trailing spaces. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 68
Error Line has trailing spaces. 69
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 76
Error '(' is followed by whitespace. 76
Error ';' is followed by whitespace. 76
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line has trailing spaces. 81
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line is longer than 80 characters. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line has trailing spaces. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 91
Error Line has trailing spaces. 94
Error Method 'createConcreteInterface' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error '(' is followed by whitespace. 95
Error Parameter portType should be final. 95
Error 'portType' hides a field. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error Line has trailing spaces. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 106
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 Line is longer than 80 characters. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line has trailing spaces. 112
Error Line is longer than 80 characters. 113
Error '(' is followed by whitespace. 113
Error ';' is followed by whitespace. 113
Error Line is longer than 80 characters. 115
Error Line has trailing spaces. 117
Error Line is longer than 80 characters. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line has trailing spaces. 119
Error Line is longer than 80 characters. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Line is longer than 80 characters. 124
Error Line has trailing spaces. 125
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error Line has trailing spaces. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Missing a Javadoc comment. 134
Error Parameter op should be final. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 139
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line has trailing spaces. 144
Error Missing a Javadoc comment. 148
Error Parameter op should be final. 148
Error '{' should be on the previous line. 149
Error Line is longer than 80 characters. 151
Error '(' is followed by whitespace. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error Line has trailing spaces. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line contains a tab character. 159
Error Missing a Javadoc comment. 159
Error '(' is followed by whitespace. 159
Error Parameter req should be final. 159
Error Parameter op should be final. 159
Error ')' is preceded with whitespace. 159
Error Missing a Javadoc comment. 161
Error '(' is followed by whitespace. 161
Error Parameter req should be final. 161
Error Parameter op should be final. 161
Error ')' is preceded with whitespace. 161
Error Line is longer than 80 characters. 163
Error Method 'createOperation' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error '(' is followed by whitespace. 163
Error Parameter opName should be final. 163
Error Parameter req should be final. 163
Error Parameter res should be final. 163
Error ')' is preceded with whitespace. 163
Error Line has trailing spaces. 166
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line has trailing spaces. 174
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line has trailing spaces. 179

org/codehaus/xfire/java/wsdl/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. 20
Error Line has trailing spaces. 25
Error '{' should be on the previous line. 25
Error Line is longer than 80 characters. 26
Error Missing a Javadoc comment. 26
Error '(' is followed by whitespace. 26
Error Parameter service should be final. 26
Error Parameter transports should be final. 26
Error ')' is preceded with whitespace. 26
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error '(' is followed by whitespace. 31
Error Parameter res should be final. 31
Error Parameter op should be final. 31
Error ')' is preceded with whitespace. 31
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 34
Error Line has trailing spaces. 36
Error Line has trailing spaces. 38
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line has trailing spaces. 42
Error '(' is followed by whitespace. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 43
Error ')' is preceded with whitespace. 43
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Line has trailing spaces. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line has trailing spaces. 51
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line is longer than 80 characters. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 56
Error ')' is preceded with whitespace. 56
Error Line has trailing spaces. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error Parameter req should be final. 61
Error Parameter op should be final. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 64
Error '(' is followed by whitespace. 67
Error ';' is followed by whitespace. 67
Error '{' should be on the previous line. 68
Error Line has trailing spaces. 70
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 followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 75
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. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line is longer than 80 characters. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line has trailing spaces. 82
Error Line is longer than 80 characters. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85

org/codehaus/xfire/java/wsdl/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 'createWSDL' 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 Expected @param tag for 's'. 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 '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line has trailing spaces. 41
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '}' should be on the same line. 47
Error '(' is followed by whitespace. 48
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 '}' should be on the same line. 53
Error '{' should be on the previous line. 55
Error Line is longer than 80 characters. 56
Error Line contains a tab character. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line contains a tab character. 58

org/codehaus/xfire/java/wsdl/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 Parameter type should be final. 33
Error Line has trailing spaces. 36
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
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 '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error 'if' construct must use '{}'s. 47
Error '(' is followed by whitespace. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line has trailing spaces. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line has trailing spaces. 51
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line has trailing spaces. 54
Error 'if' construct must use '{}'s. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
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 Line is longer than 80 characters. 66
Error ')' is preceded with whitespace. 66
Error Missing a Javadoc comment. 74
Error Parameter op should be final. 74
Error Parameter part should be final. 74
Error '{' should be on the previous line. 75
Error Line has trailing spaces. 77
Error ';' is not followed by whitespace. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 83
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line has trailing spaces. 86
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. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 90
Error '(' is followed by whitespace. 91
Error ';' is followed by whitespace. 91
Error Line has trailing spaces. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line has trailing spaces. 97
Error 'if' construct must use '{}'s. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line is longer than 80 characters. 101
Error Line has trailing spaces. 102
Error Line has trailing spaces. 104
Error Line is longer than 80 characters. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line has trailing spaces. 106
Error Line is longer than 80 characters. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 110
Error Line is longer than 80 characters. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Missing a Javadoc comment. 121
Error '(' is followed by whitespace. 121
Error Parameter complex should be final. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line contains a tab character. 127
Error Line is longer than 80 characters. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. 130
Error '(' is followed by whitespace. 130
Error Parameter req should be final. 130
Error Parameter op should be final. 130
Error ')' is preceded with whitespace. 130
Error Line contains a tab character. 131
Error '{' should be on the previous line. 131
Error Line has trailing spaces. 133
Error Line has trailing spaces. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line has trailing spaces. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line contains a tab character. 140
Error Line has trailing spaces. 141
Error Line has trailing spaces. 142
Error Line contains a tab character. 143
Error Line is longer than 80 characters. 144
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. 146
Error '(' is followed by whitespace. 146
Error Parameter req should be final. 146
Error Parameter op should be final. 146
Error ')' is preceded with whitespace. 146
Error Line contains a tab character. 147
Error '{' should be on the previous line. 147
Error Line contains a tab character. 148
Error Line has trailing spaces. 149
Error Line is longer than 80 characters. 153
Error 'cast' is not followed by whitespace. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line has trailing spaces. 155
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 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 contains a tab character. 162

org/codehaus/xfire/java/wsdl/package.html

ErrorLine
Error Missing package documentation file.0