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 spaces. 333
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 334
Error Line has trailing spaces. 335
Error '(' is followed by whitespace. 337
Error '{' should be on the previous line. 338
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error '}' should be on the same line. 340
Error '{' should be on the previous line. 342
Error Line has trailing spaces. 343
Error Line is longer than 80 characters. 343
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error Line has trailing spaces. 345
Error Line has trailing spaces. 351
Error Line contains a tab character. 351
Error Line has trailing spaces. 353
Error Line has trailing spaces. 354
Error Line has trailing spaces. 357
Error '(' is followed by whitespace. 359
Error ')' is preceded with whitespace. 359
Error Line is longer than 80 characters. 363
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 365
Error Parameter manager should be final. 365
Error 'manager' hides a field. 365
Error '{' should be on the previous line. 366
Error Line has trailing spaces. 369
Error Missing a Javadoc comment. 370
Error '{' should be on the previous line. 371
Error Line contains a tab character. 375
Error Line is longer than 80 characters. 376
Error Line contains a tab character. 376
Error Line contains a tab character. 377
Error Line contains a tab character. 378
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 378
Error Parameter context should be final. 378
Error 'context' hides a field. 378
Error Line contains a tab character. 379
Error '{' should be on the previous line. 379
Error Line contains a tab character. 380
Error Line contains a tab character. 381

org/codehaus/ivory/IvoryServiceDesc.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 17
Error '{' should be on the previous line. 23
Error Missing a Javadoc comment. 24
Error Line has trailing spaces. 25
Error Method 'loadMetaData' is not designed for extension - needs to be abstract, final or empty. 30
Error Line has trailing spaces. 31
Error '{' should be on the previous line. 31
Error '(' is followed by whitespace. 32
Error ';' is followed by whitespace. 32
Error '{' should be on the previous line. 33
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line has trailing spaces. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Line has trailing spaces. 37
Error '(' is followed by whitespace. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error '||' should be on a new line. 38
Error '(' is followed by whitespace. 39
Error ')' is preceded with 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. 41
Error Line has trailing spaces. 49
Error Expected an @return tag. 53
Error Method 'hideOperation' is not designed for extension - needs to be abstract, final or empty. 53
Error Parameter operation should be final. 53
Error Expected @param tag for 'operation'. 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. 57
Error Method 'customizeOperation' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error '(' is followed by whitespace. 60
Error Parameter operation should be final. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error Line is longer than 80 characters. 62
Error 'for' is not followed by whitespace. 62
Error '(' is followed by whitespace. 62
Error ';' is followed by whitespace. 62
Error Line has trailing spaces. 65
Error Line has trailing spaces. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line has trailing spaces. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line has trailing spaces. 72
Error Method 'customizeParameter' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error '(' is followed by whitespace. 72
Error Parameter operation should be final. 72
Error Parameter parameter should be final. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 79
Error '&&' should be on a new line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line has trailing spaces. 83
Error '(' is followed by whitespace. 84
Error ';' is followed by whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 89
Error Line is longer than 80 characters. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '}' should be on the same line. 92
Error Line is longer than 80 characters. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error Line is longer than 80 characters. 98
Error Line has trailing spaces. 99
Error '(' is followed by whitespace. 100
Error ';' is followed by whitespace. 100
Error '{' should be on the previous line. 101
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 105
Error Line is longer than 80 characters. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line is longer than 80 characters. 115
Error Parameter parameter should be final. 115
Error Expected @param tag for 'parameter'. 115
Error Parameter type should be final. 115
Error Expected @param tag for 'type'. 115
Error Line has trailing spaces. 116
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 Method 'isValidOperation' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error '(' is followed by whitespace. 124
Error Parameter operation should be final. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error Line is longer than 80 characters. 126
Error 'for' is not followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ';' is followed by whitespace. 126
Error Line has trailing spaces. 129
Error 'if' construct must use '{}'s. 130
Error '(' is followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line has trailing spaces. 131
Error Line has trailing spaces. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line has trailing spaces. 140
Error Expected an @return tag. 144
Error Method 'isValidParameter' is not designed for extension - needs to be abstract, final or empty. 144
Error '(' is followed by whitespace. 144
Error Parameter parameter should be final. 144
Error Expected @param tag for 'parameter'. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error ')' is preceded with whitespace. 147
Error '{' should be on the previous line. 148
Error Line has trailing spaces. 151

