Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
3700925

Files

FilesIWE
org/codehaus/xfire/plexus/PlexusXFire.java 0032
org/codehaus/xfire/plexus/PlexusXFireComponent.java 0017
org/codehaus/xfire/plexus/PlexusXFireFactory.java 0073
org/codehaus/xfire/plexus/PlexusXFireServlet.java 009
org/codehaus/xfire/plexus/PlexusXFireTest.java 00167
org/codehaus/xfire/plexus/ServiceInvoker.java 0079
org/codehaus/xfire/plexus/ServiceRegistry.java 0015
org/codehaus/xfire/plexus/StandaloneXFireServlet.java 0057
org/codehaus/xfire/plexus/config/ConfigurationService.java 005
org/codehaus/xfire/plexus/config/Configurator.java 009
org/codehaus/xfire/plexus/config/DefaultConfigurationService.java 00120
org/codehaus/xfire/plexus/config/ObjectServiceConfigurator.java 00204
org/codehaus/xfire/plexus/config/package.html 001
org/codehaus/xfire/plexus/package.html 001
org/codehaus/xfire/plexus/transport/PlexusTransportManager.java 008
org/codehaus/xfire/plexus/transport/package.html 001
org/codehaus/xfire/plexus/transport/xmpp/DefaultXMPPTransportService.java 0020
org/codehaus/xfire/plexus/transport/xmpp/XMPPTransportService.java 002
org/codehaus/xfire/plexus/transport/xmpp/package.html 001
org/codehaus/xfire/plexus/type/TypeMappingRegistry.java 00103
org/codehaus/xfire/plexus/type/package.html 001

org/codehaus/xfire/plexus/PlexusXFire.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. 13
Error Line has trailing spaces. 17
Error '{' should be on the previous line. 20
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 22
Error Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error '{' should be on the previous line. 24
Error '{' should be on the previous line. 26
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error '}' should be on the same line. 28
Error '{' should be on the previous line. 30
Error Line has trailing spaces. 34
Error Method 'getTransportManager' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error '{' should be on the previous line. 36
Error '{' should be on the previous line. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '}' should be on the same line. 40
Error '{' should be on the previous line. 42
Error Line has trailing spaces. 46
Error Line is longer than 80 characters. 48
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 50
Error '(' is followed by whitespace. 50
Error Parameter locator should be final. 50
Error 'locator' hides a field. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51

org/codehaus/xfire/plexus/PlexusXFireComponent.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 9
Error Line contains a tab character. 13
Error Line contains a tab character. 14
Error '{' should be on the previous line. 15
Error Missing a Javadoc comment. 16
Error Line has trailing spaces. 17
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 18
Error Parameter manager should be final. 18
Error 'manager' hides a field. 18
Error ')' is preceded with whitespace. 18
Error '{' should be on the previous line. 19
Error Line has trailing spaces. 22
Error Method 'getServiceLocator' is not designed for extension - needs to be abstract, final or empty. 26
Error '{' should be on the previous line. 27

org/codehaus/xfire/plexus/PlexusXFireFactory.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. 27
Error '{' should be on the previous line. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Variable 'embed' must be private and have accessor methods. 31
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 33
Error '{' should be on the previous line. 35
Error Line has trailing spaces. 37
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line has trailing spaces. 45
Error Line has trailing spaces. 49
Error Missing a Javadoc comment. 49
Error Line contains a tab character. 50
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error 'synchronized' is not followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error Line has trailing spaces. 59
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Expected an @return tag. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error '{' should be on the previous line. 67
Error Line contains a tab character. 68
Error Line has trailing spaces. 69
Error Line has trailing spaces. 71
Error Line has trailing spaces. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error Line contains a tab character. 78
Error '{' should be on the previous line. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error '}' should be on the same line. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error '{' should be on the previous line. 82
Error Line is longer than 80 characters. 83
Error Line contains a tab character. 84
Error '}' should be on the same line. 85
Error '{' should be on the previous line. 87
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error Line is longer than 80 characters. 94
Error Line has trailing spaces. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line contains a tab character. 105
Error Method 'finalize' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Line contains a tab character. 106
Error '{' should be on the previous line. 106
Error Line contains a tab character. 107
Error Line has trailing spaces. 108
Error Line contains a tab character. 110

