Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
65 2337

Files

Files Errors
com/mjh/dom/DomUtil.java 29
com/mjh/switchrmi/GenericReferenceable.java 51
com/mjh/switchrmi/jndi/JndiContextImpl.java 160
com/mjh/switchrmi/jndi/JndiContextImplFactory.java 30
com/mjh/switchrmi/jndi/ObjectFactoryImpl.java 7
com/mjh/switchrmi/jndi/RmiConfiguration.java 205
com/mjh/switchrmi/jndi/RmiJavaObjectFactory.java 36
com/mjh/switchrmi/jndi/RmiObjectFactoryBase.java 22
com/mjh/switchrmi/jndi/RmiProxyObjectFactory.java 19
com/mjh/switchrmi/jndi/RmiScriptObjectFactory.java 53
com/mjh/switchrmi/ObjectReferenceable.java 42
com/mjh/switchrmi/protocol/html/HtmlIndexResponse.java 18
com/mjh/switchrmi/protocol/html/HtmlProtocol.java 22
com/mjh/switchrmi/protocol/html/HtmlRequest.java 25
com/mjh/switchrmi/protocol/html/HtmlResponse.java 38
com/mjh/switchrmi/protocol/raw/RawProtocol.java 35
com/mjh/switchrmi/protocol/xmlrpc/IMeerkat.java 21
com/mjh/switchrmi/protocol/xmlrpc/validator/IValidator.java 32
com/mjh/switchrmi/protocol/xmlrpc/validator/IValidatorImpl.java 35
com/mjh/switchrmi/protocol/xmlrpc/XmlRpcException.java 4
com/mjh/switchrmi/protocol/xmlrpc/XmlRpcFormatException.java 4
com/mjh/switchrmi/protocol/xmlrpc/XmlRpcMethodSignatures.java 61
com/mjh/switchrmi/protocol/xmlrpc/XmlRpcProtocol.java 219
com/mjh/switchrmi/protocol/xmlrpc/XmlRpcTypes.java 57
com/mjh/switchrmi/protocol/xmlrpc/XmlRpcUnsupportedTypeException.java 5
com/mjh/switchrmi/RmiClient.java 33
com/mjh/switchrmi/RmiClientInvocationHandler.java 23
com/mjh/switchrmi/RmiContext.java 39
com/mjh/switchrmi/RmiContextImpl.java 72
com/mjh/switchrmi/RmiException.java 4
com/mjh/switchrmi/RmiHandler.java 58
com/mjh/switchrmi/RmiHeaders.java 7
com/mjh/switchrmi/RmiInvocationHandler.java 6
com/mjh/switchrmi/RmiInvocationHandlerBase.java 20
com/mjh/switchrmi/RmiNullTransport.java 2
com/mjh/switchrmi/RmiProtocol.java 34
com/mjh/switchrmi/RmiRemoteException.java 29
com/mjh/switchrmi/RmiRequest.java 29
com/mjh/switchrmi/RmiRequestImpl.java 77
com/mjh/switchrmi/RmiResponse.java 4
com/mjh/switchrmi/RmiResponseImpl.java 10
com/mjh/switchrmi/RmiScope.java 7
com/mjh/switchrmi/RmiSessionScopeAccess.java 6
com/mjh/switchrmi/RmiTransport.java 37
com/mjh/switchrmi/RmiTransportBase.java 34
com/mjh/switchrmi/RmiUrlInfo.java 22
com/mjh/switchrmi/script/JSEcho.java 4
com/mjh/switchrmi/TestSystemProperties.java 18
com/mjh/switchrmi/transport/http/HttpClientTransport.java 28
com/mjh/switchrmi/transport/http/HttpRmiServlet.java 35
com/mjh/switchrmi/transport/http/HttpServletTransport.java 17
com/mjh/switchrmi/transport/http/HttpSessionScopeAccess.java 10
com/mjh/switchrmi/transport/smtp/james/RmiMailet.java 25
com/mjh/switchrmi/transport/smtp/RmiEmailService.java 38
com/mjh/switchrmi/transport/smtp/SmtpClientTransport.java 54
com/mjh/switchrmi/transport/smtp/SmtpServiceHandler.java 35
com/mjh/switchrmi/transport/test/IEcho.java 36
com/mjh/switchrmi/transport/test/IEchoImpl.java 49
com/mjh/switchrmi/transport/test/IQuit.java 4
com/mjh/switchrmi/transport/test/IQuitImpl.java 4
com/mjh/switchrmi/transport/test/IScopeTest.java 8
com/mjh/switchrmi/transport/test/IScopeTestImpl.java 9
com/mjh/switchrmi/transport/test/TestTransport.java 22
com/mjh/util/BeanMap.java 93
com/mjh/util/UrlInfo.java 65

com/mjh/dom/DomUtil.java

Error Line
Avoid using the '.*' form of import. 31
'{' should be on the previous line. 42
method is missing a Javadoc comment. 43
'{' should be on the previous line. 44
method is missing a Javadoc comment. 48
'{' should be on the previous line. 56
'{' should be on the previous line. 60
method is missing a Javadoc comment. 68
'{' should be on the previous line. 69
method is missing a Javadoc comment. 73
'{' should be on the previous line. 74
'{' should be on the previous line. 82
'{' should be on the previous line. 86
method is missing a Javadoc comment. 94
'{' should be on the previous line. 95
method is missing a Javadoc comment. 101
'{' should be on the previous line. 102
'{' should be on the previous line. 107
'{' should be on the previous line. 111
'{' should be on the previous line. 115
type is missing a Javadoc comment. 124
'{' should be on the previous line. 126
variable 'list' missing Javadoc. 127
method is missing a Javadoc comment. 129
'{' should be on the previous line. 130
method is missing a Javadoc comment. 134
'{' should be on the previous line. 135
method is missing a Javadoc comment. 139
'{' should be on the previous line. 140

com/mjh/switchrmi/GenericReferenceable.java

Error Line
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 33
type is missing a Javadoc comment. 35
'{' should be on the previous line. 37
variable 'log' missing Javadoc. 38
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 38
variable 'className' missing Javadoc. 40
variable 'codebase' missing Javadoc. 41
variable 'libs' missing Javadoc. 42
variable 'description' missing Javadoc. 43
variable 'factoryClassName' missing Javadoc. 44
method is missing a Javadoc comment. 47
'{' should be on the previous line. 48
method is missing a Javadoc comment. 51
'{' should be on the previous line. 52
method is missing a Javadoc comment. 56
'{' should be on the previous line. 57
method is missing a Javadoc comment. 67
'{' should be on the previous line. 68
method is missing a Javadoc comment. 77
'{' should be on the previous line. 78
method is missing a Javadoc comment. 82
'{' should be on the previous line. 83
method is missing a Javadoc comment. 87
'{' should be on the previous line. 88
method is missing a Javadoc comment. 92
'{' should be on the previous line. 93
method is missing a Javadoc comment. 97
'{' should be on the previous line. 98
method is missing a Javadoc comment. 102
'{' should be on the previous line. 103
method is missing a Javadoc comment. 107
'{' should be on the previous line. 108
method is missing a Javadoc comment. 112
'{' should be on the previous line. 113
method is missing a Javadoc comment. 117
'{' should be on the previous line. 118
method is missing a Javadoc comment. 122
'{' should be on the previous line. 123
method is missing a Javadoc comment. 127
'{' should be on the previous line. 129
method is missing a Javadoc comment. 134
'{' should be on the previous line. 135
'{' should be on the previous line. 139
'{' should be on the previous line. 141
'{' should be on the previous line. 150
'{' should be on the previous line. 157
'{' should be on the previous line. 161
'{' should be on the previous line. 169
'{' should be on the previous line. 178

com/mjh/switchrmi/jndi/JndiContextImpl.java

Error Line
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 34
type is missing a Javadoc comment. 36
'{' should be on the previous line. 37
variable 'log' missing Javadoc. 38
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 38
variable 'parser' missing Javadoc. 40
variable 'name' missing Javadoc. 41
variable 'parent' missing Javadoc. 42
variable 'env' missing Javadoc. 43
variable 'bindings' missing Javadoc. 44
method is missing a Javadoc comment. 46
'{' should be on the previous line. 47
method is missing a Javadoc comment. 50
'{' should be on the previous line. 51
method is missing a Javadoc comment. 55
'{' should be on the previous line. 56
'{' should be on the previous line. 60
'}' should be on the same line. 65
Empty catch block. 67
'{' should be on the previous line. 67
method is missing a Javadoc comment. 73
'{' should be on the previous line. 74
method is missing a Javadoc comment. 82
'{' should be on the previous line. 83
method is missing a Javadoc comment. 91
'{' should be on the previous line. 93
method is missing a Javadoc comment. 97
'{' should be on the previous line. 98
'{' should be on the previous line. 102
method is missing a Javadoc comment. 109
'{' should be on the previous line. 111
method is missing a Javadoc comment. 119
'{' should be on the previous line. 121
'{' should be on the previous line. 123
'{' should be on the previous line. 132
method is missing a Javadoc comment. 139
'{' should be on the previous line. 141
method is missing a Javadoc comment. 145
'{' should be on the previous line. 147
'{' should be on the previous line. 153
method is missing a Javadoc comment. 165
'{' should be on the previous line. 167
method is missing a Javadoc comment. 171
'{' should be on the previous line. 173
'{' should be on the previous line. 180
'}' should be on the same line. 182
'{' should be on the previous line. 184
'}' should be on the same line. 187
'{' should be on the previous line. 189
method is missing a Javadoc comment. 194
'{' should be on the previous line. 196
method is missing a Javadoc comment. 200
method name '_lookup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 200
'{' should be on the previous line. 202
method is missing a Javadoc comment. 206
method name '_lookup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 206
'{' should be on the previous line. 208
'{' should be on the previous line. 214
method is missing a Javadoc comment. 221
method name '_lookupParent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 221
'{' should be on the previous line. 223
'{' should be on the previous line. 225
'{' should be on the previous line. 233
'{' should be on the previous line. 238
'{' should be on the previous line. 242
'{' should be on the previous line. 247
'{' should be on the previous line. 254
'{' should be on the previous line. 259
'}' should be on the same line. 261
'{' should be on the previous line. 263
method is missing a Javadoc comment. 271
'{' should be on the previous line. 273
'{' should be on the previous line. 279
method is missing a Javadoc comment. 286
'{' should be on the previous line. 288
method is missing a Javadoc comment. 292
'{' should be on the previous line. 294
'{' should be on the previous line. 299
'{' should be on the previous line. 301
'}' should be on the same line. 303
'{' should be on the previous line. 305
'}' should be on the same line. 307
'{' should be on the previous line. 309
'{' should be on the previous line. 314
'{' should be on the previous line. 316
'{' should be on the previous line. 324
'}' should be on the same line. 328
'{' should be on the previous line. 330
'{' should be on the previous line. 332
'}' should be on the same line. 337
'{' should be on the previous line. 339
'{' should be on the previous line. 341
method is missing a Javadoc comment. 351
'{' should be on the previous line. 352
method is missing a Javadoc comment. 356
'{' should be on the previous line. 357
method is missing a Javadoc comment. 361
'{' should be on the previous line. 362
method is missing a Javadoc comment. 366
'{' should be on the previous line. 367
method is missing a Javadoc comment. 371
'{' should be on the previous line. 372
method is missing a Javadoc comment. 376
'{' should be on the previous line. 377
method is missing a Javadoc comment. 381
'{' should be on the previous line. 383
method is missing a Javadoc comment. 387
'{' should be on the previous line. 389
method is missing a Javadoc comment. 393
'{' should be on the previous line. 395
'{' should be on the previous line. 399
'}' should be on the same line. 401
Empty catch block. 403
'{' should be on the previous line. 403
'{' should be on the previous line. 407
method is missing a Javadoc comment. 414
'{' should be on the previous line. 416
method is missing a Javadoc comment. 420
'{' should be on the previous line. 422
'{' should be on the previous line. 428
'}' should be on the same line. 430
'{' should be on the previous line. 432
'}' should be on the same line. 434
'{' should be on the previous line. 436
method is missing a Javadoc comment. 441
'{' should be on the previous line. 443
method is missing a Javadoc comment. 447
'{' should be on the previous line. 449
method is missing a Javadoc comment. 453
'{' should be on the previous line. 455
method is missing a Javadoc comment. 459
'{' should be on the previous line. 461
method is missing a Javadoc comment. 465
'{' should be on the previous line. 467
method is missing a Javadoc comment. 471
'{' should be on the previous line. 473
method is missing a Javadoc comment. 480
'{' should be on the previous line. 482
method is missing a Javadoc comment. 486
'{' should be on the previous line. 488
method is missing a Javadoc comment. 492
'{' should be on the previous line. 494
method is missing a Javadoc comment. 499
'{' should be on the previous line. 501
method is missing a Javadoc comment. 505
'{' should be on the previous line. 507
method is missing a Javadoc comment. 511
'{' should be on the previous line. 512
method is missing a Javadoc comment. 517
'{' should be on the previous line. 518
type is missing a Javadoc comment. 530
'{' should be on the previous line. 532
variable 'SEPARATOR' missing Javadoc. 533
method is missing a Javadoc comment. 535
'{' should be on the previous line. 536
method is missing a Javadoc comment. 539
'{' should be on the previous line. 541

