Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1900884

Files

FilesIWE
xportlets/proxymanager/AutoCert.java 00124
xportlets/proxymanager/CertAuthMaker.java 0036
xportlets/proxymanager/Constants.java 006
xportlets/proxymanager/GlobalProxyStore.java 0037
xportlets/proxymanager/ProxyManager.java 00429
xportlets/proxymanager/ProxyStorage.java 00164
xportlets/proxymanager/ProxyStorageException.java 009
xportlets/proxymanager/Storage.java 0069
xportlets/proxymanager/StorageException.java 009
xportlets/proxymanager/package.html 001

xportlets/proxymanager/AutoCert.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 2
Error Class AutoCert should be declared as final. 42
Error 'static' modifier out of order with the JLS suggestions. 56
Error Parameter userCertPEM should be final. 69
Error Line contains a tab character. 70
Error Parameter userKeyPEM should be final. 70
Error Line contains a tab character. 71
Error Parameter passphrase should be final. 71
Error Expected @param tag for 'passphrase'. 71
Error Line contains a tab character. 72
Error Parameter durationHours should be final. 72
Error Expected @param tag for 'durationHours'. 72
Error Line contains a tab character. 73
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error Line has trailing spaces. 76
Error Line contains a tab character. 76
Error Line is longer than 80 characters. 77
Error Line contains a tab character. 77
Error Line has trailing spaces. 78
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error 'catch' is not followed by whitespace. 82
Error Line is longer than 80 characters. 83
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line has trailing spaces. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line has trailing spaces. 90
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line has trailing spaces. 92
Error Line contains a tab character. 92
Error Line has trailing spaces. 93
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error '512' is a magic number. 96
Error Line contains a tab character. 97
Error '3600' is a magic number. 97
Error Line contains a tab character. 98
Error Line has trailing spaces. 99
Error Line contains a tab character. 99
Error Line has trailing spaces. 100
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line has trailing spaces. 103
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line has trailing spaces. 105
Error Line contains a tab character. 105
Error Line is longer than 80 characters. 112
Error Line has trailing spaces. 119
Error Parameter emailAddress should be final. 119
Error Line contains a tab character. 120
Error Parameter passphrase should be final. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error '1024' is a magic number. 127
Error Line contains a tab character. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line contains a tab character. 129
Error '(' is followed by whitespace. 129
Error '1024' is a magic number. 129
Error ')' is preceded with whitespace. 129
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 134
Error Line is longer than 80 characters. 135
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Line has trailing spaces. 140
Error Parameter userCertRQPEM should be final. 157
Error Line contains a tab character. 158
Error Parameter caCertFilePath should be final. 158
Error Line contains a tab character. 159
Error Parameter caKeyFilePath should be final. 159
Error Line contains a tab character. 160
Error Parameter caPassphrase should be final. 160
Error Line contains a tab character. 161
Error Line has trailing spaces. 162
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line is longer than 80 characters. 165
Error Line contains a tab character. 165
Error '(' is followed by whitespace. 165
Error Line is longer than 80 characters. 166
Error Line contains a tab character. 166
Error Line is longer than 80 characters. 167
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error ')' is preceded with whitespace. 168
Error Line has trailing spaces. 169
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line is longer than 80 characters. 171
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line is longer than 80 characters. 175
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 180
Error Line has trailing spaces. 182

xportlets/proxymanager/CertAuthMaker.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 2
Error Unused import - java.io.File. 11
Error Unused import - java.io.FileNotFoundException. 12
Error Missing a Javadoc comment. 18
Error Utility classes should not have a public or default constructor. 18
Error Missing a Javadoc comment. 20
Error '(' is followed by whitespace. 20
Error Parameter args should be final. 20
Error ')' is preceded with whitespace. 20
Error '{' is not preceded with whitespace. 20
Error Line has trailing spaces. 21
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error '3' is a magic number. 26
Error Line contains a tab character. 27
Error '4' is a magic number. 27
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line has trailing spaces. 34
Error Line contains a tab character. 34
Error '1024' is a magic number. 34
Error Line has trailing spaces. 35
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line has trailing spaces. 42
Error Line contains a tab character. 42