org/codehaus/ivory/attributes/NonWebMethod.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 3
Error Line has trailing spaces. 5
Error '{' should be on the previous line. 10

org/codehaus/ivory/attributes/ParameterType.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 6
Error '{' should be on the previous line. 11
Error Missing a Javadoc comment. 12
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 14
Error '(' is followed by whitespace. 14
Error Parameter clazz should be final. 14
Error 'clazz' hides a field. 14
Error ')' is preceded with whitespace. 14
Error '{' should be on the previous line. 15
Error Line has trailing spaces. 18
Error Method 'getParameterType' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error '{' should be on the previous line. 20

org/codehaus/ivory/attributes/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/ivory/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/ivory/plexus/PlexusAdminServlet.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 17
Error Line has trailing spaces. 21
Error '{' should be on the previous line. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Variable 'manager' must be private and have accessor methods. 24
Error Line has trailing spaces. 25
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Variable 'axisService' must be private and have accessor methods. 26
Error Line has trailing spaces. 27
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 28
Error '{' should be on the previous line. 29
Error Line has trailing spaces. 31
Error Line has trailing spaces. 34
Error Method 'getEngine' is not designed for extension - needs to be abstract, final or empty. 38
Error Expected @throws tag for 'AxisFault'. 38
Error '{' should be on the previous line. 39
Error Line has trailing spaces. 41
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '}' should be on the same line. 45
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line has trailing spaces. 50
Error Line has trailing spaces. 53
Error Line has trailing spaces. 57
Error Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. 60
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 64
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error '{' should be on the previous line. 66
Error Line contains a tab character. 67
Error Line has trailing spaces. 68
Error Line contains a tab character. 68
Error 'if' construct must use '{}'s. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line contains a tab character. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line has trailing spaces. 72
Error Method 'getOption' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter context should be final. 73
Error Line contains a tab character. 74
Error Parameter param should be final. 74
Error Line contains a tab character. 75
Error Parameter dephault should be final. 75
Error Line contains a tab character. 76
Error '{' should be on the previous line. 76
Error Line contains a tab character. 77
Error 'if' construct must use '{}'s. 79
Error Line contains a tab character. 79
Error 'if' construct must use '{}'s. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error '{' should be on the previous line. 83
Error Line contains a tab character. 84
Error 'if' construct must use '{}'s. 85
Error Line is longer than 80 characters. 85
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error '}' should be on the same line. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error '{' should be on the previous line. 89
Error Must have at least one statement. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 92
Error Avoid inline conditionals. 92
Error Line contains a tab character. 93