com/mjh/switchrmi/jndi/JndiContextImplFactory.java

Error Line
line longer than 80 characters 25
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 34
type is missing a Javadoc comment. 36
'{' should be on the previous line. 38
variable 'log' missing Javadoc. 39
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 39
variable 'contextsByName' missing Javadoc. 41
variable 'contextsByName' must be private and have accessor methods. 41
method is missing a Javadoc comment. 43
'{' should be on the previous line. 44
method is missing a Javadoc comment. 47
'{' should be on the previous line. 49
'{' should be on the previous line. 53
'{' should be on the previous line. 60
'{' should be on the previous line. 64
'{' should be on the previous line. 69
'{' should be on the previous line. 73
'{' should be on the previous line. 84
'{' should be on the previous line. 88
'}' should be on the same line. 90
'{' should be on the previous line. 92
'{' should be on the previous line. 101
'}' should be on the same line. 104
'{' should be on the previous line. 106
'}' should be on the same line. 108
'{' should be on the previous line. 110
'{' should be on the previous line. 112

com/mjh/switchrmi/jndi/ObjectFactoryImpl.java

Error Line
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 32
type is missing a Javadoc comment. 34
'{' should be on the previous line. 36
method is missing a Javadoc comment. 37
'{' should be on the previous line. 40

com/mjh/switchrmi/jndi/RmiConfiguration.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 33
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 37
Avoid using the '.*' form of import. 39
Avoid using the '.*' form of import. 41
Avoid using the '.*' form of import. 42
Avoid using the '.*' form of import. 45
type is missing a Javadoc comment. 47
'{' should be on the previous line. 48
variable 'SWITCHRMI_JNDI_INITIAL_URL' missing Javadoc. 49
variable 'log' missing Javadoc. 51
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 51
'static' modifier out of order with the JLS suggestions. 53
variable 'FILE_SUFFIX' missing Javadoc. 53
'static' modifier out of order with the JLS suggestions. 54
variable 'ROOT_TAG' missing Javadoc. 54
'static' modifier out of order with the JLS suggestions. 55
variable 'SERVICE_TAG' missing Javadoc. 55
'static' modifier out of order with the JLS suggestions. 56
variable 'CLIENT_TAG' missing Javadoc. 56
'static' modifier out of order with the JLS suggestions. 57
variable 'PROTOCOL_TAG' missing Javadoc. 57
'static' modifier out of order with the JLS suggestions. 58
variable 'TRANSPORT_TAG' missing Javadoc. 58
'static' modifier out of order with the JLS suggestions. 59
variable 'CODEBASE_TAG' missing Javadoc. 59
'static' modifier out of order with the JLS suggestions. 60
variable 'LIBRARY_TAG' missing Javadoc. 60
'static' modifier out of order with the JLS suggestions. 61
variable 'OBJECT_TAG' missing Javadoc. 61
'static' modifier out of order with the JLS suggestions. 62
variable 'REMOTE_TAG' missing Javadoc. 62
'static' modifier out of order with the JLS suggestions. 63
variable 'DESCRIPTION_TAG' missing Javadoc. 63
'static' modifier out of order with the JLS suggestions. 64
variable 'JAVA_TAG' missing Javadoc. 64
'static' modifier out of order with the JLS suggestions. 65
variable 'SCRIPT_TAG' missing Javadoc. 65
'static' modifier out of order with the JLS suggestions. 66
variable 'PROXY_TAG' missing Javadoc. 66
'static' modifier out of order with the JLS suggestions. 67
variable 'INTERFACE_TAG' missing Javadoc. 67
'static' modifier out of order with the JLS suggestions. 68
variable 'NAME_ATTR' missing Javadoc. 68
'static' modifier out of order with the JLS suggestions. 69
variable 'HANDLER_ATTR' missing Javadoc. 69
'static' modifier out of order with the JLS suggestions. 70
variable 'SCOPE_ATTR' missing Javadoc. 70
'static' modifier out of order with the JLS suggestions. 71
variable 'VALUE_ATTR' missing Javadoc. 71
'static' modifier out of order with the JLS suggestions. 72
variable 'CLASS_ATTR' missing Javadoc. 72
'static' modifier out of order with the JLS suggestions. 73
variable 'SOURCE_ATTR' missing Javadoc. 73
'static' modifier out of order with the JLS suggestions. 74
variable 'LANG_ATTR' missing Javadoc. 74
'static' modifier out of order with the JLS suggestions. 75
variable 'URL_ATTR' missing Javadoc. 75
'static' modifier out of order with the JLS suggestions. 76
variable 'PROTOCOL_ATTR' missing Javadoc. 76
'static' modifier out of order with the JLS suggestions. 77
variable 'DEFAULT_RESOURCE_NAME' missing Javadoc. 77
variable 'parsers' missing Javadoc. 79
variable 'jndiContext' missing Javadoc. 80
method is missing a Javadoc comment. 82
'{' should be on the previous line. 84
method is missing a Javadoc comment. 90
'{' should be on the previous line. 92
'{' should be on the previous line. 94
'{' should be on the previous line. 103
method is missing a Javadoc comment. 108
'{' should be on the previous line. 109
method is missing a Javadoc comment. 128
'{' should be on the previous line. 130
'{' should be on the previous line. 134
method is missing a Javadoc comment. 141
'{' should be on the previous line. 143
method is missing a Javadoc comment. 151
'{' should be on the previous line. 153
'{' should be on the previous line. 155
'}' should be on the same line. 160
'{' should be on the previous line. 162
'{' should be on the previous line. 164
method is missing a Javadoc comment. 173
'{' should be on the previous line. 174
type is missing a Javadoc comment. 178
'{' should be on the previous line. 179
variable 'tagName' missing Javadoc. 180
variable 'tagName' must be private and have accessor methods. 180
method is missing a Javadoc comment. 182
'{' should be on the previous line. 183
method is missing a Javadoc comment. 187
'{' should be on the previous line. 189
'{' should be on the previous line. 193
method is missing a Javadoc comment. 198
method is missing a Javadoc comment. 201
'{' should be on the previous line. 202
'{' should be on the previous line. 204
'{' should be on the previous line. 209
'{' should be on the previous line. 213
'}' should be on the same line. 219
'{' should be on the previous line. 221
'{' should be on the previous line. 223
method is missing a Javadoc comment. 229
'{' should be on the previous line. 231
'{' should be on the previous line. 235
'}' should be on the same line. 237
'{' should be on the previous line. 239
type is missing a Javadoc comment. 247
'{' should be on the previous line. 248
method is missing a Javadoc comment. 249
'{' should be on the previous line. 250
method is missing a Javadoc comment. 254
'{' should be on the previous line. 256
type is missing a Javadoc comment. 264
'{' should be on the previous line. 265
method is missing a Javadoc comment. 266
'{' should be on the previous line. 267
method is missing a Javadoc comment. 271
'{' should be on the previous line. 273
'{' should be on the previous line. 277
type is missing a Javadoc comment. 287
'{' should be on the previous line. 288
method is missing a Javadoc comment. 289
'{' should be on the previous line. 290
type is missing a Javadoc comment. 295
'{' should be on the previous line. 296
variable 'typeClazz' missing Javadoc. 297
variable 'typeClazz' must be private and have accessor methods. 297
method is missing a Javadoc comment. 299
'{' should be on the previous line. 300
method is missing a Javadoc comment. 304
'{' should be on the previous line. 306
'{' should be on the previous line. 310
'{' should be on the previous line. 319
'{' should be on the previous line. 325
'{' should be on the previous line. 332
'{' should be on the previous line. 339
'{' should be on the previous line. 348
'}' should be on the same line. 353
'{' should be on the previous line. 355
'{' should be on the previous line. 357
type is missing a Javadoc comment. 366
'{' should be on the previous line. 367
method is missing a Javadoc comment. 368
'{' should be on the previous line. 369
method is missing a Javadoc comment. 373
'{' should be on the previous line. 375
'{' should be on the previous line. 377
type is missing a Javadoc comment. 387
'{' should be on the previous line. 388
method is missing a Javadoc comment. 389
'{' should be on the previous line. 390
method is missing a Javadoc comment. 394
'{' should be on the previous line. 396
'{' should be on the previous line. 398
type is missing a Javadoc comment. 408
'{' should be on the previous line. 409
method is missing a Javadoc comment. 410
'{' should be on the previous line. 411
method is missing a Javadoc comment. 415
'{' should be on the previous line. 417
'{' should be on the previous line. 419
type is missing a Javadoc comment. 430
'{' should be on the previous line. 431
method is missing a Javadoc comment. 432
'{' should be on the previous line. 433
method is missing a Javadoc comment. 437
'{' should be on the previous line. 439
'{' should be on the previous line. 443
'{' should be on the previous line. 459
'}' should be on the same line. 463
'{' should be on the previous line. 465
'{' should be on the previous line. 467
type is missing a Javadoc comment. 476
'{' should be on the previous line. 477
method is missing a Javadoc comment. 478
'{' should be on the previous line. 479
method is missing a Javadoc comment. 483
'{' should be on the previous line. 485
'{' should be on the previous line. 487
type is missing a Javadoc comment. 497
'{' should be on the previous line. 498
method is missing a Javadoc comment. 499
'{' should be on the previous line. 500
method is missing a Javadoc comment. 504
'{' should be on the previous line. 506
'{' should be on the previous line. 508
type is missing a Javadoc comment. 525
'{' should be on the previous line. 526
method is missing a Javadoc comment. 527
'{' should be on the previous line. 528
method is missing a Javadoc comment. 532
'{' should be on the previous line. 534
'{' should be on the previous line. 536
type is missing a Javadoc comment. 555
'{' should be on the previous line. 556
method is missing a Javadoc comment. 557
'{' should be on the previous line. 558
method is missing a Javadoc comment. 562
'{' should be on the previous line. 564
'{' should be on the previous line. 566

com/mjh/switchrmi/jndi/RmiJavaObjectFactory.java