xportlets/proxymanager/Constants.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 9
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15

xportlets/proxymanager/GlobalProxyStore.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 12
Error Class GlobalProxyStore should be declared as final. 21
Error Missing a Javadoc comment. 23
Error 'static' modifier out of order with the JLS suggestions. 23
Error '60' is a magic number. 23
Error '*' is not preceded with whitespace. 23
Error '*' is not followed by whitespace. 23
Error '60' is a magic number. 23
Error '*' is not preceded with whitespace. 23
Error '*' is not followed by whitespace. 23
Error '1000' is a magic number. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 41
Error Line has trailing spaces. 42
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 45
Error Parameter key should be final. 45
Error 'if' construct must use '{}'s. 48
Error Missing a Javadoc comment. 54
Error Parameter key should be final. 54
Error Parameter storage should be final. 54
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 60
Error ';' is followed by whitespace. 73
Error 'if' construct must use '{}'s. 89
Error Line has trailing spaces. 92
Error Line is longer than 80 characters. 103
Error '+' should be on a new line. 103
Error Missing a Javadoc comment. 107
Error Parameter message should be final. 107
Error Parameter ex should be final. 107
Error Missing a Javadoc comment. 112
Error Parameter message should be final. 112

xportlets/proxymanager/ProxyManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 8
Error Comment matches to-do format 'TODO:'. 20
Error Class ProxyManager should be declared as final. 23
Error Missing a Javadoc comment. 23
Error Line has trailing spaces. 24
Error Missing a Javadoc comment. 25
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Parameter session should be final. 28
Error 'if' construct must use '{}'s. 29
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 33
Error Parameter session should be final. 33
Error '{' should be on the previous line. 34
Error 'if' construct must use '{}'s. 35
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 40
Error Parameter sessionId should be final. 40
Error 'if' construct must use '{}'s. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 54
Error Line has trailing spaces. 57
Error Line has trailing spaces. 58
Error Missing a Javadoc comment. 59
Error Parameter session should be final. 59
Error 'if' construct must use '{}'s. 60
Error Line has trailing spaces. 64
Error Missing a Javadoc comment. 65
Error Parameter session should be final. 65
Error 'if' construct must use '{}'s. 66
Error Line has trailing spaces. 70
Error Missing a Javadoc comment. 71
Error Parameter sessionId should be final. 71
Error 'if' construct must use '{}'s. 73
Error Line has trailing spaces. 77
Error Line has trailing spaces. 78
Error Missing a Javadoc comment. 78
Error Parameter session should be final. 78
Error Parameter hash should be final. 78
Error Unable to get class information for ProxyStorageException. 79
Error Line has trailing spaces. 80
Error 'if' construct must use '{}'s. 81
Error 'if' is not followed by whitespace. 81
Error Line has trailing spaces. 85
Error Line has trailing spaces. 86
Error Missing a Javadoc comment. 86
Error Parameter session should be final. 86
Error Parameter hash should be final. 86
Error Unable to get class information for ProxyStorageException. 87
Error Line has trailing spaces. 88
Error 'if' construct must use '{}'s. 89
Error 'if' is not followed by whitespace. 89
Error Line has trailing spaces. 93
Error Line has trailing spaces. 94
Error Missing a Javadoc comment. 94
Error Parameter sessionId should be final. 94
Error Parameter hash should be final. 94
Error Unable to get class information for ProxyStorageException. 95
Error '{' should be on the previous line. 96
Error Line has trailing spaces. 98
Error 'if' construct must use '{}'s. 99
Error 'if' is not followed by whitespace. 99
Error Line has trailing spaces. 101
Error Line has trailing spaces. 111
Error Line has trailing spaces. 114
Error Line has trailing spaces. 115
Error Missing a Javadoc comment. 115
Error Parameter session should be final. 115
Error Unable to get class information for ProxyStorageException. 116
Error '{' should be on the previous line. 117
Error 'if' construct must use '{}'s. 118
Error 'if' is not followed by whitespace. 118
Error Line has trailing spaces. 122
Error Line has trailing spaces. 123
Error Missing a Javadoc comment. 123
Error Parameter session should be final. 123
Error Unable to get class information for ProxyStorageException. 124
Error '{' should be on the previous line. 125
Error 'if' construct must use '{}'s. 126
Error 'if' is not followed by whitespace. 126
Error Line has trailing spaces. 130
Error Line has trailing spaces. 131
Error Missing a Javadoc comment. 131
Error Parameter sessionId should be final. 131
Error Unable to get class information for ProxyStorageException. 132
Error '{' should be on the previous line. 133
Error Line has trailing spaces. 134
Error Line has trailing spaces. 136
Error 'if' construct must use '{}'s. 137
Error 'if' is not followed by whitespace. 137
Error Line has trailing spaces. 139
Error Line has trailing spaces. 149
Error Line has trailing spaces. 152
Error Line has trailing spaces. 153
Error Missing a Javadoc comment. 153
Error Parameter session should be final. 153
Error Parameter proxy should be final. 153
Error Unable to get class information for ProxyStorageException. 154
Error '{' should be on the previous line. 155
Error 'if' construct must use '{}'s. 156
Error 'if' is not followed by whitespace. 156
Error 'if' construct must use '{}'s. 158
Error 'if' is not followed by whitespace. 158
Error Line has trailing spaces. 162
Error Line has trailing spaces. 163
Error Missing a Javadoc comment. 163
Error Parameter session should be final. 163
Error Parameter proxy should be final. 163
Error Unable to get class information for ProxyStorageException. 164
Error '{' should be on the previous line. 165
Error 'if' construct must use '{}'s. 166
Error 'if' is not followed by whitespace. 166
Error 'if' construct must use '{}'s. 168
Error 'if' is not followed by whitespace. 168
Error Line has trailing spaces. 172
Error Line has trailing spaces. 173
Error Missing a Javadoc comment. 173
Error Parameter sessionId should be final. 173
Error Parameter proxy should be final. 173
Error Unable to get class information for ProxyStorageException. 174
Error '{' should be on the previous line. 175
Error Line has trailing spaces. 176
Error Line has trailing spaces. 178
Error 'if' construct must use '{}'s. 179
Error 'if' is not followed by whitespace. 179
Error Line has trailing spaces. 181
Error Line has trailing spaces. 185
Error 'if' construct must use '{}'s. 186
Error 'if' is not followed by whitespace. 186
Error '}' should be on the same line. 188
Error 'catch' is not followed by whitespace. 189
Error '{' is not preceded with whitespace. 189
Error Line has trailing spaces. 193
Error Line has trailing spaces. 195
Error Line has trailing spaces. 198
Error Line has trailing spaces. 199
Error Missing a Javadoc comment. 199
Error Parameter session should be final. 199
Error Parameter proxies should be final. 199
Error Line has trailing spaces. 200
Error Parameter def should be final. 200
Error Unable to get class information for ProxyStorageException. 201
Error '{' should be on the previous line. 202
Error 'if' construct must use '{}'s. 203
Error 'if' is not followed by whitespace. 203
Error 'if' construct must use '{}'s. 205
Error 'if' is not followed by whitespace. 205
Error Line has trailing spaces. 209
Error Line has trailing spaces. 210
Error Missing a Javadoc comment. 210
Error Parameter session should be final. 210
Error Parameter proxies should be final. 210
Error Line has trailing spaces. 211
Error Parameter def should be final. 211
Error Unable to get class information for ProxyStorageException. 212
Error '{' should be on the previous line. 213
Error 'if' construct must use '{}'s. 214
Error 'if' is not followed by whitespace. 214
Error 'if' construct must use '{}'s. 216
Error 'if' is not followed by whitespace. 216
Error Line has trailing spaces. 220
Error Line has trailing spaces. 221
Error Missing a Javadoc comment. 221
Error Parameter sessionId should be final. 221
Error Parameter proxies should be final. 221
Error Line has trailing spaces. 222
Error Parameter def should be final. 222
Error Unable to get class information for ProxyStorageException. 223
Error '{' should be on the previous line. 224
Error 'if' construct must use '{}'s. 226
Error Line has trailing spaces. 228
Error Line has trailing spaces. 231
Error Line has trailing spaces. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error 'cast' is not followed by whitespace. 233
Error 'cast' is not followed by whitespace. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line has trailing spaces. 237
Error 'if' is not followed by whitespace. 240
Error '}' should be on the same line. 243
Error 'if' construct must use '{}'s. 244
Error 'if' is not followed by whitespace. 244
Error '}' should be on the same line. 246
Error 'catch' is not followed by whitespace. 247
Error '{' is not preceded with whitespace. 247
Error Line has trailing spaces. 251
Error Line has trailing spaces. 253
Error Line has trailing spaces. 255
Error Line has trailing spaces. 256
Error Missing a Javadoc comment. 256
Error Parameter session should be final. 256
Error Parameter storage should be final. 256
Error Unable to get class information for ProxyStorageException. 257
Error '{' should be on the previous line. 258
Error 'if' construct must use '{}'s. 259
Error 'if' is not followed by whitespace. 259
Error Line has trailing spaces. 261
Error 'if' construct must use '{}'s. 262
Error 'if' is not followed by whitespace. 262
Error Line has trailing spaces. 266
Error Line has trailing spaces. 267
Error Missing a Javadoc comment. 267
Error Parameter session should be final. 267
Error Parameter storage should be final. 267
Error Unable to get class information for ProxyStorageException. 268
Error '{' should be on the previous line. 269
Error 'if' construct must use '{}'s. 270
Error 'if' is not followed by whitespace. 270
Error Line has trailing spaces. 272
Error 'if' construct must use '{}'s. 273
Error 'if' is not followed by whitespace. 273
Error Line has trailing spaces. 277
Error Missing a Javadoc comment. 278
Error Parameter sessionId should be final. 278
Error Parameter storage should be final. 278
Error Line has trailing spaces. 281
Error Line has trailing spaces. 282
Error Line is longer than 80 characters. 282
Error Missing a Javadoc comment. 282
Error Parameter session should be final. 282
Error Parameter proxy should be final. 282
Error Unable to get class information for ProxyStorageException. 283
Error '{' should be on the previous line. 284
Error 'if' construct must use '{}'s. 285
Error 'if' is not followed by whitespace. 285
Error Line has trailing spaces. 289
Error Line has trailing spaces. 290
Error Line is longer than 80 characters. 290
Error Missing a Javadoc comment. 290
Error Parameter session should be final. 290
Error Parameter proxy should be final. 290
Error Unable to get class information for ProxyStorageException. 291
Error '{' should be on the previous line. 292
Error 'if' construct must use '{}'s. 293
Error 'if' is not followed by whitespace. 293
Error Line has trailing spaces. 297
Error Line has trailing spaces. 298
Error Missing a Javadoc comment. 298
Error Parameter sessionId should be final. 298
Error Parameter proxy should be final. 298
Error Unable to get class information for ProxyStorageException. 299
Error '{' should be on the previous line. 300
Error 'if' construct must use '{}'s. 301
Error 'if' is not followed by whitespace. 301
Error Line has trailing spaces. 303
Error Line has trailing spaces. 314
Error Line has trailing spaces. 315
Error Missing a Javadoc comment. 315
Error Parameter session should be final. 315
Error Parameter hash should be final. 315
Error Unable to get class information for ProxyStorageException. 316
Error '{' should be on the previous line. 317
Error 'if' construct must use '{}'s. 318
Error 'if' is not followed by whitespace. 318
Error Line has trailing spaces. 320
Error 'if' construct must use '{}'s. 321
Error 'if' is not followed by whitespace. 321
Error Line has trailing spaces. 323
Error 'if' construct must use '{}'s. 324
Error 'if' is not followed by whitespace. 324
Error Line has trailing spaces. 328
Error Line has trailing spaces. 329
Error Missing a Javadoc comment. 329
Error Parameter session should be final. 329
Error Parameter hash should be final. 329
Error Unable to get class information for ProxyStorageException. 330
Error '{' should be on the previous line. 331
Error 'if' construct must use '{}'s. 332
Error 'if' is not followed by whitespace. 332
Error Line has trailing spaces. 334
Error 'if' construct must use '{}'s. 335
Error 'if' is not followed by whitespace. 335
Error Line has trailing spaces. 337
Error 'if' construct must use '{}'s. 338
Error 'if' is not followed by whitespace. 338
Error Line has trailing spaces. 342
Error Line has trailing spaces. 343
Error Line has trailing spaces. 344
Error Missing a Javadoc comment. 344
Error Parameter sessionId should be final. 344
Error Parameter hash should be final. 344
Error Unable to get class information for ProxyStorageException. 345
Error '{' should be on the previous line. 346
Error 'if' construct must use '{}'s. 348
Error Line has trailing spaces. 353
Error Line has trailing spaces. 354
Error Line is longer than 80 characters. 354
Error Missing a Javadoc comment. 354
Error Parameter session should be final. 354
Error Parameter proxy should be final. 354
Error Unable to get class information for ProxyStorageException. 355
Error '{' should be on the previous line. 356
Error 'if' construct must use '{}'s. 357
Error 'if' is not followed by whitespace. 357
Error Line has trailing spaces. 361
Error Line has trailing spaces. 362
Error Line is longer than 80 characters. 362
Error Missing a Javadoc comment. 362
Error Parameter session should be final. 362
Error Parameter proxy should be final. 362
Error Unable to get class information for ProxyStorageException. 363
Error '{' should be on the previous line. 364
Error 'if' construct must use '{}'s. 365
Error 'if' is not followed by whitespace. 365
Error Line has trailing spaces. 369
Error Line has trailing spaces. 370
Error Line is longer than 80 characters. 370
Error Missing a Javadoc comment. 370
Error Parameter sessionId should be final. 370
Error Parameter proxy should be final. 370
Error Unable to get class information for ProxyStorageException. 371
Error '{' should be on the previous line. 372
Error Line has trailing spaces. 374
Error '}' should be on the same line. 377
Error 'catch' is not followed by whitespace. 378
Error Must have at least one statement. 378
Error Line has trailing spaces. 380
Error Line has trailing spaces. 383
Error Line has trailing spaces. 384
Error Line is longer than 80 characters. 384
Error Missing a Javadoc comment. 384
Error Parameter session should be final. 384
Error Parameter hash should be final. 384
Error Unable to get class information for ProxyStorageException. 385
Error '{' should be on the previous line. 386
Error 'if' construct must use '{}'s. 387
Error 'if' is not followed by whitespace. 387
Error Line has trailing spaces. 389
Error 'if' construct must use '{}'s. 390
Error 'if' is not followed by whitespace. 390
Error Line has trailing spaces. 392
Error 'if' construct must use '{}'s. 393
Error 'if' is not followed by whitespace. 393
Error Line has trailing spaces. 397
Error Line has trailing spaces. 398
Error Missing a Javadoc comment. 398
Error Parameter session should be final. 398
Error Parameter hash should be final. 398
Error Unable to get class information for ProxyStorageException. 399
Error '{' should be on the previous line. 400
Error 'if' construct must use '{}'s. 401
Error 'if' is not followed by whitespace. 401
Error Line has trailing spaces. 403
Error 'if' construct must use '{}'s. 404
Error 'if' is not followed by whitespace. 404
Error Line has trailing spaces. 406
Error 'if' construct must use '{}'s. 407
Error 'if' is not followed by whitespace. 407
Error Line has trailing spaces. 411
Error Line has trailing spaces. 412
Error Missing a Javadoc comment. 412
Error Parameter sessionId should be final. 412
Error Parameter hash should be final. 412
Error Unable to get class information for ProxyStorageException. 413
Error '{' should be on the previous line. 414
Error 'if' construct must use '{}'s. 416
Error 'if' is not followed by whitespace. 416
Error Line has trailing spaces. 418
Error Line has trailing spaces. 420
Error Line has trailing spaces. 421
Error 'try' is not followed by whitespace. 421
Error '{' is not preceded with whitespace. 421
Error Line contains a tab character. 421
Error '}' should be on the same line. 423
Error 'catch' is not followed by whitespace. 424
Error '{' is not preceded with whitespace. 424
Error Line has trailing spaces. 428
Error Line has trailing spaces. 430
Error Line has trailing spaces. 433
Error Line has trailing spaces. 434
Error Missing a Javadoc comment. 434
Error Parameter session should be final. 434
Error Unable to get class information for ProxyStorageException. 435
Error '{' should be on the previous line. 436
Error 'if' construct must use '{}'s. 437
Error 'if' is not followed by whitespace. 437
Error Line has trailing spaces. 441
Error Line has trailing spaces. 442
Error Missing a Javadoc comment. 442
Error Parameter session should be final. 442
Error Unable to get class information for ProxyStorageException. 443
Error '{' should be on the previous line. 444
Error 'if' construct must use '{}'s. 445
Error 'if' is not followed by whitespace. 445
Error Line has trailing spaces. 449
Error Line has trailing spaces. 450
Error Missing a Javadoc comment. 450
Error Parameter sessionId should be final. 450
Error Unable to get class information for ProxyStorageException. 451
Error '{' should be on the previous line. 452
Error Line has trailing spaces. 455
Error Line has trailing spaces. 456
Error Line has trailing spaces. 457
Error Missing a Javadoc comment. 457
Error Parameter session should be final. 457
Error Unable to get class information for ProxyStorageException. 458
Error '{' should be on the previous line. 459
Error 'if' construct must use '{}'s. 460
Error 'if' is not followed by whitespace. 460
Error Line has trailing spaces. 462
Error Line has trailing spaces. 465
Error Line has trailing spaces. 466
Error Missing a Javadoc comment. 466
Error Parameter session should be final. 466
Error Unable to get class information for ProxyStorageException. 467
Error '{' should be on the previous line. 468
Error 'if' construct must use '{}'s. 469
Error 'if' is not followed by whitespace. 469
Error Line has trailing spaces. 471
Error Line has trailing spaces. 474
Error Line has trailing spaces. 475
Error Missing a Javadoc comment. 475
Error Parameter sessionId should be final. 475
Error Unable to get class information for ProxyStorageException. 476
Error '{' should be on the previous line. 477
Error 'try' is not followed by whitespace. 483
Error '{' is not preceded with whitespace. 483
Error '}' should be on the same line. 485
Error 'catch' is not followed by whitespace. 486
Error '{' is not preceded with whitespace. 486
Error '}' should be on the same line. 489
Error 'catch' is not followed by whitespace. 490
Error Line has trailing spaces. 494
Error Line has trailing spaces. 496
Error Line has trailing spaces. 499

