Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
40001099

Files

FilesIWE
org/codehaus/ivory/AxisService.java 0057
org/codehaus/ivory/DefaultAxisService.java 00333
org/codehaus/ivory/IvoryServiceDesc.java 00144
org/codehaus/ivory/attributes/NonWebMethod.java 004
org/codehaus/ivory/attributes/ParameterType.java 0015
org/codehaus/ivory/attributes/package.html 001
org/codehaus/ivory/package.html 001
org/codehaus/ivory/plexus/PlexusAdminServlet.java 0082
org/codehaus/ivory/plexus/PlexusAxisServlet.java 00106
org/codehaus/ivory/plexus/package.html 001
org/codehaus/ivory/provider/AvalonProvider.java 0058
org/codehaus/ivory/provider/IvoryAvalonProvider.java 0058
org/codehaus/ivory/provider/IvoryProvider.java 0016
org/codehaus/ivory/provider/WSDDJavaAvalonProvider.java 001
org/codehaus/ivory/provider/WSDDJavaAvalonProvider.java 0010
org/codehaus/ivory/provider/package.html 001
org/codehaus/ivory/serialize/MetaBeanUtils.java 0075
org/codehaus/ivory/serialize/MetadataDeserializer.java 0018
org/codehaus/ivory/serialize/MetadataDeserializerFactory.java 0025
org/codehaus/ivory/serialize/MetadataSerializer.java 0043
org/codehaus/ivory/serialize/MetadataSerializerFactory.java 0027
org/codehaus/ivory/serialize/package.html 001
org/codehaus/ivory/util/AvalonContextUtilities.java 0021
org/codehaus/ivory/util/package.html 001

org/codehaus/ivory/AxisService.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 8
Error '{' should be on the previous line. 13
Error Missing a Javadoc comment. 14
Error Redundant 'static' modifier. 14
Error Line has trailing spaces. 15
Error First sentence should end with a period. 16
Error Redundant 'static' modifier. 17
Error Line has trailing spaces. 18
Error Line has trailing spaces. 21
Error Line has trailing spaces. 25
Error Line has trailing spaces. 29
Error Line contains a tab character. 32
Error Redundant 'public' modifier. 32
Error '(' is followed by whitespace. 32
Error Expected @param tag for 'serviceName'. 32
Error Expected @param tag for 'className'. 32
Error ')' is preceded with whitespace. 32
Error Expected @throws tag for 'AxisFault'. 33
Error Expected @throws tag for 'ClassNotFoundException'. 33
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error Line has trailing spaces. 38
Error Line contains a tab character. 42
Error Redundant 'public' modifier. 42
Error '(' is followed by whitespace. 42
Error Expected @param tag for 'serviceName'. 42
Error Line has trailing spaces. 43
Error Line contains a tab character. 43
Error Expected @param tag for 'methodNames'. 43
Error Line contains a tab character. 44
Error Expected @param tag for 'className'. 44
Error ')' is preceded with whitespace. 44
Error Expected @throws tag for 'AxisFault'. 45
Error Expected @throws tag for 'ClassNotFoundException'. 45
Error Line has trailing spaces. 46
Error Line has trailing spaces. 50
Error Redundant 'public' modifier. 53
Error '(' is followed by whitespace. 53
Error Expected @param tag for 'serviceName'. 53
Error Expected @param tag for 'role'. 53
Error ')' is preceded with whitespace. 53
Error Expected @throws tag for 'AxisFault'. 54
Error Expected @throws tag for 'ClassNotFoundException'. 54
Error Line has trailing spaces. 55
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Line has trailing spaces. 60
Error Redundant 'public' modifier. 64
Error '(' is followed by whitespace. 64
Error Expected @param tag for 'serviceName'. 64
Error Line has trailing spaces. 65
Error Expected @param tag for 'methodNames'. 65
Error Expected @param tag for 'role'. 66
Error ')' is preceded with whitespace. 66
Error Expected @throws tag for 'AxisFault'. 67
Error Expected @throws tag for 'ClassNotFoundException'. 67