Error Line
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 34
Avoid using the '.*' form of import. 36
Avoid using the '.*' form of import. 38
Avoid using the '.*' form of import. 39
type is missing a Javadoc comment. 43
'{' should be on the previous line. 46
variable 'log' missing Javadoc. 47
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 47
method is missing a Javadoc comment. 50
'{' should be on the previous line. 51
method is missing a Javadoc comment. 54
'{' should be on the previous line. 57
'{' should be on the previous line. 59
'{' should be on the previous line. 61
'{' should be on the previous line. 72
'{' should be on the previous line. 79
'}' should be on the same line. 90
'{' should be on the previous line. 92
'{' should be on the previous line. 94
type is missing a Javadoc comment. 102
'{' should be on the previous line. 104
variable 'service' missing Javadoc. 105
variable 'service' must be private and have accessor methods. 105
variable 'loader' missing Javadoc. 106
method is missing a Javadoc comment. 108
'{' should be on the previous line. 109
method is missing a Javadoc comment. 114
'{' should be on the previous line. 116
'{' should be on the previous line. 118
'{' should be on the previous line. 128
'}' should be on the same line. 130
'{' should be on the previous line. 132
'{' should be on the previous line. 134

com/mjh/switchrmi/jndi/RmiObjectFactoryBase.java

Error Line
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 33
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 37
type is missing a Javadoc comment. 39
'{' should be on the previous line. 40
variable 'log' missing Javadoc. 41
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 41
method is missing a Javadoc comment. 44
'{' should be on the previous line. 45
method is missing a Javadoc comment. 52
'{' should be on the previous line. 55
'{' should be on the previous line. 62
method is missing a Javadoc comment. 69
'{' should be on the previous line. 71
'{' should be on the previous line. 77
'{' should be on the previous line. 85
'{' should be on the previous line. 90
'{' should be on the previous line. 94
'{' should be on the previous line. 102
method is missing a Javadoc comment. 112

com/mjh/switchrmi/jndi/RmiProxyObjectFactory.java

Error Line
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 33
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 37
Avoid using the '.*' form of import. 38
type is missing a Javadoc comment. 42
'{' should be on the previous line. 45
variable 'log' missing Javadoc. 46
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 46
variable 'url' missing Javadoc. 48
variable 'protocol' missing Javadoc. 49
method is missing a Javadoc comment. 51
'{' should be on the previous line. 52
method is missing a Javadoc comment. 55
'{' should be on the previous line. 58
'{' should be on the previous line. 66
'{' should be on the previous line. 73
line longer than 80 characters 83

com/mjh/switchrmi/jndi/RmiScriptObjectFactory.java

Error Line
line longer than 80 characters 25
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 34
Avoid using the '.*' form of import. 36
Avoid using the '.*' form of import. 38
Avoid using the '.*' form of import. 40
Avoid using the '.*' form of import. 41
type is missing a Javadoc comment. 45
'{' should be on the previous line. 48
variable 'log' missing Javadoc. 49
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 49
variable 'source' missing Javadoc. 51
variable 'language' missing Javadoc. 52
method is missing a Javadoc comment. 54
'{' should be on the previous line. 55
method is missing a Javadoc comment. 58
'{' should be on the previous line. 61
'{' should be on the previous line. 75
type is missing a Javadoc comment. 95
'{' should be on the previous line. 97
variable 'script' missing Javadoc. 98
variable 'language' missing Javadoc. 99
variable 'loader' missing Javadoc. 100
variable 'manager' missing Javadoc. 101
variable 'engine' missing Javadoc. 102
method is missing a Javadoc comment. 104
'{' should be on the previous line. 106
'{' should be on the previous line. 113
method is missing a Javadoc comment. 119
'{' should be on the previous line. 121
'{' should be on the previous line. 123
'{' should be on the previous line. 132
method is missing a Javadoc comment. 140
'{' should be on the previous line. 141
'{' should be on the previous line. 147
'{' should be on the previous line. 154
'{' should be on the previous line. 161
method is missing a Javadoc comment. 168
'{' should be on the previous line. 170
'{' should be on the previous line. 175
'{' should be on the previous line. 182
'{' should be on the previous line. 189
'{' should be on the previous line. 198
'{' should be on the previous line. 207
method is missing a Javadoc comment. 214
'{' should be on the previous line. 216
'{' should be on the previous line. 218
method is missing a Javadoc comment. 225
method is missing a Javadoc comment. 230
'{' should be on the previous line. 232
'{' should be on the previous line. 234

com/mjh/switchrmi/ObjectReferenceable.java

Error Line
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
type is missing a Javadoc comment. 33
'{' should be on the previous line. 36
variable 'types' missing Javadoc. 37
'{' should be on the previous line. 40
variable 'INTERFACE_ADDR' missing Javadoc. 46
variable 'name' missing Javadoc. 47
variable 'name' must be private and have accessor methods. 47
variable 'scope' missing Javadoc. 48
variable 'scope' must be private and have accessor methods. 48
variable 'interfaces' missing Javadoc. 49
variable 'interfaces' must be private and have accessor methods. 49
variable 'type' missing Javadoc. 50
variable 'type' must be private and have accessor methods. 50
variable 'typeInfo' missing Javadoc. 51
variable 'typeInfo' must be private and have accessor methods. 51
method is missing a Javadoc comment. 53
'{' should be on the previous line. 54
method is missing a Javadoc comment. 57
'{' should be on the previous line. 58
method is missing a Javadoc comment. 68
'{' should be on the previous line. 69
method is missing a Javadoc comment. 77
'{' should be on the previous line. 78
method is missing a Javadoc comment. 82
'{' should be on the previous line. 83
method is missing a Javadoc comment. 87
'{' should be on the previous line. 88
method is missing a Javadoc comment. 92
'{' should be on the previous line. 93
method is missing a Javadoc comment. 97
'{' should be on the previous line. 98
method is missing a Javadoc comment. 102
'{' should be on the previous line. 103
method is missing a Javadoc comment. 108
'{' should be on the previous line. 109
method is missing a Javadoc comment. 113
'{' should be on the previous line. 114
'{' should be on the previous line. 119
method is missing a Javadoc comment. 126
'{' should be on the previous line. 127

com/mjh/switchrmi/protocol/html/HtmlIndexResponse.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 33
Avoid using the '.*' form of import. 35
type is missing a Javadoc comment. 37
'{' should be on the previous line. 39
method is missing a Javadoc comment. 40
'{' should be on the previous line. 41
method is missing a Javadoc comment. 44
'{' should be on the previous line. 45
method is missing a Javadoc comment. 49
'{' should be on the previous line. 51
line longer than 80 characters 69
line longer than 80 characters 75
'{' should be on the previous line. 81
method is missing a Javadoc comment. 103
'{' should be on the previous line. 104

com/mjh/switchrmi/protocol/html/HtmlProtocol.java

Error Line
Avoid using the '.*' form of import. 28
type is missing a Javadoc comment. 32
'{' should be on the previous line. 33
variable 'INDEX_NAME' missing Javadoc. 34
method is missing a Javadoc comment. 36
'{' should be on the previous line. 37
method is missing a Javadoc comment. 40
'{' should be on the previous line. 41
method is missing a Javadoc comment. 45
'{' should be on the previous line. 46
method is missing a Javadoc comment. 50
'{' should be on the previous line. 52
method is missing a Javadoc comment. 56
'{' should be on the previous line. 58
method is missing a Javadoc comment. 63
'{' should be on the previous line. 65
method is missing a Javadoc comment. 68
'{' should be on the previous line. 70
method is missing a Javadoc comment. 74
'{' should be on the previous line. 76
method is missing a Javadoc comment. 80
'{' should be on the previous line. 82

com/mjh/switchrmi/protocol/html/HtmlRequest.java

Error Line
Avoid using the '.*' form of import. 28
type is missing a Javadoc comment. 32
'{' should be on the previous line. 33
method is missing a Javadoc comment. 34
'{' should be on the previous line. 35
method is missing a Javadoc comment. 38
'{' should be on the previous line. 39
method is missing a Javadoc comment. 43
'{' should be on the previous line. 44
method is missing a Javadoc comment. 47
'{' should be on the previous line. 48
method is missing a Javadoc comment. 52
'{' should be on the previous line. 53
method is missing a Javadoc comment. 57
'{' should be on the previous line. 58
method is missing a Javadoc comment. 62
'{' should be on the previous line. 63
method is missing a Javadoc comment. 67
'{' should be on the previous line. 68
method is missing a Javadoc comment. 72
'{' should be on the previous line. 73
'{' should be on the previous line. 75
'}' should be on the same line. 77
Empty catch block. 79
'{' should be on the previous line. 79

com/mjh/switchrmi/protocol/html/HtmlResponse.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 33
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 37
type is missing a Javadoc comment. 39
'{' should be on the previous line. 40
variable 'context' missing Javadoc. 41
variable 'context' must be private and have accessor methods. 41
variable 'htmlString' missing Javadoc. 42
variable 'htmlString' must be private and have accessor methods. 42
method is missing a Javadoc comment. 44
'{' should be on the previous line. 45
method is missing a Javadoc comment. 48
'{' should be on the previous line. 49
'{' should be on the previous line. 53
'{' should be on the previous line. 58
'{' should be on the previous line. 64
'}' should be on the same line. 71
Empty catch block. 73
'{' should be on the previous line. 73
'}' should be on the same line. 74
'{' should be on the previous line. 76
method is missing a Javadoc comment. 81
'{' should be on the previous line. 82
method is missing a Javadoc comment. 86
'{' should be on the previous line. 88
line longer than 80 characters 111
'{' should be on the previous line. 118
line longer than 80 characters 134
method is missing a Javadoc comment. 148
'{' should be on the previous line. 149
method is missing a Javadoc comment. 153
'{' should be on the previous line. 154
line longer than 80 characters 158
line longer than 80 characters 159
line longer than 80 characters 160

com/mjh/switchrmi/protocol/raw/RawProtocol.java

Error Line
Avoid using the '.*' form of import. 28
Unused import - java.io.IOException 30
Unused import - java.io.InputStream 31
Unused import - java.io.OutputStream 34
type is missing a Javadoc comment. 40
'{' should be on the previous line. 41
variable 'log' missing Javadoc. 42
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 42
method is missing a Javadoc comment. 45
'{' should be on the previous line. 46
method is missing a Javadoc comment. 49
'{' should be on the previous line. 50
method is missing a Javadoc comment. 54
'{' should be on the previous line. 55
method is missing a Javadoc comment. 59
'{' should be on the previous line. 61
method is missing a Javadoc comment. 65
'{' should be on the previous line. 67
method is missing a Javadoc comment. 71
'{' should be on the previous line. 73
method is missing a Javadoc comment. 77
'{' should be on the previous line. 79
line longer than 80 characters 80
method is missing a Javadoc comment. 84
'{' should be on the previous line. 86
method is missing a Javadoc comment. 90
'{' should be on the previous line. 92
'{' should be on the previous line. 94
method is missing a Javadoc comment. 99
'{' should be on the previous line. 101
method is missing a Javadoc comment. 110
'{' should be on the previous line. 112
method is missing a Javadoc comment. 120
'{' should be on the previous line. 121
'{' should be on the previous line. 123

com/mjh/switchrmi/protocol/xmlrpc/IMeerkat.java

Error Line
type is missing a Javadoc comment. 6
'{' should be on the previous line. 7
redundant 'public' modifier. 8
method is missing a Javadoc comment. 8
redundant 'public' modifier. 10
method is missing a Javadoc comment. 10
line longer than 80 characters 12
redundant 'public' modifier. 12
method is missing a Javadoc comment. 12
line longer than 80 characters 14
redundant 'public' modifier. 14
method is missing a Javadoc comment. 14
line longer than 80 characters 16
redundant 'public' modifier. 16
method is missing a Javadoc comment. 16
redundant 'public' modifier. 18
method is missing a Javadoc comment. 18
redundant 'public' modifier. 20
method is missing a Javadoc comment. 20
redundant 'public' modifier. 22
method is missing a Javadoc comment. 22

com/mjh/switchrmi/protocol/xmlrpc/validator/IValidator.java

