Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
28001089

Files

FilesIWE
org/codehaus/xfire/xmlbeans/XMLBeansFault.java 0054
org/codehaus/xfire/xmlbeans/XMLBeansServiceBuilder.java 0067
org/codehaus/xfire/xmlbeans/XMLBeansType.java 0056
org/codehaus/xfire/xmlbeans/client/XMLBeansClientHandler.java 0086
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/ServerGenerationStrategy.java 0027
org/codehaus/xfire/xmlbeans/generator/VelocityGenerationStrategy.java 0018
org/codehaus/xfire/xmlbeans/generator/WSDLInspector.java 00444
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/XMLBeansFault.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 14
Error Missing a Javadoc comment. 15
Error Line has trailing spaces. 16
Error Missing a Javadoc comment. 17
Error Line has trailing spaces. 18
Error Parameter fault should be final. 22
Error 'fault' hides a field. 22
Error '{' should be on the previous line. 23
Error Line has trailing spaces. 26
Error 'if' construct must use '{}'s. 30
Error Line is longer than 80 characters. 30
Error 'else' construct must use '{}'s. 32
Error Line has trailing spaces. 35
Error Method 'createSoap11Fault' is not designed for extension - needs to be abstract, final or empty. 40
Error Parameter cursor should be final. 40
Error Expected @param tag for 'cursor'. 40
Error '{' should be on the previous line. 41
Error Line has trailing spaces. 43
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
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 '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line has trailing spaces. 66
Error Parameter cursor should be final. 71
Error Expected @param tag for 'cursor'. 71
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 75
Error Method 'getFault' is not designed for extension - needs to be abstract, final or empty. 79
Error '{' should be on the previous line. 80
Error Line has trailing spaces. 83
Error Method 'setFault' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter fault should be final. 87
Error 'fault' hides a field. 87
Error '{' should be on the previous line. 88

org/codehaus/xfire/xmlbeans/XMLBeansServiceBuilder.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 24
Error Missing a Javadoc comment. 25
Error '{' should be on the previous line. 26
Error Missing a Javadoc comment. 30
Error Parameter xfire should be final. 30
Error '{' should be on the previous line. 31
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 35
Error Parameter xfire should be final. 35
Error Parameter typeMappingRegistry should be final. 35
Error Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter service should be final. 40
Error Parameter method should be final. 40
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error Line has trailing spaces. 43
Error Line has trailing spaces. 45
Error Line has trailing spaces. 47
Error Line has trailing spaces. 49
Error Line has trailing spaces. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error Line is longer than 80 characters. 59
Error '}' should be on the same line. 60
Error '{' should be on the previous line. 62
Error 'if' construct must use '{}'s. 64
Error Line is longer than 80 characters. 69
Error Line has trailing spaces. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line has trailing spaces. 77
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. 84
Error Line is longer than 80 characters. 86
Error '}' should be on the same line. 87
Error '{' should be on the previous line. 89
Error 'if' construct must use '{}'s. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Line has trailing spaces. 93
Error Line is longer than 80 characters. 94
Error Line has trailing spaces. 97
Error Line has trailing spaces. 101
Error Expected an @return tag. 105
Error Method 'getSchemaType' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter clazz should be final. 105
Error Expected @param tag for 'clazz'. 105
Error '{' should be on the previous line. 106
Error '{' should be on the previous line. 108
Error Line has trailing spaces. 110
Error '}' should be on the same line. 112
Error '{' should be on the previous line. 114
Error Line has trailing spaces. 116
Error '}' should be on the same line. 116
Error '{' should be on the previous line. 118
Error '}' should be on the same line. 120
Error '{' should be on the previous line. 122

