Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
81002996

Files

FilesIWE
org/codehaus/xfire/java/AbstractJavaService.java 00167
org/codehaus/xfire/java/JavaConfigurator.java 0014
org/codehaus/xfire/java/JavaService.java 0013
org/codehaus/xfire/java/JavaServiceHandler.java 0096
org/codehaus/xfire/java/Operation.java 0070
org/codehaus/xfire/java/XmlJavaService.java 00151
org/codehaus/xfire/java/mapping/AutoTypeMapping.java 00154
org/codehaus/xfire/java/mapping/ClassQNamePair.java 0058
org/codehaus/xfire/java/mapping/CustomTypeMapping.java 00200
org/codehaus/xfire/java/mapping/DefaultTypeMappingRegistry.java 00264
org/codehaus/xfire/java/mapping/TypeMapping.java 0031
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 0096
org/codehaus/xfire/java/message/LiteralReader.java 00123
org/codehaus/xfire/java/message/LiteralWriter.java 00129
org/codehaus/xfire/java/message/MessageBridge.java 001
org/codehaus/xfire/java/message/MessageBridge.java 008
org/codehaus/xfire/java/message/MessageBridgeFactory.java 0042
org/codehaus/xfire/java/message/MessageReader.java 0034
org/codehaus/xfire/java/message/MessageWriter.java 0038
org/codehaus/xfire/java/message/RPCLiteralBridge.java 0075
org/codehaus/xfire/java/message/WrappedBridge.java 0093
org/codehaus/xfire/java/message/package.html 001
org/codehaus/xfire/java/type/ArrayType.java 00121
org/codehaus/xfire/java/type/BeanType.java 00150
org/codehaus/xfire/java/type/BooleanType.java 0015
org/codehaus/xfire/java/type/CalendarType.java 0012
org/codehaus/xfire/java/type/DateType.java 0012
org/codehaus/xfire/java/type/DoubleType.java 0015
org/codehaus/xfire/java/type/FloatType.java 0015
org/codehaus/xfire/java/type/IntType.java 0015
org/codehaus/xfire/java/type/LongType.java 0019
org/codehaus/xfire/java/type/StringType.java 0013
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 0061
org/codehaus/xfire/java/wsdl/RPCLiteralWSDL.java 0069
org/codehaus/xfire/java/wsdl/WrappedWSDL.java 00150
org/codehaus/xfire/java/wsdl/package.html 001

org/codehaus/xfire/java/AbstractJavaService.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 '{' 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 Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error '=' is not preceded with whitespace. 34
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 38
Error '{' should be on the previous line. 39
Error Method 'setServiceClass' is not designed for extension - needs to be abstract, final or empty. 49
Error '(' is followed by whitespace. 49
Error Parameter className should be final. 49
Error Expected @param tag for 'className'. 49
Error ')' is preceded with whitespace. 49
Error Expected @throws tag for 'ClassNotFoundException'. 50
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line has trailing spaces. 53
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 63
Error Comment matches to-do format 'TODO:'. 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 has trailing spaces. 69
Error Line has trailing spaces. 71
Error '(' is followed by whitespace. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 89
Error Parameter method should be final. 89
Error Expected @param tag for 'method'. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error Line has trailing spaces. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 98
Error Expected an @return tag. 102
Error Parameter methodName should be final. 102
Error Expected @param tag for 'methodName'. 102
Error '{' should be on the previous line. 103
Error Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line is longer than 80 characters. 108
Error Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. 110
Error '(' is followed by whitespace. 110
Error Parameter localName should be final. 110
Error Parameter namespace should be final. 110
Error ')' is preceded with whitespace. 110
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Method 'getOperations' is not designed for extension - needs to be abstract, final or empty. 118
Error '{' should be on the previous line. 119
Error Line has trailing spaces. 122
Error Method 'getAllowedMethods' is not designed for extension - needs to be abstract, final or empty. 126
Error '{' should be on the previous line. 127
Error Method 'setAllowedMethods' is not designed for extension - needs to be abstract, final or empty. 134
Error Parameter allowedMethods should be final. 134
Error 'allowedMethods' hides a field. 134
Error '{' should be on the previous line. 135
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 142
Error '{' should be on the previous line. 143
Error Method 'setTypeMapping' is not designed for extension - needs to be abstract, final or empty. 150
Error Parameter typeMapping should be final. 150
Error 'typeMapping' hides a field. 150
Error '{' should be on the previous line. 151
Error Expected an @return tag. 158
Error Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. 158
Error '{' should be on the previous line. 159
Error Line has trailing spaces. 165
Error Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 170
Error '(' is followed by whitespace. 170
Error Parameter className should be final. 170
Error ')' is preceded with whitespace. 170
Error Expected @throws tag for 'Exception'. 171
Error '{' should be on the previous line. 172
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error Line is longer than 80 characters. 176
Error ')' is preceded with whitespace. 176
Error Line has trailing spaces. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error Line has trailing spaces. 181
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 185
Error '{' should be on the previous line. 186
Error Line has trailing spaces. 188
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '{' should be on the previous line. 191
Error Line is longer than 80 characters. 192
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '}' should be on the same line. 193
Error '{' should be on the previous line. 195
Error Line is longer than 80 characters. 196
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error Line has trailing spaces. 198
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error Line has trailing spaces. 201
Error Line has trailing spaces. 204
Error Method 'getTypeMappingRegistry' is not designed for extension - needs to be abstract, final or empty. 205
Error Missing a Javadoc comment. 205
Error '{' should be on the previous line. 206
Error '{' should be on the previous line. 208
Error Line is longer than 80 characters. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error '}' should be on the same line. 210
Error '{' should be on the previous line. 212
Error Line is longer than 80 characters. 213
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error Line has trailing spaces. 216
Error Method 'getFaultHandler' is not designed for extension - needs to be abstract, final or empty. 217
Error Missing a Javadoc comment. 217
Error '{' should be on the previous line. 218
Error '{' should be on the previous line. 220
Error Line is longer than 80 characters. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error '}' should be on the same line. 222
Error '{' should be on the previous line. 224
Error Line is longer than 80 characters. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error Line has trailing spaces. 228
Error Line contains a tab character. 229
Error Method 'isAutoTyped' is not designed for extension - needs to be abstract, final or empty. 229
Error Missing a Javadoc comment. 229
Error Line contains a tab character. 230
Error '{' should be on the previous line. 230
Error Line contains a tab character. 231
Error Line contains a tab character. 232
Error Line has trailing spaces. 233
Error Line contains a tab character. 234
Error Method 'setAutoTyped' is not designed for extension - needs to be abstract, final or empty. 234
Error Missing a Javadoc comment. 234
Error Parameter autoTyped should be final. 234
Error 'autoTyped' hides a field. 234
Error Line contains a tab character. 235
Error '{' should be on the previous line. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237