Error Line
line longer than 80 characters 34
line longer than 80 characters 38
line longer than 80 characters 39
line longer than 80 characters 43
line longer than 80 characters 47
line longer than 80 characters 49
line longer than 80 characters 50
line longer than 80 characters 53
line longer than 80 characters 54
line longer than 80 characters 58
line longer than 80 characters 59
line longer than 80 characters 62
line longer than 80 characters 63
line longer than 80 characters 66
type is missing a Javadoc comment. 70
'{' should be on the previous line. 71
redundant 'public' modifier. 72
method is missing a Javadoc comment. 72
redundant 'public' modifier. 74
method is missing a Javadoc comment. 74
redundant 'public' modifier. 76
method is missing a Javadoc comment. 76
redundant 'public' modifier. 78
method is missing a Javadoc comment. 78
redundant 'public' modifier. 80
method is missing a Javadoc comment. 80
redundant 'public' modifier. 83
method is missing a Javadoc comment. 83
redundant 'public' modifier. 85
method is missing a Javadoc comment. 85
redundant 'public' modifier. 87
method is missing a Javadoc comment. 87

com/mjh/switchrmi/protocol/xmlrpc/validator/IValidatorImpl.java

Error Line
Avoid using the '.*' form of import. 28
type is missing a Javadoc comment. 30
'{' should be on the previous line. 31
method is missing a Javadoc comment. 32
'{' should be on the previous line. 33
method is missing a Javadoc comment. 36
'{' should be on the previous line. 37
'{' should be on the previous line. 42
'{' should be on the previous line. 47
method is missing a Javadoc comment. 55
'{' should be on the previous line. 56
'{' should be on the previous line. 66
'{' should be on the previous line. 70
'{' should be on the previous line. 75
'{' should be on the previous line. 80
'{' should be on the previous line. 85
'{' should be on the previous line. 90
line longer than 80 characters 105
line longer than 80 characters 106
line longer than 80 characters 107
line longer than 80 characters 108
line longer than 80 characters 109
method is missing a Javadoc comment. 114
'{' should be on the previous line. 115
'{' should be on the previous line. 121
method is missing a Javadoc comment. 135
'{' should be on the previous line. 136
method is missing a Javadoc comment. 140
'{' should be on the previous line. 142
method is missing a Javadoc comment. 155
'{' should be on the previous line. 156
method is missing a Javadoc comment. 163
'{' should be on the previous line. 164
method is missing a Javadoc comment. 177
'{' should be on the previous line. 178

com/mjh/switchrmi/protocol/xmlrpc/XmlRpcException.java

Error Line
type is missing a Javadoc comment. 30
'{' should be on the previous line. 31
method is missing a Javadoc comment. 32
'{' should be on the previous line. 33

com/mjh/switchrmi/protocol/xmlrpc/XmlRpcFormatException.java

Error Line
type is missing a Javadoc comment. 28
'{' should be on the previous line. 30
method is missing a Javadoc comment. 31
'{' should be on the previous line. 32

com/mjh/switchrmi/protocol/xmlrpc/XmlRpcMethodSignatures.java

Error Line
line longer than 80 characters 25
Avoid using the '.*' form of import. 32
type is missing a Javadoc comment. 43
'{' should be on the previous line. 44
variable 'log' missing Javadoc. 45
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 45
variable 'classMap' missing Javadoc. 47
variable 'ignoredClassMap' missing Javadoc. 48
variable 'encodedSignatureMap' missing Javadoc. 49
line longer than 80 characters 51
method is missing a Javadoc comment. 51
'{' should be on the previous line. 57
line longer than 80 characters 69
method is missing a Javadoc comment. 69
'{' should be on the previous line. 74
'{' should be on the previous line. 78
'{' should be on the previous line. 83
'}' should be on the same line. 85
'{' should be on the previous line. 87
method is missing a Javadoc comment. 96
'{' should be on the previous line. 103
'{' should be on the previous line. 110
'{' should be on the previous line. 115
line longer than 80 characters 124
method is missing a Javadoc comment. 124
'{' should be on the previous line. 129
'{' should be on the previous line. 137
'}' should be on the same line. 140
'{' should be on the previous line. 142
type is missing a Javadoc comment. 149
'{' should be on the previous line. 150
'static' modifier out of order with the JLS suggestions. 151
variable 'METHOD_TAG' missing Javadoc. 151
'static' modifier out of order with the JLS suggestions. 152
variable 'INTERNAL_ATTR' missing Javadoc. 152
'static' modifier out of order with the JLS suggestions. 153
variable 'EXTERNAL_ATTR' missing Javadoc. 153
variable 'internals' missing Javadoc. 154
variable 'externals' missing Javadoc. 155
method is missing a Javadoc comment. 157
'{' should be on the previous line. 159
method is missing a Javadoc comment. 163
'{' should be on the previous line. 164
method is missing a Javadoc comment. 168
'{' should be on the previous line. 169
method is missing a Javadoc comment. 173
'{' should be on the previous line. 174
method is missing a Javadoc comment. 179
'{' should be on the previous line. 181
'{' should be on the previous line. 185
'{' should be on the previous line. 190
'{' should be on the previous line. 197
'{' should be on the previous line. 209
'{' should be on the previous line. 214
'{' should be on the previous line. 219
'{' should be on the previous line. 224
'}' should be on the same line. 230
'{' should be on the previous line. 232
'}' should be on the same line. 239
'{' should be on the previous line. 241
'{' should be on the previous line. 243

com/mjh/switchrmi/protocol/xmlrpc/XmlRpcProtocol.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 37
type is missing a Javadoc comment. 61
'{' should be on the previous line. 62
variable 'log' missing Javadoc. 63
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 63
variable 'XMLRPC_REQUEST_TEMPLATE_FILE' missing Javadoc. 65
variable 'XMLRPC_RESPONSE_TEMPLATE_FILE' missing Javadoc. 67
variable 'XMLRPC_FAULTRESPONSE_TEMPLATE_FILE' missing Javadoc. 69
variable 'requestTemplate' missing Javadoc. 71
variable 'responseTemplate' missing Javadoc. 72
variable 'faultResponseTemplate' missing Javadoc. 73
'{' should be on the previous line. 76
'{' should be on the previous line. 78
'}' should be on the same line. 87
'{' should be on the previous line. 89
variable 'request' missing Javadoc. 94
variable 'transport' missing Javadoc. 95
variable 'dateFormatter' missing Javadoc. 96
method is missing a Javadoc comment. 99
'{' should be on the previous line. 100
method is missing a Javadoc comment. 103
'{' should be on the previous line. 105
method is missing a Javadoc comment. 114
'{' should be on the previous line. 115
method is missing a Javadoc comment. 119
'{' should be on the previous line. 120
method is missing a Javadoc comment. 124
'{' should be on the previous line. 126
method is missing a Javadoc comment. 130
'{' should be on the previous line. 132
method is missing a Javadoc comment. 136
'{' should be on the previous line. 138
'{' should be on the previous line. 144
'{' should be on the previous line. 157
'{' should be on the previous line. 162
'{' should be on the previous line. 179
'{' should be on the previous line. 181
line longer than 80 characters 185
'{' should be on the previous line. 201
'{' should be on the previous line. 214
'}' should be on the same line. 223
'{' should be on the previous line. 225
'{' should be on the previous line. 227
method is missing a Javadoc comment. 234
'{' should be on the previous line. 236
'{' should be on the previous line. 240
'{' should be on the previous line. 245
'{' should be on the previous line. 253
'{' should be on the previous line. 267
'{' should be on the previous line. 276
'{' should be on the previous line. 285
'{' should be on the previous line. 291
'{' should be on the previous line. 296
'}' should be on the same line. 302
'{' should be on the previous line. 304
'{' should be on the previous line. 306
method is missing a Javadoc comment. 315
'{' should be on the previous line. 317
'{' should be on the previous line. 322
'}' should be on the same line. 324
'{' should be on the previous line. 326
line contains a tab character 327
'{' should be on the previous line. 339
method is missing a Javadoc comment. 344
'{' should be on the previous line. 346
'{' should be on the previous line. 350
'}' should be on the same line. 361
'{' should be on the previous line. 363
'{' should be on the previous line. 365
method is missing a Javadoc comment. 377
'{' should be on the previous line. 379
'{' should be on the previous line. 383
'{' should be on the previous line. 387
'}' should be on the same line. 402
'{' should be on the previous line. 404
'{' should be on the previous line. 406
method is missing a Javadoc comment. 414
'{' should be on the previous line. 416
line longer than 80 characters 417
method is missing a Javadoc comment. 422
'{' should be on the previous line. 424
'{' should be on the previous line. 428
'{' should be on the previous line. 435
'{' should be on the previous line. 437
'{' should be on the previous line. 444
'{' should be on the previous line. 454
line longer than 80 characters 460
'{' should be on the previous line. 470
'}' should be on the same line. 472
'{' should be on the previous line. 474
'{' should be on the previous line. 481
'}' should be on the same line. 485
'{' should be on the previous line. 487
method is missing a Javadoc comment. 496
'{' should be on the previous line. 498
'{' should be on the previous line. 504
'{' should be on the previous line. 511
method is missing a Javadoc comment. 521
'{' should be on the previous line. 523
'{' should be on the previous line. 527
method is missing a Javadoc comment. 535
'{' should be on the previous line. 538
'{' should be on the previous line. 543
'}' should be on the same line. 545
'{' should be on the previous line. 547
'}' should be on the same line. 549
'{' should be on the previous line. 551
'}' should be on the same line. 553
'{' should be on the previous line. 555
'}' should be on the same line. 557
'{' should be on the previous line. 559
'}' should be on the same line. 566
'{' should be on the previous line. 568
method is missing a Javadoc comment. 578
'{' should be on the previous line. 580
'{' should be on the previous line. 586
'{' should be on the previous line. 591
'{' should be on the previous line. 597
'{' should be on the previous line. 603
'}' should be on the same line. 605
'{' should be on the previous line. 607
'}' should be on the same line. 609
'{' should be on the previous line. 611
'}' should be on the same line. 613
'{' should be on the previous line. 615
'}' should be on the same line. 617
'{' should be on the previous line. 619
'}' should be on the same line. 622
'{' should be on the previous line. 624
method is missing a Javadoc comment. 633
'{' should be on the previous line. 635
'{' should be on the previous line. 640
'{' should be on the previous line. 645
'{' should be on the previous line. 647
'}' should be on the same line. 649
'{' should be on the previous line. 651
'{' should be on the previous line. 656
'{' should be on the previous line. 661
'{' should be on the previous line. 665
'{' should be on the previous line. 671
'}' should be on the same line. 673
'{' should be on the previous line. 675
'}' should be on the same line. 677
'{' should be on the previous line. 679
'}' should be on the same line. 681
'{' should be on the previous line. 683
'}' should be on the same line. 688
'{' should be on the previous line. 690
line longer than 80 characters 691
method is missing a Javadoc comment. 697
'{' should be on the previous line. 699
'{' should be on the previous line. 705
method is missing a Javadoc comment. 721
'{' should be on the previous line. 723
'{' should be on the previous line. 728
'{' should be on the previous line. 735
'{' should be on the previous line. 742
line longer than 80 characters 747
'{' should be on the previous line. 753
'{' should be on the previous line. 760
'}' should be on the same line. 766
'{' should be on the previous line. 768
'}' should be on the same line. 770
'{' should be on the previous line. 772
method is missing a Javadoc comment. 780
'{' should be on the previous line. 782
'{' should be on the previous line. 788
'{' should be on the previous line. 794
'}' should be on the same line. 796
'{' should be on the previous line. 798
method is missing a Javadoc comment. 824
'{' should be on the previous line. 826
'{' should be on the previous line. 830
'{' should be on the previous line. 837
'}' should be on the same line. 852
'{' should be on the previous line. 854
'}' should be on the same line. 856
'{' should be on the previous line. 858
method is missing a Javadoc comment. 865
'{' should be on the previous line. 866
method is missing a Javadoc comment. 879
'{' should be on the previous line. 881
'{' should be on the previous line. 886
'{' should be on the previous line. 888
'{' should be on the previous line. 895
'{' should be on the previous line. 904
'{' should be on the previous line. 911
'}' should be on the same line. 914
'{' should be on the previous line. 916
'{' should be on the previous line. 918
method is missing a Javadoc comment. 929
'{' should be on the previous line. 930
method is missing a Javadoc comment. 940
'{' should be on the previous line. 942
'{' should be on the previous line. 947
'{' should be on the previous line. 949
'{' should be on the previous line. 956
'}' should be on the same line. 963
'{' should be on the previous line. 965
'{' should be on the previous line. 967
line longer than 80 characters 972
method is missing a Javadoc comment. 978
'{' should be on the previous line. 979
'{' should be on the previous line. 984
'{' should be on the previous line. 988
method is missing a Javadoc comment. 999
'{' should be on the previous line. 1000
'{' should be on the previous line. 1007
'{' should be on the previous line. 1014
method is missing a Javadoc comment. 1026
'{' should be on the previous line. 1028
'{' should be on the previous line. 1034
'{' should be on the previous line. 1039
'{' should be on the previous line. 1043
'{' should be on the previous line. 1050