org/codehaus/xfire/plexus/PlexusXFireServlet.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 19
Error Line contains a tab character. 20
Error Method 'createXFire' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Line contains a tab character. 21
Error '{' should be on the previous line. 22
Error Line is longer than 80 characters. 23

org/codehaus/xfire/plexus/PlexusXFireTest.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 27
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 35
Error Line has trailing spaces. 36
Error Method 'printNode' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error '(' is followed by whitespace. 36
Error Parameter node should be final. 36
Error ')' is preceded with whitespace. 36
Error '{' should be on the previous line. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line has trailing spaces. 43
Error Line has trailing spaces. 46
Error Expected an @return tag. 52
Error Line has trailing spaces. 52
Error Method 'invokeService' is not designed for extension - needs to be abstract, final or empty. 52
Error '(' is followed by whitespace. 52
Error Parameter service should be final. 52
Error Parameter document should be final. 52
Error ')' is preceded with whitespace. 52
Error Expected @throws tag for 'Exception'. 53
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 61
Error Line has trailing spaces. 62
Error '(' is followed by whitespace. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line has trailing spaces. 64
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line has trailing spaces. 69
Error Method 'getWSDLDocument' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error '(' is followed by whitespace. 69
Error Parameter service should be final. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line has trailing spaces. 75
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line has trailing spaces. 79
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 83
Error '{' should be on the previous line. 84
Error Line has trailing spaces. 86
Error Line has trailing spaces. 90
Error Line has trailing spaces. 93
Error Method 'assertValid' is not designed for extension - needs to be abstract, final or empty. 97
Error '(' is followed by whitespace. 97
Error Parameter xpath should be final. 97
Error Expected @param tag for 'xpath'. 97
Error Parameter node should be final. 97
Error Expected @param tag for 'node'. 97
Error ')' is preceded with whitespace. 97
Error Expected @throws tag for 'Exception'. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line has trailing spaces. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 104
Error '+' should be on a new line. 104
Error '+' should be on a new line. 105
Error ')' is preceded with whitespace. 106
Error Line has trailing spaces. 109
Error Line has trailing spaces. 112
Error Method 'assertInvalid' is not designed for extension - needs to be abstract, final or empty. 116
Error '(' is followed by whitespace. 116
Error Parameter xpath should be final. 116
Error Expected @param tag for 'xpath'. 116
Error Parameter node should be final. 116
Error Expected @param tag for 'node'. 116
Error ')' is preceded with whitespace. 116
Error Expected @throws tag for 'Exception'. 117
Error '{' should be on the previous line. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line has trailing spaces. 120
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error '+' should be on a new line. 123
Error '+' should be on a new line. 124
Error ')' is preceded with whitespace. 125
Error Line has trailing spaces. 132
Error Method 'assertXPathEquals' is not designed for extension - needs to be abstract, final or empty. 138
Error '(' is followed by whitespace. 138
Error Parameter xpath should be final. 138
Error Expected @param tag for 'xpath'. 138
Error Parameter value should be final. 138
Error Expected @param tag for 'value'. 138
Error Parameter node should be final. 138
Error Expected @param tag for 'node'. 138
Error ')' is preceded with whitespace. 138
Error Expected @throws tag for 'Exception'. 139
Error '{' should be on the previous line. 140
Error Line is longer than 80 characters. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line has trailing spaces. 142
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line has trailing spaces. 145
Error Method 'assertNoFault' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error '(' is followed by whitespace. 146
Error Parameter node should be final. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 148
Error Line has trailing spaces. 151
Error Expected an @return tag. 156
Error Method 'createXPath' is not designed for extension - needs to be abstract, final or empty. 156
Error '(' is followed by whitespace. 156
Error Parameter xpathString should be final. 156
Error Expected @param tag for 'xpathString'. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Line has trailing spaces. 160
Error Line has trailing spaces. 163
Error Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. 169
Error '(' is followed by whitespace. 169
Error Parameter ns should be final. 169
Error Parameter uri should be final. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error Line has trailing spaces. 176
Error Unused @param tag for 'string'. 177
Error Expected an @return tag. 181
Error Line has trailing spaces. 181
Error Method 'getWSDL' is not designed for extension - needs to be abstract, final or empty. 181
Error Parameter service should be final. 181
Error Expected @param tag for 'service'. 181
Error Expected @throws tag for 'Exception'. 182
Error '{' should be on the previous line. 183
Error Line has trailing spaces. 186
Error Line has trailing spaces. 189
Error Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error '{' should be on the previous line. 191
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error Line has trailing spaces. 194
Error Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. 195
Error Missing a Javadoc comment. 195
Error '{' should be on the previous line. 196