xportlets/proxymanager/ProxyStorage.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 2
Error Line has trailing spaces. 24
Error Line has trailing spaces. 25
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error '{' should be on the previous line. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 30
Error Name 'all_proxies' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Missing a Javadoc comment. 31
Error Name 'default_proxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Line has trailing spaces. 32
Error Line has trailing spaces. 34
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '{' should be on the previous line. 37
Error Line has trailing spaces. 40
Error Line has trailing spaces. 42
Error Line has trailing spaces. 43
Error Line has trailing spaces. 44
Error Method 'load' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error Parameter _session should be final. 50
Error Name '_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error ')' is preceded with whitespace. 50
Error Unable to get class information for ProxyStorageException. 51
Error '{' should be on the previous line. 52
Error 'if' construct must use '{}'s. 53
Error 'if' is not followed by whitespace. 53
Error Line has trailing spaces. 55
Error Line has trailing spaces. 59
Error Line has trailing spaces. 60
Error Line has trailing spaces. 67
Error Line has trailing spaces. 69
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 73
Error '(' is followed by whitespace. 73
Error Parameter pHash should be final. 73
Error Expected @param tag for 'pHash'. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error 'cast' is not followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 79
Error Line has trailing spaces. 83
Error Method 'getDefault' is not designed for extension - needs to be abstract, final or empty. 90
Error '{' should be on the previous line. 91
Error 'if' construct must use '{}'s. 92
Error 'if' is not followed by whitespace. 92
Error Line has trailing spaces. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error 'cast' is not followed by whitespace. 99
Error 'cast' is not followed by whitespace. 100
Error 'cast' is not followed by whitespace. 102
Error Line has trailing spaces. 105
Error Line has trailing spaces. 108
Error Method 'setDefault' is not designed for extension - needs to be abstract, final or empty. 111
Error '(' is followed by whitespace. 111
Error Parameter pHash should be final. 111
Error Expected @param tag for 'pHash'. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error Line has trailing spaces. 115
Error Method 'getAll' is not designed for extension - needs to be abstract, final or empty. 122
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 126
Error Line has trailing spaces. 129
Error Line has trailing spaces. 133
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 138
Error '(' is followed by whitespace. 138
Error Parameter aProxy should be final. 138
Error Expected @param tag for 'aProxy'. 138
Error ')' is preceded with whitespace. 138
Error Unable to get class information for ProxyStorageException. 139
Error '{' should be on the previous line. 140
Error Line has trailing spaces. 142
Error 'if' construct must use '{}'s. 143
Error 'if' is not followed by whitespace. 143
Error Line has trailing spaces. 145
Error 'try' is not followed by whitespace. 147
Error '{' is not preceded with whitespace. 147
Error '}' should be on the same line. 149
Error 'catch' is not followed by whitespace. 150
Error Must have at least one statement. 150
Error '{' is not followed by whitespace. 150
Error '}' is not preceded with whitespace. 150
Error Line has trailing spaces. 151
Error Line has trailing spaces. 152
Error Line contains a tab character. 152
Error Line has trailing spaces. 153
Error Line has trailing spaces. 155
Error Line has trailing spaces. 157
Error Method 'getDefaultProxyHash' is not designed for extension - needs to be abstract, final or empty. 163
Error Line has trailing spaces. 166
Error Line has trailing spaces. 167
Error Line is longer than 80 characters. 171
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 176
Error '(' is followed by whitespace. 176
Error Parameter pHash should be final. 176
Error Expected @param tag for 'pHash'. 176
Error ')' is preceded with whitespace. 176
Error Unable to get class information for ProxyStorageException. 177
Error Line has trailing spaces. 178
Error '{' should be on the previous line. 178
Error Line has trailing spaces. 180
Error 'if' construct must use '{}'s. 181
Error 'if' is not followed by whitespace. 181
Error Line has trailing spaces. 183
Error 'cast' is not followed by whitespace. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error Line has trailing spaces. 185
Error 'if' is not followed by whitespace. 186
Error Line has trailing spaces. 188
Error Line contains a tab character. 188
Error Line has trailing spaces. 191
Error Line has trailing spaces. 192
Error 'if' is not followed by whitespace. 192
Error Line contains a tab character. 192
Error '(' is followed by whitespace. 193
Error 'cast' is not followed by whitespace. 195
Error Line has trailing spaces. 199
Error Line has trailing spaces. 202
Error Line is longer than 80 characters. 208
Error Expected an @return tag. 211
Error Line has trailing spaces. 211
Error Method 'removeExpired' is not designed for extension - needs to be abstract, final or empty. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error Unable to get class information for ProxyStorageException. 212
Error Expected @throws tag for 'GSSException'. 212
Error '{' should be on the previous line. 213
Error Line has trailing spaces. 215
Error Line has trailing spaces. 217
Error Line has trailing spaces. 219
Error 'if' construct must use '{}'s. 220
Error 'if' is not followed by whitespace. 220
Error Line has trailing spaces. 222
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error 'cast' is not followed by whitespace. 225
Error 'cast' is not followed by whitespace. 226
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error Line has trailing spaces. 232
Error 'if' construct must use '{}'s. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line has trailing spaces. 235
Error Line has trailing spaces. 238