com/mjh/switchrmi/protocol/xmlrpc/XmlRpcTypes.java

Error Line
type is missing a Javadoc comment. 32
'{' should be on the previous line. 33
line contains a tab character 34
line longer than 80 characters 35
line contains a tab character 35
variable 'log' missing Javadoc. 35
line contains a tab character 36
'static' modifier out of order with the JLS suggestions. 37
variable 'INT_TYPE' missing Javadoc. 37
'static' modifier out of order with the JLS suggestions. 38
variable 'I4_TYPE' missing Javadoc. 38
'static' modifier out of order with the JLS suggestions. 39
variable 'DOUBLE_TYPE' missing Javadoc. 39
'static' modifier out of order with the JLS suggestions. 40
variable 'STRING_TYPE' missing Javadoc. 40
'static' modifier out of order with the JLS suggestions. 41
variable 'BOOLEAN_TYPE' missing Javadoc. 41
'static' modifier out of order with the JLS suggestions. 42
variable 'DATETIME_TYPE' missing Javadoc. 42
'static' modifier out of order with the JLS suggestions. 43
variable 'STRUCT_TYPE' missing Javadoc. 43
'static' modifier out of order with the JLS suggestions. 44
variable 'ARRAY_TYPE' missing Javadoc. 44
'static' modifier out of order with the JLS suggestions. 45
variable 'BASE64_TYPE' missing Javadoc. 45
variable 'javaTypes' missing Javadoc. 46
variable 'xmlrpcTypes' missing Javadoc. 47
variable 'primitives' missing Javadoc. 48
'{' should be on the previous line. 51
method is missing a Javadoc comment. 89
'{' should be on the previous line. 90
method is missing a Javadoc comment. 95
'{' should be on the previous line. 97
'{' should be on the previous line. 103
'{' should be on the previous line. 105
'{' should be on the previous line. 111
method is missing a Javadoc comment. 120
'{' should be on the previous line. 121
'{' should be on the previous line. 125
'{' should be on the previous line. 127
'}' should be on the same line. 129
'{' should be on the previous line. 131
method is missing a Javadoc comment. 139
'{' should be on the previous line. 140
line contains a tab character 141
line contains a tab character 142
'if' construct must use '{}'s. 143
line contains a tab character 143
'{' should be on the previous line. 147
method is missing a Javadoc comment. 154
'{' should be on the previous line. 155
'{' should be on the previous line. 161
'}' should be on the same line. 163
'{' should be on the previous line. 165
'{' should be on the previous line. 170
'}' should be on the same line. 172
'{' should be on the previous line. 174

com/mjh/switchrmi/protocol/xmlrpc/XmlRpcUnsupportedTypeException.java

Error Line
line longer than 80 characters 25
type is missing a Javadoc comment. 28
'{' should be on the previous line. 30
method is missing a Javadoc comment. 31
'{' should be on the previous line. 32

com/mjh/switchrmi/RmiClient.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
line longer than 80 characters 37
'{' should be on the previous line. 44
variable 'log' missing Javadoc. 45
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 45
variable 'ctx' missing Javadoc. 47
Expected @throws tag for 'Exception'. 52
'{' should be on the previous line. 53
'{' should be on the previous line. 65
'{' should be on the previous line. 69
'{' should be on the previous line. 85
line longer than 80 characters 90
Unused @param tag for 'interface'. 93
Expected @param tag for 'interfaze'. 98
Expected @throws tag for 'Exception'. 99
'{' should be on the previous line. 100
line longer than 80 characters 105
line longer than 80 characters 108
Expected @throws tag for 'Exception'. 114
'{' should be on the previous line. 115
line longer than 80 characters 122
Unused @param tag for 'interface'. 125
line longer than 80 characters 126
Expected @param tag for 'interfaze'. 131
Expected @throws tag for 'Exception'. 132
'{' should be on the previous line. 133
line longer than 80 characters 138
line longer than 80 characters 141
line longer than 80 characters 142
Expected @throws tag for 'Exception'. 148
'{' should be on the previous line. 149

com/mjh/switchrmi/RmiClientInvocationHandler.java

Error Line
line longer than 80 characters 25
Unused import - java.util.HashMap 31
Avoid using the '.*' form of import. 33
type is missing a Javadoc comment. 37
'{' should be on the previous line. 39
variable 'log' missing Javadoc. 40
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 40
variable 'targetUrl' missing Javadoc. 42
variable 'protocolName' missing Javadoc. 43
variable 'context' missing Javadoc. 44
variable 'handler' missing Javadoc. 45
variable 'jndiContext' missing Javadoc. 46
method is missing a Javadoc comment. 48
'{' should be on the previous line. 49
method is missing a Javadoc comment. 54
'{' should be on the previous line. 56
method is missing a Javadoc comment. 62
'{' should be on the previous line. 63
method is missing a Javadoc comment. 69
'{' should be on the previous line. 71
'{' should be on the previous line. 73
method is missing a Javadoc comment. 80
'{' should be on the previous line. 81

com/mjh/switchrmi/RmiContext.java

Error Line
Avoid using the '.*' form of import. 32
type is missing a Javadoc comment. 34
'{' should be on the previous line. 35
redundant 'public' modifier. 36
method is missing a Javadoc comment. 36
redundant 'public' modifier. 38
method is missing a Javadoc comment. 38
redundant 'public' modifier. 40
method is missing a Javadoc comment. 40
redundant 'public' modifier. 42
method is missing a Javadoc comment. 42
redundant 'public' modifier. 44
method is missing a Javadoc comment. 44
redundant 'public' modifier. 47
method is missing a Javadoc comment. 47
redundant 'public' modifier. 49
method is missing a Javadoc comment. 49
redundant 'public' modifier. 51
method is missing a Javadoc comment. 51
redundant 'public' modifier. 53
method is missing a Javadoc comment. 53
redundant 'public' modifier. 55
method is missing a Javadoc comment. 55
redundant 'public' modifier. 57
method is missing a Javadoc comment. 57
redundant 'public' modifier. 59
method is missing a Javadoc comment. 59
redundant 'public' modifier. 61
method is missing a Javadoc comment. 61
redundant 'public' modifier. 63
method is missing a Javadoc comment. 63
redundant 'public' modifier. 65
method is missing a Javadoc comment. 65
redundant 'public' modifier. 67
method is missing a Javadoc comment. 67
redundant 'public' modifier. 69
method is missing a Javadoc comment. 69
redundant 'public' modifier. 72
method is missing a Javadoc comment. 72

com/mjh/switchrmi/RmiContextImpl.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 34
Avoid using the '.*' form of import. 36
type is missing a Javadoc comment. 38
'{' should be on the previous line. 39
variable 'log' missing Javadoc. 40
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 40
variable 'targetUrl' missing Javadoc. 42
variable 'transport' missing Javadoc. 43
variable 'protocol' missing Javadoc. 44
variable 'urlInfo' missing Javadoc. 45
variable 'sessionID' missing Javadoc. 46
variable 'target' missing Javadoc. 47
variable 'jndiContext' missing Javadoc. 48
variable 'isService' missing Javadoc. 49
variable 'isService' must be private and have accessor methods. 49
method is missing a Javadoc comment. 51
'{' should be on the previous line. 52
method is missing a Javadoc comment. 55
'{' should be on the previous line. 56
method is missing a Javadoc comment. 60
'{' should be on the previous line. 62
method is missing a Javadoc comment. 66
'{' should be on the previous line. 69
'{' should be on the previous line. 75
'{' should be on the previous line. 86
'{' should be on the previous line. 93
'{' should be on the previous line. 98
'{' should be on the previous line. 110
'{' should be on the previous line. 117
method is missing a Javadoc comment. 122
'{' should be on the previous line. 123
method is missing a Javadoc comment. 127
'{' should be on the previous line. 128
method is missing a Javadoc comment. 132
'{' should be on the previous line. 133
method is missing a Javadoc comment. 137
'{' should be on the previous line. 138
method is missing a Javadoc comment. 142
'{' should be on the previous line. 143
method is missing a Javadoc comment. 147
'{' should be on the previous line. 148
method is missing a Javadoc comment. 152
'{' should be on the previous line. 153
method is missing a Javadoc comment. 157
'{' should be on the previous line. 158
method is missing a Javadoc comment. 162
'{' should be on the previous line. 163
method is missing a Javadoc comment. 167
'{' should be on the previous line. 168
method is missing a Javadoc comment. 172
'{' should be on the previous line. 173
method is missing a Javadoc comment. 177
'{' should be on the previous line. 178
method is missing a Javadoc comment. 182
'{' should be on the previous line. 184
method is missing a Javadoc comment. 188
'{' should be on the previous line. 189
method is missing a Javadoc comment. 193
'{' should be on the previous line. 194
method is missing a Javadoc comment. 198
'{' should be on the previous line. 199
'{' should be on the previous line. 203
line longer than 80 characters 204
method is missing a Javadoc comment. 208
'{' should be on the previous line. 209
'{' should be on the previous line. 211
line longer than 80 characters 212
method is missing a Javadoc comment. 218
'{' should be on the previous line. 220

com/mjh/switchrmi/RmiException.java

Error Line
type is missing a Javadoc comment. 28
'{' should be on the previous line. 29
method is missing a Javadoc comment. 30
'{' should be on the previous line. 31

com/mjh/switchrmi/RmiHandler.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 34
type is missing a Javadoc comment. 38
'{' should be on the previous line. 39
variable 'applicationScope' missing Javadoc. 40
variable 'log' missing Javadoc. 41
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 41
variable 'request' missing Javadoc. 43
variable 'response' missing Javadoc. 44
method is missing a Javadoc comment. 46
'{' should be on the previous line. 47
method is missing a Javadoc comment. 50
'{' should be on the previous line. 52
'{' should be on the previous line. 57
'{' should be on the previous line. 64
'{' should be on the previous line. 72
'{' should be on the previous line. 82
method is missing a Javadoc comment. 89
'{' should be on the previous line. 91
'{' should be on the previous line. 96
'{' should be on the previous line. 101
'{' should be on the previous line. 105
'{' should be on the previous line. 113
'{' should be on the previous line. 118
'{' should be on the previous line. 122
'{' should be on the previous line. 126
'}' should be on the same line. 130
'{' should be on the previous line. 132
'{' should be on the previous line. 136
'}' should be on the same line. 140
'{' should be on the previous line. 142
'{' should be on the previous line. 147
method is missing a Javadoc comment. 156
'{' should be on the previous line. 162
'{' should be on the previous line. 166
'{' should be on the previous line. 175
'{' should be on the previous line. 184
'{' should be on the previous line. 191
'}' should be on the same line. 201
'{' should be on the previous line. 203
line longer than 80 characters 204
'}' should be on the same line. 206
'{' should be on the previous line. 208
'}' should be on the same line. 212
'{' should be on the previous line. 214
'{' should be on the previous line. 216
'}' should be on the same line. 221
'{' should be on the previous line. 223
'{' should be on the previous line. 225
'}' should be on the same line. 228
'{' should be on the previous line. 230
method is missing a Javadoc comment. 236
'{' should be on the previous line. 237
method is missing a Javadoc comment. 242
'{' should be on the previous line. 244
'{' should be on the previous line. 246