org/codehaus/xfire/plexus/ServiceInvoker.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. 8
Error Line has trailing spaces. 17
Error Line contains a tab character. 22
Error '{' should be on the previous line. 23
Error Line is longer than 80 characters. 24
Error Missing a Javadoc comment. 24
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 31
Error '(' is followed by whitespace. 31
Error Parameter locator should be final. 31
Error 'locator' hides a field. 31
Error ')' is preceded with whitespace. 31
Error '{' should be on the previous line. 32
Error Line has trailing spaces. 35
Error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter method should be final. 36
Error Parameter args should be final. 36
Error Parameter context should be final. 36
Error '{' should be on the previous line. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error '}' should be on the same line. 45
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '{' should be on the previous line. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line has trailing spaces. 59
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error '}' should be on the same line. 61
Error '{' should be on the previous line. 63
Error Line is longer than 80 characters. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '}' should be on the same line. 65
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error '}' should be on the same line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '}' should be on the same line. 79
Error '{' should be on the previous line. 81
Error Line is longer than 80 characters. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '}' should be on the same line. 85
Error '{' should be on the previous line. 87
Error Line is longer than 80 characters. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line has trailing spaces. 89
Error '}' should be on the same line. 89
Error '{' should be on the previous line. 91
Error Line is longer than 80 characters. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '}' should be on the same line. 94
Error '{' should be on the previous line. 96

org/codehaus/xfire/plexus/ServiceRegistry.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. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error '{' should be on the previous line. 21
Error Line has trailing spaces. 24
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error '{' should be on the previous line. 27
Error '{' should be on the previous line. 30
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 39
Error Parameter locator should be final. 39
Error 'locator' hides a field. 39
Error Expected @param tag for 'locator'. 39
Error '{' should be on the previous line. 40

org/codehaus/xfire/plexus/StandaloneXFireServlet.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 17
Error Line contains a tab character. 21
Error '{' should be on the previous line. 22
Error Missing a Javadoc comment. 23
Error Variable 'factory' must be private and have accessor methods. 23
Error Line has trailing spaces. 24
Error Missing a Javadoc comment. 25
Error Line has trailing spaces. 26
Error Line has trailing spaces. 32
Error Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error '{' should be on the previous line. 34
Error '{' should be on the previous line. 36
Error '}' should be on the same line. 38
Error '{' should be on the previous line. 40
Error Line is longer than 80 characters. 42
Error Method 'getWebappBase' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error '{' should be on the previous line. 47
Error '{' should be on the previous line. 49
Error Line has trailing spaces. 55
Error Method 'createXFire' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error '{' should be on the previous line. 57
Error Line has trailing spaces. 59
Error Line has trailing spaces. 62
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '{' should be on the previous line. 65
Error Line contains a tab character. 66
Error Line has trailing spaces. 68
Error '{' should be on the previous line. 70
Error Line has trailing spaces. 72
Error '}' should be on the same line. 72
Error '{' should be on the previous line. 74
Error Line is longer than 80 characters. 76
Error Line has trailing spaces. 79
Error Expected an @return tag. 84
Error Method 'getTransportManager' is not designed for extension - needs to be abstract, final or empty. 84
Error Line contains a tab character. 85
Error Expected @throws tag for 'ServletException'. 85
Error '{' should be on the previous line. 86
Error '{' should be on the previous line. 88
Error '}' should be on the same line. 90
Error '{' should be on the previous line. 92
Error Line has trailing spaces. 96
Error Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error '{' should be on the previous line. 99
Error '{' should be on the previous line. 101
Error '}' should be on the same line. 103
Error '{' should be on the previous line. 105
Error Line has trailing spaces. 109
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error '{' should be on the previous line. 111