org/codehaus/ivory/plexus/PlexusAxisServlet.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 16
Error Line has trailing spaces. 20
Error '{' should be on the previous line. 22
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Variable 'manager' must be private and have accessor methods. 23
Error Line has trailing spaces. 24
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Variable 'axisService' must be private and have accessor methods. 25
Error Line has trailing spaces. 26
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error '{' should be on the previous line. 28
Error Line contains a tab character. 29
Error Line has trailing spaces. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line has trailing spaces. 33
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Method 'getEngine' is not designed for extension - needs to be abstract, final or empty. 37
Error Expected @throws tag for 'AxisFault'. 37
Error Line contains a tab character. 38
Error '{' should be on the previous line. 38
Error Line contains a tab character. 39
Error Line has trailing spaces. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error '{' should be on the previous line. 42
Error Line is longer than 80 characters. 43
Error Line contains a tab character. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line contains a tab character. 44
Error '}' should be on the same line. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error '{' should be on the previous line. 46
Error Line is longer than 80 characters. 47
Error Line contains a tab character. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line contains a tab character. 48
Error Line has trailing spaces. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line has trailing spaces. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line has trailing spaces. 56
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Method 'getServiceManager' is not designed for extension - needs to be abstract, final or empty. 59
Error '{' should be on the previous line. 60
Error Line has trailing spaces. 63
Error Line contains a tab character. 64
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Line contains a tab character. 65
Error '{' should be on the previous line. 65
Error Line contains a tab character. 66
Error Line has trailing spaces. 67
Error Line contains a tab character. 67
Error 'if' construct must use '{}'s. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line contains a tab character. 70
Error Line has trailing spaces. 80
Error Line has trailing spaces. 82
Error Line has trailing spaces. 87
Error Line has trailing spaces. 96
Error Line has trailing spaces. 106
Error Line has trailing spaces. 117
Error Line has trailing spaces. 118
Error Line has trailing spaces. 132
Error Expected an @return tag. 133
Error Method 'getOption' is not designed for extension - needs to be abstract, final or empty. 133
Error Parameter context should be final. 133
Error Expected @param tag for 'context'. 133
Error Parameter param should be final. 134
Error Expected @param tag for 'param'. 134
Error Parameter dephault should be final. 135
Error Expected @param tag for 'dephault'. 135
Error '{' should be on the previous line. 136
Error 'if' construct must use '{}'s. 139
Error 'if' construct must use '{}'s. 141
Error '{' should be on the previous line. 143
Error 'if' construct must use '{}'s. 145
Error '}' should be on the same line. 147
Error '{' should be on the previous line. 149
Error Must have at least one statement. 149
Error Avoid inline conditionals. 152

org/codehaus/ivory/plexus/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/ivory/provider/AvalonProvider.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.1 2003/07/02 21:29:30 dandiep Exp $'. 2
Error Line is longer than 80 characters. 124
Error '{' should be on the previous line. 128
Error Line has trailing spaces. 145
Error Line is longer than 80 characters. 147
Error Method 'makeNewServiceObject' is not designed for extension - needs to be abstract, final or empty. 151
Error Parameter msgContext should be final. 152
Error Parameter role should be final. 153
Error '{' should be on the previous line. 155
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error 'if' construct must use '{}'s. 162
Error '{' should be on the previous line. 179
Error First sentence should end with a period. 199
Error Line has trailing spaces. 201
Error Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. 208
Error Parameter role should be final. 209
Error Parameter service should be final. 210
Error Parameter msgContext should be final. 211
Error '{' should be on the previous line. 213
Error Line has trailing spaces. 220
Error Line has trailing spaces. 222
Error '{' should be on the previous line. 224
Error Line has trailing spaces. 227
Error '{' should be on the previous line. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '}' should be on the same line. 231
Error '{' should be on the previous line. 233
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line has trailing spaces. 253
Error '{' should be on the previous line. 271
Error Missing a Javadoc comment. 273
Error Name 'SL_DESTROY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 273
Error Missing a Javadoc comment. 274
Error Name 'SL_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 274
Error Missing a Javadoc comment. 277
Error Name 'm_object' must match pattern '^[a-z][a-zA-Z0-9]*$'. 277
Error Missing a Javadoc comment. 278
Error Name 'm_manager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 278
Error First sentence should end with a period. 280
Error Unused @param tag for 'log'. 285
Error '{' should be on the previous line. 288
Error Line is longer than 80 characters. 304
Error Parameter proxy should be final. 310
Error Parameter method should be final. 310
Error Parameter args should be final. 310
Error '{' should be on the previous line. 312
Error '{' should be on the previous line. 314
Error '{' should be on the previous line. 317
Error '{' should be on the previous line. 319
Error '}' should be on the same line. 324
Error '{' should be on the previous line. 326
Error '}' should be on the same line. 329
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error '{' should be on the previous line. 331