org/codehaus/xfire/java/JavaConfigurator.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. 17
Error Missing a Javadoc comment. 18
Error 'public' modifier out of order with the JLS suggestions. 18
Error Line has trailing spaces. 19
Error Method 'getServiceType' is not designed for extension - needs to be abstract, final or empty. 23
Error '{' should be on the previous line. 24
Error Line is longer than 80 characters. 29
Error Method 'createService' is not designed for extension - needs to be abstract, final or empty. 31
Error '(' is followed by whitespace. 31
Error Parameter config should be final. 31
Error ')' is preceded with whitespace. 31
Error Line has trailing spaces. 37

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. 8
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 contains a tab character. 19
Error Missing a Javadoc comment. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error Line has trailing spaces. 20
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23

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. 19
Error '{' should be on the previous line. 26
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error Line contains a tab character. 30
Error Line is longer than 80 characters. 31
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 33
Error '(' is followed by whitespace. 33
Error Parameter context should be final. 33
Error Parameter request should be final. 34
Error Parameter response 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. 48
Error Line has trailing spaces. 51
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '}' should be on the same line. 56
Error '{' should be on the previous line. 58
Error Line is longer than 80 characters. 60
Error Line contains a tab character. 62
Error Expected an @return tag. 68
Error Line is longer than 80 characters. 68
Error '(' is followed by whitespace. 68
Error Parameter operation should be final. 68
Error Expected @param tag for 'operation'. 68
Error Parameter params should be final. 68
Error Expected @param tag for 'params'. 68
Error Parameter service should be final. 68
Error Expected @param tag for 'service'. 68
Error ')' is preceded with whitespace. 68
Error Expected @throws tag for 'XFireFault'. 68
Error Line has trailing spaces. 71
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '}' should be on the same line. 77
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '}' should be on the same line. 81
Error '{' should be on the previous line. 83
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 '}' should be on the same line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '}' should be on the same line. 95
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. 101
Error '{' should be on the previous line. 103
Error Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Expected an @return tag. 111
Error Parameter sd should be final. 111
Error Expected @param tag for 'sd'. 111
Error Expected @throws tag for 'XFireFault'. 112
Error '{' should be on the previous line. 113
Error '{' should be on the previous line. 115
Error '}' should be on the same line. 117
Error '{' should be on the previous line. 119
Error Line is longer than 80 characters. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '}' should be on the same line. 121
Error '{' should be on the previous line. 123
Error Line is longer than 80 characters. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Method 'getUnderstoodHeaders' is not designed for extension - needs to be abstract, final or empty. 131
Error '{' should be on the previous line. 132

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 Line is longer than 80 characters. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Line has trailing spaces. 41
Error Line has trailing spaces. 42
Error Method 'getOutParameterClass' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error '{' should be on the previous line. 49
Error Line has trailing spaces. 52
Error Method 'getOutParameterName' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 57
Error Expected an @return tag. 62
Error Method 'getParameterClass' is not designed for extension - needs to be abstract, final or empty. 62
Error '(' is followed by whitespace. 62
Error Parameter paramName should be final. 62
Error Expected @param tag for 'paramName'. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Method 'addParameterClass' is not designed for extension - needs to be abstract, final or empty. 71
Error '(' is followed by whitespace. 71
Error Parameter paramName should be final. 71
Error Expected @param tag for 'paramName'. 71
Error Parameter clazz should be final. 71
Error Expected @param tag for 'clazz'. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 75
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 80
Error Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error '{' should be on the previous line. 82
Error Expected an @return tag. 89
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 89
Error '{' should be on the previous line. 90

