Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
2400873

Files

FilesIWE
org/codehaus/xfire/xmlbeans/AbstractXMLBeansHandler.java 0037
org/codehaus/xfire/xmlbeans/XMLBeansServiceHandler.java 0055
org/codehaus/xfire/xmlbeans/client/XMLBeansClientHandler.java 0066
org/codehaus/xfire/xmlbeans/client/package.html 001
org/codehaus/xfire/xmlbeans/generator/ClientGenerationStrategy.java 0034
org/codehaus/xfire/xmlbeans/generator/GenerationStrategy.java 0013
org/codehaus/xfire/xmlbeans/generator/GeneratorTask.java 0097
org/codehaus/xfire/xmlbeans/generator/VelocityGenerationStrategy.java 0018
org/codehaus/xfire/xmlbeans/generator/WSDLInspector.java 00360
org/codehaus/xfire/xmlbeans/generator/package.html 001
org/codehaus/xfire/xmlbeans/package.html 001
org/codehaus/xfire/xmlbeans/util/ContentHandlerToXMLStreamWriter.java 00119
org/codehaus/xfire/xmlbeans/util/XMLStreamReaderToContentHandler.java 0070
org/codehaus/xfire/xmlbeans/util/package.html 001

org/codehaus/xfire/xmlbeans/AbstractXMLBeansHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 17
Error '{' should be on the previous line. 23
Error Line has trailing spaces. 24
Error Line is longer than 80 characters. 24
Error Missing a Javadoc comment. 24
Error '(' is followed by whitespace. 24
Error Parameter request should be final. 24
Error Parameter context should be final. 24
Error ')' is preceded with whitespace. 24
Error Line is longer than 80 characters. 27
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Parameter context should be final. 27
Error Parameter reader should be final. 27
Error Line has trailing spaces. 30
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error '{' should be on the previous line. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error '{' should be on the previous line. 36
Error Line has trailing spaces. 50
Error 'if' construct must use '{}'s. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error Line is longer than 80 characters. 62

org/codehaus/xfire/xmlbeans/XMLBeansServiceHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line contains a tab character. 17
Error '{' should be on the previous line. 18
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter request should be final. 19
Error Parameter context should be final. 19
Error Line contains a tab character. 20
Error '{' should be on the previous line. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 29
Error 'if' construct must use '{}'s. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Line contains a tab character. 31
Error 'else' construct must use '{}'s. 32
Error '{' is followed by whitespace. 33
Error Expected an @return tag. 40
Error Line has trailing spaces. 40
Error Parameter service should be final. 40
Error Expected @param tag for 'service'. 40
Error Parameter request should be final. 40
Error Expected @param tag for 'request'. 40
Error Line contains a tab character. 41
Error Expected @throws tag for 'XFireFault'. 41
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 45
Error ';' is followed by whitespace. 45
Error '{' should be on the previous line. 46
Error Line has trailing spaces. 48
Error Line has trailing spaces. 50
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error Line contains a tab character. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line contains a tab character. 55
Error '{' should be on the previous line. 55
Error 'if' construct must use '{}'s. 56
Error Line is longer than 80 characters. 56
Error Line contains a tab character. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error '}' should be on the same line. 59
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 65
Error 'if' construct must use '{}'s. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line has trailing spaces. 69
Error Line is longer than 80 characters. 70