org/codehaus/xfire/plexus/config/ConfigurationService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 6
Error interfaces should describe a type and hence have methods. 10
Error '{' should be on the previous line. 11
Error Missing a Javadoc comment. 12

org/codehaus/xfire/plexus/config/Configurator.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 9
Error '{' should be on the previous line. 14
Error Missing a Javadoc comment. 15
Error Line has trailing spaces. 17
Error Missing a Javadoc comment. 17
Error Redundant 'public' modifier. 17
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17

org/codehaus/xfire/plexus/config/DefaultConfigurationService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 21
Error Line has trailing spaces. 27
Error '{' should be on the previous line. 27
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error Line has trailing spaces. 31
Error Line contains a tab character. 32
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Line contains a tab character. 33
Error '{' should be on the previous line. 33
Error Line contains a tab character. 34
Error Line has trailing spaces. 35
Error Line contains a tab character. 35
Error '{' should be on the previous line. 35
Error Line has trailing spaces. 37
Error Line contains a tab character. 38
Error Line has trailing spaces. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line contains a tab character. 41
Error '{' should be on the previous line. 41
Error Line contains a tab character. 42
Error Line has trailing spaces. 43
Error Line contains a tab character. 43
Error Line has trailing spaces. 44
Error Line contains a tab character. 44
Error Line is longer than 80 characters. 45
Error Line contains a tab character. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line contains a tab character. 48
Error '}' should be on the same line. 48
Error Line contains a tab character. 49
Error 'catch' is not followed by whitespace. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line contains a tab character. 50
Error '{' should be on the previous line. 50
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56
Error Line contains a tab character. 56
Error Missing a Javadoc comment. 56
Error Parameter child should be final. 56
Error '{' should be on the previous line. 58
Error Line has trailing spaces. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error Missing a Javadoc comment. 67
Error Parameter c should be final. 67
Error '{' should be on the previous line. 69
Error Line contains a tab character. 73
Error Method 'findConfigurationReader' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Line contains a tab character. 74
Error '{' should be on the previous line. 74
Error Line contains a tab character. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error Line is longer than 80 characters. 81
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line has trailing spaces. 86
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Line is longer than 80 characters. 89
Error Line contains a tab character. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '}' should be on the same line. 91
Error '{' should be on the previous line. 93
Error Line is longer than 80 characters. 94
Error '+' should be on a new line. 94
Error Line has trailing spaces. 96
Error Line has trailing spaces. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 100
Error Line is longer than 80 characters. 101
Error '+' should be on a new line. 101
Error Line is longer than 80 characters. 102
Error '+' should be on a new line. 102
Error Line has trailing spaces. 104
Error Line has trailing spaces. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error Line has trailing spaces. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line has trailing spaces. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 124
Error Parameter config should be final. 124
Error Expected @param tag for 'config'. 124
Error Expected @throws tag for 'PlexusConfigurationException'. 125
Error '{' should be on the previous line. 126