org/codehaus/ivory/provider/IvoryAvalonProvider.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 16
Error '{' should be on the previous line. 22
Error Line has trailing spaces. 39
Error Line is longer than 80 characters. 41
Error Method 'makeNewServiceObject' is not designed for extension - needs to be abstract, final or empty. 45
Error Parameter msgContext should be final. 46
Error Parameter role should be final. 47
Error '{' should be on the previous line. 49
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error 'if' construct must use '{}'s. 56
Error '{' should be on the previous line. 73
Error First sentence should end with a period. 93
Error Line has trailing spaces. 95
Error Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter role should be final. 103
Error Parameter service should be final. 104
Error Parameter msgContext should be final. 105
Error '{' should be on the previous line. 107
Error Line has trailing spaces. 116
Error '{' should be on the previous line. 118
Error Line has trailing spaces. 121
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '}' should be on the same line. 125
Error '{' should be on the previous line. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line has trailing spaces. 147
Error '{' should be on the previous line. 165
Error Missing a Javadoc comment. 167
Error Name 'SL_DESTROY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 167
Error Missing a Javadoc comment. 168
Error Name 'SL_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168
Error Missing a Javadoc comment. 171
Error Name 'm_object' must match pattern '^[a-z][a-zA-Z0-9]*$'. 171
Error Missing a Javadoc comment. 172
Error Name 'm_manager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 172
Error First sentence should end with a period. 174
Error Unused @param tag for 'log'. 179
Error '{' should be on the previous line. 182
Error Line is longer than 80 characters. 198
Error Parameter proxy should be final. 204
Error Parameter method should be final. 204
Error Parameter args should be final. 204
Error '{' should be on the previous line. 206
Error '{' should be on the previous line. 208
Error '{' should be on the previous line. 211
Error '{' should be on the previous line. 213
Error Line has trailing spaces. 216
Error '}' should be on the same line. 218
Error '{' should be on the previous line. 220
Error '}' should be on the same line. 223
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '{' should be on the previous line. 225

org/codehaus/ivory/provider/IvoryProvider.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 12
Error Line has trailing spaces. 18
Error '{' should be on the previous line. 18
Error Method 'initServiceDesc' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter service should be final. 19
Error Parameter msgContext should be final. 19
Error '{' should be on the previous line. 21
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23
Error Line has trailing spaces. 24
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error Line has trailing spaces. 27
Error Line has trailing spaces. 28

org/codehaus/ivory/provider/WSDDJavaAvalonProvider.java

ErrorLine
Error File does not end with a newline. 0

org/codehaus/ivory/provider/WSDDJavaAvalonProvider.java

ErrorLine
Error Line does not match expected header line of ' $Id: LICENSE.txt,v 1.1 2003/07/02 21:29:30 dandiep Exp $'. 2
Error Line is longer than 80 characters. 67
Error '{' should be on the previous line. 70
Error Line is longer than 80 characters. 79
Error Method 'newProviderInstance' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter service should be final. 79
Error Parameter registry should be final. 79
Error '{' should be on the previous line. 81
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 89
Error '{' should be on the previous line. 90