org/codehaus/xfire/xmlbeans/client/XMLBeansClientHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error '{' should be on the previous line. 29
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 34
Error Parameter options should be final. 34
Error 'options' hides a field. 34
Error '{' should be on the previous line. 35
Error Line has trailing spaces. 38
Error Method 'getRequest' 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. 46
Error Method 'setRequest' is not designed for extension - needs to be abstract, final or empty. 50
Error Parameter request should be final. 50
Error 'request' hides a field. 50
Error '{' should be on the previous line. 51
Error Line has trailing spaces. 54
Error Method 'getResponse' 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 'setResponse' is not designed for extension - needs to be abstract, final or empty. 66
Error Parameter response should be final. 66
Error 'response' hides a field. 66
Error '{' should be on the previous line. 67
Error Method 'writeRequest' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '(' is followed by whitespace. 71
Error Parameter writer should be final. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 79
Error Method 'handleResponse' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter reader should be final. 80
Error '{' should be on the previous line. 83
Error Line has trailing spaces. 85
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Comment matches to-do format 'TODO:'. 98
Error 'if' construct must use '{}'s. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error 'if' construct must use '{}'s. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line has trailing spaces. 109
Error 'if' construct must use '{}'s. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line has trailing spaces. 113
Error Line is longer than 80 characters. 114
Error '}' should be on the same line. 115
Error '{' should be on the previous line. 117

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

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/xmlbeans/generator/ClientGenerationStrategy.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 12
Error Line has trailing spaces. 16
Error '{' should be on the previous line. 19
Error Line has trailing spaces. 20
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error '(' is followed by whitespace. 20
Error Parameter service should be final. 20
Error Parameter outputDir should be final. 20
Error Parameter task should be final. 20
Error ')' is preceded with whitespace. 20
Error '{' should be on the previous line. 22
Error Line is longer than 80 characters. 23
Error ',' is not followed by whitespace. 23
Error Line has trailing spaces. 24
Error 'if' construct must use '{}'s. 25
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
Error 'if' construct must use '{}'s. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error 'if' construct must use '{}'s. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line has trailing spaces. 34
Error ')' is preceded with whitespace. 35
Error Line has trailing spaces. 36
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error Line has trailing spaces. 40
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45

org/codehaus/xfire/xmlbeans/generator/GenerationStrategy.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 Line has trailing spaces. 13
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error '(' is followed by whitespace. 20
Error Expected @param tag for 'service'. 20
Error Expected @param tag for 'directory'. 21
Error Expected @param tag for 'task'. 22
Error ')' is preceded with whitespace. 22
Error Line has trailing spaces. 23
Error Expected @throws tag for 'Exception'. 23

org/codehaus/xfire/xmlbeans/generator/GeneratorTask.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 13
Error Line has trailing spaces. 15
Error '{' should be on the previous line. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 29
Error '{' should be on the previous line. 30
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Redundant throws: 'BuildException' is unchecked exception. 33
Error '{' should be on the previous line. 34
Error '{' should be on the previous line. 36
Error '{' should be on the previous line. 41
Error '}' should be on the same line. 43
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
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 Line has trailing spaces. 52
Error '(' is followed by whitespace. 53
Error ';' is followed by whitespace. 53
Error '{' should be on the previous line. 54
Error Line is longer than 80 characters. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '}' should be on the same line. 57
Error '{' should be on the previous line. 59
Error Line has trailing spaces. 65
Error Method 'getStrategy' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Line is longer than 80 characters. 66
Error Line has trailing spaces. 68
Error Line is longer than 80 characters. 68
Error Line has trailing spaces. 70
Error Method 'getWsdl' 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 Line has trailing spaces. 75
Error Method 'setWsdl' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter wsdl should be final. 76
Error 'wsdl' hides a field. 76
Error '{' should be on the previous line. 77
Error Line has trailing spaces. 80
Error Method 'getOutputDir' 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 Line has trailing spaces. 85
Error Method 'setOutputDir' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter outputDir should be final. 86
Error 'outputDir' hides a field. 86
Error '{' should be on the previous line. 87
Error Line has trailing spaces. 90
Error Method 'isOverwrite' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '{' should be on the previous line. 92
Error Line has trailing spaces. 95
Error Method 'setOverwrite' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Parameter overwrite should be final. 96
Error 'overwrite' hides a field. 96
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 100
Error Method 'getPackage' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error '{' should be on the previous line. 102
Error Line has trailing spaces. 105
Error Method 'setPackage' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Parameter packageName should be final. 106
Error 'packageName' hides a field. 106
Error '{' should be on the previous line. 107
Error Line has trailing spaces. 110
Error Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error Parameter strategy should be final. 111
Error 'strategy' hides a field. 111
Error '{' should be on the previous line. 112
Error Line has trailing spaces. 115
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error '{' should be on the previous line. 117
Error Line has trailing spaces. 120
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Parameter name should be final. 121
Error 'name' hides a field. 121
Error '{' should be on the previous line. 122