org/codehaus/xfire/plexus/config/ObjectServiceConfigurator.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. 11
Error Line has trailing spaces. 35
Error Line has trailing spaces. 39
Error '{' should be on the previous line. 42
Error Line has trailing spaces. 43
Error Method 'createService' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error Parameter config should be final. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 45
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 60
Error '{' should be on the previous line. 62
Error Line is longer than 80 characters. 63
Error Line is longer than 80 characters. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 66
Error Line has trailing spaces. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line has trailing spaces. 69
Error '{' should be on the previous line. 72
Error '}' should be on the same line. 74
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 79
Error ')' is preceded with whitespace. 80
Error Line is longer than 80 characters. 81
Error '}' should be on the same line. 82
Error '{' should be on the previous line. 84
Error Line is longer than 80 characters. 85
Error '}' should be on the same line. 87
Error '{' should be on the previous line. 89
Error ')' is preceded with whitespace. 90
Error Line has trailing spaces. 91
Error Line has trailing spaces. 93
Error '{' should be on the previous line. 96
Error '}' should be on the same line. 98
Error '{' should be on the previous line. 100
Error Line has trailing spaces. 103
Error Line is longer than 80 characters. 104
Error Line has trailing spaces. 105
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error Line has trailing spaces. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line has trailing spaces. 112
Error '{' should be on the previous line. 114
Error Line is longer than 80 characters. 115
Error Line is longer than 80 characters. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error 'if' construct must use '{}'s. 119
Error 'if' is not followed by whitespace. 119
Error '(' is followed by whitespace. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error 'if' construct must use '{}'s. 121
Error 'if' is not followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error ')' is preceded with whitespace. 121
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error 'if' construct must use '{}'s. 123
Error 'if' is not followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 125
Error Line has trailing spaces. 130
Error Line has trailing spaces. 136
Error Expected an @return tag. 138
Error Line has trailing spaces. 138
Error Method 'getServiceBuilder' is not designed for extension - needs to be abstract, final or empty. 138
Error Parameter builderClass should be final. 138
Error Expected @param tag for 'builderClass'. 138
Error Expected @throws tag for 'Exception'. 139
Error '{' should be on the previous line. 140
Error '{' should be on the previous line. 142
Error Line is longer than 80 characters. 143
Error '}' should be on the same line. 144
Error '{' should be on the previous line. 146
Error Line has trailing spaces. 148
Error Line is longer than 80 characters. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line has trailing spaces. 150
Error Line has trailing spaces. 151
Error Line is longer than 80 characters. 152
Error Line has trailing spaces. 155
Error Line has trailing spaces. 156
Error Missing a Javadoc comment. 156
Error Parameter configuration should be final. 156
Error Parameter tm should be final. 157
Error '{' should be on the previous line. 159
Error '{' should be on the previous line. 161
Error Line is longer than 80 characters. 162
Error Line has trailing spaces. 164
Error Line is longer than 80 characters. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '(' is followed by whitespace. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error ')' is preceded with whitespace. 169
Error '}' should be on the same line. 170
Error '{' should be on the previous line. 172
Error 'if' construct must use '{}'s. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line has trailing spaces. 175
Error Line is longer than 80 characters. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Line has trailing spaces. 177
Error Line has trailing spaces. 179
Error Method 'getXFire' is not designed for extension - needs to be abstract, final or empty. 180
Error Missing a Javadoc comment. 180
Error '{' should be on the previous line. 181
Error Line has trailing spaces. 183
Error '{' should be on the previous line. 185
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '}' should be on the same line. 187
Error '{' should be on the previous line. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error Line has trailing spaces. 195
Error Method 'getTypeMappingRegistry' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error '{' should be on the previous line. 197
Error Line has trailing spaces. 199
Error '{' should be on the previous line. 201
Error Line is longer than 80 characters. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '}' should be on the same line. 203
Error '{' should be on the previous line. 205
Error Line is longer than 80 characters. 206
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error Line has trailing spaces. 211
Error Method 'getTransportManager' is not designed for extension - needs to be abstract, final or empty. 212
Error Missing a Javadoc comment. 212
Error '{' should be on the previous line. 213
Error Line has trailing spaces. 215
Error '{' should be on the previous line. 217
Error Line is longer than 80 characters. 218
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '}' should be on the same line. 219
Error '{' should be on the previous line. 221
Error Line is longer than 80 characters. 222
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error Line has trailing spaces. 224
Error Line has trailing spaces. 227
Error Line has trailing spaces. 230
Error Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 235
Error '(' is followed by whitespace. 235
Error Parameter className should be final. 235
Error ')' is preceded with whitespace. 235
Error Expected @throws tag for 'Exception'. 236
Error '{' should be on the previous line. 237
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error '{' should be on the previous line. 240
Error Line is longer than 80 characters. 241
Error ')' is preceded with whitespace. 241
Error Line has trailing spaces. 243
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error Line has trailing spaces. 246
Error Method 'getServiceRegistry' is not designed for extension - needs to be abstract, final or empty. 247
Error Missing a Javadoc comment. 247
Error '{' should be on the previous line. 248
Error Line has trailing spaces. 250
Error '{' should be on the previous line. 252
Error Line is longer than 80 characters. 253
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '}' should be on the same line. 254
Error '{' should be on the previous line. 256
Error Line is longer than 80 characters. 257
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error Line has trailing spaces. 259