org/codehaus/ivory/provider/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/ivory/serialize/MetaBeanUtils.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 23
Error '{' should be on the previous line. 28
Error Missing a Javadoc comment. 30
Error Name 'noArgs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Error Missing a Javadoc comment. 32
Error Variable 'log' must be private and have accessor methods. 32
Error Parameter javaType should be final. 39
Error Expected @param tag for 'javaType'. 39
Error '{' should be on the previous line. 40
Error Parameter javaType should be final. 51
Error Expected @param tag for 'javaType'. 51
Error Parameter typeDesc should be final. 52
Error Expected @param tag for 'typeDesc'. 52
Error '{' should be on the previous line. 53
Error '{' should be on the previous line. 56
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 61
Error '}' should be on the same line. 62
Error '{' should be on the previous line. 64
Error Line is longer than 80 characters. 71
Error Missing a Javadoc comment. 71
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 80
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 85
Error '}' should be on the same line. 91
Error Line is longer than 80 characters. 92
Error '}' should be on the same line. 99
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 108
Error '}' should be on the same line. 109
Error Name 'Iie' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
Error '{' should be on the previous line. 111
Error Must have at least one statement. 111
Error First sentence should end with a period. 118
Error Expected an @return tag. 121
Error Parameter javaType should be final. 121
Error Expected @param tag for 'javaType'. 121
Error Parameter typeDesc should be final. 121
Error Expected @param tag for 'typeDesc'. 121
Error '{' should be on the previous line. 122
Error '{' should be on the previous line. 126
Error '{' should be on the previous line. 132
Error '{' should be on the previous line. 143
Error '}' should be on the same line. 146
Error '{' should be on the previous line. 148
Error '}' should be on the same line. 151
Error '{' should be on the previous line. 153
Error '{' should be on the previous line. 156
Error '{' should be on the previous line. 158
Error '{' should be on the previous line. 161
Error Line is longer than 80 characters. 174
Error Line is longer than 80 characters. 175
Error Line is longer than 80 characters. 176
Error Line is longer than 80 characters. 177
Error Expected an @return tag. 180
Error Parameter rawPd should be final. 181
Error Expected @param tag for 'rawPd'. 181
Error Parameter cls should be final. 182
Error Expected @param tag for 'cls'. 182
Error '{' should be on the previous line. 183
Error Missing a Javadoc comment. 187
Error Parameter rawPd should be final. 188
Error Parameter cls should be final. 189
Error Parameter typeDesc should be final. 190
Error '{' should be on the previous line. 191
Error '{' should be on the previous line. 195
Error '{' should be on the previous line. 199
Error '}' should be on the same line. 201
Error '{' should be on the previous line. 203
Error Comment matches to-do format 'TODO:'. 204
Error Line is longer than 80 characters. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210

org/codehaus/ivory/serialize/MetadataDeserializer.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 12
Error '{' should be on the previous line. 18
Error Missing a Javadoc comment. 20
Error Parameter javaType should be final. 20
Error Parameter xmlType should be final. 20
Error '{' should be on the previous line. 21
Error Missing a Javadoc comment. 26
Error Parameter javaType should be final. 27
Error Parameter xmlType should be final. 28
Error Parameter typeDesc should be final. 29
Error '{' should be on the previous line. 30
Error Missing a Javadoc comment. 39
Error Parameter javaType should be final. 40
Error Parameter xmlType should be final. 41
Error Parameter typeDesc should be final. 42
Error Parameter propertyMap should be final. 43
Error '{' should be on the previous line. 44

org/codehaus/ivory/serialize/MetadataDeserializerFactory.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 16
Error '{' should be on the previous line. 21
Error Missing a Javadoc comment. 23
Error Parameter javaType should be final. 23
Error Parameter xmlType should be final. 23
Error '{' should be on the previous line. 24
Error First sentence should end with a period. 28
Error Expected an @return tag. 31
Error Parameter javaType should be final. 31
Error Expected @param tag for 'javaType'. 31
Error Parameter typeDesc should be final. 31
Error Expected @param tag for 'typeDesc'. 31
Error '{' should be on the previous line. 32
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 '{' should be on the previous line. 45
Error Expected an @return tag. 57
Error Method 'getGeneralPurpose' is not designed for extension - needs to be abstract, final or empty. 57
Error Parameter mechanismType should be final. 57
Error Expected @param tag for 'mechanismType'. 57
Error '{' should be on the previous line. 58
Error '{' should be on the previous line. 60
Error '{' should be on the previous line. 65