org/codehaus/ivory/DefaultAxisService.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 44
Error Line has trailing spaces. 48
Error Line is longer than 80 characters. 50
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 58
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 60
Error Line contains a tab character. 61
Error Line has trailing spaces. 62
Error Missing a Javadoc comment. 63
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Line has trailing spaces. 72
Error Line is longer than 80 characters. 76
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 78
Error '(' is followed by whitespace. 78
Error Parameter configuration should be final. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line has trailing spaces. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line has trailing spaces. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 90
Error Line contains a tab character. 91
Error '{' should be on the previous line. 91
Error Line contains a tab character. 92
Error Line has trailing spaces. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line has trailing spaces. 97
Error Line contains a tab character. 100
Error Line has trailing spaces. 101
Error '{' should be on the previous line. 106
Error Method 'initializeServices' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter services should be final. 118
Error 'services' hides a field. 118
Error Expected @param tag for 'services'. 118
Error Expected @throws tag for 'Exception'. 119
Error '{' should be on the previous line. 120
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 Line has trailing spaces. 122
Error Line has trailing spaces. 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 Method 'initializeClassServices' is not designed for extension - needs to be abstract, final or empty. 129
Error '(' is followed by whitespace. 129
Error Parameter services should be final. 129
Error 'services' hides a field. 129
Error Expected @param tag for 'services'. 129
Error ')' is preceded with whitespace. 129
Error Expected @throws tag for 'Exception'. 130
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error Line has trailing spaces. 137
Error Method 'initializeAvalonServices' is not designed for extension - needs to be abstract, final or empty. 143
Error Parameter services should be final. 143
Error 'services' hides a field. 143
Error Expected @param tag for 'services'. 143
Error ')' is preceded with whitespace. 143
Error Expected @throws tag for 'Exception'. 144
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Method 'initializeAxisServer' is not designed for extension - needs to be abstract, final or empty. 158
Error Expected @throws tag for 'Exception'. 158
Error '{' should be on the previous line. 159
Error Line is longer than 80 characters. 160
Error Line contains a tab character. 160
Error Line is longer than 80 characters. 161
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Line contains a tab character. 168
Error '{' should be on the previous line. 168
Error Line contains a tab character. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error Line has trailing spaces. 170
Error Line contains a tab character. 170
Error Line is longer than 80 characters. 171
Error Line contains a tab character. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error Line has trailing spaces. 172
Error Line contains a tab character. 172
Error 'if' construct must use '{}'s. 173
Error Line contains a tab character. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line is longer than 80 characters. 174
Error Line contains a tab character. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line contains a tab character. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Line contains a tab character. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error Line contains a tab character. 178
Error '}' should be on the same line. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error '{' should be on the previous line. 180
Error Line is longer than 80 characters. 181
Error Line contains a tab character. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '{' should be on the previous line. 184
Error Line is longer than 80 characters. 185
Error '}' should be on the same line. 186
Error '{' should be on the previous line. 188
Error Line has trailing spaces. 191
Error Line is longer than 80 characters. 192
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error Line is longer than 80 characters. 193
Error Line contains a tab character. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error Line contains a tab character. 194
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error Line contains a tab character. 203
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 206
Error Line has trailing spaces. 208
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 213
Error '{' should be on the previous line. 214
Error Line contains a tab character. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error Line has trailing spaces. 216
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line contains a tab character. 218
Error Line has trailing spaces. 221
Error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 226
Error '{' should be on the previous line. 227
Error Line contains a tab character. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error Line has trailing spaces. 229
Error Line contains a tab character. 229
Error Line has trailing spaces. 230
Error Line contains a tab character. 230
Error Line has trailing spaces. 232
Error Method 'getAxisServer' is not designed for extension - needs to be abstract, final or empty. 237
Error '{' should be on the previous line. 238
Error Line has trailing spaces. 241
Error Line is longer than 80 characters. 243
Error Method 'exposeClass' is not designed for extension - needs to be abstract, final or empty. 245
Error '(' is followed by whitespace. 245
Error Parameter serviceName should be final. 245
Error Parameter classService should be final. 245
Error ')' is preceded with whitespace. 245
Error '{' should be on the previous line. 247
Error Line contains a tab character. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error Line has trailing spaces. 250
Error Line is longer than 80 characters. 252
Error Method 'exposeClass' is not designed for extension - needs to be abstract, final or empty. 254
Error '(' is followed by whitespace. 254
Error Parameter serviceName should be final. 254
Error Line has trailing spaces. 255
Error Line contains a tab character. 255
Error Parameter methodNames should be final. 255
Error Parameter className should be final. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 258
Error Line contains a tab character. 259
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error Line has trailing spaces. 260
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 262
Error Line has trailing spaces. 263
Error Line has trailing spaces. 264
Error '(' is followed by whitespace. 264
Error '+' should be on a new line. 264
Error ')' is preceded with whitespace. 265
Error Line is longer than 80 characters. 269
Error Method 'exposeService' is not designed for extension - needs to be abstract, final or empty. 271
Error Parameter serviceName should be final. 271
Error Parameter role should be final. 271
Error '{' should be on the previous line. 273
Error Line has trailing spaces. 274
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error Line is longer than 80 characters. 278
Error Line has trailing spaces. 280
Error Method 'exposeService' is not designed for extension - needs to be abstract, final or empty. 280
Error Parameter serviceName should be final. 280
Error Line has trailing spaces. 281
Error Parameter methodNames should be final. 281
Error Parameter role should be final. 282
Error '{' should be on the previous line. 284
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error Line has trailing spaces. 286
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error Line has trailing spaces. 288
Error Line has trailing spaces. 289
Error '(' is followed by whitespace. 289
Error '+' should be on a new line. 289
Error ')' is preceded with whitespace. 290
Error Method 'initializeService' is not designed for extension - needs to be abstract, final or empty. 296
Error '(' is followed by whitespace. 296
Error Parameter service should be final. 296
Error Expected @param tag for 'service'. 296
Error Line has trailing spaces. 297
Error Parameter serviceName should be final. 297
Error Expected @param tag for 'serviceName'. 297
Error Line has trailing spaces. 298
Error Parameter methodNames should be final. 298
Error Expected @param tag for 'methodNames'. 298
Error Parameter className should be final. 299
Error Expected @param tag for 'className'. 299
Error ')' is preceded with whitespace. 299
Error Expected @throws tag for 'AxisFault'. 300
Error Expected @throws tag for 'ClassNotFoundException'. 300
Error '{' should be on the previous line. 301
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error Line has trailing spaces. 303
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error Line has trailing spaces. 306
Error Line has trailing spaces. 308
Error Line has trailing spaces. 311
Error Line has trailing spaces. 315
Error Line has trailing spaces. 319
Error Line has trailing spaces. 322
Error Line has trailing spaces. 325
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error '(' is followed by whitespace. 332
Error Line has trailing s