org/codehaus/xfire/xmlbeans/XMLBeansType.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. 24
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error 'static' modifier out of order with the JLS suggestions. 28
Error Name 'options' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 34
Error '{' should be on the previous line. 35
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 38
Error Parameter schemaType should be final. 38
Error 'schemaType' hides a field. 38
Error '{' should be on the previous line. 39
Error Line has trailing spaces. 43
Error Method 'readObject' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter reader should be final. 43
Error Parameter context should be final. 43
Error Line contains a tab character. 44
Error '{' should be on the previous line. 45
Error '{' should be on the previous line. 47
Error '}' should be on the same line. 49
Error 'catch' is not followed by whitespace. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 56
Error Method 'writeObject' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter o should be final. 56
Error Parameter writer should be final. 56
Error Parameter context should be final. 56
Error Line contains a tab character. 57
Error '{' should be on the previous line. 58
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 61
Error '{' should be on the previous line. 65
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 68
Error Line has trailing spaces. 73
Error '}' should be on the same line. 73
Error '{' should be on the previous line. 75
Error Line is longer than 80 characters. 76
Error Missing a Javadoc comment. 80
Error Parameter element should be final. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 84
Error Method 'isComplex' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error '{' should be on the previous line. 86
Error Line has trailing spaces. 89
Error Method 'getSchemaType' is not designed for extension - needs to be abstract, final or empty. 93
Error '{' should be on the previous line. 94

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. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 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. 36
Error Missing a Javadoc comment. 37
Error Parameter options should be final. 37
Error 'options' hides a field. 37
Error '{' should be on the previous line. 38
Error Line has trailing spaces. 41
Error Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. 45
Error '{' should be on the previous line. 46
Error Line has trailing spaces. 49
Error Method 'setRequest' is not designed for extension - needs to be abstract, final or empty. 53
Error Parameter request should be final. 53
Error 'request' hides a field. 53
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 57
Error Method 'getResponse' is not designed for extension - needs to be abstract, final or empty. 61
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 65
Error Method 'setResponse' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter response should be final. 69
Error 'response' hides a field. 69
Error '{' should be on the previous line. 70
Error Line has trailing spaces. 74
Error Method 'writeRequest' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error '(' is followed by whitespace. 74
Error Parameter writer should be final. 74
Error ')' is preceded with whitespace. 74
Error Line contains a tab character. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Line contains a tab character. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line contains a tab character. 80
Error '{' should be on the previous line. 80
Error Line is longer than 80 characters. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line has trailing spaces. 86
Error Line has trailing spaces. 87
Error Method 'handleResponse' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Parameter reader should be final. 87
Error Line contains a tab character. 88
Error '{' should be on the previous line. 89
Error '{' should be on the previous line. 91
Error Line has trailing spaces. 93
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Comment matches to-do format 'TODO:'. 106
Error 'if' construct must use '{}'s. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error 'if' construct must use '{}'s. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line has trailing spaces. 117
Error 'if' construct must use '{}'s. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line has trailing spaces. 121
Error Line is longer than 80 characters. 122
Error Line has trailing spaces. 123
Error Line has trailing spaces. 127
Error '(' is followed by whitespace. 127
Error Line has trailing spaces. 128
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '}' should be on the same line. 133
Error '{' should be on the previous line. 135

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/ServerGenerationStrategy.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 ')' is preceded with whitespace. 28
Error Line has trailing spaces. 29
Error '(' is followed by whitespace. 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. 37
Error Line is longer than 80 characters. 38

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 '(' 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 Line is longer than 80 characters. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
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 is longer than 80 characters. 150
Error '+' is not preceded with whitespace. 151
Error '+' is not followed by whitespace. 151
Error Line has trailing spaces. 152
Error Line is longer than 80 characters. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line has trailing spaces. 156
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error Line is longer than 80 characters. 162
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Line has trailing spaces. 166
Error Line has trailing spaces. 170
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Line has trailing spaces. 173
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error Line has trailing spaces. 180
Error Line has trailing spaces. 183
Error Missing a Javadoc comment. 188
Error Parameter message should be final. 188
Error Parameter partName should be final. 188
Error '{' should be on the previous line. 189
Error '(' is followed by whitespace. 191
Error '++' is preceded with whitespace. 191
Error ')' is preceded with whitespace. 191
Error '{' should be on the previous line. 192
Error 'if' construct must use '{}'s. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error Missing a Javadoc comment. 199
Error Parameter name should be final. 199
Error Parameter defs should be final. 199
Error '{' should be on the previous line. 200
Error '(' is followed by whitespace. 202
Error '++' is preceded with whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 203
Error 'if' construct must use '{}'s. 204
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Missing a Javadoc comment. 210
Error Parameter name should be final. 210
Error Parameter portType should be final. 210
Error '{' should be on the previous line. 211
Error Line has trailing spaces. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '{' should be on the previous line. 215
Error 'if' construct must use '{}'s. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error Missing a Javadoc comment. 222
Error Parameter defs should be final. 222
Error Parameter portType should be final. 222
Error '{' should be on the previous line. 223
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error 'if' construct must use '{}'s. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error Line has trailing spaces. 230
Error Missing a Javadoc comment. 234
Error Parameter defs should be final. 234
Error Parameter binding should be final. 234
Error '{' should be on the previous line. 235
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 238
Error 'if' construct must use '{}'s. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error Line has trailing spaces. 242
Error Missing a Javadoc comment. 246
Error '{' should be on the previous line. 247
Error Missing a Javadoc comment. 248
Error Missing a Javadoc comment. 249
Error Missing a Javadoc comment. 250
Error Missing a Javadoc comment. 251
Error Missing a Javadoc comment. 252
Error Missing a Javadoc comment. 253
Error Missing a Javadoc comment. 254
Error Missing a Javadoc comment. 255
Error Missing a Javadoc comment. 256
Error Line has trailing spaces. 257
Error Method 'getImports' 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 Line has trailing spaces. 261
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '{' should be on the previous line. 263
Error '(' is followed by whitespace. 264
Error ';' is followed by whitespace. 264
Error '{' should be on the previous line. 265
Error Line has trailing spaces. 267
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error '{' should be on the previous line. 269
Error Line is longer than 80 characters. 270
Error '(' is followed by whitespace. 270
Error ';' is followed by whitespace. 270
Error '(' is followed by whitespace. 273
Error ')' is preceded with whitespace. 273
Error Line has trailing spaces. 276
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error '{' should be on the previous line. 278
Error Line is longer than 80 characters. 279
Error '(' is followed by whitespace. 279
Error ';' is followed by whitespace. 279
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error Line has trailing spaces. 285
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error '{' should be on the previous line. 287
Error Line is longer than 80 characters. 288
Error '(' is followed by whitespace. 288
Error ';' is followed by whitespace. 288
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error Method 'getSoapVersion' is not designed for extension - needs to be abstract, final or empty. 299
Error Missing a Javadoc comment. 299
Error '{' should be on the previous line. 300
Error Method 'setSoapVersion' is not designed for extension - needs to be abstract, final or empty. 303
Error Missing a Javadoc comment. 303
Error Parameter soapVersion should be final. 303
Error 'soapVersion' hides a field. 303
Error '{' should be on the previous line. 304
Error Method 'isRest' is not designed for extension - needs to be abstract, final or empty. 307
Error Missing a Javadoc comment. 307
Error '{' should be on the previous line. 308
Error Method 'setRest' is not designed for extension - needs to be abstract, final or empty. 311
Error Missing a Javadoc comment. 311
Error Parameter isRest should be final. 311
Error 'isRest' hides a field. 311
Error '{' should be on the previous line. 312
Error Method 'getPortType' is not designed for extension - needs to be abstract, final or empty. 315
Error Missing a Javadoc comment. 315
Error '{' should be on the previous line. 316
Error Method 'setPortType' is not designed for extension - needs to be abstract, final or empty. 319
Error Missing a Javadoc comment. 319
Error Parameter portType should be final. 319
Error 'portType' hides a field. 319
Error '{' should be on the previous line. 320
Error Method 'getBinding' is not designed for extension - needs to be abstract, final or empty. 323
Error Missing a Javadoc comment. 323
Error '{' should be on the previous line. 324
Error Method 'setBinding' is not designed for extension - needs to be abstract, final or empty. 327
Error Missing a Javadoc comment. 327
Error Parameter binding should be final. 327
Error 'binding' hides a field. 327
Error '{' should be on the previous line. 328
Error Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. 331
Error Missing a Javadoc comment. 331
Error '{' should be on the previous line. 332
Error Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. 335
Error Missing a Javadoc comment. 335
Error Parameter xmlObject should be final. 335
Error 'xmlObject' hides a field. 335
Error '{' should be on the previous line. 336
Error Method 'addMethod' is not designed for extension - needs to be abstract, final or empty. 339
Error Missing a Javadoc comment. 339
Error '(' is followed by whitespace. 339
Error Parameter m should be final. 339
Error ')' is preceded with whitespace. 339
Error '{' should be on the previous line. 340
Error 'if' construct must use '{}'s. 341
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error Line has trailing spaces. 343
Error Line has trailing spaces. 346
Error Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. 347
Error Missing a Javadoc comment. 347
Error '{' should be on the previous line. 348
Error Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. 351
Error Missing a Javadoc comment. 351
Error Parameter encoding should be final. 351
Error 'encoding' hides a field. 351
Error '{' should be on the previous line. 352
Error Method 'getMethods' is not designed for extension - needs to be abstract, final or empty. 355
Error Missing a Javadoc comment. 355
Error '{' should be on the previous line. 356
Error Method 'setMethods' is not designed for extension - needs to be abstract, final or empty. 359
Error Missing a Javadoc comment. 359
Error Parameter methods should be final. 359
Error 'methods' hides a field. 359
Error '{' should be on the previous line. 360
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 363
Error Missing a Javadoc comment. 363
Error '{' should be on the previous line. 364
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 367
Error Missing a Javadoc comment. 367
Error Parameter name should be final. 367
Error 'name' hides a field. 367
Error '{' should be on the previous line. 368
Error Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 371
Error Missing a Javadoc comment. 371
Error '{' should be on the previous line. 372
Error Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. 375
Error Missing a Javadoc comment. 375
Error Parameter url should be final. 375
Error 'url' hides a field. 375
Error '{' should be on the previous line. 376
Error Line has trailing spaces. 380
Error Missing a Javadoc comment. 381
Error '{' should be on the previous line. 382
Error Missing a Javadoc comment. 383
Error Missing a Javadoc comment. 384
Error Missing a Javadoc comment. 385
Error Missing a Javadoc comment. 386
Error Missing a Javadoc comment. 387
Error Missing a Javadoc comment. 388
Error Missing a Javadoc comment. 389
Error Method 'addRequestParameter' is not designed for extension - needs to be abstract, final or empty. 391
Error Missing a Javadoc comment. 391
Error '(' is followed by whitespace. 391
Error Parameter parameter should be final. 391
Error ')' is preceded with whitespace. 391
Error '{' should be on the previous line. 392
Error 'if' construct must use '{}'s. 393
Error '(' is followed by whitespace. 393
Error ')' is preceded with whitespace. 393
Error Line has trailing spaces. 395
Error Method 'addResponseParameter' is not designed for extension - needs to be abstract, final or empty. 398
Error Missing a Javadoc comment. 398
Error '(' is followed by whitespace. 398
Error Parameter parameter should be final. 398
Error ')' is preceded with whitespace. 398
Error '{' should be on the previous line. 399
Error 'if' construct must use '{}'s. 400
Error '(' is followed by whitespace. 400
Error ')' is preceded with whitespace. 400
Error Line has trailing spaces. 402
Error Line has trailing spaces. 405
Error Method 'addRequestHeader' is not designed for extension - needs to be abstract, final or empty. 406
Error Missing a Javadoc comment. 406
Error '(' is followed by whitespace. 406
Error Parameter parameter should be final. 406
Error ')' is preceded with whitespace. 406
Error '{' should be on the previous line. 407
Error 'if' construct must use '{}'s. 408
Error '(' is followed by whitespace. 408
Error ')' is preceded with whitespace. 408
Error Line has trailing spaces. 410
Error Line has trailing spaces. 413
Error Method 'addResponseHeader' is not designed for extension - needs to be abstract, final or empty. 414
Error Missing a Javadoc comment. 414
Error '(' is followed by whitespace. 414
Error Parameter parameter should be final. 414
Error ')' is preceded with whitespace. 414
Error '{' should be on the previous line. 415
Error 'if' construct must use '{}'s. 416
Error '(' is followed by whitespace. 416
Error ')' is preceded with whitespace. 416
Error Line has trailing spaces. 418
Error Line has trailing spaces. 421
Error Method 'getRequestParameters' is not designed for extension - needs to be abstract, final or empty. 422
Error Missing a Javadoc comment. 422
Error '{' should be on the previous line. 423
Error Method 'setRequestParameters' is not designed for extension - needs to be abstract, final or empty. 426
Error Missing a Javadoc comment. 426
Error Parameter requestParameters should be final. 426
Error 'requestParameters' hides a field. 426
Error '{' should be on the previous line. 427
Error Method 'getResponseParameters' is not designed for extension - needs to be abstract, final or empty. 430
Error Missing a Javadoc comment. 430
Error '{' should be on the previous line. 431
Error Method 'setResponseParameters' is not designed for extension - needs to be abstract, final or empty. 434
Error Missing a Javadoc comment. 434
Error Parameter responseParameters should be final. 434
Error 'responseParameters' hides a field. 434
Error '{' should be on the previous line. 435
Error Method 'getRequestHeaders' is not designed for extension - needs to be abstract, final or empty. 438
Error Missing a Javadoc comment. 438
Error '{' should be on the previous line. 439
Error Method 'setRequestHeaders' is not designed for extension - needs to be abstract, final or empty. 442
Error Missing a Javadoc comment. 442
Error Parameter requestHeaders should be final. 442
Error 'requestHeaders' hides a field. 442
Error '{' should be on the previous line. 443
Error Method 'getResponseHeaders' is not designed for extension - needs to be abstract, final or empty. 446
Error Missing a Javadoc comment. 446
Error '{' should be on the previous line. 447
Error Method 'setResponseHeaders' is not designed for extension - needs to be abstract, final or empty. 450
Error Missing a Javadoc comment. 450
Error Parameter responseHeaders should be final. 450
Error 'responseHeaders' hides a field. 450
Error '{' should be on the previous line. 451
Error Method 'getSoapAction' is not designed for extension - needs to be abstract, final or empty. 454
Error Missing a Javadoc comment. 454
Error '{' should be on the previous line. 455
Error Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. 458
Error Missing a Javadoc comment. 458
Error '{' should be on the previous line. 459
Error Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. 462
Error Missing a Javadoc comment. 462
Error Parameter xmlObject should be final. 462
Error 'xmlObject' hides a field. 462
Error '{' should be on the previous line. 463
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 466
Error Missing a Javadoc comment. 466
Error '{' should be on the previous line. 467
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 470
Error Missing a Javadoc comment. 470
Error Parameter name should be final. 470
Error 'name' hides a field. 470
Error '{' should be on the previous line. 471
Error Method 'setSoapAction' is not designed for extension - needs to be abstract, final or empty. 474
Error Missing a Javadoc comment. 474
Error Parameter soapAction should be final. 474
Error 'soapAction' hides a field. 474
Error '{' should be on the previous line. 475
Error Line has trailing spaces. 479
Error Missing a Javadoc comment. 480
Error '{' should be on the previous line. 481
Error Missing a Javadoc comment. 482
Error Missing a Javadoc comment. 483
Error Line has trailing spaces. 484
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 485
Error Missing a Javadoc comment. 485
Error '{' should be on the previous line. 486
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 489
Error Missing a Javadoc comment. 489
Error Parameter name should be final. 489
Error 'name' hides a field. 489
Error '{' should be on the previous line. 490
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 493
Error Missing a Javadoc comment. 493
Error '{' should be on the previous line. 494
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 497
Error Missing a Javadoc comment. 497
Error Parameter type should be final. 497
Error 'type' hides a field. 497
Error '{' should be on the previous line. 498

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