org/codehaus/xfire/xmlbeans/generator/VelocityGenerationStrategy.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 14
Error Missing a Javadoc comment. 15
Error Line has trailing spaces. 16
Error '{' should be on the previous line. 21
Error '}' should be on the same line. 23
Error '{' should be on the previous line. 25
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 30
Error Method 'generateStub' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter context should be final. 30
Error Parameter writer should be final. 30
Error Parameter template should be final. 30
Error Line has trailing spaces. 32
Error '{' should be on the previous line. 32
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33

org/codehaus/xfire/xmlbeans/generator/WSDLInspector.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 31
Error Line has trailing spaces. 33
Error '{' should be on the previous line. 38
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 39
Error 'static' modifier out of order with the JLS suggestions. 39
Error Name 'schemaNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 41
Error 'static' modifier out of order with the JLS suggestions. 41
Error Name 'wsdlNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 43
Error 'static' modifier out of order with the JLS suggestions. 43
Error Name 'wsdlSoapNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 45
Error 'static' modifier out of order with the JLS suggestions. 45
Error Name 'httpNS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
Error Line has trailing spaces. 47
Error Line has trailing spaces. 48
Error Missing a Javadoc comment. 48
Error Variable 'loader' must be private and have accessor methods. 48
Error Line has trailing spaces. 50
Error Method 'generateServices' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error Parameter document should be final. 51
Error '{' should be on the previous line. 52
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 61
Error Line has trailing spaces. 63
Error 'cast' is not followed by whitespace. 64
Error Line has trailing spaces. 66
Error Line has trailing spaces. 68
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error Line has trailing spaces. 73
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 76
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 79
Error 'if' construct must use '{}'s. 80
Error Line has trailing spaces. 82
Error Line is longer than 80 characters. 88
Error ',' is not followed by whitespace. 88
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error 'if' construct must use '{}'s. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 95
Error Line has trailing spaces. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error 'if' construct must use '{}'s. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line has trailing spaces. 101
Error Line has trailing spaces. 103
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line has trailing spaces. 107
Error Line has trailing spaces. 110
Error Line has trailing spaces. 113
Error Line is longer than 80 characters. 117
Error Missing a Javadoc comment. 117
Error Parameter xOperation should be final. 117
Error Parameter portType should be final. 117
Error Parameter defs should be final. 117
Error Line has trailing spaces. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line is longer than 80 characters. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 125
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error Line is longer than 80 characters. 134
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line has trailing spaces. 138
Error Line has trailing spaces. 141
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line has trailing spaces. 144
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error Line has trailing spaces. 151
Error Line has trailing spaces. 154
Error Missing a Javadoc comment. 159
Error Parameter name should be final. 159
Error Parameter defs should be final. 159
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 162
Error '++' is preceded with whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error 'if' construct must use '{}'s. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Missing a Javadoc comment. 170
Error Parameter name should be final. 170
Error Parameter portType should be final. 170
Error '{' should be on the previous line. 171
Error Line has trailing spaces. 173
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 175
Error 'if' construct must use '{}'s. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Missing a Javadoc comment. 182
Error Parameter defs should be final. 182
Error Parameter portType should be final. 182
Error '{' should be on the previous line. 183
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 186
Error 'if' construct must use '{}'s. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error Line has trailing spaces. 190
Error Missing a Javadoc comment. 194
Error Parameter defs should be final. 194
Error Parameter binding should be final. 194
Error '{' should be on the previous line. 195
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '{' should be on the previous line. 198
Error 'if' construct must use '{}'s. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error Line has trailing spaces. 202
Error Missing a Javadoc comment. 206
Error '{' should be on the previous line. 207
Error Missing a Javadoc comment. 208
Error Missing a Javadoc comment. 209
Error Missing a Javadoc comment. 210
Error Missing a Javadoc comment. 211
Error Missing a Javadoc comment. 212
Error Missing a Javadoc comment. 213
Error Missing a Javadoc comment. 214
Error Missing a Javadoc comment. 215
Error Missing a Javadoc comment. 216
Error Line has trailing spaces. 217
Error Method 'getImports' is not designed for extension - needs to be abstract, final or empty. 218
Error Missing a Javadoc comment. 218
Error '{' should be on the previous line. 219
Error Line has trailing spaces. 221
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error '{' should be on the previous line. 223
Error '(' is followed by whitespace. 224
Error ';' is followed by whitespace. 224
Error '{' should be on the previous line. 225
Error Line has trailing spaces. 227
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 followed by whitespace. 230
Error ';' is followed by whitespace. 230
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error Line has trailing spaces. 236
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 238
Error Line is longer than 80 characters. 239
Error '(' is followed by whitespace. 239
Error ';' is followed by whitespace. 239
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error Method 'getSoapVersion' is not designed for extension - needs to be abstract, final or empty. 250
Error Missing a Javadoc comment. 250
Error '{' should be on the previous line. 251
Error Method 'setSoapVersion' is not designed for extension - needs to be abstract, final or empty. 254
Error Missing a Javadoc comment. 254
Error Parameter soapVersion should be final. 254
Error 'soapVersion' hides a field. 254
Error '{' should be on the previous line. 255
Error Method 'isRest' is not designed for extension - needs to be abstract, final or empty. 258
Error Missing a Javadoc comment. 258
Error '{' should be on the previous line. 259
Error Method 'setRest' is not designed for extension - needs to be abstract, final or empty. 262
Error Missing a Javadoc comment. 262
Error Parameter isRest should be final. 262
Error 'isRest' hides a field. 262
Error '{' should be on the previous line. 263
Error Method 'getPortType' is not designed for extension - needs to be abstract, final or empty. 266
Error Missing a Javadoc comment. 266
Error '{' should be on the previous line. 267
Error Method 'setPortType' is not designed for extension - needs to be abstract, final or empty. 270
Error Missing a Javadoc comment. 270
Error Parameter portType should be final. 270
Error 'portType' hides a field. 270
Error '{' should be on the previous line. 271
Error Method 'getBinding' is not designed for extension - needs to be abstract, final or empty. 274
Error Missing a Javadoc comment. 274
Error '{' should be on the previous line. 275
Error Method 'setBinding' is not designed for extension - needs to be abstract, final or empty. 278
Error Missing a Javadoc comment. 278
Error Parameter binding should be final. 278
Error 'binding' hides a field. 278
Error '{' should be on the previous line. 279
Error Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. 282
Error Missing a Javadoc comment. 282
Error '{' should be on the previous line. 283
Error Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. 286
Error Missing a Javadoc comment. 286
Error Parameter xmlObject should be final. 286
Error 'xmlObject' hides a field. 286
Error '{' should be on the previous line. 287
Error Method 'addMethod' is not designed for extension - needs to be abstract, final or empty. 290
Error Missing a Javadoc comment. 290
Error '(' is followed by whitespace. 290
Error Parameter m should be final. 290
Error ')' is preceded with whitespace. 290
Error '{' should be on the previous line. 291
Error 'if' construct must use '{}'s. 292
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error Line has trailing spaces. 294
Error Line has trailing spaces. 297
Error Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. 298
Error Missing a Javadoc comment. 298
Error '{' should be on the previous line. 299
Error Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. 302
Error Missing a Javadoc comment. 302
Error Parameter encoding should be final. 302
Error 'encoding' hides a field. 302
Error '{' should be on the previous line. 303
Error Method 'getMethods' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error '{' should be on the previous line. 307
Error Method 'setMethods' is not designed for extension - needs to be abstract, final or empty. 310
Error Missing a Javadoc comment. 310
Error Parameter methods should be final. 310
Error 'methods' hides a field. 310
Error '{' should be on the previous line. 311
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 314
Error Missing a Javadoc comment. 314
Error '{' should be on the previous line. 315
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 318
Error Missing a Javadoc comment. 318
Error Parameter name should be final. 318
Error 'name' hides a field. 318
Error '{' should be on the previous line. 319
Error Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 322
Error Missing a Javadoc comment. 322
Error '{' should be on the previous line. 323
Error Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. 326
Error Missing a Javadoc comment. 326
Error Parameter url should be final. 326
Error 'url' hides a field. 326
Error '{' should be on the previous line. 327
Error Line has trailing spaces. 331
Error Missing a Javadoc comment. 332
Error '{' should be on the previous line. 333
Error Missing a Javadoc comment. 334
Error Missing a Javadoc comment. 335
Error Missing a Javadoc comment. 336
Error Missing a Javadoc comment. 337
Error Missing a Javadoc comment. 338
Error Method 'addRequestParameter' is not designed for extension - needs to be abstract, final or empty. 340
Error Missing a Javadoc comment. 340
Error '(' is followed by whitespace. 340
Error Parameter parameter should be final. 340
Error ')' is preceded with whitespace. 340
Error '{' should be on the previous line. 341
Error 'if' construct must use '{}'s. 342
Error '(' is followed by whitespace. 342
Error ')' is preceded with whitespace. 342
Error Line has trailing spaces. 344
Error Method 'addResponseParameter' is not designed for extension - needs to be abstract, final or empty. 347
Error Missing a Javadoc comment. 347
Error '(' is followed by whitespace. 347
Error Parameter parameter should be final. 347
Error ')' is preceded with whitespace. 347
Error '{' should be on the previous line. 348
Error 'if' construct must use '{}'s. 349
Error '(' is followed by whitespace. 349
Error ')' is preceded with whitespace. 349
Error Line has trailing spaces. 351
Error Method 'getRequestParameters' is not designed for extension - needs to be abstract, final or empty. 354
Error Missing a Javadoc comment. 354
Error '{' should be on the previous line. 355
Error Method 'setRequestParameters' is not designed for extension - needs to be abstract, final or empty. 358
Error Missing a Javadoc comment. 358
Error Parameter requestParameters should be final. 358
Error 'requestParameters' hides a field. 358
Error '{' should be on the previous line. 359
Error Method 'getResponseParameters' is not designed for extension - needs to be abstract, final or empty. 362
Error Missing a Javadoc comment. 362
Error '{' should be on the previous line. 363
Error Method 'setResponseParameters' is not designed for extension - needs to be abstract, final or empty. 366
Error Missing a Javadoc comment. 366
Error Parameter responseParameters should be final. 366
Error 'responseParameters' hides a field. 366
Error '{' should be on the previous line. 367
Error Method 'getSoapAction' is not designed for extension - needs to be abstract, final or empty. 370
Error Missing a Javadoc comment. 370
Error '{' should be on the previous line. 371
Error Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. 374
Error Missing a Javadoc comment. 374
Error '{' should be on the previous line. 375
Error Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. 378
Error Missing a Javadoc comment. 378
Error Parameter xmlObject should be final. 378
Error 'xmlObject' hides a field. 378
Error '{' should be on the previous line. 379
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 382
Error Missing a Javadoc comment. 382
Error '{' should be on the previous line. 383
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 386
Error Missing a Javadoc comment. 386
Error Parameter name should be final. 386
Error 'name' hides a field. 386
Error '{' should be on the previous line. 387
Error Method 'setSoapAction' is not designed for extension - needs to be abstract, final or empty. 390
Error Missing a Javadoc comment. 390
Error Parameter soapAction should be final. 390
Error 'soapAction' hides a field. 390
Error '{' should be on the previous line. 391
Error Line has trailing spaces. 395
Error Missing a Javadoc comment. 396
Error '{' should be on the previous line. 397
Error Missing a Javadoc comment. 398
Error Missing a Javadoc comment. 399
Error Line has trailing spaces. 400
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 401
Error Missing a Javadoc comment. 401
Error '{' should be on the previous line. 402
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 405
Error Missing a Javadoc comment. 405
Error Parameter name should be final. 405
Error 'name' hides a field. 405
Error '{' should be on the previous line. 406
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 409
Error Missing a Javadoc comment. 409
Error '{' should be on the previous line. 410
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 413
Error Missing a Javadoc comment. 413
Error Parameter type should be final. 413
Error 'type' hides a field. 413
Error '{' should be on the previous line. 414