org/codehaus/ivory/serialize/MetadataSerializer.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Line has trailing spaces. 17
Error '{' should be on the previous line. 22
Error Missing a Javadoc comment. 24
Error Parameter javaType should be final. 24
Error Parameter xmlType should be final. 24
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 30
Error Parameter javaType should be final. 30
Error Parameter xmlType should be final. 30
Error Parameter typeDesc should be final. 30
Error '{' should be on the previous line. 35
Error '}' should be on the same line. 37
Error '{' should be on the previous line. 39
Error Missing a Javadoc comment. 45
Error Parameter javaType should be final. 46
Error Parameter xmlType should be final. 47
Error Parameter typeDesc should be final. 48
Error Parameter propertyDescriptor should be final. 49
Error '{' should be on the previous line. 50
Error Method 'writeSchema' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter javaType should be final. 76
Error Parameter types should be final. 76
Error Expected @throws tag for 'Exception'. 76
Error '&&' should be on a new line. 86
Error '&&' should be on a new line. 87
Error '&&' should be on a new line. 88
Error '&&' should be on a new line. 89
Error '&&' should be on a new line. 90
Error '&&' should be on a new line. 91
Error '||' should be on a new line. 92
Error ')' is preceded with whitespace. 93
Error '=' is not preceded with whitespace. 128
Error '=' is not followed by whitespace. 128
Error '<' is not preceded with whitespace. 128
Error '<' is not followed by whitespace. 128
Error '=' is not preceded with whitespace. 140
Error '=' is not followed by whitespace. 140
Error '<' is not preceded with whitespace. 140
Error '<' is not followed by whitespace. 140
Error Line is longer than 80 characters. 163
Error Line is longer than 80 characters. 194
Error Line is longer than 80 characters. 201

org/codehaus/ivory/serialize/MetadataSerializerFactory.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error '{' should be on the previous line. 18
Error Missing a Javadoc comment. 19
Error Variable 'typeDesc' must be private and have accessor methods. 19
Error Missing a Javadoc comment. 20
Error Variable 'propertyDescriptor' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 22
Error Parameter javaType should be final. 22
Error Parameter xmlType should be final. 22
Error '{' should be on the previous line. 23
Error '{' should be on the previous line. 28
Error '{' should be on the previous line. 35
Error '}' should be on the same line. 37
Error '{' should be on the previous line. 39
Error Method 'getSerializerAs' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter mechanismType should be final. 45
Error Redundant throws: 'JAXRPCException' is unchecked exception. 46
Error '{' should be on the previous line. 47
Error Line has trailing spaces. 50
Error Expected an @return tag. 55
Error Method 'getGeneralPurpose' is not designed for extension - needs to be abstract, final or empty. 55
Error Parameter mechanismType should be final. 55
Error Expected @param tag for 'mechanismType'. 55
Error '{' should be on the previous line. 56
Error '{' should be on the previous line. 58
Error '{' should be on the previous line. 63

org/codehaus/ivory/serialize/package.html

ErrorLine
Error Missing package documentation file.0

org/codehaus/ivory/util/AvalonContextUtilities.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Class AvalonContextUtilities should be declared as final. 32
Error First sentence should end with a period. 34
Error First sentence should end with a period. 39
Error Missing a Javadoc comment. 44
Error Line has trailing spaces. 45
Error Unused @throws tag for 'IllegalArgumentException'. 57
Error Unused @throws tag for 'ContextException'. 59
Error Expected an @return tag. 64
Error Parameter context should be final. 64
Error Parameter fileURL should be final. 64
Error Expected @throws tag for 'Exception'. 65
Error Line is longer than 80 characters. 67
Error Line is longer than 80 characters. 71
Error 'cast' is not followed by whitespace. 79
Error Line is longer than 80 characters. 82
Error Line is longer than 80 characters. 84
Error '128' is a magic number. 87
Error Line is longer than 80 characters. 97
Error '{' is not followed by whitespace. 105
Error '}' is not preceded with whitespace. 105

org/codehaus/ivory/util/package.html

ErrorLine
Error Missing package documentation file.0