com/mjh/switchrmi/RmiHeaders.java

Error Line
type is missing a Javadoc comment. 28
'{' should be on the previous line. 29
variable 'NAME' missing Javadoc. 30
variable 'PROTOCOL' missing Javadoc. 31
variable 'LOCATION' missing Javadoc. 32
variable 'CONTENT_TYPE' missing Javadoc. 33
variable 'CONTENT_LENGTH' missing Javadoc. 34

com/mjh/switchrmi/RmiInvocationHandler.java

Error Line
type is missing a Javadoc comment. 30
'{' should be on the previous line. 32
redundant 'public' modifier. 33
method is missing a Javadoc comment. 33
redundant 'public' modifier. 35
method is missing a Javadoc comment. 35

com/mjh/switchrmi/RmiInvocationHandlerBase.java

Error Line
line longer than 80 characters 25
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
type is missing a Javadoc comment. 34
'{' should be on the previous line. 36
variable 'log' missing Javadoc. 37
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 37
variable 'illegalMethods' missing Javadoc. 39
'{' should be on the previous line. 42
variable 'interfaces' missing Javadoc. 53
method is missing a Javadoc comment. 55
'{' should be on the previous line. 56
'{' should be on the previous line. 65
'{' should be on the previous line. 70
method is missing a Javadoc comment. 77
method is missing a Javadoc comment. 81
'{' should be on the previous line. 82
'{' should be on the previous line. 87
'{' should be on the previous line. 93

com/mjh/switchrmi/RmiNullTransport.java

Error Line
type is missing a Javadoc comment. 3
'{' should be on the previous line. 5

com/mjh/switchrmi/RmiProtocol.java

Error Line
type is missing a Javadoc comment. 30
'{' should be on the previous line. 31
'static' modifier out of order with the JLS suggestions. 32
variable 'SOAP' missing Javadoc. 32
'static' modifier out of order with the JLS suggestions. 33
variable 'XMLRPC' missing Javadoc. 33
'static' modifier out of order with the JLS suggestions. 34
variable 'RAWRPC' missing Javadoc. 34
'static' modifier out of order with the JLS suggestions. 35
variable 'HTML' missing Javadoc. 35
'static' modifier out of order with the JLS suggestions. 36
variable 'SOAP_CONTENT_TYPE' missing Javadoc. 36
'static' modifier out of order with the JLS suggestions. 37
variable 'XMLRPC_CONTENT_TYPE' missing Javadoc. 37
'static' modifier out of order with the JLS suggestions. 38
variable 'RAWRPC_CONTENT_TYPE' missing Javadoc. 38
'static' modifier out of order with the JLS suggestions. 39
variable 'HTML_CONTENT_TYPE' missing Javadoc. 39
redundant 'public' modifier. 41
method is missing a Javadoc comment. 41
redundant 'public' modifier. 43
method is missing a Javadoc comment. 43
redundant 'public' modifier. 45
method is missing a Javadoc comment. 45
redundant 'public' modifier. 48
method is missing a Javadoc comment. 48
redundant 'public' modifier. 51
method is missing a Javadoc comment. 51
redundant 'public' modifier. 54
method is missing a Javadoc comment. 54
redundant 'public' modifier. 57
method is missing a Javadoc comment. 57
redundant 'public' modifier. 60
method is missing a Javadoc comment. 60

com/mjh/switchrmi/RmiRemoteException.java

Error Line
Avoid using the '.*' form of import. 32
type is missing a Javadoc comment. 34
'{' should be on the previous line. 36
'static' modifier out of order with the JLS suggestions. 37
variable 'PREFIX' missing Javadoc. 37
'static' modifier out of order with the JLS suggestions. 38
variable 'SEPARATOR' missing Javadoc. 38
variable 'originalExceptionType' missing Javadoc. 39
variable 'originalMessage' missing Javadoc. 40
variable 'remoteStackTrace' missing Javadoc. 41
variable 'isSwitchRMIException' missing Javadoc. 42
method is missing a Javadoc comment. 44
'{' should be on the previous line. 45
'{' should be on the previous line. 47
'{' should be on the previous line. 54
'}' should be on the same line. 59
'{' should be on the previous line. 61
method is missing a Javadoc comment. 66
'{' should be on the previous line. 67
method is missing a Javadoc comment. 79
'{' should be on the previous line. 80
method is missing a Javadoc comment. 84
'{' should be on the previous line. 85
method is missing a Javadoc comment. 91
'{' should be on the previous line. 92
'{' should be on the previous line. 94
method is missing a Javadoc comment. 104
'{' should be on the previous line. 105
'{' should be on the previous line. 107

com/mjh/switchrmi/RmiRequest.java

Error Line
type is missing a Javadoc comment. 31
'{' should be on the previous line. 32
line contains a tab character 34
redundant 'public' modifier. 34
method is missing a Javadoc comment. 34
line contains a tab character 35
redundant 'public' modifier. 35
method is missing a Javadoc comment. 35
line contains a tab character 37
redundant 'public' modifier. 37
method is missing a Javadoc comment. 37
line contains a tab character 38
redundant 'public' modifier. 38
method is missing a Javadoc comment. 38
line contains a tab character 39
redundant 'public' modifier. 39
method is missing a Javadoc comment. 39
line contains a tab character 40
redundant 'public' modifier. 40
method is missing a Javadoc comment. 40
line contains a tab character 41
redundant 'public' modifier. 41
method is missing a Javadoc comment. 41
line contains a tab character 42
redundant 'public' modifier. 42
method is missing a Javadoc comment. 42
line contains a tab character 43
redundant 'public' modifier. 43
method is missing a Javadoc comment. 43

com/mjh/switchrmi/RmiRequestImpl.java

Error Line
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 34
type is missing a Javadoc comment. 36
'{' should be on the previous line. 37
variable 'log' missing Javadoc. 38
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 38
variable 'primitives' missing Javadoc. 40
'{' should be on the previous line. 43
variable 'encodedMethodSignature' missing Javadoc. 59
variable 'args' missing Javadoc. 60
variable 'interfaceName' missing Javadoc. 61
variable 'interfaceName' must be private and have accessor methods. 61
variable 'methodName' missing Javadoc. 62
variable 'argumentTypes' missing Javadoc. 63
variable 'returnType' missing Javadoc. 64
variable 'stringArgumentTypes' missing Javadoc. 65
method is missing a Javadoc comment. 67
'{' should be on the previous line. 68
method is missing a Javadoc comment. 72
'{' should be on the previous line. 73
Expected an @return tag. 82
Expected @param tag for 'm'. 82
'{' should be on the previous line. 83
Expected @param tag for 'm'. 91
Expected @param tag for 'signature'. 92
'{' should be on the previous line. 93
Expected @param tag for 'encoded'. 101
'{' should be on the previous line. 102
method is missing a Javadoc comment. 107
'{' should be on the previous line. 108
method is missing a Javadoc comment. 112
'{' should be on the previous line. 113
method is missing a Javadoc comment. 117
'{' should be on the previous line. 118
method is missing a Javadoc comment. 122
'{' should be on the previous line. 123
'{' should be on the previous line. 125
method is missing a Javadoc comment. 132
'{' should be on the previous line. 133
'{' should be on the previous line. 135
method is missing a Javadoc comment. 142
'{' should be on the previous line. 143
'{' should be on the previous line. 145
method is missing a Javadoc comment. 152
'{' should be on the previous line. 153
'{' should be on the previous line. 155
method is missing a Javadoc comment. 162
'{' should be on the previous line. 163
'{' should be on the previous line. 165
method is missing a Javadoc comment. 172
'{' should be on the previous line. 173
'{' should be on the previous line. 175
method is missing a Javadoc comment. 182
'{' should be on the previous line. 183
'{' should be on the previous line. 187
'}' should be on the same line. 197
'{' should be on the previous line. 199
method is missing a Javadoc comment. 207
'{' should be on the previous line. 208
Expected an @return tag. 216
Expected @param tag for 'method'. 216
'{' should be on the previous line. 217
'{' should be on the previous line. 221
'{' should be on the previous line. 237
'{' should be on the previous line. 239
method is missing a Javadoc comment. 254
'{' should be on the previous line. 255
Expected @param tag for 'encoded'. 263
'{' should be on the previous line. 264
'{' should be on the previous line. 266
'{' should be on the previous line. 279
'{' should be on the previous line. 283
'{' should be on the previous line. 293
'{' should be on the previous line. 298
line longer than 80 characters 299
'}' should be on the same line. 305
'{' should be on the previous line. 307

com/mjh/switchrmi/RmiResponse.java

Error Line
type is missing a Javadoc comment. 28
'{' should be on the previous line. 29
redundant 'public' modifier. 30
method is missing a Javadoc comment. 30

com/mjh/switchrmi/RmiResponseImpl.java

Error Line
type is missing a Javadoc comment. 30
'{' should be on the previous line. 31
variable 'request' missing Javadoc. 32
variable 'object' missing Javadoc. 33
method is missing a Javadoc comment. 35
'{' should be on the previous line. 36
method is missing a Javadoc comment. 40
'{' should be on the previous line. 41
method is missing a Javadoc comment. 46
'{' should be on the previous line. 47

com/mjh/switchrmi/RmiScope.java

Error Line
'{' should be on the previous line. 37
'static' modifier out of order with the JLS suggestions. 38
variable 'APPLICATION' missing Javadoc. 38
'static' modifier out of order with the JLS suggestions. 39
variable 'SESSION' missing Javadoc. 39
'static' modifier out of order with the JLS suggestions. 40
variable 'REQUEST' missing Javadoc. 40

com/mjh/switchrmi/RmiSessionScopeAccess.java

Error Line
type is missing a Javadoc comment. 28
'{' should be on the previous line. 29
redundant 'public' modifier. 30
method is missing a Javadoc comment. 30
redundant 'public' modifier. 32
method is missing a Javadoc comment. 32

com/mjh/switchrmi/RmiTransport.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
type is missing a Javadoc comment. 34
'{' should be on the previous line. 35
'static' modifier out of order with the JLS suggestions. 36
variable 'HTTP' missing Javadoc. 36
'static' modifier out of order with the JLS suggestions. 37
variable 'SMTP' missing Javadoc. 37
'static' modifier out of order with the JLS suggestions. 38
variable 'TEST' missing Javadoc. 38
'static' modifier out of order with the JLS suggestions. 39
variable 'JMS' missing Javadoc. 39
'static' modifier out of order with the JLS suggestions. 40
variable 'JABBER' missing Javadoc. 40
'static' modifier out of order with the JLS suggestions. 41
variable 'ASYNCHRONOUS' missing Javadoc. 41
'static' modifier out of order with the JLS suggestions. 42
variable 'SYNCHRONOUS' missing Javadoc. 42
redundant 'public' modifier. 44
method is missing a Javadoc comment. 44
redundant 'public' modifier. 46
method is missing a Javadoc comment. 46
redundant 'public' modifier. 48
method is missing a Javadoc comment. 48
redundant 'public' modifier. 51
method is missing a Javadoc comment. 51
redundant 'public' modifier. 54
method is missing a Javadoc comment. 54
redundant 'public' modifier. 57
method is missing a Javadoc comment. 57
redundant 'public' modifier. 60
method is missing a Javadoc comment. 60
redundant 'public' modifier. 62
method is missing a Javadoc comment. 62
redundant 'public' modifier. 64
method is missing a Javadoc comment. 64