org/codehaus/xfire/xmlbeans/generator/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/xmlbeans/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/xmlbeans/util/ContentHandlerToXMLStreamWriter.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. 1
Error Line has trailing spaces. 52
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 66
Error Missing a Javadoc comment. 66
Error Parameter staxCore should be final. 66
Error Parameter writeStart should be final. 66
Error 'writeStart' hides a field. 66
Error Line has trailing spaces. 74
Error Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Line has trailing spaces. 88
Error Missing a Javadoc comment. 91
Error Line has trailing spaces. 97
Error Method 'characters' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Parameter ch should be final. 100
Error Parameter start should be final. 100
Error Parameter length should be final. 100
Error Line has trailing spaces. 113
Error Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error Parameter ch should be final. 116
Error Parameter start should be final. 116
Error Parameter length should be final. 116
Error Line has trailing spaces. 118
Error ',' is not followed by whitespace. 119
Error ',' is not followed by whitespace. 119
Error Line has trailing spaces. 124
Error Line has trailing spaces. 127
Error Missing a Javadoc comment. 127
Error Parameter prefix should be final. 127
Error '{' should be on the previous line. 128
Error Comment matches to-do format 'TODO:'. 129
Error Line has trailing spaces. 137
Error Method 'skippedEntity' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter name should be final. 140
Error Line has trailing spaces. 150
Error Missing a Javadoc comment. 153
Error Parameter locator should be final. 153
Error Comment matches to-do format 'TODO:'. 154
Error Line has trailing spaces. 162
Error Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error Parameter target should be final. 166
Error Parameter data should be final. 166
Error Line has trailing spaces. 179
Error Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. 183
Error Missing a Javadoc comment. 183
Error Parameter prefix should be final. 183
Error Parameter uri should be final. 183
Error Line has trailing spaces. 201
Error Method 'endElement' is not designed for extension - needs to be abstract, final or empty. 205
Error Missing a Javadoc comment. 205
Error Parameter namespaceURI should be final. 205
Error Parameter localName should be final. 205
Error Parameter qName should be final. 205
Error Comment matches to-do format 'TODO:'. 209
Error Method 'startElement' is not designed for extension - needs to be abstract, final or empty. 216
Error Missing a Javadoc comment. 216
Error Parameter uri should be final. 216
Error Parameter localName should be final. 216
Error Parameter qName should be final. 217
Error Parameter atts should be final. 217
Error '{' should be on the previous line. 218
Error '{' should be on the previous line. 221
Error Line has trailing spaces. 224
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error Line is longer than 80 characters. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '{' should be on the previous line. 231
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '}' should be on the same line. 235
Error '{' should be on the previous line. 237
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error Line has trailing spaces. 239
Error '}' should be on the same line. 240
Error '{' should be on the previous line. 242
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error Line has trailing spaces. 244
Error Line has trailing spaces. 245
Error '(' is followed by whitespace. 245
Error '}' should be on the same line. 250
Error '{' should be on the previous line. 252
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error Line has trailing spaces. 255
Error '{' should be on the previous line. 258
Error '{' should be on the previous line. 262
Error '}' should be on the same line. 271
Error '{' should be on the previous line. 273
Error First sentence should end with a period. 279
Error Line has trailing spaces. 281
Error Parameter atts should be final. 285
Error Expected @throws tag for 'XMLStreamException'. 285
Error '{' should be on the previous line. 286
Error '{' should be on the previous line. 288
Error Line has trailing spaces. 297
Error Parameter qName should be final. 302
Error '{' should be on the previous line. 303
Error '{' should be on the previous line. 306
Error '}' should be on the same line. 308
Error '{' should be on the previous line. 310