org/codehaus/xfire/plexus/config/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/plexus/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/plexus/transport/PlexusTransportManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 16
Error '{' should be on the previous line. 17
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 24
Error Expected @throws tag for 'Exception'. 25
Error '{' should be on the previous line. 26

org/codehaus/xfire/plexus/transport/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/plexus/transport/xmpp/DefaultXMPPTransportService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' should be on the previous line. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 23
Error Line has trailing spaces. 24
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 28
Error Expected @throws tag for 'Exception'. 29
Error '{' should be on the previous line. 30
Error Line has trailing spaces. 33
Error Line has trailing spaces. 37
Error Method 'getXMPPConnection' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error '{' should be on the previous line. 39

org/codehaus/xfire/plexus/transport/xmpp/XMPPTransportService.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. 7

org/codehaus/xfire/plexus/transport/xmpp/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/xfire/plexus/type/TypeMappingRegistry.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 21
Error '{' should be on the previous line. 28
Error Missing a Javadoc comment. 29
Error Line has trailing spaces. 31
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter config should be final. 31
Error '{' should be on the previous line. 33
Error Array brackets at illegal position. 34
Error Line has trailing spaces. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '{' should be on the previous line. 37
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Missing a Javadoc comment. 42
Error Parameter configuration should be final. 42
Error '{' should be on the previous line. 44
Error Line has trailing spaces. 46
Error '(' is followed by whitespace. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line has trailing spaces. 48
Error 'if' construct must use '{}'s. 49
Error Line is longer than 80 characters. 49
Error '(' is followed by whitespace. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error ')' is preceded with whitespace. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line has trailing spaces. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line has trailing spaces. 53
Error Line is longer than 80 characters. 56
Error ',' is not followed by whitespace. 56
Error Line is longer than 80 characters. 57
Error ',' is not followed by whitespace. 57
Error Line is longer than 80 characters. 58
Error ',' is not followed by whitespace. 58
Error Line is longer than 80 characters. 59
Error ',' is not followed by whitespace. 59
Error Line is longer than 80 characters. 60
Error ',' is not followed by whitespace. 60
Error Line has trailing spaces. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 68
Error Missing a Javadoc comment. 68
Error '(' is followed by whitespace. 68
Error Parameter configuration should be final. 68
Error Parameter tm should be final. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 70
Error '{' should be on the previous line. 72
Error Line has trailing spaces. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 83
Error Line has trailing spaces. 84
Error '(' is followed by whitespace. 84
Error '+' should be on a new line. 84
Error Line is longer than 80 characters. 85
Error ')' is preceded with whitespace. 85
Error '}' should be on the same line. 86
Error '{' should be on the previous line. 88
Error 'if' construct must use '{}'s. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line has trailing spaces. 91
Error Line is longer than 80 characters. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line has trailing spaces. 93
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Parameter logger should be final. 96
Error 'logger' hides a field. 96
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 100
Error Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error '(' is followed by whitespace. 101
Error Parameter className should be final. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 103
Error '{' should be on the previous line. 105
Error '}' should be on the same line. 107
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 111
Error '}' should be on the same line. 113
Error '{' should be on the previous line. 115
Error Line is longer than 80 characters. 116

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

ErrorLine
Error Missing package documentation file.0