com/mjh/switchrmi/RmiTransportBase.java

Error Line
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 31
'{' should be on the previous line. 45
variable 'log' missing Javadoc. 46
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 46
variable 'mimeType' missing Javadoc. 48
variable 'targetUrl' missing Javadoc. 49
variable 'transportType' missing Javadoc. 50
variable 'transportName' missing Javadoc. 51
variable 'sessionID' missing Javadoc. 52
'{' should be on the previous line. 58
method is missing a Javadoc comment. 61
'{' should be on the previous line. 62
method is missing a Javadoc comment. 66
'{' should be on the previous line. 67
method is missing a Javadoc comment. 71
'{' should be on the previous line. 72
method is missing a Javadoc comment. 76
'{' should be on the previous line. 78
method is missing a Javadoc comment. 82
'{' should be on the previous line. 83
'{' should be on the previous line. 91
method is missing a Javadoc comment. 95
'{' should be on the previous line. 96
method is missing a Javadoc comment. 102
'{' should be on the previous line. 103
method is missing a Javadoc comment. 107
'{' should be on the previous line. 108
'{' should be on the previous line. 117
'{' should be on the previous line. 126
'{' should be on the previous line. 135
'{' should be on the previous line. 143
method is missing a Javadoc comment. 146
'{' should be on the previous line. 147

com/mjh/switchrmi/RmiUrlInfo.java

Error Line
type is missing a Javadoc comment. 9
'{' should be on the previous line. 10
variable 'log' missing Javadoc. 11
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 11
variable 'objectName' missing Javadoc. 13
variable 'protocolName' missing Javadoc. 14
method is missing a Javadoc comment. 16
'{' should be on the previous line. 18
method is missing a Javadoc comment. 23
'{' should be on the previous line. 25
method is missing a Javadoc comment. 30
'{' should be on the previous line. 31
'{' should be on the previous line. 35
'{' should be on the previous line. 43
'{' should be on the previous line. 50
'{' should be on the previous line. 61
method is missing a Javadoc comment. 73
'{' should be on the previous line. 74
method is missing a Javadoc comment. 78
'{' should be on the previous line. 79
method is missing a Javadoc comment. 83
'{' should be on the previous line. 84

com/mjh/switchrmi/script/JSEcho.java

Error Line
type is missing a Javadoc comment. 3
'{' should be on the previous line. 4
redundant 'public' modifier. 5
method is missing a Javadoc comment. 5

com/mjh/switchrmi/TestSystemProperties.java

Error Line
Avoid using the '.*' form of import. 3
Avoid using the '.*' form of import. 5
type is missing a Javadoc comment. 7
'{' should be on the previous line. 8
'static' modifier out of order with the JLS suggestions. 9
variable 'PROPS_FILE_NAME_KEY' missing Javadoc. 9
'static' modifier out of order with the JLS suggestions. 11
variable 'DEFAULT_PROPS_FILE' missing Javadoc. 11
'{' should be on the previous line. 15
'{' should be on the previous line. 17
'{' should be on the previous line. 22
'{' should be on the previous line. 27
'{' should be on the previous line. 31
'{' should be on the previous line. 40
'}' should be on the same line. 48
'{' should be on the previous line. 50
method is missing a Javadoc comment. 55
'{' should be on the previous line. 56

com/mjh/switchrmi/transport/http/HttpClientTransport.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 39
type is missing a Javadoc comment. 43
'{' should be on the previous line. 45
variable 'log' missing Javadoc. 46
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 46
variable 'connection' missing Javadoc. 48
variable 'out' missing Javadoc. 49
variable 'cookieClient' missing Javadoc. 50
method is missing a Javadoc comment. 52
'{' should be on the previous line. 53
method is missing a Javadoc comment. 58
'{' should be on the previous line. 60
'{' should be on the previous line. 75
method is missing a Javadoc comment. 85
'{' should be on the previous line. 86
'{' should be on the previous line. 90
method is missing a Javadoc comment. 95
'{' should be on the previous line. 97
method is missing a Javadoc comment. 101
'{' should be on the previous line. 103
method is missing a Javadoc comment. 109
'{' should be on the previous line. 110
'{' should be on the previous line. 114
'{' should be on the previous line. 118
'}' should be on the same line. 123
'{' should be on the previous line. 125

com/mjh/switchrmi/transport/http/HttpRmiServlet.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
type is missing a Javadoc comment. 44
'{' should be on the previous line. 45
variable 'log' missing Javadoc. 46
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 46
'static' modifier out of order with the JLS suggestions. 48
variable 'CONFIG_INIT_PARAM_NAME' missing Javadoc. 48
variable 'jndiContext' missing Javadoc. 50
'{' should be on the previous line. 56
'{' should be on the previous line. 67
'{' should be on the previous line. 73
'{' should be on the previous line. 75
'{' should be on the previous line. 82
'{' should be on the previous line. 86
'{' should be on the previous line. 101
'}' should be on the same line. 104
'{' should be on the previous line. 106
'{' should be on the previous line. 108
method is missing a Javadoc comment. 116
'{' should be on the previous line. 118
method is missing a Javadoc comment. 122
'{' should be on the previous line. 124
'{' should be on the previous line. 130
'}' should be on the same line. 145
'{' should be on the previous line. 147
'{' should be on the previous line. 149
'{' should be on the previous line. 151
'{' should be on the previous line. 156
'}' should be on the same line. 159
'{' should be on the previous line. 161
'{' should be on the previous line. 163
'}' should be on the same line. 167
'{' should be on the previous line. 169

com/mjh/switchrmi/transport/http/HttpServletTransport.java

Error Line
Avoid using the '.*' form of import. 28
type is missing a Javadoc comment. 37
'{' should be on the previous line. 39
variable 'request' missing Javadoc. 40
variable 'response' missing Javadoc. 41
method is missing a Javadoc comment. 43
'{' should be on the previous line. 44
method is missing a Javadoc comment. 49
'{' should be on the previous line. 50
method is missing a Javadoc comment. 54
'{' should be on the previous line. 55
method is missing a Javadoc comment. 59
'{' should be on the previous line. 61
method is missing a Javadoc comment. 65
'{' should be on the previous line. 67
method is missing a Javadoc comment. 71
'{' should be on the previous line. 72

com/mjh/switchrmi/transport/http/HttpSessionScopeAccess.java

Error Line
line longer than 80 characters 25
type is missing a Javadoc comment. 32
'{' should be on the previous line. 34
variable 'session' missing Javadoc. 35
method is missing a Javadoc comment. 37
'{' should be on the previous line. 38
method is missing a Javadoc comment. 42
'{' should be on the previous line. 43
method is missing a Javadoc comment. 49
'{' should be on the previous line. 50

com/mjh/switchrmi/transport/smtp/james/RmiMailet.java

Error Line
Avoid using the '.*' form of import. 29
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 34
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 37
type is missing a Javadoc comment. 43
'{' should be on the previous line. 44
variable 'jndiContext' missing Javadoc. 45
variable 'jndiContext' must be private and have accessor methods. 45
method is missing a Javadoc comment. 47
'{' should be on the previous line. 49
'{' should be on the previous line. 51
'}' should be on the same line. 58
'{' should be on the previous line. 60
method is missing a Javadoc comment. 65
'{' should be on the previous line. 67
'{' should be on the previous line. 69
'{' should be on the previous line. 75
'{' should be on the previous line. 79
'}' should be on the same line. 88
'{' should be on the previous line. 90
method is missing a Javadoc comment. 96
'{' should be on the previous line. 97
method is missing a Javadoc comment. 101
'{' should be on the previous line. 102

com/mjh/switchrmi/transport/smtp/RmiEmailService.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 33
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 37
type is missing a Javadoc comment. 39
'{' should be on the previous line. 40
variable 'CONFIG_RESOURCE_PROPERTY_NAME' missing Javadoc. 41
variable 'POP3' missing Javadoc. 43
variable 'IMAP' missing Javadoc. 44
variable 'log' missing Javadoc. 45
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 45
variable 'provider' missing Javadoc. 47
variable 'user' missing Javadoc. 48
variable 'password' missing Javadoc. 49
variable 'host' missing Javadoc. 50
variable 'pollingInterval' missing Javadoc. 51
variable 'session' missing Javadoc. 52
variable 'store' missing Javadoc. 53
variable 'defaultFolder' missing Javadoc. 54
variable 'folder' missing Javadoc. 55
variable 'handler' missing Javadoc. 56
method is missing a Javadoc comment. 58
'{' should be on the previous line. 60
'{' should be on the previous line. 73
line longer than 80 characters 74
'{' should be on the previous line. 90
'{' should be on the previous line. 106
'{' should be on the previous line. 108
'}' should be on the same line. 113
'{' should be on the previous line. 115
'{' should be on the previous line. 128
'{' should be on the previous line. 130
'{' should be on the previous line. 142
'{' should be on the previous line. 150
'{' should be on the previous line. 157
'{' should be on the previous line. 166

com/mjh/switchrmi/transport/smtp/SmtpClientTransport.java

Error Line
Avoid using the '.*' form of import. 27
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 34
Avoid using the '.*' form of import. 36
Avoid using the '.*' form of import. 38
Avoid using the '.*' form of import. 39
'{' should be on the previous line. 53
variable 'log' missing Javadoc. 54
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 54
variable 'out' missing Javadoc. 56
variable 'mimeType' missing Javadoc. 57
variable 'urlInfo' missing Javadoc. 58
'{' should be on the previous line. 64
'{' should be on the previous line. 74
'{' should be on the previous line. 78
method is missing a Javadoc comment. 85
'{' should be on the previous line. 86
method is missing a Javadoc comment. 90
'{' should be on the previous line. 91
method is missing a Javadoc comment. 95
'{' should be on the previous line. 96
line longer than 80 characters 98
method is missing a Javadoc comment. 104
'{' should be on the previous line. 105
method is missing a Javadoc comment. 113
'{' should be on the previous line. 114
method is missing a Javadoc comment. 122
'{' should be on the previous line. 124
method is missing a Javadoc comment. 128
'{' should be on the previous line. 129
'{' should be on the previous line. 138
'{' should be on the previous line. 151
'{' should be on the previous line. 162
'{' should be on the previous line. 171
line longer than 80 characters 189
method is missing a Javadoc comment. 208
'{' should be on the previous line. 209
type is missing a Javadoc comment. 213
'{' should be on the previous line. 214
method is missing a Javadoc comment. 215
'{' should be on the previous line. 216
type is missing a Javadoc comment. 223
'{' should be on the previous line. 224
method is missing a Javadoc comment. 225
'{' should be on the previous line. 226
method is missing a Javadoc comment. 229
'{' should be on the previous line. 230
method is missing a Javadoc comment. 238
'{' should be on the previous line. 239
method is missing a Javadoc comment. 247
'{' should be on the previous line. 249
method is missing a Javadoc comment. 258
'{' should be on the previous line. 260