xportlets/proxymanager/ProxyStorageException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 2
Error Redundant import from the java.lang package - java.lang.Exception. 10
Error '{' should be on the previous line. 16
Error '(' is followed by whitespace. 20
Error Parameter msg should be final. 20
Error Expected @param tag for 'msg'. 20
Error ')' is preceded with whitespace. 20
Error '{' should be on the previous line. 21

xportlets/proxymanager/Storage.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 2
Error Using the '.*' form of import should be avoided - org.globus.gsi.*. 11
Error Unused import - java.security.cert.X509Certificate. 12
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error '{' should be on the previous line. 24
Error Line has trailing spaces. 25
Error Missing a Javadoc comment. 25
Error Variable 'proxies' must be private and have accessor methods. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Line has trailing spaces. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 34
Error '(' is followed by whitespace. 34
Error Parameter pHash should be final. 34
Error Expected @param tag for 'pHash'. 34
Error ')' is preceded with whitespace. 34
Error '{' should be on the previous line. 35
Error 'cast' is not followed by whitespace. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Method 'getAll' is not designed for extension - needs to be abstract, final or empty. 44
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Line has trailing spaces. 50
Error Line has trailing spaces. 55
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 58
Error '(' is followed by whitespace. 58
Error Parameter aProxy should be final. 58
Error Expected @param tag for 'aProxy'. 58
Error ')' is preceded with whitespace. 58
Error Unable to get class information for StorageException. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line has trailing spaces. 67
Error Line has trailing spaces. 72
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 75
Error '(' is followed by whitespace. 75
Error Parameter pHash should be final. 75
Error Expected @param tag for 'pHash'. 75
Error ')' is preceded with whitespace. 75
Error Unable to get class information for StorageException. 76
Error '{' should be on the previous line. 77
Error 'cast' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 87
Error Parameter aProxy should be final. 87
Error Expected @param tag for 'aProxy'. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Line has trailing spaces. 90
Error 'try' is not followed by whitespace. 90
Error '{' is not preceded with whitespace. 90
Error Line contains a tab character. 91
Error 'catch' is not preceded with whitespace. 92
Error '}' is not followed by whitespace. 92
Error 'catch' is not followed by whitespace. 92
Error Must have at least one statement. 92
Error '{' is not followed by whitespace. 92
Error '}' is not preceded with whitespace. 92
Error Line has trailing spaces. 95

xportlets/proxymanager/StorageException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 2
Error Redundant import from the java.lang package - java.lang.Exception. 10
Error '{' should be on the previous line. 16
Error '(' is followed by whitespace. 20
Error Parameter msg should be final. 20
Error Expected @param tag for 'msg'. 20
Error ')' is preceded with whitespace. 20
Error '{' should be on the previous line. 21

xportlets/proxymanager/package.html

ErrorLine
Error Missing package documentation file.0