org/codehaus/xfire/java/XmlJavaService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 17
Error 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 Line has trailing spaces. 27
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 31
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 31
Error Parameter config should be final. 31
Error Line has trailing spaces. 34
Error Line has trailing spaces. 36
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line has trailing spaces. 39
Error Line is longer than 80 characters. 47
Error Parameter config should be final. 47
Error Expected @param tag for 'config'. 47
Error Expected @throws tag for 'PlexusConfigurationException'. 47
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line has trailing spaces. 50
Error '(' is followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line has trailing spaces. 52
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 Line has trailing spaces. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error ')' is preceded with whitespace. 61
Error '}' should be on the same line. 62
Error '{' should be on the previous line. 64
Error Line is longer than 80 characters. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 69
Error '(' is followed by whitespace. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line has trailing spaces. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line has trailing spaces. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '}' should be on the same line. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '}' should be on the same line. 82
Error 'else' construct must use '{}'s. 83
Error Line is longer than 80 characters. 84
Error Line has trailing spaces. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line has trailing spaces. 87
Error Line is longer than 80 characters. 88
Error '(' is followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line is longer than 80 characters. 95
Error Parameter config should be final. 95
Error Expected @param tag for 'config'. 95
Error Expected @throws tag for 'PlexusConfigurationException'. 95
Error Line has trailing spaces. 99
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error '{' should be on the previous line. 101
Error Line has trailing spaces. 103
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error Line has trailing spaces. 111
Error Line is longer than 80 characters. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line has trailing spaces. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '}' should be on the same line. 116
Error '{' should be on the previous line. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line has trailing spaces. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 126
Error Line has trailing spaces. 127
Error Line is longer than 80 characters. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line is longer than 80 characters. 131
Error Missing a Javadoc comment. 131
Error Parameter configuration should be final. 131
Error Parameter tm should be final. 131
Error '{' should be on the previous line. 134
Error Line is longer than 80 characters. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Line has trailing spaces. 137
Error '(' is followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error ')' is preceded with whitespace. 140
Error '}' should be on the same line. 141
Error '{' should be on the previous line. 143
Error 'if' construct must use '{}'s. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line has trailing spaces. 146
Error Line is longer than 80 characters. 147
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error Line has trailing spaces. 148

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. 24
Error '(' is followed by whitespace. 24
Error Parameter defaultTM should be final. 24
Error ')' is preceded with whitespace. 24
Error '{' should be on the previous line. 25
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 29
Error '{' should be on the previous line. 30
Error Line has trailing spaces. 33
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line is longer than 80 characters. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 37
Error '(' is followed by whitespace. 37
Error Parameter javaType should be final. 37
Error Parameter xmlType should be final. 37
Error ')' is preceded with whitespace. 37
Error Line contains a tab character. 38
Error '{' should be on the previous line. 38
Error Line has trailing spaces. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 42
Error Line contains a tab character. 43
Error '(' is followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line has trailing spaces. 44
Error Line has trailing spaces. 47
Error Line contains a tab character. 49
Error Line has trailing spaces. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Expected an @return tag. 57
Error Line contains a tab character. 57
Error Parameter javaType should be final. 57
Error Expected @param tag for 'javaType'. 57
Error Line contains a tab character. 58
Error '{' should be on the previous line. 58
Error Line contains a tab character. 59
Error '(' is followed by whitespace. 59
Error '||' should be on a new line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error Line contains a tab character. 62
Error '}' should be on the same line. 63
Error '{' should be on the previous line. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 68
Error Line contains a tab character. 70
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter javaType should be final. 73
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line has trailing spaces. 84
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error 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. 100
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 '}' should be on the same line. 118
Error '{' should be on the previous line. 120
Error '(' is followed by whitespace. 121
Error '+' is not preceded with whitespace. 121
Error '+' is not followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line contains a tab character. 125
Error Line is longer than 80 characters. 127
Error Missing a Javadoc comment. 127
Error Parameter className should be final. 127
Error Parameter protocol should be final. 127
Error Line contains a tab character. 128
Error Line has trailing spaces. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error '{' should be on the previous line. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error '{' should be on the previous line. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 144
Error '80' is a magic number. 144
Error Line contains a tab character. 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. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error '{' should be on the previous line. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line has trailing spaces. 161

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. 9
Error Line has trailing spaces. 11
Error '{' should be on the previous line. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Line has trailing spaces. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error Parameter defaultTM should be final. 30
Error 'defaultTM' hides a field. 30
Error ')' is preceded with whitespace. 30
Error '{' should be on the previous line. 31
Error Line has trailing spaces. 33
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 37
Error '{' should be on the previous line. 38
Error Line contains a tab character. 45
Error Line is longer than 80 characters. 46
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Method 'isRegistered' is not designed for extension - needs to be abstract, final or empty. 48
Error '(' is followed by whitespace. 48
Error Parameter javaType should be final. 48
Error Parameter xmlType should be final. 48
Error ')' is preceded with whitespace. 48
Error Line contains a tab character. 49
Error '{' should be on the previous line. 49
Error Line has trailing spaces. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line has trailing spaces. 53
Error 'if' construct must use '{}'s. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line has trailing spaces. 56
Error Line contains a tab character. 58
Error Line contains a tab character. 60
Error Line is longer than 80 characters. 61
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 63
Error '(' is followed by whitespace. 63
Error Parameter javaType should be final. 63
Error Parameter xmlType should be final. 63
Error Parameter typeClass should be final. 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 has trailing spaces. 66
Error Line contains a tab character. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line has trailing spaces. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 74
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 77
Error '(' is followed by whitespace. 77
Error Parameter javaType should be final. 77
Error Parameter xmlType should be final. 77
Error ')' is preceded with whitespace. 77
Error Line contains a tab character. 78
Error '{' should be on the previous line. 78
Error Line has trailing spaces. 80
Error '(' is followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error ')' is preceded with whitespace. 83
Error 'if' construct must use '{}'s. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line has trailing spaces. 87
Error Line contains a tab character. 89
Error Line has trailing spaces. 90
Error Line contains a tab character. 91
Error Line is longer than 80 characters. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Method 'removeType' is not designed for extension - needs to be abstract, final or empty. 94
Error '(' is followed by whitespace. 94
Error Parameter javaType should be final. 94
Error Parameter xmlType should be final. 94
Error ')' is preceded with whitespace. 94
Error Line contains a tab character. 95
Error '{' should be on the previous line. 95
Error Line has trailing spaces. 97
Error Line is longer than 80 characters. 98
Error '(' is followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error ')' is preceded with whitespace. 98
Error 'if' construct must use '{}'s. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line contains a tab character. 102
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 107
Error Parameter javaType should be final. 107
Error '{' should be on the previous line. 108
Error Line has trailing spaces. 109
Error '(' is followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error ')' is preceded with whitespace. 111
Error 'if' construct must use '{}'s. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line has trailing spaces. 115
Error Line is longer than 80 characters. 120
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 122
Error Parameter xmlType should be final. 122
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error 'if' construct must use '{}'s. 126
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. 128
Error Line is longer than 80 characters. 133
Error Method 'getTypeQName' is not designed for extension - needs to be abstract, final or empty. 135
Error Parameter clazz should be final. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error 'if' construct must use '{}'s. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line has trailing spaces. 141
Error Line has trailing spaces. 144
Error Method 'instantiateType' is not designed for extension - needs to be abstract, final or empty. 145
Error Missing a Javadoc comment. 145
Error '(' is followed by whitespace. 145
Error Parameter typeClass should be final. 145
Error Parameter clazz should be final. 145
Error Parameter qname should be final. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error '{' should be on the previous line. 148
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Line has trailing spaces. 153
Error Line contains a tab character. 155
Error '}' should be on the same line. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error '{' should be on the previous line. 157
Error Line contains a tab character. 159
Error Line has trailing spaces. 161
Error Method 'getEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error '{' should be on the previous line. 163
Error Line has trailing spaces. 166
Error Method 'setEncodingStyleURI' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error '(' is followed by whitespace. 167
Error Parameter encodingStyleURI should be final. 167
Error 'encodingStyleURI' hides a field. 167
Error ')' is preceded with whitespace. 167
Error '{' should be on the previous line. 168

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. 19
Error '{' should be on the previous line. 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 '{' should be on the previous line. 32
Error Line has trailing spaces. 35
Error Line contains a tab character. 36
Error Line is longer than 80 characters. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 39
Error '(' is followed by whitespace. 39
Error Parameter encodingStyleURI should be final. 39
Error Parameter mapping should be final. 39
Error ')' is preceded with whitespace. 39
Error Line contains a tab character. 40
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. 44
Error Line contains a tab character. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 48
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Method 'registerDefault' is not designed for extension - needs to be abstract, final or empty. 53
Error '(' is followed by whitespace. 53
Error Parameter mapping should be final. 53
Error ')' is preceded with whitespace. 53
Error Line contains a tab character. 54
Error '{' should be on the previous line. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line has trailing spaces. 57
Error Line contains a tab character. 58
Error Line is longer than 80 characters. 59
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Method 'getDefaultTypeMapping' is not designed for extension - needs to be abstract, final or empty. 61
Error Line contains a tab character. 62
Error '{' should be on the previous line. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line is longer than 80 characters. 67
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Method 'getRegisteredEncodingStyleURIs' is not designed for extension - needs to be abstract, final or empty. 69
Error Line contains a tab character. 70
Error '{' should be on the previous line. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 77
Error '(' is followed by whitespace. 77
Error Parameter encodingStyleURI should be final. 77
Error ')' is preceded with whitespace. 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. 80
Error Line has trailing spaces. 81
Error Line contains a tab character. 82
Error Line is longer than 80 characters. 83
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. 85
Error '(' is followed by whitespace. 85
Error Parameter autoTypes should be final. 85
Error ')' is preceded with whitespace. 85
Error Line contains a tab character. 86
Error '{' should be on the previous line. 86
Error Line contains a tab character. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line contains a tab character. 88
Error Line is longer than 80 characters. 91
Error Line is longer than 80 characters. 93
Error Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. 93
Error '(' is followed by whitespace. 93
Error Parameter parentNamespace should be final. 93
Error Parameter autoTypes should be final. 93
Error ')' is preceded with whitespace. 93
Error Line is longer than 80 characters. 95
Error '(' is followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 97
Error Line is longer than 80 characters. 98
Error Method 'createTypeMapping' is not designed for extension - needs to be abstract, final or empty. 98
Error Missing a Javadoc comment. 98
Error '(' is followed by whitespace. 98
Error Parameter parent should be final. 98
Error Parameter autoTypes should be final. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error Line contains a tab character. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '}' should be on the same line. 103
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 Line has trailing spaces. 109
Error Line is longer than 80 characters. 111
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Method 'unregisterTypeMapping' is not designed for extension - needs to be abstract, final or empty. 113
Error '(' is followed by whitespace. 113
Error Parameter encodingStyleURI should be final. 113
Error ')' is preceded with whitespace. 113
Error Line contains a tab character. 114
Error '{' should be on the previous line. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 118
Error Line has trailing spaces. 119
Error Line contains a tab character. 120
Error Line is longer than 80 characters. 121
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Method 'removeTypeMapping' is not designed for extension - needs to be abstract, final or empty. 123
Error '(' is followed by whitespace. 123
Error Parameter mapping should be final. 123
Error ')' is preceded with whitespace. 123
Error Line contains a tab character. 124
Error '{' should be on the previous line. 124
Error Line has trailing spaces. 126
Error '(' is followed by whitespace. 127
Error ';' is followed by whitespace. 127
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error Line contains a tab character. 131
Error Line has trailing spaces. 135
Error Line contains a tab character. 137
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 142
Error Line contains a tab character. 143
Error '{' should be on the previous line. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line is longer than 80 characters. 148
Error Line is longer than 80 characters. 150
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 150
Error Parameter config should be final. 150
Error Array brackets at illegal position. 152
Error Line has trailing spaces. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '{' should be on the previous line. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Parameter configuration should be final. 163
Error Expected @param tag for 'configuration'. 163
Error Expected @throws tag for 'PlexusConfigurationException'. 164
Error '{' should be on the previous line. 165
Error Line has trailing spaces. 167
Error '(' is followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line has trailing spaces. 169
Error 'if' construct must use '{}'s. 170
Error Line is longer than 80 characters. 170
Error '(' is followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error ')' is preceded with whitespace. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error Line has trailing spaces. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line has trailing spaces. 174
Error Line is longer than 80 characters. 177
Error Line is longer than 80 characters. 178
Error Line is longer than 80 characters. 179
Error Line is longer than 80 characters. 180
Error Line is longer than 80 characters. 181
Error Line has trailing spaces. 182
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 184
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error Line has trailing spaces. 188
Error Line is longer than 80 characters. 189
Error Missing a Javadoc comment. 189
Error '(' is followed by whitespace. 189
Error Parameter configuration should be final. 189
Error Parameter tm should be final. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 191
Error '{' should be on the previous line. 193
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error Line has trailing spaces. 197
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 203
Error Line has trailing spaces. 204
Error Line has trailing spaces. 205
Error '(' is followed by whitespace. 205
Error '+' should be on a new line. 205
Error Line is longer than 80 characters. 206
Error ')' is preceded with whitespace. 206
Error '}' should be on the same line. 207
Error '{' should be on the previous line. 209
Error 'if' construct must use '{}'s. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Line has trailing spaces. 212
Error Line is longer than 80 characters. 213
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error Line has trailing spaces. 214
Error Line has trailing spaces. 216
Error Line has trailing spaces. 219
Error '(' is followed by whitespace. 224
Error Parameter className should be final. 224
Error ')' is preceded with whitespace. 224
Error Expected @throws tag for 'Exception'. 225
Error '{' should be on the previous line. 226
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error Line is longer than 80 characters. 230
Error ')' is preceded with whitespace. 230
Error Line has trailing spaces. 232
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233

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 Using the '.*' form of import should be avoided - org.codehaus.xfire.java.type.*. 3
Error '{' should be on the previous line. 11
Error Redundant 'public' modifier. 22
Error Missing a Javadoc comment. 25
Error Redundant 'public' modifier. 25
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 27
Error Missing a Javadoc comment. 29
Error Redundant 'public' modifier. 29
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 '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 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 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 Missing a Javadoc comment. 42
Error Redundant 'public' modifier. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42

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. 10
Error Line has trailing spaces. 12
Error '{' should be on the previous line. 17
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 20
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Variable 'operation' must be private and have accessor methods. 26
Error Line has trailing spaces. 27
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error Parameter service should be final. 28
Error 'service' hides a field. 28
Error Parameter context should be final. 29
Error 'context' hides a field. 29
Error Parameter request should be final. 30
Error 'request' hides a field. 30
Error Parameter response should be final. 31
Error 'response' hides a field. 31
Error ')' is preceded with whitespace. 31
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 38
Error Method 'getTypeMapping' is not designed for extension - needs to be abstract, final or empty. 42
Error '{' should be on the previous line. 43
Error Line has trailing spaces. 45
Error Line has trailing spaces. 46
Error Method 'getService' is not designed for extension - needs to be abstract, final or empty. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 54
Error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 58
Error '{' should be on the previous line. 59
Error Line has trailing spaces. 62
Error Method 'setContext' is not designed for extension - needs to be abstract, final or empty. 66
Error Parameter context should be final. 66
Error 'context' hides a field. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 70
Error Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 72
Error Method 'getResponse' is not designed for extension - needs to be abstract, final or empty. 79
Error '{' should be on the previous line. 80
Error Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 91
Error Method 'setOperation' is not designed for extension - needs to be abstract, final or empty. 95
Error Parameter operation should be final. 95
Error 'operation' hides a field. 95
Error '{' should be on the previous line. 96
Error Line contains a tab character. 100
Error Missing a Javadoc comment. 100
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. 105
Error Line contains a tab character. 106
Error '{' should be on the previous line. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. 113
Error '(' is followed by whitespace. 113
Error Parameter namespace should be final. 113
Error 'namespace' hides a field. 113
Error ')' is preceded with whitespace. 113
Error Line contains a tab character. 114
Error '{' should be on the previous line. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116

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. 19
Error '{' should be on the previous line. 25
Error Line has trailing spaces. 26
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error '(' is followed by whitespace. 26
Error Parameter service should be final. 26
Error Parameter context should be final. 27
Error Parameter request should be final. 28
Error Parameter response should be final. 29
Error ')' is preceded with whitespace. 29
Error '{' should be on the previous line. 30
Error Line contains a tab character. 31
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error Line has trailing spaces. 32
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error Line contains a tab character. 35
Error Missing a Javadoc comment. 37
Error '{' should be on the previous line. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 40
Error Line has trailing spaces. 42
Error Line is longer than 80 characters. 43
Error 'for' is not followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error ';' is followed by whitespace. 43
Error Line has trailing spaces. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error Line has trailing spaces. 50
Error Line is longer than 80 characters. 51
Error '(' is followed by whitespace. 51
Error ';' is followed by whitespace. 51
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line has trailing spaces. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error Line has trailing spaces. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '{' should be on the previous line. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 76
Error '(' is followed by whitespace. 77
Error ';' is followed by whitespace. 77
Error '{' should be on the previous line. 78
Error Line has trailing spaces. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Comment matches to-do format 'TODO:'. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error ')' is preceded with whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line has trailing spaces. 88
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Parameter value should be final. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Line has trailing spaces. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error '}' should be on the same line. 101
Error '{' should be on the previous line. 103
Error Line is longer than 80 characters. 104
Error Line contains a tab character. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error ')' is preceded with whitespace. 110

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. 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 '(' is followed by whitespace. 22
Error Parameter root should be final. 22
Error 'root' hides a field. 22
Error ')' is preceded with whitespace. 22
Error '{' should be on the previous line. 23
Error Line has trailing spaces. 26
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 30
Error '{' should be on the previous line. 31
Error Method 'getValueAsInt' is not designed for extension - needs to be abstract, final or empty. 38
Error '{' should be on the previous line. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Method 'getValueAsDate' is not designed for extension - needs to be abstract, final or empty. 46
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Method 'getValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. 54
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line has trailing spaces. 58
Error Method 'getElement' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Method 'getValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Method 'getReader' is not designed for extension - needs to be abstract, final or empty. 77
Error Parameter name should be final. 77
Error '{' should be on the previous line. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line has trailing spaces. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Method 'getReaders' is not designed for extension - needs to be abstract, final or empty. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 90
Error '(' is followed by whitespace. 91
Error ';' is followed by whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 95
Error Line is longer than 80 characters. 100
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Method 'getReaders' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter name should be final. 102
Error '{' should be on the previous line. 103
Error Line has trailing spaces. 105
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error ';' is followed by whitespace. 106
Error '(' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line has trailing spaces. 110
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Method 'getValueAsLong' is not designed for extension - needs to be abstract, final or empty. 117
Error Line contains a tab character. 118
Error '{' should be on the previous line. 118
Error Line contains a tab character. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Method 'getValueAsDouble' is not designed for extension - needs to be abstract, final or empty. 125
Error Line contains a tab character. 126
Error '{' should be on the previous line. 126
Error Line contains a tab character. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Method 'getValueAsFloat' is not designed for extension - needs to be abstract, final or empty. 133
Error Line contains a tab character. 134
Error '{' should be on the previous line. 134
Error Line contains a tab character. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 138
Error Line is longer than 80 characters. 139
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Method 'getValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. 141
Error Line contains a tab character. 142
Error '{' should be on the previous line. 142
Error Line contains a tab character. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line contains a tab character. 144

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. 13
Error Line has trailing spaces. 15
Error '{' should be on the previous line. 20
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 Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error Parameter element should be final. 27
Error 'element' hides a field. 27
Error ')' is preceded with whitespace. 27
Error '{' should be on the previous line. 28
Error Line has trailing spaces. 32
Error Line is longer than 80 characters. 34
Error Method 'writeValue' is not designed for extension - needs to be abstract, final or empty. 36
Error Parameter value should be final. 36
Error '{' should be on the previous line. 37
Error 'if' construct must use '{}'s. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line has trailing spaces. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error Line is longer than 80 characters. 43
Error Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. 45
Error Parameter name should be final. 45
Error '{' should be on the previous line. 46
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. 48
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Method 'getNamespace' 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 Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter namespace should be final. 57
Error 'namespace' hides a field. 57
Error '{' should be on the previous line. 58
Error Line is longer than 80 characters. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Line is longer than 80 characters. 63
Error Method 'writeValueAsCalendar' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter calendar should be final. 65
Error 'calendar' hides a field. 65
Error '{' should be on the previous line. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line is longer than 80 characters. 71
Error Method 'writeValueAsInt' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter i should be final. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Line is longer than 80 characters. 79
Error Method 'writeValueAsDateTime' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter date should be final. 81
Error '{' should be on the previous line. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line is longer than 80 characters. 87
Error Method 'writeValueAsDate' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter date should be final. 89
Error '{' should be on the previous line. 90
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Method 'getElement' is not designed for extension - needs to be abstract, final or empty. 97
Error '{' should be on the previous line. 98
Error Method 'getWriters' is not designed for extension - needs to be abstract, final or empty. 105
Error '{' should be on the previous line. 106
Error Line contains a tab character. 110
Error Line is longer than 80 characters. 111
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Method 'writeValueAsDouble' is not designed for extension - needs to be abstract, final or empty. 113
Error Parameter d should be final. 113
Error Line contains a tab character. 114
Error '{' should be on the previous line. 114
Error Line contains a tab character. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 118
Error Line is longer than 80 characters. 119
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Method 'writeValueAsLong' is not designed for extension - needs to be abstract, final or empty. 121
Error Parameter l should be final. 121
Error Line contains a tab character. 122
Error '{' should be on the previous line. 122
Error Line contains a tab character. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 126
Error Line is longer than 80 characters. 127
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Method 'writeValueAsFloat' is not designed for extension - needs to be abstract, final or empty. 129
Error Parameter f should be final. 129
Error Line contains a tab character. 130
Error '{' should be on the previous line. 130
Error Line contains a tab character. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 134
Error Line is longer than 80 characters. 135
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Method 'writeValueAsBoolean' is not designed for extension - needs to be abstract, final or empty. 137
Error Parameter b should be final. 137
Error Line contains a tab character. 138
Error '{' should be on the previous line. 138
Error Line contains a tab character. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line contains a tab character. 140

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. 9
Error Utility classes should not have a public or default constructor. 13
Error '{' should be on the previous line. 14
Error Line contains a tab character. 16
Error Missing a Javadoc comment. 16
Error '(' is followed by whitespace. 16
Error Parameter service should be final. 16
Error Parameter context should be final. 17
Error Parameter request should be final. 18
Error Parameter response should be final. 19
Error ')' is preceded with whitespace. 19
Error Line contains a tab character. 20
Error '{' should be on the previous line. 20
Error Line has trailing spaces. 22
Error Line contains a tab character. 23
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 25
Error '{' should be on the previous line. 26
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error '}' should be on the same line. 28
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 31
Error '{' should be on the previous line. 32
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error '}' should be on the same line. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error Line is longer than 80 characters. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '}' should be on the same line. 40
Error '{' should be on the previous line. 42
Error Line is longer than 80 characters. 43
Error Line contains a tab character. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line has trailing spaces. 45
Error Line contains a tab character. 47

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 First sentence should end with a period. 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 Missing a Javadoc comment. 36
Error Redundant 'public' modifier. 36
Error Missing a Javadoc comment. 38
Error Redundant 'public' modifier. 38
Error Missing a Javadoc comment. 40
Error Redundant 'public' modifier. 40
Error Line contains a tab character. 42
Error Missing a Javadoc comment. 42
Error Redundant 'public' modifier. 42

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. 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 Line has trailing spaces. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
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 Expected @param tag for 'b'. 47

org/codehaus/xfire/java/message/RPCLiteralBridge.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 18
Error '{' should be on the previous line. 24
Error Missing a Javadoc comment. 25
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error Parameter service should be final. 27
Error Parameter context should be final. 28
Error Parameter request should be final. 29
Error Parameter response should be final. 30
Error ')' is preceded with whitespace. 30
Error '{' should be on the previous line. 31
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line has trailing spaces. 33
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error '(' is followed by whitespace. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error ')' is preceded with whitespace. 37
Error Line contains a tab character. 38
Error Line has trailing spaces. 39
Error Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. 43
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error Line has trailing spaces. 49
Error Line has trailing spaces. 52
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 56
Error '(' is followed by whitespace. 57
Error ';' is followed by whitespace. 57
Error '{' should be on the previous line. 58
Error Line has trailing spaces. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error ')' is preceded with whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 72
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 74
Error Parameter value should be final. 74
Error '{' should be on the previous line. 75
Error Line is longer than 80 characters. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line has trailing spaces. 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. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error ')' is preceded with whitespace. 86

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. 19
Error '{' should be on the previous line. 25
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
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 Parameter context should be final. 30
Error Parameter request should be final. 31
Error Parameter response should be final. 32
Error ')' is preceded with whitespace. 32
Error '{' should be on the previous line. 33
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line has trailing spaces. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '(' is followed by whitespace. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error ')' is preceded with whitespace. 39
Error Line contains a tab character. 40
Error Line has trailing spaces. 41
Error Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. 45
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error Line has trailing spaces. 51
Error Line has trailing spaces. 54
Error Method 'read' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error '{' should be on the previous line. 56
Error Line has trailing spaces. 58
Error '(' is followed by whitespace. 59
Error ';' is followed by whitespace. 59
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 62
Error Line has trailing spaces. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 66
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line has trailing spaces. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error Line has trailing spaces. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 79
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 ')' is preceded with whitespace. 79
Error Line has trailing spaces. 81
Error Line is longer than 80 characters. 86
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter value should be final. 88
Error '{' should be on the previous line. 89
Error Line is longer than 80 characters. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line has trailing spaces. 91
Error Line is longer than 80 characters. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line has trailing spaces. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error '}' should be on the same line. 101
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error ')' is preceded with whitespace. 110

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 Line contains a tab character. 31
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 34
Error Parameter reader should be final. 34
Error Redundant throws: 'XFireRuntimeException' is unchecked exception. 35
Error '{' should be on the previous line. 36
Error '{' should be on the previous line. 38
Error Line has trailing spaces. 40
Error Line is longer than 80 characters. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line has trailing spaces. 42
Error Line is longer than 80 characters. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line has trailing spaces. 44
Error '(' is followed by whitespace. 46
Error ';' is followed by whitespace. 46
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line has trailing spaces. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line has trailing spaces. 53
Error '}' should be on the same line. 55
Error '{' should be on the previous line. 57
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter object should be final. 65
Error Parameter writer should be final. 65
Error Redundant throws: 'XFireRuntimeException' is unchecked exception. 66
Error '{' should be on the previous line. 67
Error '{' should be on the previous line. 69
Error Line contains a tab character. 70
Error Line has trailing spaces. 71
Error Line has trailing spaces. 73
Error 'if' construct must use '{}'s. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line is longer than 80 characters. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 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. 83
Error '(' is followed by whitespace. 83
Error Line is longer than 80 characters. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error ')' is preceded with whitespace. 84
Error '}' should be on the same line. 87
Error '{' should be on the previous line. 89
Error '}' should be on the same line. 91
Error '{' should be on the previous line. 93
Error Line has trailing spaces. 95
Error Method 'writeSchema' is not designed for extension - needs to be abstract, final or empty. 101
Error '(' is followed by whitespace. 101
Error Parameter root should be final. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 102
Error Line has trailing spaces. 104
Error '{' should be on the previous line. 104
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. 106
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line has trailing spaces. 115
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line has trailing spaces. 117
Error Line is longer than 80 characters. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line is longer than 80 characters. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 122
Error Line has trailing spaces. 123
Error Line is longer than 80 characters. 124
Error Line has trailing spaces. 125
Error Line is longer than 80 characters. 126
Error Comment matches to-do format 'TODO:'. 128
Error Line has trailing spaces. 130
Error Line has trailing spaces. 133
Error '}' should be on the same line. 134
Error '{' should be on the previous line. 136
Error Line has trailing spaces. 140
Error Line has trailing spaces. 143
Error Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. 146
Error '{' should be on the previous line. 147
Error Line has trailing spaces. 150
Error Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. 154
Error '{' should be on the previous line. 155
Error Line has trailing spaces. 157
Error Line is longer than 80 characters. 158
Error '(' is followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error ')' is preceded with whitespace. 158
Error Line has trailing spaces. 159
Error Line has trailing spaces. 162
Error Method 'getComponentType' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error '{' should be on the previous line. 164
Error Line has trailing spaces. 166
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167

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 Line contains a tab character. 26
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 29
Error Parameter reader should be final. 29
Error Redundant throws: 'XFireRuntimeException' is unchecked exception. 30
Error '{' should be on the previous line. 31
Error '{' should be on the previous line. 33
Error Line has trailing spaces. 36
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error Line has trailing spaces. 38
Error Line has trailing spaces. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 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 preceded with whitespace. 47
Error Line is longer than 80 characters. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line is longer than 80 characters. 50
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 Line has trailing spaces. 51
Error Line is longer than 80 characters. 52
Error '(' is followed by whitespace. 52
Error '{' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line has trailing spaces. 54
Error '}' should be on the same line. 56
Error '{' should be on the previous line. 58
Error '}' should be on the same line. 60
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 64
Error '}' should be on the same line. 64
Error '{' should be on the previous line. 66
Error '}' should be on the same line. 68
Error '{' should be on the previous line. 70
Error Comment matches to-do format 'TODO:'. 71
Error '}' should be on the same line. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error '{' should be on the previous line. 75
Error Line contains a tab character. 77
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter object should be final. 83
Error Parameter writer should be final. 83
Error Redundant throws: 'XFireRuntimeException' is unchecked exception. 84
Error '{' should be on the previous line. 85
Error '{' should be on the previous line. 87
Error Comment matches to-do format 'TODO:'. 88
Error Line contains a tab character. 88
Error Line is longer than 80 characters. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
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. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
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 followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error ')' is preceded with whitespace. 102
Error '}' should be on the same line. 104
Error '{' should be on the previous line. 106
Error '}' should be on the same line. 108
Error '{' should be on the previous line. 110
Error Line has trailing spaces. 112
Error '}' should be on the same line. 112
Error '{' should be on the previous line. 114
Error '}' should be on the same line. 116
Error '{' should be on the previous line. 118
Error Comment matches to-do format 'TODO:'. 119
Error Method 'writeSchema' is not designed for extension - needs to be abstract, final or empty. 127
Error '(' is followed by whitespace. 127
Error Parameter root should be final. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error '{' should be on the previous line. 130
Error Comment matches to-do format 'TODO:'. 131
Error Line is longer than 80 characters. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line has trailing spaces. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line has trailing spaces. 135
Error Line is longer than 80 characters. 135
Error Line has trailing spaces. 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 has trailing spaces. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line has trailing spaces. 143
Error Line has trailing spaces. 145
Error Line has trailing spaces. 146
Error Line has trailing spaces. 147
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error Line has trailing spaces. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Line has trailing spaces. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line has trailing spaces. 155
Error Line is longer than 80 characters. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line has trailing spaces. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Comment matches to-do format 'TODO:'. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error Line is longer than 80 characters. 161
Error '}' should be on the same line. 163
Error '{' should be on the previous line. 165
Error '}' should be on the same line. 167
Error '{' should be on the previous line. 169
Error Line has trailing spaces. 171
Error Line has trailing spaces. 173
Error Line has trailing spaces. 176
Error Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. 179
Error '{' should be on the previous line. 180

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. 18
Error Parameter reader should be final. 18
Error '{' should be on the previous line. 19
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 26
Error Parameter object should be final. 26
Error Parameter writer should be final. 26
Error '{' should be on the previous line. 27
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28

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

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. 18
Error Parameter reader should be final. 18
Error '{' should be on the previous line. 19
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 26
Error Parameter object should be final. 26
Error Parameter writer should be final. 26
Error '{' should be on the previous line. 27
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29

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. 18
Error Parameter reader should be final. 18
Error '{' should be on the previous line. 19
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 26
Error Parameter object should be final. 26
Error Parameter writer should be final. 26
Error '{' should be on the previous line. 27
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28

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. 7
Error Line has trailing spaces. 9
Error '{' should be on the previous line. 14
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 '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
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. 30
Error ')' is preceded with whitespace. 30
Error '(' is followed by whitespace. 36
Error Parameter element should be final. 36
Error ')' is preceded with whitespace. 36
Error '{' should be on the previous line. 37

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. 17
Error Parameter reader should be final. 17
Error '{' should be on the previous line. 18
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 25
Error Parameter object should be final. 25
Error Parameter writer should be final. 25
Error '{' should be on the previous line. 26
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27

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 is longer than 80 characters. 5
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 Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Expected an @return tag. 28
Error Line contains a tab character. 28
Error Method 'createWSDL' is not designed for extension - needs to be abstract, final or empty. 28
Error '(' is followed by whitespace. 28
Error Parameter s should be final. 28
Error Expected @param tag for 's'. 28
Error ')' is preceded with whitespace. 28
Error Expected @throws tag for 'WSDLException'. 29
Error Line contains a tab character. 30
Error '{' should be on the previous line. 30
Error Line has trailing spaces. 32
Error Line contains a tab character. 33
Error '{' should be on the previous line. 35
Error Line is longer than 80 characters. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '}' should be on the same line. 37
Error '{' should be on the previous line. 39
Error Line is longer than 80 characters. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line has trailing spaces. 42
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line has trailing spaces. 44
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '}' should be on the same line. 50
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '}' should be on the same line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '}' should be on the same line. 62
Error '{' should be on the previous line. 64
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line contains a tab character. 67

org/codehaus/xfire/java/wsdl/RPCLiteralWSDL.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 17
Error '{' should be on the previous line. 22
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error '(' is followed by whitespace. 23
Error Parameter service should be final. 23
Error Parameter transports should be final. 23
Error ')' is preceded with whitespace. 23
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
Error Line has trailing spaces. 27
Error Line contains a tab character. 28
Error Line is longer than 80 characters. 29
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. 31
Error '(' is followed by whitespace. 31
Error Parameter req should be final. 31
Error Parameter op should be final. 31
Error ')' is preceded with whitespace. 31
Error Line contains a tab character. 32
Error '{' should be on the previous line. 32
Error '(' is followed by whitespace. 34
Error ';' is followed by whitespace. 34
Error '{' should be on the previous line. 35
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error Line is longer than 80 characters. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line has trailing spaces. 39
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. 44
Error ')' is preceded with whitespace. 44
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line contains a tab character. 49
Error Line contains a tab character. 51
Error Line is longer than 80 characters. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. 54
Error '(' is followed by whitespace. 54
Error Parameter req should be final. 54
Error Parameter op should be final. 54
Error ')' is preceded with whitespace. 54
Error Line contains a tab character. 55
Error '{' should be on the previous line. 55
Error Line has trailing spaces. 57
Error Line is longer than 80 characters. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line has trailing spaces. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line has trailing spaces. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line contains a tab character. 68

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. 20
Error Line has trailing spaces. 25
Error '{' should be on the previous line. 25
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error Parameter service should be final. 27
Error Parameter transports should be final. 27
Error ')' is preceded with whitespace. 27
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error Missing a Javadoc comment. 32
Error Parameter op should be final. 32
Error Parameter part should be final. 32
Error Parameter type should be final. 32
Error Line has trailing spaces. 35
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error 'if' construct must use '{}'s. 46
Error '(' is followed by whitespace. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error ')' is preceded with whitespace. 46
Error Line has trailing spaces. 48
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line has trailing spaces. 50
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line is longer than 80 characters. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line has trailing spaces. 54
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line has trailing spaces. 57
Error Line is longer than 80 characters. 59
Error ')' is preceded with whitespace. 59
Error Missing a Javadoc comment. 67
Error Parameter op should be final. 67
Error Parameter part should be final. 67
Error '{' should be on the previous line. 68
Error Line has trailing spaces. 70
Error ';' is not followed by whitespace. 71
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Line has trailing spaces. 76
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line has trailing spaces. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line has trailing spaces. 83
Error '(' is followed by whitespace. 84
Error ';' is followed by whitespace. 84
Error Line has trailing spaces. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 90
Error Line has trailing spaces. 92
Error Line is longer than 80 characters. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 94
Error Line is longer than 80 characters. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error ')' is preceded with whitespace. 98
Error Line is longer than 80 characters. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Missing a Javadoc comment. 109
Error '(' is followed by whitespace. 109
Error Parameter complex should be final. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line contains a tab character. 115
Error Line is longer than 80 characters. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Method 'createInputParts' is not designed for extension - needs to be abstract, final or empty. 118
Error '(' is followed by whitespace. 118
Error Parameter req should be final. 118
Error Parameter op should be final. 118
Error ')' is preceded with whitespace. 118
Error Line contains a tab character. 119
Error '{' should be on the previous line. 119
Error Line has trailing spaces. 121
Error Line has trailing spaces. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Line has trailing spaces. 126
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error Line contains a tab character. 128
Error Line has trailing spaces. 129
Error Line has trailing spaces. 130
Error Line contains a tab character. 131
Error Line is longer than 80 characters. 132
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Method 'createOutputParts' is not designed for extension - needs to be abstract, final or empty. 134
Error '(' is followed by whitespace. 134
Error Parameter req should be final. 134
Error Parameter op should be final. 134
Error ')' is preceded with whitespace. 134
Error Line contains a tab character. 135
Error '{' should be on the previous line. 135
Error Line contains a tab character. 136
Error Line has trailing spaces. 137
Error Line is longer than 80 characters. 141
Error 'cast' is not followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error Line has trailing spaces. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line contains a tab character. 150

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

ErrorLine
Error Missing package documentation file.0