com/mjh/switchrmi/transport/smtp/SmtpServiceHandler.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Unused import - java.lang.reflect.Method 32
Avoid using the '.*' form of import. 34
Avoid using the '.*' form of import. 36
Avoid using the '.*' form of import. 37
Avoid using the '.*' form of import. 39
Avoid using the '.*' form of import. 41
'{' should be on the previous line. 52
variable 'log' missing Javadoc. 53
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 53
variable 'message' missing Javadoc. 55
variable 'jndiContext' missing Javadoc. 56
Expected @param tag for 'ctx'. 61
'{' should be on the previous line. 62
method is missing a Javadoc comment. 66
'{' should be on the previous line. 67
method is missing a Javadoc comment. 71
'{' should be on the previous line. 72
method is missing a Javadoc comment. 87
'{' should be on the previous line. 88
method is missing a Javadoc comment. 93
'{' should be on the previous line. 94
type is missing a Javadoc comment. 98
'{' should be on the previous line. 100
variable 'methodInfo' missing Javadoc. 101
method is missing a Javadoc comment. 103
'{' should be on the previous line. 104
method is missing a Javadoc comment. 110
'{' should be on the previous line. 111
'{' should be on the previous line. 115
'}' should be on the same line. 117
'{' should be on the previous line. 119
method is missing a Javadoc comment. 126
'{' should be on the previous line. 127

com/mjh/switchrmi/transport/test/IEcho.java

Error Line
type is missing a Javadoc comment. 28
'{' should be on the previous line. 29
redundant 'public' modifier. 30
method is missing a Javadoc comment. 30
redundant 'public' modifier. 32
method is missing a Javadoc comment. 32
redundant 'public' modifier. 34
method is missing a Javadoc comment. 34
redundant 'public' modifier. 36
method is missing a Javadoc comment. 36
redundant 'public' modifier. 38
method is missing a Javadoc comment. 38
redundant 'public' modifier. 40
method is missing a Javadoc comment. 40
redundant 'public' modifier. 42
method is missing a Javadoc comment. 42
redundant 'public' modifier. 44
method is missing a Javadoc comment. 44
redundant 'public' modifier. 46
method is missing a Javadoc comment. 46
redundant 'public' modifier. 48
method is missing a Javadoc comment. 48
redundant 'public' modifier. 50
method is missing a Javadoc comment. 50
redundant 'public' modifier. 52
method is missing a Javadoc comment. 52
redundant 'public' modifier. 54
method is missing a Javadoc comment. 54
redundant 'public' modifier. 56
method is missing a Javadoc comment. 56
redundant 'public' modifier. 58
method is missing a Javadoc comment. 58
redundant 'public' modifier. 60
method is missing a Javadoc comment. 60
redundant 'public' modifier. 63
method is missing a Javadoc comment. 63

com/mjh/switchrmi/transport/test/IEchoImpl.java

Error Line
type is missing a Javadoc comment. 28
'{' should be on the previous line. 29
variable 'description' missing Javadoc. 30
variable 'identifier' missing Javadoc. 31
variable 'callCount' missing Javadoc. 32
method is missing a Javadoc comment. 34
'{' should be on the previous line. 35
method is missing a Javadoc comment. 38
'{' should be on the previous line. 39
method is missing a Javadoc comment. 45
'{' should be on the previous line. 46
method is missing a Javadoc comment. 51
'{' should be on the previous line. 52
method is missing a Javadoc comment. 58
'{' should be on the previous line. 59
method is missing a Javadoc comment. 65
'{' should be on the previous line. 66
method is missing a Javadoc comment. 72
'{' should be on the previous line. 73
method is missing a Javadoc comment. 79
'{' should be on the previous line. 80
method is missing a Javadoc comment. 84
'{' should be on the previous line. 85
method is missing a Javadoc comment. 91
'{' should be on the previous line. 92
method is missing a Javadoc comment. 98
'{' should be on the previous line. 99
method is missing a Javadoc comment. 105
'{' should be on the previous line. 106
method is missing a Javadoc comment. 112
'{' should be on the previous line. 113
method is missing a Javadoc comment. 119
'{' should be on the previous line. 120
method is missing a Javadoc comment. 126
'{' should be on the previous line. 127
method is missing a Javadoc comment. 133
'{' should be on the previous line. 134
method is missing a Javadoc comment. 140
'{' should be on the previous line. 141
method is missing a Javadoc comment. 147
'{' should be on the previous line. 148
method is missing a Javadoc comment. 155
'{' should be on the previous line. 156
method is missing a Javadoc comment. 162
'{' should be on the previous line. 163
method is missing a Javadoc comment. 169
'{' should be on the previous line. 171
method is missing a Javadoc comment. 176
'{' should be on the previous line. 178

com/mjh/switchrmi/transport/test/IQuit.java

Error Line
type is missing a Javadoc comment. 3
'{' should be on the previous line. 4
redundant 'public' modifier. 5
method is missing a Javadoc comment. 5

com/mjh/switchrmi/transport/test/IQuitImpl.java

Error Line
type is missing a Javadoc comment. 3
'{' should be on the previous line. 4
method is missing a Javadoc comment. 5
'{' should be on the previous line. 6

com/mjh/switchrmi/transport/test/IScopeTest.java

Error Line
type Javadoc comment is missing an @author tag. 35
'{' should be on the previous line. 36
Expected an @return tag. 44
redundant 'public' modifier. 44
redundant 'public' modifier. 49
Expected @param tag for 'value'. 49
Expected an @return tag. 55
redundant 'public' modifier. 55

com/mjh/switchrmi/transport/test/IScopeTestImpl.java

Error Line
type Javadoc comment is missing an @author tag. 35
'{' should be on the previous line. 36
variable 'counter' missing Javadoc. 37
Expected an @return tag. 46
'{' should be on the previous line. 47
Expected @param tag for 'value'. 54
'{' should be on the previous line. 55
Expected an @return tag. 63
'{' should be on the previous line. 64

com/mjh/switchrmi/transport/test/TestTransport.java

Error Line
Avoid using the '.*' form of import. 28
type is missing a Javadoc comment. 48
'{' should be on the previous line. 49
variable 'log' missing Javadoc. 50
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 50
variable 'out' missing Javadoc. 52
variable 'in' missing Javadoc. 53
variable 'sendCount' missing Javadoc. 54
method is missing a Javadoc comment. 56
'{' should be on the previous line. 57
method is missing a Javadoc comment. 62
'{' should be on the previous line. 64
'{' should be on the previous line. 68
'{' should be on the previous line. 70
'}' should be on the same line. 74
'{' should be on the previous line. 76
method is missing a Javadoc comment. 82
'{' should be on the previous line. 84
method is missing a Javadoc comment. 90
'{' should be on the previous line. 92
method is missing a Javadoc comment. 98
'{' should be on the previous line. 99

com/mjh/util/BeanMap.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
Avoid using the '.*' form of import. 32
line longer than 80 characters 37
line longer than 80 characters 39
line longer than 80 characters 51
line longer than 80 characters 52
line longer than 80 characters 55
'{' should be on the previous line. 60
variable 'log' missing Javadoc. 61
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 61
variable 'bean' missing Javadoc. 62
variable 'info' missing Javadoc. 63
variable 'pdMap' missing Javadoc. 64
method is missing a Javadoc comment. 66
'{' should be on the previous line. 68
'{' should be on the previous line. 75
method is missing a Javadoc comment. 80
'{' should be on the previous line. 81
method is missing a Javadoc comment. 85
'{' should be on the previous line. 86
'{' should be on the previous line. 95
'{' should be on the previous line. 99
'{' should be on the previous line. 109
'{' should be on the previous line. 111
'}' should be on the same line. 113
'{' should be on the previous line. 115
method is missing a Javadoc comment. 124
'{' should be on the previous line. 125
'{' should be on the previous line. 130
'{' should be on the previous line. 134
'{' should be on the previous line. 136
'}' should be on the same line. 138
Empty catch block. 140
'{' should be on the previous line. 140
method is missing a Javadoc comment. 148
'{' should be on the previous line. 149
method is missing a Javadoc comment. 153
'{' should be on the previous line. 154
method is missing a Javadoc comment. 158
'{' should be on the previous line. 159
method is missing a Javadoc comment. 162
'{' should be on the previous line. 163
method is missing a Javadoc comment. 167
'{' should be on the previous line. 168
method is missing a Javadoc comment. 172
'{' should be on the previous line. 173
method is missing a Javadoc comment. 177
'{' should be on the previous line. 178
'{' should be on the previous line. 183
method is missing a Javadoc comment. 190
'{' should be on the previous line. 191
method is missing a Javadoc comment. 195
'{' should be on the previous line. 196
method is missing a Javadoc comment. 200
'{' should be on the previous line. 201
method is missing a Javadoc comment. 205
'{' should be on the previous line. 206
'{' should be on the previous line. 210
method is missing a Javadoc comment. 218
'{' should be on the previous line. 219
method is missing a Javadoc comment. 223
'{' should be on the previous line. 224
'{' should be on the previous line. 226
'{' should be on the previous line. 232
'}' should be on the same line. 234
'{' should be on the previous line. 237
'}' should be on the same line. 239
'{' should be on the previous line. 242
'}' should be on the same line. 244
'{' should be on the previous line. 247
'}' should be on the same line. 249
'{' should be on the previous line. 252
'}' should be on the same line. 254
'{' should be on the previous line. 257
'}' should be on the same line. 259
'{' should be on the previous line. 262
type is missing a Javadoc comment. 270
'{' should be on the previous line. 272
variable 'key' missing Javadoc. 273
variable 'key' must be private and have accessor methods. 273
method is missing a Javadoc comment. 275
'{' should be on the previous line. 276
method is missing a Javadoc comment. 280
'{' should be on the previous line. 281
method is missing a Javadoc comment. 287
'{' should be on the previous line. 288
method is missing a Javadoc comment. 292
'{' should be on the previous line. 293
method is missing a Javadoc comment. 297
'{' should be on the previous line. 298
method is missing a Javadoc comment. 302
'{' should be on the previous line. 303

com/mjh/util/UrlInfo.java

Error Line
Avoid using the '.*' form of import. 28
Avoid using the '.*' form of import. 30
type is missing a Javadoc comment. 34
'{' should be on the previous line. 35
variable 'log' missing Javadoc. 36
variable 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 36
variable 'url' missing Javadoc. 37
variable 'protocol' missing Javadoc. 38
variable 'host' missing Javadoc. 39
variable 'port' missing Javadoc. 40
variable 'path' missing Javadoc. 41
variable 'query' missing Javadoc. 42
variable 'params' missing Javadoc. 43
method is missing a Javadoc comment. 45
'{' should be on the previous line. 47
'{' should be on the previous line. 51
'{' should be on the previous line. 53
'}' should be on the same line. 55
'{' should be on the previous line. 57
'{' should be on the previous line. 59
'{' should be on the previous line. 61
method is missing a Javadoc comment. 71
'{' should be on the previous line. 73
'{' should be on the previous line. 75
method is missing a Javadoc comment. 83
'{' should be on the previous line. 84
method is missing a Javadoc comment. 88
'{' should be on the previous line. 89
method is missing a Javadoc comment. 93
'{' should be on the previous line. 94
method is missing a Javadoc comment. 98
'{' should be on the previous line. 99
method is missing a Javadoc comment. 103
'{' should be on the previous line. 104
method is missing a Javadoc comment. 108
'{' should be on the previous line. 109
method is missing a Javadoc comment. 113
'{' should be on the previous line. 114
method is missing a Javadoc comment. 118
'{' should be on the previous line. 119
method is missing a Javadoc comment. 123
'{' should be on the previous line. 124
'{' should be on the previous line. 129
'{' should be on the previous line. 137
'{' should be on the previous line. 144
'{' should be on the previous line. 146
'{' should be on the previous line. 154
'{' should be on the previous line. 159
'{' should be on the previous line. 167
'{' should be on the previous line. 174
'{' should be on the previous line. 181
'{' should be on the previous line. 191
'{' should be on the previous line. 197
'}' should be on the same line. 199
'{' should be on the previous line. 201
'{' should be on the previous line. 208
'{' should be on the previous line. 215
'{' should be on the previous line. 227
'{' should be on the previous line. 234
'{' should be on the previous line. 238
'{' should be on the previous line. 245
method is missing a Javadoc comment. 251
'{' should be on the previous line. 253
'{' should be on the previous line. 258
'{' should be on the previous line. 263