org/codehaus/xfire/xmlbeans/util/XMLStreamReaderToContentHandler.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. 3
Error Line has trailing spaces. 58
Error '{' should be on the previous line. 59
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Line has trailing spaces. 70
Error Line is longer than 80 characters. 76
Error Parameter staxCore should be final. 76
Error Parameter saxCore should be final. 76
Error Method 'bridge' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error '=' is not preceded with whitespace. 88
Error '=' is not followed by whitespace. 88
Error 'if' is not followed by whitespace. 92
Error Line has trailing spaces. 96
Error 'if' construct must use '{}'s. 97
Error 'if' is not followed by whitespace. 97
Error '(' is followed by whitespace. 97
Error '!=' is not preceded with whitespace. 97
Error '!=' is not followed by whitespace. 97
Error Line is longer than 80 characters. 98
Error Line has trailing spaces. 99
Error Line has trailing spaces. 151
Error '=' is not preceded with whitespace. 152
Error '=' is not followed by whitespace. 152
Error '!=' is not preceded with whitespace. 153
Error '!=' is not followed by whitespace. 153
Error Missing a Javadoc comment. 161
Error Missing a Javadoc comment. 165
Error Missing a Javadoc comment. 183
Error Missing a Javadoc comment. 193
Error Line has trailing spaces. 201
Error Line is longer than 80 characters. 202
Error Line has trailing spaces. 210
Error Line is longer than 80 characters. 214
Error Missing a Javadoc comment. 224
Error Missing a Javadoc comment. 248
Error 'if' construct must use '{}'s. 267
Error 'if' is not followed by whitespace. 267
Error '==' is not preceded with whitespace. 267
Error '==' is not followed by whitespace. 267
Error '==' is not preceded with whitespace. 267
Error '==' is not followed by whitespace. 267
Error 'else' construct must use '{}'s. 269
Error Line has trailing spaces. 285
Error Line has trailing spaces. 297
Error 'if' construct must use '{}'s. 305
Error 'if' is not followed by whitespace. 305
Error '==' is not preceded with whitespace. 305
Error '==' is not followed by whitespace. 305
Error '=' is not preceded with whitespace. 305
Error '=' is not followed by whitespace. 305
Error 'if' construct must use '{}'s. 309
Error 'if' is not followed by whitespace. 309
Error '==' is not preceded with whitespace. 309
Error '==' is not followed by whitespace. 309
Error '==' is not preceded with whitespace. 309
Error '==' is not followed by whitespace. 309
Error 'else' construct must use '{}'s. 311
Error Missing a Javadoc comment. 322
Error Missing a Javadoc comment. 328
Error Missing a Javadoc comment. 334
Error Missing a Javadoc comment. 339
Error Missing a Javadoc comment. 343
Error Missing a Javadoc comment. 347
Error Missing a Javadoc comment. 352
Error Missing a Javadoc comment. 357
Error Missing a Javadoc comment. 362

org/codehaus/xfire/xmlbeans/util/package.html

ErrorLine
Error Missing package documentation file.0