Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
51 0 0 14304

Files

Files Infos Warnings Errors
net/charabia/jsmoothgen/pe/PEFile.java 0 0 480
net/charabia/jsmoothgen/pe/PEHeader.java 0 0 766
net/charabia/jsmoothgen/pe/PEOldMSHeader.java 0 0 249
net/charabia/jsmoothgen/pe/PEResourceDirectory.java 0 0 1269
net/charabia/jsmoothgen/pe/PESection.java 0 0 190
net/charabia/jsmoothgen/pe/package.html 0 0 1
net/charabia/jsmoothgen/pe/res/ResIcon.java 0 0 817
net/charabia/jsmoothgen/pe/res/ResIconDir.java 0 0 229
net/charabia/jsmoothgen/pe/res/package.html 0 0 1
net/charabia/util/codec/IcoCodec.java 0 0 171
net/charabia/util/codec/Quantize.java 0 0 652
net/charabia/util/codec/package.html 0 0 1
net/charabia/util/io/BinaryInputStream.java 0 0 259
net/charabia/util/io/package.html 0 0 1
net/sf/ovanttasks/ovanttasks/AbstractStubTask.java 0 0 105
net/sf/ovanttasks/ovanttasks/CallTask.java 0 0 302
net/sf/ovanttasks/ovanttasks/CompareTask.java 0 0 439
net/sf/ovanttasks/ovanttasks/ExecuteTask.java 0 0 235
net/sf/ovanttasks/ovanttasks/FindTask.java 0 0 248
net/sf/ovanttasks/ovanttasks/JNLPTask.java 0 0 785
net/sf/ovanttasks/ovanttasks/JStubTask.java 0 0 18
net/sf/ovanttasks/ovanttasks/KDEShortcutDirectoryTask.java 0 0 254
net/sf/ovanttasks/ovanttasks/KDEShortcutTask.java 0 0 404
net/sf/ovanttasks/ovanttasks/OsPropertiesTask.java 0 0 205
net/sf/ovanttasks/ovanttasks/PreferencesTask.java 0 0 1500
net/sf/ovanttasks/ovanttasks/PropertiesTask.java 0 0 626
net/sf/ovanttasks/ovanttasks/SFXTask.java 0 0 28
net/sf/ovanttasks/ovanttasks/SwitchTask.java 0 0 128
net/sf/ovanttasks/ovanttasks/UnixLinkTask.java 0 0 103
net/sf/ovanttasks/ovanttasks/UnixPropertiesTask.java 0 0 525
net/sf/ovanttasks/ovanttasks/Win32PropertiesTask.java 0 0 166
net/sf/ovanttasks/ovanttasks/Win32RegistryTask.java 0 0 1117
net/sf/ovanttasks/ovanttasks/Win32ReplaceIconTask.java 0 0 144
net/sf/ovanttasks/ovanttasks/Win32ShortcutTask.java 0 0 479
net/sf/ovanttasks/ovanttasks/WriteFileTask.java 0 0 216
net/sf/ovanttasks/ovanttasks/http/Base64Encode.java 0 0 29
net/sf/ovanttasks/ovanttasks/http/ContentGuesser.java 0 0 9
net/sf/ovanttasks/ovanttasks/http/Hostname.java 0 0 31
net/sf/ovanttasks/ovanttasks/http/HttpAuthenticationStrategy.java 0 0 9
net/sf/ovanttasks/ovanttasks/http/HttpBasicAuth.java 0 0 17
net/sf/ovanttasks/ovanttasks/http/HttpDigestAuth.java 0 0 14
net/sf/ovanttasks/ovanttasks/http/HttpGet.java 0 0 8
net/sf/ovanttasks/ovanttasks/http/HttpHead.java 0 0 14
net/sf/ovanttasks/ovanttasks/http/HttpPost.java 0 0 75
net/sf/ovanttasks/ovanttasks/http/HttpRequestParameter.java 0 0 30
net/sf/ovanttasks/ovanttasks/http/HttpTask.java 0 0 395
net/sf/ovanttasks/ovanttasks/http/NullOutputStream.java 0 0 13
net/sf/ovanttasks/ovanttasks/http/SetProxy.java 0 0 42
net/sf/ovanttasks/ovanttasks/http/package.html 0 0 1
net/sf/ovanttasks/ovanttasks/package.html 0 0 1
net/sf/ovanttasks/ovanttasks/stub.java 0 0 503

Rules

Rules Violations Severity
PackageHtml 6 Errors Error
NewlineAtEndOfFile 42 Errors Error
Translation 0 Errors Error
JavadocMethod 567 Errors Error
JavadocType 82 Errors Error
JavadocVariable 435 Errors Error
JavadocStyle 99 Errors Error
ConstantName 5 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 4 Errors Error
MemberName 178 Errors Error
MethodName 12 Errors Error
PackageName 0 Errors Error
ParameterName 3 Errors Error
StaticVariableName 2 Errors Error
TypeName 2 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
FileLength 0 Errors Error
LineLength 767 Errors Error
MethodLength 2 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 8 Errors Error
MethodParamPad 1 Errors Error
NoWhitespaceAfter 7 Errors Error
NoWhitespaceBefore 6 Errors Error
OperatorWrap 12 Errors Error
ParenPad 1000 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 5630 Errors Error
WhitespaceAfter 229 Errors Error
WhitespaceAround 1617 Errors Error
ModifierOrder 14 Errors Error
RedundantModifier 2 Errors Error
AvoidNestedBlocks 18 Errors Error
EmptyBlock 4 Errors Error
LeftCurly 655 Errors Error
NeedBraces 224 Errors Error
RightCurly 90 Errors Error
AvoidInlineConditionals 26 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 2 Errors Error
EqualsHashCode 1 Errors Error
HiddenField 98 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 4 Errors Error
MagicNumber 264 Errors Error
MissingSwitchDefault 2 Errors Error
RedundantThrows 49 Errors Error
SimplifyBooleanExpression 1 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 549 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 2 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 307 Errors Error
ArrayTypeStyle 14 Errors Error
FinalParameters 482 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
779 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

net/charabia/jsmoothgen/pe/PEFile.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 47
Errors Missing a Javadoc comment. 47
Errors Name 'm_file' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Errors Line contains a tab character. 49
Errors Missing a Javadoc comment. 49
Errors Name 'm_in' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Errors Line contains a tab character. 51
Errors Missing a Javadoc comment. 51
Errors Name 'm_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Errors Line contains a tab character. 53
Errors Missing a Javadoc comment. 53
Errors Name 'm_oldmsheader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Errors Line contains a tab character. 55
Errors Missing a Javadoc comment. 55
Errors Name 'm_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Errors Line contains a tab character. 57
Errors Missing a Javadoc comment. 57
Errors Name 'm_sections' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Errors Line contains a tab character. 59
Errors Missing a Javadoc comment. 59
Errors Name 'm_resourceDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Errors First sentence should end with a period. 61
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Parameter f should be final. 62
Errors Expected @param tag for 'f'. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors Method 'close' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 70
Errors Method 'open' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line is longer than 80 characters. 87
Errors Line contains a tab character. 87
Errors '8' is a magic number. 87
Errors '24' is a magic number. 87
Errors '96' is a magic number. 87
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors '40' is a magic number. 97
Errors Line contains a tab character. 98
Errors Line is longer than 80 characters. 99
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line is longer than 80 characters. 106
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line is longer than 80 characters. 108
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 115
Errors Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. 115
Errors Missing a Javadoc comment. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 119
Errors Missing a Javadoc comment. 119
Errors Parameter args should be final. 119
Errors Array brackets at illegal position. 119
Errors Redundant throws: 'IOException' is subclass of 'Exception'. 119
Errors Line contains a tab character. 120
Errors Redundant throws: 'CloneNotSupportedException' is subclass of 'Exception'. 120
Errors Line is longer than 80 characters. 121
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line is longer than 80 characters. 126
Errors Line contains a tab character. 126
Errors Line is longer than 80 characters. 127
Errors Line contains a tab character. 127
Errors Line is longer than 80 characters. 128
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line is longer than 80 characters. 139
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 149
Errors Line is longer than 80 characters. 150
Errors Line contains a tab character. 150
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line is longer than 80 characters. 156
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line is longer than 80 characters. 165
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line has trailing spaces. 171
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line has trailing spaces. 177
Errors Line contains a tab character. 177
Errors Line is longer than 80 characters. 178
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line is longer than 80 characters. 185
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line is longer than 80 characters. 187
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line is longer than 80 characters. 189
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 201
Errors Line contains a tab character. 203
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line has trailing spaces. 207
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line is longer than 80 characters. 210
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line is longer than 80 characters. 212
Errors Line contains a tab character. 212
Errors Line has trailing spaces. 213
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 224
Errors Line has trailing spaces. 225
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors Line is longer than 80 characters. 228
Errors Line contains a tab character. 228
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 233
Errors Line contains a tab character. 235
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors Line is longer than 80 characters. 239
Errors Line contains a tab character. 239
Errors Line contains a tab character. 240
Errors Line contains a tab character. 242
Errors Line contains a tab character. 244
Errors Method 'getResourceDirectory' is not designed for extension - needs to be abstract, final or empty. 244
Errors Missing a Javadoc comment. 244
Errors 'if' construct must use '{}'s. 245
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 248
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors Line is longer than 80 characters. 252
Errors Line contains a tab character. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 260
Errors Method 'dumpTo' is not designed for extension - needs to be abstract, final or empty. 260
Errors Method length is 184 lines (max allowed is 150). 260
Errors Missing a Javadoc comment. 260
Errors Parameter destination should be final. 260
Errors Line contains a tab character. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors Line contains a tab character. 265
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Errors Line is longer than 80 characters. 268
Errors Line contains a tab character. 268
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Errors Line contains a tab character. 275
Errors Line contains a tab character. 277
Errors Line contains a tab character. 278
Errors Line contains a tab character. 279
Errors Line contains a tab character. 280
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors Line contains a tab character. 283
Errors Line contains a tab character. 284
Errors '64' is a magic number. 284
Errors Line contains a tab character. 285
Errors '64' is a magic number. 285
Errors '64' is a magic number. 285
Errors Line contains a tab character. 287
Errors Line contains a tab character. 288
Errors Line contains a tab character. 289
Errors Line contains a tab character. 290
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors Line contains a tab character. 294
Errors Line contains a tab character. 295
Errors Line contains a tab character. 296
Errors Line contains a tab character. 297
Errors Line is longer than 80 characters. 298
Errors Line contains a tab character. 298
Errors '8' is a magic number. 298
Errors Line contains a tab character. 299
Errors '24' is a magic number. 299
Errors '96' is a magic number. 299
Errors Line contains a tab character. 300
Errors Line contains a tab character. 301
Errors Line contains a tab character. 302
Errors Line contains a tab character. 303
Errors Line contains a tab character. 305
Errors Line contains a tab character. 306
Errors Line contains a tab character. 307
Errors Line contains a tab character. 309
Errors Line contains a tab character. 310
Errors Line contains a tab character. 311
Errors Line contains a tab character. 312
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors '1024' is a magic number. 315
Errors Line contains a tab character. 317
Errors Line contains a tab character. 318
Errors Line contains a tab character. 319
Errors Line contains a tab character. 321
Errors 'if' construct must use '{}'s. 322
Errors Line contains a tab character. 322
Errors Line contains a tab character. 323
Errors Line is longer than 80 characters. 324
Errors Line contains a tab character. 324
Errors Line contains a tab character. 326
Errors Line contains a tab character. 327
Errors Line contains a tab character. 328
Errors Line contains a tab character. 329
Errors Line is longer than 80 characters. 330
Errors Line contains a tab character. 330
Errors Line is longer than 80 characters. 331
Errors Line contains a tab character. 331
Errors Line contains a tab character. 332
Errors Line contains a tab character. 333
Errors Line contains a tab character. 334
Errors Line is longer than 80 characters. 335
Errors Line contains a tab character. 335
Errors Line is longer than 80 characters. 336
Errors Line contains a tab character. 336
Errors Line contains a tab character. 337
Errors Line contains a tab character. 339
Errors Line contains a tab character. 340
Errors Line contains a tab character. 341
Errors 'if' construct must use '{}'s. 342
Errors Line contains a tab character. 342
Errors Line is longer than 80 characters. 343
Errors Line contains a tab character. 343
Errors Line contains a tab character. 345
Errors Line is longer than 80 characters. 346
Errors Line contains a tab character. 346
Errors Line contains a tab character. 347
Errors Line contains a tab character. 348
Errors Line contains a tab character. 350
Errors 'if' construct must use '{}'s. 351
Errors Line contains a tab character. 351
Errors Line contains a tab character. 352
Errors Line is longer than 80 characters. 353
Errors Line contains a tab character. 353
Errors Line contains a tab character. 355
Errors Line contains a tab character. 356
Errors 'if' construct must use '{}'s. 357
Errors Line is longer than 80 characters. 357
Errors Line contains a tab character. 357
Errors Line is longer than 80 characters. 358
Errors Line contains a tab character. 358
Errors Line contains a tab character. 359
Errors Line contains a tab character. 360
Errors Line contains a tab character. 362
Errors Line contains a tab character. 364
Errors Line is longer than 80 characters. 365
Errors Line contains a tab character. 365
Errors Line contains a tab character. 366
Errors Line is longer than 80 characters. 367
Errors Line contains a tab character. 367
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Line contains a tab character. 370
Errors Line contains a tab character. 372
Errors Line contains a tab character. 373
Errors Line is longer than 80 characters. 374
Errors Line contains a tab character. 374
Errors Line is longer than 80 characters. 376
Errors Line contains a tab character. 376
Errors Line contains a tab character. 377
Errors Line is longer than 80 characters. 378
Errors Line contains a tab character. 378
Errors Line contains a tab character. 380
Errors Line contains a tab character. 381
Errors Line is longer than 80 characters. 382
Errors Line contains a tab character. 382
Errors Line contains a tab character. 383
Errors Line is longer than 80 characters. 384
Errors Line contains a tab character. 384
Errors Line contains a tab character. 386
Errors Line is longer than 80 characters. 387
Errors Line contains a tab character. 387
Errors Line contains a tab character. 388
Errors Line contains a tab character. 389
Errors Line contains a tab character. 391
Errors Line contains a tab character. 392
Errors Line contains a tab character. 393
Errors Line contains a tab character. 394
Errors Line contains a tab character. 396
Errors 'if' construct must use '{}'s. 397
Errors Line is longer than 80 characters. 397
Errors Line contains a tab character. 397
Errors Line is longer than 80 characters. 398
Errors Line contains a tab character. 398
Errors Line is longer than 80 characters. 399
Errors Line contains a tab character. 399
Errors Line contains a tab character. 401
Errors Line contains a tab character. 402
Errors Line contains a tab character. 403
Errors Line is longer than 80 characters. 404
Errors Line contains a tab character. 404
Errors Line is longer than 80 characters. 405
Errors Line contains a tab character. 405
Errors Line contains a tab character. 406
Errors Line contains a tab character. 407
Errors 'if' construct must use '{}'s. 408
Errors Line is longer than 80 characters. 408
Errors Line contains a tab character. 408
Errors Line contains a tab character. 409
Errors Line is longer than 80 characters. 410
Errors Line contains a tab character. 410
Errors Line contains a tab character. 412
Errors Line contains a tab character. 413
Errors Line contains a tab character. 414
Errors Line contains a tab character. 416
Errors Line contains a tab character. 417
Errors Line has trailing spaces. 419
Errors Line contains a tab character. 419
Errors Line contains a tab character. 420
Errors Line contains a tab character. 421
Errors Line contains a tab character. 422
Errors Line contains a tab character. 424
Errors Line contains a tab character. 425
Errors Line contains a tab character. 426
Errors Line contains a tab character. 427
Errors Line contains a tab character. 429
Errors Line contains a tab character. 430
Errors Line is longer than 80 characters. 431
Errors Line contains a tab character. 431
Errors '8' is a magic number. 431
Errors '24' is a magic number. 431
Errors Line contains a tab character. 432
Errors '96' is a magic number. 432
Errors Line contains a tab character. 433
Errors Line contains a tab character. 434
Errors Line contains a tab character. 435
Errors Line contains a tab character. 436
Errors Line contains a tab character. 437
Errors Line contains a tab character. 438
Errors Line contains a tab character. 439
Errors Line contains a tab character. 440
Errors Line contains a tab character. 442
Errors Line contains a tab character. 443
Errors Line contains a tab character. 444
Errors Line contains a tab character. 446
Errors Line contains a tab character. 447
Errors Line contains a tab character. 449
Errors Method 'replaceDefaultIcon' is not designed for extension - needs to be abstract, final or empty. 449
Errors Missing a Javadoc comment. 449
Errors Parameter icon should be final. 449
Errors Line contains a tab character. 450
Errors Line is longer than 80 characters. 452
Errors Line contains a tab character. 452
Errors Line contains a tab character. 453
Errors Line is longer than 80 characters. 454
Errors Line contains a tab character. 454
Errors Line contains a tab character. 455
Errors Line contains a tab character. 457
Errors Line contains a tab character. 458
Errors Line contains a tab character. 459
Errors Line contains a tab character. 460
Errors Line contains a tab character. 462
Errors Line contains a tab character. 463
Errors Line contains a tab character. 464
Errors Line contains a tab character. 465
Errors Line contains a tab character. 466
Errors Line is longer than 80 characters. 468
Errors Line contains a tab character. 468
Errors Line contains a tab character. 469
Errors Line contains a tab character. 470
Errors Line contains a tab character. 471
Errors Line contains a tab character. 472
Errors Line contains a tab character. 474
Errors Line contains a tab character. 475
Errors Line is longer than 80 characters. 476
Errors Line contains a tab character. 476
Errors Line contains a tab character. 477
Errors Line contains a tab character. 478
Errors Line contains a tab character. 480
Errors Line contains a tab character. 481
Errors Line contains a tab character. 483
Errors Line contains a tab character. 484

net/charabia/jsmoothgen/pe/PEHeader.java

Violation Message Line
Errors File does not end with a newline. 0
Errors '{' should be on the previous line. 41
Errors Missing a Javadoc comment. 42
Errors Name 'Machine' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Errors Variable 'Machine' must be private and have accessor methods. 42
Errors Missing a Javadoc comment. 43
Errors Name 'NumberOfSections' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Errors Variable 'NumberOfSections' must be private and have accessor methods. 43
Errors Missing a Javadoc comment. 44
Errors Name 'TimeDateStamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Errors Variable 'TimeDateStamp' must be private and have accessor methods. 44
Errors Missing a Javadoc comment. 45
Errors Name 'PointerToSymbolTable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Errors Variable 'PointerToSymbolTable' must be private and have accessor methods. 45
Errors Missing a Javadoc comment. 46
Errors Name 'NumberOfSymbols' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Errors Variable 'NumberOfSymbols' must be private and have accessor methods. 46
Errors Missing a Javadoc comment. 47
Errors Name 'SizeOfOptionalHeader' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Errors Variable 'SizeOfOptionalHeader' must be private and have accessor methods. 47
Errors Missing a Javadoc comment. 48
Errors Name 'Characteristics' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Errors Variable 'Characteristics' must be private and have accessor methods. 48
Errors Line has trailing spaces. 50
Errors Missing a Javadoc comment. 51
Errors Name 'Magic' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Errors Variable 'Magic' must be private and have accessor methods. 51
Errors Missing a Javadoc comment. 52
Errors Name 'MajorLinkerVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Errors Variable 'MajorLinkerVersion' must be private and have accessor methods. 52
Errors Missing a Javadoc comment. 53
Errors Name 'MinorLinkerVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Errors Variable 'MinorLinkerVersion' must be private and have accessor methods. 53
Errors Missing a Javadoc comment. 54
Errors Name 'SizeOfCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Errors Variable 'SizeOfCode' must be private and have accessor methods. 54
Errors Missing a Javadoc comment. 55
Errors Name 'SizeOfInitializedData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Errors Variable 'SizeOfInitializedData' must be private and have accessor methods. 55
Errors Missing a Javadoc comment. 56
Errors Name 'SizeOfUninitializedData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Errors Variable 'SizeOfUninitializedData' must be private and have accessor methods. 56
Errors Missing a Javadoc comment. 57
Errors Name 'AddressOfEntryPoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Errors Variable 'AddressOfEntryPoint' must be private and have accessor methods. 57
Errors Missing a Javadoc comment. 58
Errors Name 'BaseOfCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Errors Variable 'BaseOfCode' must be private and have accessor methods. 58
Errors Missing a Javadoc comment. 59
Errors Name 'BaseOfData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Errors Variable 'BaseOfData' must be private and have accessor methods. 59
Errors Missing a Javadoc comment. 60
Errors Name 'ImageBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Errors Variable 'ImageBase' must be private and have accessor methods. 60
Errors Missing a Javadoc comment. 61
Errors Name 'SectionAlignment' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Errors Variable 'SectionAlignment' must be private and have accessor methods. 61
Errors Missing a Javadoc comment. 62
Errors Name 'FileAlignment' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Errors Variable 'FileAlignment' must be private and have accessor methods. 62
Errors Missing a Javadoc comment. 63
Errors Name 'MajorOperatingSystemVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Errors Variable 'MajorOperatingSystemVersion' must be private and have accessor methods. 63
Errors Missing a Javadoc comment. 64
Errors Name 'MinorOperatingSystemVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Errors Variable 'MinorOperatingSystemVersion' must be private and have accessor methods. 64
Errors Missing a Javadoc comment. 65
Errors Name 'MajorImageVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Errors Variable 'MajorImageVersion' must be private and have accessor methods. 65
Errors Missing a Javadoc comment. 66
Errors Name 'MinorImageVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Errors Variable 'MinorImageVersion' must be private and have accessor methods. 66
Errors Missing a Javadoc comment. 67
Errors Name 'MajorSubsystemVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Errors Variable 'MajorSubsystemVersion' must be private and have accessor methods. 67
Errors Missing a Javadoc comment. 68
Errors Name 'MinorSubsystemVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Errors Variable 'MinorSubsystemVersion' must be private and have accessor methods. 68
Errors Missing a Javadoc comment. 69
Errors Name 'Reserved1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Errors Variable 'Reserved1' must be private and have accessor methods. 69
Errors Missing a Javadoc comment. 70
Errors Name 'SizeOfImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Errors Variable 'SizeOfImage' must be private and have accessor methods. 70
Errors Missing a Javadoc comment. 71
Errors Name 'SizeOfHeaders' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Errors Variable 'SizeOfHeaders' must be private and have accessor methods. 71
Errors Missing a Javadoc comment. 72
Errors Name 'CheckSum' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Errors Variable 'CheckSum' must be private and have accessor methods. 72
Errors Missing a Javadoc comment. 73
Errors Name 'Subsystem' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Errors Variable 'Subsystem' must be private and have accessor methods. 73
Errors Missing a Javadoc comment. 74
Errors Name 'DllCharacteristics' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Errors Variable 'DllCharacteristics' must be private and have accessor methods. 74
Errors Missing a Javadoc comment. 75
Errors Name 'SizeOfStackReserve' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Errors Variable 'SizeOfStackReserve' must be private and have accessor methods. 75
Errors Missing a Javadoc comment. 76
Errors Name 'SizeOfStackCommit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
Errors Variable 'SizeOfStackCommit' must be private and have accessor methods. 76
Errors Missing a Javadoc comment. 77
Errors Name 'SizeOfHeapReserve' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
Errors Variable 'SizeOfHeapReserve' must be private and have accessor methods. 77
Errors Missing a Javadoc comment. 78
Errors Name 'SizeOfHeapCommit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Errors Variable 'SizeOfHeapCommit' must be private and have accessor methods. 78
Errors Missing a Javadoc comment. 79
Errors Name 'LoaderFlags' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Errors Variable 'LoaderFlags' must be private and have accessor methods. 79
Errors Missing a Javadoc comment. 80
Errors Name 'NumberOfRvaAndSizes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Errors Variable 'NumberOfRvaAndSizes' must be private and have accessor methods. 80
Errors Missing a Javadoc comment. 82
Errors Name 'ExportDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Errors Variable 'ExportDirectory_VA' must be private and have accessor methods. 82
Errors Missing a Javadoc comment. 83
Errors Name 'ExportDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Errors Variable 'ExportDirectory_Size' must be private and have accessor methods. 83
Errors Missing a Javadoc comment. 84
Errors Name 'ImportDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
Errors Variable 'ImportDirectory_VA' must be private and have accessor methods. 84
Errors Missing a Javadoc comment. 85
Errors Name 'ImportDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
Errors Variable 'ImportDirectory_Size' must be private and have accessor methods. 85
Errors Missing a Javadoc comment. 86
Errors Name 'ResourceDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Errors Variable 'ResourceDirectory_VA' must be private and have accessor methods. 86
Errors Missing a Javadoc comment. 87
Errors Name 'ResourceDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
Errors Variable 'ResourceDirectory_Size' must be private and have accessor methods. 87
Errors Missing a Javadoc comment. 88
Errors Name 'ExceptionDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
Errors Variable 'ExceptionDirectory_VA' must be private and have accessor methods. 88
Errors Missing a Javadoc comment. 89
Errors Name 'ExceptionDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Errors Variable 'ExceptionDirectory_Size' must be private and have accessor methods. 89
Errors Missing a Javadoc comment. 90
Errors Name 'SecurityDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
Errors Variable 'SecurityDirectory_VA' must be private and have accessor methods. 90
Errors Missing a Javadoc comment. 91
Errors Name 'SecurityDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
Errors Variable 'SecurityDirectory_Size' must be private and have accessor methods. 91
Errors Missing a Javadoc comment. 92
Errors Name 'BaseRelocationTable_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Errors Variable 'BaseRelocationTable_VA' must be private and have accessor methods. 92
Errors Missing a Javadoc comment. 93
Errors Name 'BaseRelocationTable_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93
Errors Variable 'BaseRelocationTable_Size' must be private and have accessor methods. 93
Errors Missing a Javadoc comment. 94
Errors Name 'DebugDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
Errors Variable 'DebugDirectory_VA' must be private and have accessor methods. 94
Errors Missing a Javadoc comment. 95
Errors Name 'DebugDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Errors Variable 'DebugDirectory_Size' must be private and have accessor methods. 95
Errors Missing a Javadoc comment. 96
Errors Name 'ArchitectureSpecificData_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
Errors Variable 'ArchitectureSpecificData_VA' must be private and have accessor methods. 96
Errors Missing a Javadoc comment. 97
Errors Name 'ArchitectureSpecificData_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Errors Variable 'ArchitectureSpecificData_Size' must be private and have accessor methods. 97
Errors Missing a Javadoc comment. 98
Errors Name 'RVAofGP_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
Errors Variable 'RVAofGP_VA' must be private and have accessor methods. 98
Errors Missing a Javadoc comment. 99
Errors Name 'RVAofGP_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
Errors Variable 'RVAofGP_Size' must be private and have accessor methods. 99
Errors Missing a Javadoc comment. 100
Errors Name 'TLSDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
Errors Variable 'TLSDirectory_VA' must be private and have accessor methods. 100
Errors Missing a Javadoc comment. 101
Errors Name 'TLSDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
Errors Variable 'TLSDirectory_Size' must be private and have accessor methods. 101
Errors Missing a Javadoc comment. 102
Errors Name 'LoadConfigurationDirectory_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 102
Errors Variable 'LoadConfigurationDirectory_VA' must be private and have accessor methods. 102
Errors Missing a Javadoc comment. 103
Errors Name 'LoadConfigurationDirectory_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
Errors Variable 'LoadConfigurationDirectory_Size' must be private and have accessor methods. 103
Errors Missing a Javadoc comment. 104
Errors Name 'BoundImportDirectoryinheaders_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
Errors Variable 'BoundImportDirectoryinheaders_VA' must be private and have accessor methods. 104
Errors Missing a Javadoc comment. 105
Errors Name 'BoundImportDirectoryinheaders_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 105
Errors Variable 'BoundImportDirectoryinheaders_Size' must be private and have accessor methods. 105
Errors Missing a Javadoc comment. 106
Errors Name 'ImportAddressTable_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
Errors Variable 'ImportAddressTable_VA' must be private and have accessor methods. 106
Errors Missing a Javadoc comment. 107
Errors Name 'ImportAddressTable_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
Errors Variable 'ImportAddressTable_Size' must be private and have accessor methods. 107
Errors Missing a Javadoc comment. 108
Errors Name 'DelayLoadImportDescriptors_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108
Errors Variable 'DelayLoadImportDescriptors_VA' must be private and have accessor methods. 108
Errors Missing a Javadoc comment. 109
Errors Name 'DelayLoadImportDescriptors_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
Errors Variable 'DelayLoadImportDescriptors_Size' must be private and have accessor methods. 109
Errors Missing a Javadoc comment. 110
Errors Name 'COMRuntimedescriptor_VA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
Errors Variable 'COMRuntimedescriptor_VA' must be private and have accessor methods. 110
Errors Missing a Javadoc comment. 111
Errors Name 'COMRuntimedescriptor_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 111
Errors Variable 'COMRuntimedescriptor_Size' must be private and have accessor methods. 111
Errors Line has trailing spaces. 112
Errors Line contains a tab character. 112
Errors Missing a Javadoc comment. 113
Errors Name 'm_baseoffset' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Errors Missing a Javadoc comment. 114
Errors Name 'm_pe' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
Errors Line has trailing spaces. 115
Errors Line contains a tab character. 115
Errors First sentence should end with a period. 116
Errors Parameter pef should be final. 117
Errors Expected @param tag for 'pef'. 117
Errors Parameter baseoffset should be final. 117
Errors Expected @param tag for 'baseoffset'. 117
Errors '{' should be on the previous line. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line has trailing spaces. 122
Errors Line contains a tab character. 122
Errors Method 'clone' is not designed for extension - needs to be abstract, final or empty. 123
Errors Missing a Javadoc comment. 123
Errors '{' should be on the previous line. 124
Errors Line contains a tab character. 125
Errors Method 'read' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors '{' should be on the previous line. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors '255' is a magic number. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line has trailing spaces. 146
Errors Line contains a tab character. 146
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line has trailing spaces. 157
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Method 'dump' is not designed for extension - needs to be abstract, final or empty. 212
Errors Missing a Javadoc comment. 212
Errors Parameter out should be final. 212
Errors '{' should be on the previous line. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors Line is longer than 80 characters. 218
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line is longer than 80 characters. 220
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors Line has trailing spaces. 222
Errors Line contains a tab character. 222
Errors Line contains a tab character. 224
Errors Line is longer than 80 characters. 225
Errors Line contains a tab character. 225
Errors Line is longer than 80 characters. 226
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors Line is longer than 80 characters. 228
Errors Line contains a tab character. 228
Errors Line is longer than 80 characters. 229
Errors Line contains a tab character. 229
Errors Line is longer than 80 characters. 230
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors Line is longer than 80 characters. 232
Errors Line contains a tab character. 232
Errors Line has trailing spaces. 233
Errors Line contains a tab character. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 236
Errors Line is longer than 80 characters. 237
Errors Line contains a tab character. 237
Errors Line is longer than 80 characters. 238
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors Line is longer than 80 characters. 240
Errors Line contains a tab character. 240
Errors Line is longer than 80 characters. 241
Errors Line contains a tab character. 241
Errors Line is longer than 80 characters. 242
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 244
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors Line is longer than 80 characters. 248
Errors Line contains a tab character. 248
Errors Line is longer than 80 characters. 249
Errors Line contains a tab character. 249
Errors Line is longer than 80 characters. 250
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors Line is longer than 80 characters. 252
Errors Line contains a tab character. 252
Errors Line contains a tab character. 253
Errors Line is longer than 80 characters. 254
Errors Line contains a tab character. 254
Errors Line contains a tab character. 256
Errors '+' is not followed by whitespace. 256
Errors Line is longer than 80 characters. 257
Errors Line contains a tab character. 257
Errors '+' is not followed by whitespace. 257
Errors Line contains a tab character. 258
Errors '+' is not followed by whitespace. 258
Errors Line is longer than 80 characters. 259
Errors Line contains a tab character. 259
Errors '+' is not followed by whitespace. 259
Errors Line is longer than 80 characters. 260
Errors Line contains a tab character. 260
Errors '+' is not followed by whitespace. 260
Errors Line is longer than 80 characters. 261
Errors Line contains a tab character. 261
Errors '+' is not followed by whitespace. 261
Errors Line is longer than 80 characters. 262
Errors Line contains a tab character. 262
Errors '+' is not followed by whitespace. 262
Errors Line is longer than 80 characters. 263
Errors Line contains a tab character. 263
Errors '+' is not followed by whitespace. 263
Errors Line is longer than 80 characters. 264
Errors Line contains a tab character. 264
Errors '+' is not followed by whitespace. 264
Errors Line is longer than 80 characters. 265
Errors Line contains a tab character. 265
Errors '+' is not followed by whitespace. 265
Errors Line is longer than 80 characters. 266
Errors Line contains a tab character. 266
Errors '+' is not followed by whitespace. 266
Errors Line is longer than 80 characters. 267
Errors Line contains a tab character. 267
Errors '+' is not followed by whitespace. 267
Errors Line contains a tab character. 268
Errors '+' is not followed by whitespace. 268
Errors Line is longer than 80 characters. 269
Errors Line contains a tab character. 269
Errors '+' is not followed by whitespace. 269
Errors Line is longer than 80 characters. 270
Errors Line contains a tab character. 270
Errors '+' is not followed by whitespace. 270
Errors Line is longer than 80 characters. 271
Errors Line contains a tab character. 271
Errors '+' is not followed by whitespace. 271
Errors Line contains a tab character. 272
Errors '+' is not followed by whitespace. 272
Errors Line contains a tab character. 273
Errors '+' is not followed by whitespace. 273
Errors Line contains a tab character. 274
Errors '+' is not followed by whitespace. 274
Errors Line contains a tab character. 275
Errors '+' is not followed by whitespace. 275
Errors Line is longer than 80 characters. 276
Errors Line contains a tab character. 276
Errors '+' is not followed by whitespace. 276
Errors Line is longer than 80 characters. 277
Errors Line contains a tab character. 277
Errors '+' is not followed by whitespace. 277
Errors Line is longer than 80 characters. 278
Errors Line contains a tab character. 278
Errors '+' is not followed by whitespace. 278
Errors Line is longer than 80 characters. 279
Errors Line contains a tab character. 279
Errors '+' is not followed by whitespace. 279
Errors Line is longer than 80 characters. 280
Errors Line contains a tab character. 280
Errors '+' is not followed by whitespace. 280
Errors Line is longer than 80 characters. 281
Errors Line contains a tab character. 281
Errors '+' is not followed by whitespace. 281
Errors Line is longer than 80 characters. 282
Errors Line contains a tab character. 282
Errors '+' is not followed by whitespace. 282
Errors Line is longer than 80 characters. 283
Errors Line contains a tab character. 283
Errors '+' is not followed by whitespace. 283
Errors Line is longer than 80 characters. 284
Errors Line contains a tab character. 284
Errors '+' is not followed by whitespace. 284
Errors Line is longer than 80 characters. 285
Errors Line contains a tab character. 285
Errors '+' is not followed by whitespace. 285
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 288
Errors Missing a Javadoc comment. 288
Errors '{' should be on the previous line. 289
Errors Line contains a tab character. 290
Errors '16' is a magic number. 290
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors Line contains a tab character. 294
Errors '17744' is a magic number. 294
Errors Line contains a tab character. 296
Errors 'cast' is not followed by whitespace. 296
Errors Line contains a tab character. 297
Errors 'cast' is not followed by whitespace. 297
Errors Line contains a tab character. 298
Errors 'cast' is not followed by whitespace. 298
Errors Line contains a tab character. 299
Errors 'cast' is not followed by whitespace. 299
Errors Line contains a tab character. 300
Errors 'cast' is not followed by whitespace. 300
Errors Line contains a tab character. 301
Errors 'cast' is not followed by whitespace. 301
Errors Line contains a tab character. 302
Errors 'cast' is not followed by whitespace. 302
Errors Line has trailing spaces. 303
Errors Line contains a tab character. 303
Errors Line contains a tab character. 305
Errors 'cast' is not followed by whitespace. 305
Errors Line contains a tab character. 306
Errors 'cast' is not followed by whitespace. 306
Errors Line contains a tab character. 307
Errors 'cast' is not followed by whitespace. 307
Errors Line contains a tab character. 308
Errors 'cast' is not followed by whitespace. 308
Errors Line contains a tab character. 309
Errors 'cast' is not followed by whitespace. 309
Errors Line contains a tab character. 310
Errors 'cast' is not followed by whitespace. 310
Errors Line contains a tab character. 311
Errors 'cast' is not followed by whitespace. 311
Errors Line contains a tab character. 312
Errors 'cast' is not followed by whitespace. 312
Errors Line contains a tab character. 313
Errors 'cast' is not followed by whitespace. 313
Errors Line has trailing spaces. 314
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors 'cast' is not followed by whitespace. 315
Errors Line contains a tab character. 316
Errors 'cast' is not followed by whitespace. 316
Errors Line contains a tab character. 317
Errors 'cast' is not followed by whitespace. 317
Errors Line contains a tab character. 318
Errors 'cast' is not followed by whitespace. 318
Errors Line contains a tab character. 319
Errors 'cast' is not followed by whitespace. 319
Errors Line contains a tab character. 320
Errors 'cast' is not followed by whitespace. 320
Errors Line contains a tab character. 321
Errors 'cast' is not followed by whitespace. 321
Errors Line contains a tab character. 322
Errors 'cast' is not followed by whitespace. 322
Errors Line contains a tab character. 323
Errors 'cast' is not followed by whitespace. 323
Errors Line contains a tab character. 324
Errors 'cast' is not followed by whitespace. 324
Errors Line contains a tab character. 325
Errors 'cast' is not followed by whitespace. 325
Errors Line contains a tab character. 326
Errors 'cast' is not followed by whitespace. 326
Errors Line contains a tab character. 327
Errors 'cast' is not followed by whitespace. 327
Errors Line contains a tab character. 328
Errors 'cast' is not followed by whitespace. 328
Errors Line contains a tab character. 329
Errors 'cast' is not followed by whitespace. 329
Errors Line contains a tab character. 330
Errors 'cast' is not followed by whitespace. 330
Errors Line contains a tab character. 331
Errors 'cast' is not followed by whitespace. 331
Errors Line contains a tab character. 332
Errors 'cast' is not followed by whitespace. 332
Errors Line contains a tab character. 333
Errors 'cast' is not followed by whitespace. 333
Errors Line contains a tab character. 334
Errors 'cast' is not followed by whitespace. 334
Errors Line contains a tab character. 335
Errors 'cast' is not followed by whitespace. 335
Errors Line contains a tab character. 337
Errors 'cast' is not followed by whitespace. 337
Errors Line contains a tab character. 338
Errors 'cast' is not followed by whitespace. 338
Errors Line contains a tab character. 339
Errors 'cast' is not followed by whitespace. 339
Errors Line contains a tab character. 340
Errors 'cast' is not followed by whitespace. 340
Errors Line contains a tab character. 341
Errors 'cast' is not followed by whitespace. 341
Errors Line contains a tab character. 342
Errors 'cast' is not followed by whitespace. 342
Errors Line contains a tab character. 343
Errors 'cast' is not followed by whitespace. 343
Errors Line contains a tab character. 344
Errors 'cast' is not followed by whitespace. 344
Errors Line contains a tab character. 345
Errors 'cast' is not followed by whitespace. 345
Errors Line contains a tab character. 346
Errors 'cast' is not followed by whitespace. 346
Errors Line contains a tab character. 347
Errors 'cast' is not followed by whitespace. 347
Errors Line contains a tab character. 348
Errors 'cast' is not followed by whitespace. 348
Errors Line contains a tab character. 349
Errors 'cast' is not followed by whitespace. 349
Errors Line contains a tab character. 350
Errors 'cast' is not followed by whitespace. 350
Errors Line contains a tab character. 351
Errors 'cast' is not followed by whitespace. 351
Errors Line contains a tab character. 352
Errors 'cast' is not followed by whitespace. 352
Errors Line contains a tab character. 353
Errors 'cast' is not followed by whitespace. 353
Errors Line contains a tab character. 354
Errors 'cast' is not followed by whitespace. 354
Errors Line contains a tab character. 355
Errors 'cast' is not followed by whitespace. 355
Errors Line contains a tab character. 356
Errors 'cast' is not followed by whitespace. 356
Errors Line contains a tab character. 357
Errors 'cast' is not followed by whitespace. 357
Errors Line contains a tab character. 358
Errors 'cast' is not followed by whitespace. 358
Errors Line contains a tab character. 359
Errors 'cast' is not followed by whitespace. 359
Errors Line contains a tab character. 360
Errors 'cast' is not followed by whitespace. 360
Errors Line contains a tab character. 361
Errors 'cast' is not followed by whitespace. 361
Errors Line contains a tab character. 362
Errors 'cast' is not followed by whitespace. 362
Errors Line contains a tab character. 363
Errors 'cast' is not followed by whitespace. 363
Errors Line contains a tab character. 364
Errors 'cast' is not followed by whitespace. 364
Errors Line contains a tab character. 365
Errors 'cast' is not followed by whitespace. 365
Errors Line contains a tab character. 366
Errors 'cast' is not followed by whitespace. 366
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Method 'updateVAAndSize' is not designed for extension - needs to be abstract, final or empty. 372
Errors Missing a Javadoc comment. 372
Errors Parameter oldsections should be final. 372
Errors Parameter newsections should be final. 372
Errors '{' should be on the previous line. 373
Errors Line contains a tab character. 374
Errors Line contains a tab character. 375
Errors Line is longer than 80 characters. 376
Errors Line contains a tab character. 376
Errors Line contains a tab character. 377
Errors Line contains a tab character. 378
Errors Line is longer than 80 characters. 380
Errors Line contains a tab character. 380
Errors Line has trailing spaces. 381
Errors Line contains a tab character. 381
Errors Line contains a tab character. 382
Errors Line contains a tab character. 383
Errors Line is longer than 80 characters. 384
Errors Line contains a tab character. 384
Errors Line contains a tab character. 385
Errors Line contains a tab character. 387
Errors Line contains a tab character. 388
Errors '=' is not preceded with whitespace. 388
Errors '=' is not followed by whitespace. 388
Errors '<' is not preceded with whitespace. 388
Errors '<' is not followed by whitespace. 388
Errors Line contains a tab character. 389
Errors '{' should be on the previous line. 389
Errors Line contains a tab character. 390
Errors 'cast' is not followed by whitespace. 390
Errors Line contains a tab character. 391
Errors 'if' construct must use '{}'s. 392
Errors Line contains a tab character. 392
Errors Line contains a tab character. 393
Errors Line contains a tab character. 394
Errors Line contains a tab character. 395
Errors Line contains a tab character. 397
Errors Line is longer than 80 characters. 399
Errors Line contains a tab character. 399
Errors Line is longer than 80 characters. 400
Errors Line contains a tab character. 400
Errors Line is longer than 80 characters. 401
Errors Line contains a tab character. 401
Errors Line is longer than 80 characters. 402
Errors Line contains a tab character. 402
Errors Line is longer than 80 characters. 403
Errors Line contains a tab character. 403
Errors Line is longer than 80 characters. 404
Errors Line contains a tab character. 404
Errors Line is longer than 80 characters. 405
Errors Line contains a tab character. 405
Errors Line is longer than 80 characters. 406
Errors Line contains a tab character. 406
Errors Line is longer than 80 characters. 407
Errors Line contains a tab character. 407
Errors Line is longer than 80 characters. 408
Errors Line contains a tab character. 408
Errors Line is longer than 80 characters. 409
Errors Line contains a tab character. 409
Errors Line is longer than 80 characters. 410
Errors Line contains a tab character. 410
Errors Line is longer than 80 characters. 411
Errors Line contains a tab character. 411
Errors Line is longer than 80 characters. 412
Errors Line contains a tab character. 412
Errors Line is longer than 80 characters. 413
Errors Line contains a tab character. 413
Errors Line is longer than 80 characters. 414
Errors Line contains a tab character. 414
Errors Line contains a tab character. 415
Errors Line contains a tab character. 416
Errors Line is longer than 80 characters. 417
Errors Line contains a tab character. 417
Errors Line contains a tab character. 418
Errors Line is longer than 80 characters. 419
Errors Line contains a tab character. 419
Errors Line is longer than 80 characters. 420
Errors Line contains a tab character. 420
Errors Line is longer than 80 characters. 421
Errors Line contains a tab character. 421
Errors Line is longer than 80 characters. 422
Errors Line contains a tab character. 422
Errors Line is longer than 80 characters. 423
Errors Line contains a tab character. 423
Errors Line is longer than 80 characters. 424
Errors Line contains a tab character. 424
Errors Line is longer than 80 characters. 425
Errors Line contains a tab character. 425
Errors Line is longer than 80 characters. 426
Errors Line contains a tab character. 426
Errors Line is longer than 80 characters. 427
Errors Line contains a tab character. 427
Errors Line is longer than 80 characters. 428
Errors Line contains a tab character. 428
Errors Line has trailing spaces. 430
Errors Line contains a tab character. 430
Errors Missing a Javadoc comment. 431
Errors Parameter current should be final. 431
Errors Parameter oldsections should be final. 431
Errors Parameter newsections should be final. 431
Errors Line contains a tab character. 433
Errors '=' is not preceded with whitespace. 433
Errors '=' is not followed by whitespace. 433
Errors '<' is not preceded with whitespace. 433
Errors '<' is not followed by whitespace. 433
Errors Line contains a tab character. 434
Errors '{' should be on the previous line. 434
Errors Line contains a tab character. 435
Errors 'cast' is not followed by whitespace. 435
Errors Line contains a tab character. 436
Errors Line contains a tab character. 437
Errors '{' should be on the previous line. 437
Errors Line contains a tab character. 438
Errors 'cast' is not followed by whitespace. 438
Errors Line is longer than 80 characters. 440
Errors Line contains a tab character. 440
Errors Line contains a tab character. 441
Errors Line contains a tab character. 442
Errors '}' should be on the same line. 442
Errors Line is longer than 80 characters. 443
Errors Line contains a tab character. 443
Errors Line contains a tab character. 444
Errors Line contains a tab character. 445
Errors Line contains a tab character. 446
Errors 'cast' is not followed by whitespace. 446
Errors Line is longer than 80 characters. 447
Errors Line contains a tab character. 447
Errors Line contains a tab character. 448
Errors Line contains a tab character. 449
Errors Line contains a tab character. 450
Errors Line has trailing spaces. 452
Errors Line contains a tab character. 452
Errors Line contains a tab character. 454
Errors Line is longer than 80 characters. 457
Errors Missing a Javadoc comment. 457
Errors Parameter current should be final. 457
Errors Parameter oldsections should be final. 457
Errors Parameter newsections should be final. 457
Errors Line contains a tab character. 459
Errors '=' is not preceded with whitespace. 459
Errors '=' is not followed by whitespace. 459
Errors '<' is not preceded with whitespace. 459
Errors '<' is not followed by whitespace. 459
Errors Line contains a tab character. 460
Errors '{' should be on the previous line. 460
Errors Line contains a tab character. 461
Errors 'cast' is not followed by whitespace. 461
Errors Line contains a tab character. 462
Errors Line contains a tab character. 463
Errors '{' should be on the previous line. 463
Errors Line contains a tab character. 464
Errors 'cast' is not followed by whitespace. 464
Errors Line is longer than 80 characters. 465
Errors Line contains a tab character. 465
Errors Line is longer than 80 characters. 466
Errors Line contains a tab character. 466
Errors Line contains a tab character. 467
Errors Line contains a tab character. 468
Errors Line contains a tab character. 469
Errors Line contains a tab character. 470
Errors Line has trailing spaces. 472

net/charabia/jsmoothgen/pe/PEOldMSHeader.java

Violation Message Line
Errors File does not end with a newline. 0
Errors '{' should be on the previous line. 40
Errors Missing a Javadoc comment. 41
Errors Name 'e_cblp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Errors Variable 'e_cblp' must be private and have accessor methods. 41
Errors Missing a Javadoc comment. 42
Errors Name 'e_cp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Errors Variable 'e_cp' must be private and have accessor methods. 42
Errors Missing a Javadoc comment. 43
Errors Name 'e_crlc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Errors Variable 'e_crlc' must be private and have accessor methods. 43
Errors Missing a Javadoc comment. 44
Errors Name 'e_cparhdr' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Errors Variable 'e_cparhdr' must be private and have accessor methods. 44
Errors Missing a Javadoc comment. 45
Errors Name 'e_minalloc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Errors Variable 'e_minalloc' must be private and have accessor methods. 45
Errors Missing a Javadoc comment. 46
Errors Name 'e_maxalloc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Errors Variable 'e_maxalloc' must be private and have accessor methods. 46
Errors Missing a Javadoc comment. 47
Errors Name 'e_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Errors Variable 'e_ss' must be private and have accessor methods. 47
Errors Missing a Javadoc comment. 48
Errors Name 'e_sp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Errors Variable 'e_sp' must be private and have accessor methods. 48
Errors Missing a Javadoc comment. 49
Errors Name 'e_csum' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Errors Variable 'e_csum' must be private and have accessor methods. 49
Errors Missing a Javadoc comment. 50
Errors Name 'e_ip' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Errors Variable 'e_ip' must be private and have accessor methods. 50
Errors Missing a Javadoc comment. 51
Errors Name 'e_cs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Errors Variable 'e_cs' must be private and have accessor methods. 51
Errors Missing a Javadoc comment. 52
Errors Name 'e_lfarlc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Errors Variable 'e_lfarlc' must be private and have accessor methods. 52
Errors Missing a Javadoc comment. 53
Errors Name 'e_ovno' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Errors Variable 'e_ovno' must be private and have accessor methods. 53
Errors Missing a Javadoc comment. 54
Errors Name 'e_res' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Errors Variable 'e_res' must be private and have accessor methods. 54
Errors '4' is a magic number. 54
Errors Missing a Javadoc comment. 55
Errors Name 'e_oemid' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Errors Variable 'e_oemid' must be private and have accessor methods. 55
Errors Missing a Javadoc comment. 56
Errors Name 'e_oeminfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Errors Variable 'e_oeminfo' must be private and have accessor methods. 56
Errors Missing a Javadoc comment. 57
Errors Name 'e_res2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Errors Variable 'e_res2' must be private and have accessor methods. 57
Errors '10' is a magic number. 57
Errors Missing a Javadoc comment. 58
Errors Name 'e_lfanew' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Errors Variable 'e_lfanew' must be private and have accessor methods. 58
Errors Missing a Javadoc comment. 60
Errors Name 'm_pe' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Errors First sentence should end with a period. 62
Errors Parameter pe should be final. 63
Errors Expected @param tag for 'pe'. 63
Errors '{' should be on the previous line. 64
Errors Line contains a tab character. 65
Errors Method 'clone' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors '{' should be on the previous line. 69
Errors Line contains a tab character. 70
Errors Method 'read' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors '{' should be on the previous line. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors '64' is a magic number. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line has trailing spaces. 81
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors '77' is a magic number. 84
Errors '90' is a magic number. 84
Errors Line contains a tab character. 85
Errors '{' should be on the previous line. 85
Errors Must have at least one statement. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line has trailing spaces. 88
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line is longer than 80 characters. 93
Errors Line contains a tab character. 93
Errors Line is longer than 80 characters. 94
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line is longer than 80 characters. 100
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line has trailing spaces. 102
Errors 'for' construct must use '{}'s. 103
Errors Line contains a tab character. 103
Errors '=' is not preceded with whitespace. 103
Errors '=' is not followed by whitespace. 103
Errors '<' is not preceded with whitespace. 103
Errors '4' is a magic number. 103
Errors '<' is not followed by whitespace. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 106
Errors Line is longer than 80 characters. 107
Errors Line contains a tab character. 107
Errors Line has trailing spaces. 108
Errors Line contains a tab character. 108
Errors 'for' construct must use '{}'s. 109
Errors Line contains a tab character. 109
Errors '=' is not preceded with whitespace. 109
Errors '=' is not followed by whitespace. 109
Errors '<' is not preceded with whitespace. 109
Errors '10' is a magic number. 109
Errors '<' is not followed by whitespace. 109
Errors Line contains a tab character. 110
Errors Line has trailing spaces. 111
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line has trailing spaces. 113
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line has trailing spaces. 117
Errors Method 'dump' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Parameter out should be final. 118
Errors '{' should be on the previous line. 119
Errors Line contains a tab character. 120
Errors Line is longer than 80 characters. 122
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line is longer than 80 characters. 125
Errors Line contains a tab character. 125
Errors Line is longer than 80 characters. 126
Errors Line contains a tab character. 126
Errors Line is longer than 80 characters. 127
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line is longer than 80 characters. 133
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line is longer than 80 characters. 136
Errors Line contains a tab character. 136
Errors Line is longer than 80 characters. 137
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line is longer than 80 characters. 139
Errors Line contains a tab character. 139
Errors Line has trailing spaces. 142
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 143
Errors Missing a Javadoc comment. 143
Errors '{' should be on the previous line. 144
Errors Line contains a tab character. 145
Errors '64' is a magic number. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 149
Errors '77' is a magic number. 149
Errors 'cast' is not followed by whitespace. 149
Errors Line contains a tab character. 150
Errors '90' is a magic number. 150
Errors 'cast' is not followed by whitespace. 150
Errors Line contains a tab character. 152
Errors 'cast' is not followed by whitespace. 152
Errors Line contains a tab character. 153
Errors 'cast' is not followed by whitespace. 153
Errors Line contains a tab character. 154
Errors 'cast' is not followed by whitespace. 154
Errors Line is longer than 80 characters. 155
Errors Line contains a tab character. 155
Errors 'cast' is not followed by whitespace. 155
Errors Line is longer than 80 characters. 157
Errors Line contains a tab character. 157
Errors 'cast' is not followed by whitespace. 157
Errors Line is longer than 80 characters. 158
Errors Line contains a tab character. 158
Errors 'cast' is not followed by whitespace. 158
Errors Line is longer than 80 characters. 159
Errors Line contains a tab character. 159
Errors 'cast' is not followed by whitespace. 159
Errors Line contains a tab character. 160
Errors 'cast' is not followed by whitespace. 160
Errors Line contains a tab character. 161
Errors 'cast' is not followed by whitespace. 161
Errors Line contains a tab character. 162
Errors 'cast' is not followed by whitespace. 162
Errors Line is longer than 80 characters. 163
Errors Line contains a tab character. 163
Errors 'cast' is not followed by whitespace. 163
Errors Line is longer than 80 characters. 164
Errors Line contains a tab character. 164
Errors 'cast' is not followed by whitespace. 164
Errors Line contains a tab character. 165
Errors 'cast' is not followed by whitespace. 165
Errors Line has trailing spaces. 166
Errors 'for' construct must use '{}'s. 167
Errors Line contains a tab character. 167
Errors '=' is not preceded with whitespace. 167
Errors '=' is not followed by whitespace. 167
Errors '<' is not preceded with whitespace. 167
Errors '4' is a magic number. 167
Errors '<' is not followed by whitespace. 167
Errors Line contains a tab character. 168
Errors 'cast' is not followed by whitespace. 168
Errors Line is longer than 80 characters. 170
Errors Line contains a tab character. 170
Errors 'cast' is not followed by whitespace. 170
Errors Line is longer than 80 characters. 171
Errors Line contains a tab character. 171
Errors 'cast' is not followed by whitespace. 171
Errors Line has trailing spaces. 172
Errors Line contains a tab character. 172
Errors 'for' construct must use '{}'s. 173
Errors Line contains a tab character. 173
Errors '=' is not preceded with whitespace. 173
Errors '=' is not followed by whitespace. 173
Errors '<' is not preceded with whitespace. 173
Errors '10' is a magic number. 173
Errors '<' is not followed by whitespace. 173
Errors Line contains a tab character. 174
Errors 'cast' is not followed by whitespace. 174
Errors Line has trailing spaces. 175
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors 'cast' is not followed by whitespace. 176
Errors Line has trailing spaces. 177
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179

net/charabia/jsmoothgen/pe/PEResourceDirectory.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 4
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 18
Errors '{' should be on the previous line. 42
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 43
Errors Line has trailing spaces. 54
Errors Line contains a tab character. 54
Errors Missing a Javadoc comment. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors '{' should be on the previous line. 56
Errors Line contains a tab character. 57
Errors Missing a Javadoc comment. 57
Errors Name 'OffsetToData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Errors Variable 'OffsetToData' must be private and have accessor methods. 57
Errors Line contains a tab character. 58
Errors Missing a Javadoc comment. 58
Errors Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Errors Variable 'Size' must be private and have accessor methods. 58
Errors Line contains a tab character. 59
Errors Missing a Javadoc comment. 59
Errors Name 'CodePage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Errors Variable 'CodePage' must be private and have accessor methods. 59
Errors Line contains a tab character. 60
Errors Missing a Javadoc comment. 60
Errors Name 'Reserved' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Errors Variable 'Reserved' must be private and have accessor methods. 60
Errors Line contains a tab character. 61
Errors Missing a Javadoc comment. 61
Errors Name 'Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Errors Variable 'Data' must be private and have accessor methods. 61
Errors Line has trailing spaces. 62
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Missing a Javadoc comment. 63
Errors Parameter data should be final. 63
Errors Line contains a tab character. 64
Errors '{' should be on the previous line. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line has trailing spaces. 68
Errors Line contains a tab character. 68
Errors Line is longer than 80 characters. 69
Errors Line contains a tab character. 69
Errors Missing a Javadoc comment. 69
Errors Parameter chan should be final. 69
Errors Parameter offset should be final. 69
Errors Line contains a tab character. 70
Errors '{' should be on the previous line. 70
Errors Line contains a tab character. 71
Errors Line is longer than 80 characters. 72
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors '16' is a magic number. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line has trailing spaces. 77
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line has trailing spaces. 82
Errors Line contains a tab character. 82
Errors Line is longer than 80 characters. 83
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors 'cast' is not followed by whitespace. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line has trailing spaces. 89
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line has trailing spaces. 92
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Method 'diskSize' is not designed for extension - needs to be abstract, final or empty. 93
Errors Missing a Javadoc comment. 93
Errors Line contains a tab character. 94
Errors '{' should be on the previous line. 94
Errors Line contains a tab character. 95
Errors '16' is a magic number. 95
Errors 'cast' is not followed by whitespace. 95
Errors 'if' construct must use '{}'s. 96
Errors Line contains a tab character. 96
Errors '%' is not preceded with whitespace. 96
Errors '%' is not followed by whitespace. 96
Errors '4' is a magic number. 96
Errors '>' is not preceded with whitespace. 96
Errors '>' is not followed by whitespace. 96
Errors Line contains a tab character. 97
Errors '4' is a magic number. 97
Errors '-' is not preceded with whitespace. 97
Errors '-' is not followed by whitespace. 97
Errors '%' is not preceded with whitespace. 97
Errors '%' is not followed by whitespace. 97
Errors '4' is a magic number. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line has trailing spaces. 100
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Method 'dump' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Parameter out should be final. 101
Errors Parameter level should be final. 101
Errors Line contains a tab character. 102
Errors '{' should be on the previous line. 102
Errors Line is longer than 80 characters. 103
Errors Line contains a tab character. 103
Errors '+' is not preceded with whitespace. 103
Errors '+' is not followed by whitespace. 103
Errors Line contains a tab character. 104
Errors '+' is not preceded with whitespace. 104
Errors '+' is not followed by whitespace. 104
Errors Line contains a tab character. 105
Errors '+' is not preceded with whitespace. 105
Errors '+' is not followed by whitespace. 105
Errors Line contains a tab character. 106
Errors '+' is not preceded with whitespace. 106
Errors '+' is not followed by whitespace. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors '=' is not preceded with whitespace. 108
Errors '=' is not followed by whitespace. 108
Errors '<' is not preceded with whitespace. 108
Errors '<' is not followed by whitespace. 108
Errors Line contains a tab character. 109
Errors '{' should be on the previous line. 109
Errors Line is longer than 80 characters. 110
Errors Line contains a tab character. 110
Errors 'cast' is not followed by whitespace. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line has trailing spaces. 113
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line has trailing spaces. 115
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Missing a Javadoc comment. 116
Errors Parameter level should be final. 116
Errors Parameter out should be final. 116
Errors Line contains a tab character. 117
Errors '{' should be on the previous line. 117
Errors 'for' construct must use '{}'s. 118
Errors Line contains a tab character. 118
Errors '=' is not preceded with whitespace. 118
Errors '=' is not followed by whitespace. 118
Errors '<' is not preceded with whitespace. 118
Errors '<' is not followed by whitespace. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line has trailing spaces. 121
Errors Line contains a tab character. 121
Errors Line is longer than 80 characters. 122
Errors Line contains a tab character. 122
Errors Method 'buildBuffer' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Parameter buffer should be final. 122
Errors Parameter virtualBaseOffset should be final. 122
Errors Parameter dataOffset should be final. 122
Errors Line contains a tab character. 123
Errors Line is longer than 80 characters. 124
Errors Line contains a tab character. 124
Errors Line has trailing spaces. 125
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors '16' is a magic number. 126
Errors Line has trailing spaces. 127
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors 'cast' is not followed by whitespace. 128
Errors Line contains a tab character. 129
Errors 'cast' is not followed by whitespace. 129
Errors Line contains a tab character. 130
Errors 'cast' is not followed by whitespace. 130
Errors Line contains a tab character. 131
Errors 'cast' is not followed by whitespace. 131
Errors Line has trailing spaces. 132
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line has trailing spaces. 135
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors 'if' construct must use '{}'s. 137
Errors Line contains a tab character. 137
Errors '%' is not preceded with whitespace. 137
Errors '%' is not followed by whitespace. 137
Errors '4' is a magic number. 137
Errors '>' is not preceded with whitespace. 137
Errors '>' is not followed by whitespace. 137
Errors Line contains a tab character. 138
Errors '4' is a magic number. 138
Errors '-' is not preceded with whitespace. 138
Errors '-' is not followed by whitespace. 138
Errors '%' is not preceded with whitespace. 138
Errors '%' is not followed by whitespace. 138
Errors '4' is a magic number. 138
Errors Line has trailing spaces. 139
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line has trailing spaces. 142
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Method 'setData' is not designed for extension - needs to be abstract, final or empty. 143
Errors Missing a Javadoc comment. 143
Errors Parameter data should be final. 143
Errors Line contains a tab character. 144
Errors '{' should be on the previous line. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line has trailing spaces. 149
Errors Line contains a tab character. 149
Errors Missing a Javadoc comment. 150
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors '{' should be on the previous line. 151
Errors Line contains a tab character. 152
Errors Missing a Javadoc comment. 152
Errors Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 152
Errors Variable 'Id' must be private and have accessor methods. 152
Errors Line contains a tab character. 153
Errors Missing a Javadoc comment. 153
Errors Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 153
Errors Variable 'Name' must be private and have accessor methods. 153
Errors Line has trailing spaces. 154
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Missing a Javadoc comment. 155
Errors Name 'Directory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 155
Errors Variable 'Directory' must be private and have accessor methods. 155
Errors Line contains a tab character. 156
Errors Missing a Javadoc comment. 156
Errors Name 'Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. 156
Errors Variable 'Data' must be private and have accessor methods. 156
Errors Line has trailing spaces. 157
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Missing a Javadoc comment. 158
Errors Parameter id should be final. 158
Errors Parameter data should be final. 158
Errors Line contains a tab character. 159
Errors '{' should be on the previous line. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line has trailing spaces. 163
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Missing a Javadoc comment. 164
Errors Parameter name should be final. 164
Errors Parameter data should be final. 164
Errors Line contains a tab character. 165
Errors '{' should be on the previous line. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line has trailing spaces. 169
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Missing a Javadoc comment. 170
Errors Parameter id should be final. 170
Errors Parameter dir should be final. 170
Errors Line contains a tab character. 171
Errors '{' should be on the previous line. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line has trailing spaces. 175
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Missing a Javadoc comment. 176
Errors Parameter name should be final. 176
Errors Parameter dir should be final. 176
Errors Line contains a tab character. 177
Errors '{' should be on the previous line. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line has trailing spaces. 181
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Missing a Javadoc comment. 182
Errors Parameter chan should be final. 182
Errors Line contains a tab character. 183
Errors '{' should be on the previous line. 183
Errors Line is longer than 80 characters. 184
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors '8' is a magic number. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line is longer than 80 characters. 192
Errors Line contains a tab character. 192
Errors Line is longer than 80 characters. 193
Errors Line contains a tab character. 193
Errors Line has trailing spaces. 194
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors '{' should be on the previous line. 196
Errors Line contains a tab character. 197
Errors '0x7FFFFFFF' is a magic number. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line is longer than 80 characters. 200
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors '{' should be on the previous line. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Line has trailing spaces. 205
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors '{' should be on the previous line. 207
Errors Line contains a tab character. 208
Errors '0x7FFFFFFF' is a magic number. 208
Errors Line contains a tab character. 209
Errors Line is longer than 80 characters. 210
Errors Line contains a tab character. 210
Errors '+' is not preceded with whitespace. 210
Errors '+' is not followed by whitespace. 210
Errors Line is longer than 80 characters. 211
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors '{' should be on the previous line. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors Line has trailing spaces. 218
Errors Line contains a tab character. 218
Errors Line is longer than 80 characters. 219
Errors Line contains a tab character. 219
Errors Method 'extractStringAt' is not designed for extension - needs to be abstract, final or empty. 219
Errors Missing a Javadoc comment. 219
Errors Parameter chan should be final. 219
Errors Parameter offset should be final. 219
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors Line is longer than 80 characters. 222
Errors Line contains a tab character. 222
Errors Line has trailing spaces. 223
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors Line has trailing spaces. 228
Errors Line contains a tab character. 228
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors '*' is not preceded with whitespace. 230
Errors '*' is not followed by whitespace. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors Line has trailing spaces. 234
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 236
Errors '=' is not preceded with whitespace. 236
Errors '=' is not followed by whitespace. 236
Errors '<' is not preceded with whitespace. 236
Errors '<' is not followed by whitespace. 236
Errors Line contains a tab character. 237
Errors '{' should be on the previous line. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors 'cast' is not followed by whitespace. 239
Errors Line contains a tab character. 240
Errors Line has trailing spaces. 241
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 244
Errors Line has trailing spaces. 245
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Method 'diskSize' is not designed for extension - needs to be abstract, final or empty. 246
Errors Missing a Javadoc comment. 246
Errors Line contains a tab character. 247
Errors '{' should be on the previous line. 247
Errors Line contains a tab character. 248
Errors '8' is a magic number. 248
Errors 'if' construct must use '{}'s. 249
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors '*' is not preceded with whitespace. 250
Errors '*' is not followed by whitespace. 250
Errors Line has trailing spaces. 251
Errors Line contains a tab character. 251
Errors 'if' construct must use '{}'s. 252
Errors Line contains a tab character. 252
Errors Line contains a tab character. 253
Errors 'if' construct must use '{}'s. 254
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors Line has trailing spaces. 256
Errors Line contains a tab character. 256
Errors 'if' construct must use '{}'s. 257
Errors Line contains a tab character. 257
Errors '%' is not preceded with whitespace. 257
Errors '%' is not followed by whitespace. 257
Errors '4' is a magic number. 257
Errors '>' is not preceded with whitespace. 257
Errors '>' is not followed by whitespace. 257
Errors Line contains a tab character. 258
Errors '4' is a magic number. 258
Errors '-' is not preceded with whitespace. 258
Errors '-' is not followed by whitespace. 258
Errors '%' is not preceded with whitespace. 258
Errors '%' is not followed by whitespace. 258
Errors '4' is a magic number. 258
Errors Line contains a tab character. 259
Errors Line contains a tab character. 260
Errors Line has trailing spaces. 261
Errors Line contains a tab character. 261
Errors Line contains a tab character. 262
Errors Method 'dump' is not designed for extension - needs to be abstract, final or empty. 262
Errors Missing a Javadoc comment. 262
Errors Parameter out should be final. 262
Errors Parameter level should be final. 262
Errors Line contains a tab character. 263
Errors '{' should be on the previous line. 263
Errors Line contains a tab character. 264
Errors 'if' construct must use '{}'s. 265
Errors Line contains a tab character. 265
Errors Line contains a tab character. 266
Errors 'else' construct must use '{}'s. 267
Errors Line contains a tab character. 267
Errors Line contains a tab character. 268
Errors Line has trailing spaces. 269
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors '{' should be on the previous line. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Errors Line contains a tab character. 275
Errors '}' should be on the same line. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277
Errors '{' should be on the previous line. 277
Errors Line contains a tab character. 278
Errors Line contains a tab character. 279
Errors '+' is not preceded with whitespace. 279
Errors '+' is not followed by whitespace. 279
Errors Line contains a tab character. 280
Errors Line contains a tab character. 281
Errors Line has trailing spaces. 282
Errors Line contains a tab character. 282
Errors Line contains a tab character. 283
Errors Missing a Javadoc comment. 283
Errors Parameter level should be final. 283
Errors Parameter out should be final. 283
Errors Line contains a tab character. 284
Errors '{' should be on the previous line. 284
Errors 'for' construct must use '{}'s. 285
Errors Line contains a tab character. 285
Errors '=' is not preceded with whitespace. 285
Errors '=' is not followed by whitespace. 285
Errors '<' is not preceded with whitespace. 285
Errors '<' is not followed by whitespace. 285
Errors Line contains a tab character. 286
Errors Line contains a tab character. 287
Errors Line has trailing spaces. 288
Errors Line contains a tab character. 288
Errors Line is longer than 80 characters. 289
Errors Line contains a tab character. 289
Errors Method 'buildBuffer' is not designed for extension - needs to be abstract, final or empty. 289
Errors Missing a Javadoc comment. 289
Errors Parameter buffer should be final. 289
Errors Parameter virtualBaseOffset should be final. 289
Errors Parameter dataOffset should be final. 289
Errors Line contains a tab character. 290
Errors Line is longer than 80 characters. 291
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors Line contains a tab character. 293
Errors '{' should be on the previous line. 293
Errors Line contains a tab character. 294
Errors 'cast' is not followed by whitespace. 294
Errors '0x80000000' is a magic number. 294
Errors Line has trailing spaces. 295
Errors Line contains a tab character. 295
Errors Line contains a tab character. 296
Errors Line is longer than 80 characters. 297
Errors Line contains a tab character. 297
Errors '*' is not preceded with whitespace. 297
Errors '*' is not followed by whitespace. 297
Errors Line contains a tab character. 298
Errors Line has trailing spaces. 299
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors 'cast' is not followed by whitespace. 300
Errors Line contains a tab character. 301
Errors '=' is not preceded with whitespace. 301
Errors '=' is not followed by whitespace. 301
Errors '<' is not preceded with whitespace. 301
Errors '<' is not followed by whitespace. 301
Errors Line contains a tab character. 302
Errors '{' should be on the previous line. 302
Errors Line contains a tab character. 303
Errors 'cast' is not followed by whitespace. 303
Errors Line contains a tab character. 304
Errors Line contains a tab character. 305
Errors Line has trailing spaces. 306
Errors Line contains a tab character. 306
Errors Line contains a tab character. 307
Errors Line contains a tab character. 308
Errors Line contains a tab character. 309
Errors Line contains a tab character. 310
Errors '*' is not preceded with whitespace. 310
Errors '*' is not followed by whitespace. 310
Errors 'if' construct must use '{}'s. 311
Errors Line contains a tab character. 311
Errors '%' is not preceded with whitespace. 311
Errors '%' is not followed by whitespace. 311
Errors '4' is a magic number. 311
Errors Line contains a tab character. 312
Errors '4' is a magic number. 312
Errors '-' is not preceded with whitespace. 312
Errors '-' is not followed by whitespace. 312
Errors '%' is not preceded with whitespace. 312
Errors '%' is not followed by whitespace. 312
Errors '4' is a magic number. 312
Errors Line contains a tab character. 313
Errors 'cast' is not followed by whitespace. 313
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors '{' should be on the previous line. 315
Errors Line contains a tab character. 316
Errors Line contains a tab character. 317
Errors Line has trailing spaces. 318
Errors Line contains a tab character. 318
Errors Line contains a tab character. 319
Errors Line contains a tab character. 320
Errors '{' should be on the previous line. 320
Errors Line contains a tab character. 321
Errors 'cast' is not followed by whitespace. 321
Errors '0x80000000' is a magic number. 321
Errors Line has trailing spaces. 322
Errors Line contains a tab character. 322
Errors Line contains a tab character. 323
Errors Line contains a tab character. 324
Errors Line is longer than 80 characters. 325
Errors Line contains a tab character. 325
Errors Line contains a tab character. 326
Errors Line contains a tab character. 327
Errors Line has trailing spaces. 328
Errors Line contains a tab character. 328
Errors Line contains a tab character. 329
Errors Line contains a tab character. 330
Errors '{' should be on the previous line. 330
Errors Line contains a tab character. 331
Errors Line contains a tab character. 332
Errors Line contains a tab character. 333
Errors Line is longer than 80 characters. 334
Errors Line contains a tab character. 334
Errors Line contains a tab character. 335
Errors Line contains a tab character. 336
Errors Line contains a tab character. 337
Errors '{' should be on the previous line. 337
Errors Line is longer than 80 characters. 338
Errors Line contains a tab character. 338
Errors Line contains a tab character. 339
Errors Line has trailing spaces. 340
Errors Line contains a tab character. 340
Errors Line contains a tab character. 341
Errors Line contains a tab character. 342
Errors Line contains a tab character. 343
Errors Line has trailing spaces. 344
Errors Line contains a tab character. 344
Errors Missing a Javadoc comment. 345
Errors Line contains a tab character. 345
Errors Line contains a tab character. 346
Errors '{' should be on the previous line. 346
Errors Line contains a tab character. 347
Errors Missing a Javadoc comment. 347
Errors Name 'Characteristics' must match pattern '^[a-z][a-zA-Z0-9]*$'. 347
Errors Variable 'Characteristics' must be private and have accessor methods. 347
Errors Line contains a tab character. 348
Errors Missing a Javadoc comment. 348
Errors Name 'TimeDateStamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 348
Errors Variable 'TimeDateStamp' must be private and have accessor methods. 348
Errors Line contains a tab character. 349
Errors Missing a Javadoc comment. 349
Errors Name 'MajorVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 349
Errors Variable 'MajorVersion' must be private and have accessor methods. 349
Errors Line contains a tab character. 350
Errors Missing a Javadoc comment. 350
Errors Name 'MinorVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. 350
Errors Variable 'MinorVersion' must be private and have accessor methods. 350
Errors Line contains a tab character. 351
Errors Missing a Javadoc comment. 351
Errors Name 'NumberOfNamedEntries' must match pattern '^[a-z][a-zA-Z0-9]*$'. 351
Errors Variable 'NumberOfNamedEntries' must be private and have accessor methods. 351
Errors Line contains a tab character. 352
Errors Missing a Javadoc comment. 352
Errors Name 'NumberOfIdEntries' must match pattern '^[a-z][a-zA-Z0-9]*$'. 352
Errors Variable 'NumberOfIdEntries' must be private and have accessor methods. 352
Errors Line contains a tab character. 353
Errors Missing a Javadoc comment. 353
Errors Name 'NamedEntries' must match pattern '^[a-z][a-zA-Z0-9]*$'. 353
Errors Variable 'NamedEntries' must be private and have accessor methods. 353
Errors Line contains a tab character. 354
Errors Missing a Javadoc comment. 354
Errors Name 'IdEntries' must match pattern '^[a-z][a-zA-Z0-9]*$'. 354
Errors Variable 'IdEntries' must be private and have accessor methods. 354
Errors Line has trailing spaces. 355
Errors Line contains a tab character. 355
Errors Line contains a tab character. 356
Errors Missing a Javadoc comment. 356
Errors Line contains a tab character. 357
Errors '{' should be on the previous line. 357
Errors Line contains a tab character. 358
Errors Line has trailing spaces. 359
Errors Line contains a tab character. 359
Errors Line is longer than 80 characters. 360
Errors Line contains a tab character. 360
Errors Missing a Javadoc comment. 360
Errors Parameter chan should be final. 360
Errors Line contains a tab character. 361
Errors '{' should be on the previous line. 361
Errors Line contains a tab character. 362
Errors '16' is a magic number. 362
Errors Line contains a tab character. 363
Errors Line contains a tab character. 364
Errors Line contains a tab character. 365
Errors Line has trailing spaces. 366
Errors Line contains a tab character. 366
Errors Line contains a tab character. 367
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Line contains a tab character. 370
Errors Line contains a tab character. 371
Errors Line contains a tab character. 372
Errors Line has trailing spaces. 373
Errors Line contains a tab character. 373
Errors Line contains a tab character. 374
Errors '=' is not preceded with whitespace. 374
Errors '=' is not followed by whitespace. 374
Errors '<' is not preceded with whitespace. 374
Errors '<' is not followed by whitespace. 374
Errors Line contains a tab character. 375
Errors '{' should be on the previous line. 375
Errors Line contains a tab character. 376
Errors Line contains a tab character. 377
Errors Line contains a tab character. 378
Errors Line contains a tab character. 379
Errors '=' is not preceded with whitespace. 379
Errors '=' is not followed by whitespace. 379
Errors '<' is not preceded with whitespace. 379
Errors '<' is not followed by whitespace. 379
Errors Line contains a tab character. 380
Errors '{' should be on the previous line. 380
Errors Line contains a tab character. 381
Errors Line contains a tab character. 382
Errors Line contains a tab character. 383
Errors Line contains a tab character. 384
Errors Line has trailing spaces. 385
Errors Line contains a tab character. 385
Errors Line contains a tab character. 386
Errors Method 'addNamedEntry' is not designed for extension - needs to be abstract, final or empty. 386
Errors Missing a Javadoc comment. 386
Errors Parameter entry should be final. 386
Errors Line contains a tab character. 387
Errors '{' should be on the previous line. 387
Errors Line contains a tab character. 388
Errors Line contains a tab character. 389
Errors Line has trailing spaces. 390
Errors Line contains a tab character. 390
Errors Line contains a tab character. 391
Errors Method 'addIdEntry' is not designed for extension - needs to be abstract, final or empty. 391
Errors Missing a Javadoc comment. 391
Errors Parameter entry should be final. 391
Errors Line contains a tab character. 392
Errors '{' should be on the previous line. 392
Errors Line contains a tab character. 393
Errors Line contains a tab character. 394
Errors Line has trailing spaces. 395
Errors Line contains a tab character. 395
Errors Line contains a tab character. 396
Errors Method 'addEntry' is not designed for extension - needs to be abstract, final or empty. 396
Errors Missing a Javadoc comment. 396
Errors Parameter entry should be final. 396
Errors Line contains a tab character. 397
Errors '{' should be on the previous line. 397
Errors 'if' construct must use '{}'s. 398
Errors Line contains a tab character. 398
Errors Line contains a tab character. 399
Errors 'else' construct must use '{}'s. 400
Errors Line contains a tab character. 400
Errors Line contains a tab character. 401
Errors Line contains a tab character. 402
Errors Line has trailing spaces. 403
Errors Line contains a tab character. 403
Errors Line contains a tab character. 404
Errors Method 'dump' is not designed for extension - needs to be abstract, final or empty. 404
Errors Missing a Javadoc comment. 404
Errors Parameter out should be final. 404
Errors Parameter level should be final. 404
Errors Line contains a tab character. 405
Errors '{' should be on the previous line. 405
Errors Line contains a tab character. 406
Errors Line is longer than 80 characters. 407
Errors Line contains a tab character. 407
Errors Line is longer than 80 characters. 408
Errors Line contains a tab character. 408
Errors Line is longer than 80 characters. 409
Errors Line contains a tab character. 409
Errors Line is longer than 80 characters. 410
Errors Line contains a tab character. 410
Errors Line is longer than 80 characters. 411
Errors Line contains a tab character. 411
Errors Line is longer than 80 characters. 412
Errors Line contains a tab character. 412
Errors Line contains a tab character. 413
Errors Line contains a tab character. 414
Errors '=' is not preceded with whitespace. 414
Errors '=' is not followed by whitespace. 414
Errors '<' is not preceded with whitespace. 414
Errors '<' is not followed by whitespace. 414
Errors Line contains a tab character. 415
Errors '{' should be on the previous line. 415
Errors Line is longer than 80 characters. 416
Errors Line contains a tab character. 416
Errors 'cast' is not followed by whitespace. 416
Errors Line contains a tab character. 417
Errors '+' is not preceded with whitespace. 417
Errors '+' is not followed by whitespace. 417
Errors Line contains a tab character. 418
Errors Line contains a tab character. 419
Errors Line contains a tab character. 420
Errors '=' is not preceded with whitespace. 420
Errors '=' is not followed by whitespace. 420
Errors '<' is not preceded with whitespace. 420
Errors '<' is not followed by whitespace. 420
Errors Line contains a tab character. 421
Errors '{' should be on the previous line. 421
Errors Line is longer than 80 characters. 422
Errors Line contains a tab character. 422
Errors 'cast' is not followed by whitespace. 422
Errors Line contains a tab character. 423
Errors '+' is not preceded with whitespace. 423
Errors '+' is not followed by whitespace. 423
Errors Line contains a tab character. 424
Errors Line contains a tab character. 425
Errors Line has trailing spaces. 426
Errors Line contains a tab character. 426
Errors Line contains a tab character. 427
Errors Missing a Javadoc comment. 427
Errors Parameter level should be final. 427
Errors Parameter out should be final. 427
Errors Line contains a tab character. 428
Errors '{' should be on the previous line. 428
Errors 'for' construct must use '{}'s. 429
Errors Line contains a tab character. 429
Errors '=' is not preceded with whitespace. 429
Errors '=' is not followed by whitespace. 429
Errors '<' is not preceded with whitespace. 429
Errors '<' is not followed by whitespace. 429
Errors Line contains a tab character. 430
Errors Line contains a tab character. 431
Errors Line has trailing spaces. 432
Errors Line contains a tab character. 432
Errors Line contains a tab character. 433
Errors Method 'diskSize' is not designed for extension - needs to be abstract, final or empty. 433
Errors Missing a Javadoc comment. 433
Errors Line contains a tab character. 434
Errors '{' should be on the previous line. 434
Errors Line contains a tab character. 435
Errors '16' is a magic number. 435
Errors Line contains a tab character. 436
Errors '=' is not preceded with whitespace. 436
Errors '=' is not followed by whitespace. 436
Errors '<' is not preceded with whitespace. 436
Errors '<' is not followed by whitespace. 436
Errors Line contains a tab character. 437
Errors '{' should be on the previous line. 437
Errors Line is longer than 80 characters. 438
Errors Line contains a tab character. 438
Errors 'cast' is not followed by whitespace. 438
Errors Line contains a tab character. 439
Errors Line contains a tab character. 440
Errors Line contains a tab character. 441
Errors '=' is not preceded with whitespace. 441
Errors '=' is not followed by whitespace. 441
Errors '<' is not preceded with whitespace. 441
Errors '<' is not followed by whitespace. 441
Errors Line contains a tab character. 442
Errors '{' should be on the previous line. 442
Errors Line is longer than 80 characters. 443
Errors Line contains a tab character. 443
Errors 'cast' is not followed by whitespace. 443
Errors Line contains a tab character. 444
Errors Line contains a tab character. 445
Errors Line has trailing spaces. 446
Errors Line contains a tab character. 446
Errors 'if' construct must use '{}'s. 447
Errors Line contains a tab character. 447
Errors '%' is not preceded with whitespace. 447
Errors '%' is not followed by whitespace. 447
Errors '4' is a magic number. 447
Errors '>' is not preceded with whitespace. 447
Errors '>' is not followed by whitespace. 447
Errors Line contains a tab character. 448
Errors '4' is a magic number. 448
Errors '-' is not preceded with whitespace. 448
Errors '-' is not followed by whitespace. 448
Errors '%' is not preceded with whitespace. 448
Errors '%' is not followed by whitespace. 448
Errors '4' is a magic number. 448
Errors Line has trailing spaces. 449
Errors Line contains a tab character. 449
Errors Line contains a tab character. 450
Errors Line contains a tab character. 451
Errors Line has trailing spaces. 452
Errors Line contains a tab character. 452
Errors Line is longer than 80 characters. 453
Errors Line contains a tab character. 453
Errors Method 'buildBuffer' is not designed for extension - needs to be abstract, final or empty. 453
Errors Missing a Javadoc comment. 453
Errors Parameter buffer should be final. 453
Errors Parameter virtualBaseOffset should be final. 453
Errors Line contains a tab character. 454
Errors '{' should be on the previous line. 454
Errors Line is longer than 80 characters. 455
Errors Line contains a tab character. 455
Errors Line has trailing spaces. 456
Errors Line contains a tab character. 456
Errors Line contains a tab character. 457
Errors 'cast' is not followed by whitespace. 457
Errors Line contains a tab character. 458
Errors 'cast' is not followed by whitespace. 458
Errors Line contains a tab character. 459
Errors 'cast' is not followed by whitespace. 459
Errors Line contains a tab character. 460
Errors 'cast' is not followed by whitespace. 460
Errors Line contains a tab character. 461
Errors 'cast' is not followed by whitespace. 461
Errors Line contains a tab character. 462
Errors 'cast' is not followed by whitespace. 462
Errors Line has trailing spaces. 463
Errors Line contains a tab character. 463
Errors Line is longer than 80 characters. 464
Errors Line contains a tab character. 464
Errors '*' is not preceded with whitespace. 464
Errors '*' is not followed by whitespace. 464
Errors '8' is a magic number. 464
Errors '*' is not preceded with whitespace. 464
Errors '*' is not followed by whitespace. 464
Errors '8' is a magic number. 464
Errors Line has trailing spaces. 465
Errors Line contains a tab character. 465
Errors Line contains a tab character. 466
Errors '=' is not preceded with whitespace. 466
Errors '=' is not followed by whitespace. 466
Errors '<' is not preceded with whitespace. 466
Errors '<' is not followed by whitespace. 466
Errors Line contains a tab character. 467
Errors '{' should be on the previous line. 467
Errors Line is longer than 80 characters. 468
Errors Line contains a tab character. 468
Errors 'cast' is not followed by whitespace. 468
Errors Line is longer than 80 characters. 469
Errors Line contains a tab character. 469
Errors Line contains a tab character. 470
Errors Line has trailing spaces. 471
Errors Line contains a tab character. 471
Errors Line contains a tab character. 472
Errors '=' is not preceded with whitespace. 472
Errors '=' is not followed by whitespace. 472
Errors '<' is not preceded with whitespace. 472
Errors '<' is not followed by whitespace. 472
Errors Line contains a tab character. 473
Errors '{' should be on the previous line. 473
Errors Line is longer than 80 characters. 474
Errors Line contains a tab character. 474
Errors 'cast' is not followed by whitespace. 474
Errors Line is longer than 80 characters. 475
Errors Line contains a tab character. 475
Errors Line contains a tab character. 476
Errors Line has trailing spaces. 477
Errors Line contains a tab character. 477
Errors Line contains a tab character. 478
Errors Line contains a tab character. 479
Errors Line contains a tab character. 480
Errors Line has trailing spaces. 481
Errors Line contains a tab character. 481
Errors Line contains a tab character. 482
Errors Method 'getResourceEntry' is not designed for extension - needs to be abstract, final or empty. 482
Errors Missing a Javadoc comment. 482
Errors Parameter name should be final. 482
Errors Line contains a tab character. 483
Errors '{' should be on the previous line. 483
Errors Line has trailing spaces. 484
Errors Line contains a tab character. 484
Errors Line has trailing spaces. 485
Errors Line contains a tab character. 485
Errors Line contains a tab character. 486
Errors Line contains a tab character. 487
Errors Line contains a tab character. 488
Errors '{' should be on the previous line. 488
Errors Line contains a tab character. 489
Errors Line contains a tab character. 490
Errors '{' should be on the previous line. 490
Errors Line is longer than 80 characters. 491
Errors Line contains a tab character. 491
Errors 'cast' is not followed by whitespace. 491
Errors Line contains a tab character. 492
Errors Line has trailing spaces. 493
Errors Line contains a tab character. 493
Errors Line contains a tab character. 494
Errors '{' should be on the previous line. 494
Errors Line is longer than 80 characters. 495
Errors Line contains a tab character. 495
Errors 'cast' is not followed by whitespace. 495
Errors Line contains a tab character. 496
Errors Line contains a tab character. 497
Errors Line contains a tab character. 498
Errors Line has trailing spaces. 499
Errors Line contains a tab character. 499
Errors Line contains a tab character. 500
Errors '>' is not preceded with whitespace. 500
Errors '>' is not followed by whitespace. 500
Errors '==' is not preceded with whitespace. 500
Errors '==' is not followed by whitespace. 500
Errors Line contains a tab character. 501
Errors '{' should be on the previous line. 501
Errors Line contains a tab character. 502
Errors Line contains a tab character. 503
Errors '{' should be on the previous line. 503
Errors Line contains a tab character. 504
Errors Line contains a tab character. 505
Errors Line contains a tab character. 506
Errors Line contains a tab character. 507
Errors Line contains a tab character. 508
Errors '{' should be on the previous line. 508
Errors Line contains a tab character. 509
Errors Line contains a tab character. 510
Errors Line contains a tab character. 511
Errors Line has trailing spaces. 512
Errors Line contains a tab character. 512
Errors Line is longer than 80 characters. 513
Errors Line contains a tab character. 513
Errors '=' is not preceded with whitespace. 513
Errors '=' is not followed by whitespace. 513
Errors ';' is followed by whitespace. 513
Errors Line contains a tab character. 514
Errors '{' should be on the previous line. 514
Errors Line contains a tab character. 515
Errors 'cast' is not followed by whitespace. 515
Errors Line contains a tab character. 516
Errors Line contains a tab character. 517
Errors '{' should be on the previous line. 517
Errors Line contains a tab character. 518
Errors Line contains a tab character. 519
Errors Line contains a tab character. 520
Errors Line contains a tab character. 521
Errors Line contains a tab character. 522
Errors Line has trailing spaces. 523
Errors Line contains a tab character. 523
Errors Line contains a tab character. 524
Errors Method 'getResourceEntry' is not designed for extension - needs to be abstract, final or empty. 524
Errors Missing a Javadoc comment. 524
Errors Parameter id should be final. 524
Errors Line contains a tab character. 525
Errors '{' should be on the previous line. 525
Errors Line is longer than 80 characters. 526
Errors Line contains a tab character. 526
Errors '=' is not preceded with whitespace. 526
Errors '=' is not followed by whitespace. 526
Errors ';' is followed by whitespace. 526
Errors Line contains a tab character. 527
Errors '{' should be on the previous line. 527
Errors Line contains a tab character. 528
Errors 'cast' is not followed by whitespace. 528
Errors Line contains a tab character. 529
Errors Line contains a tab character. 530
Errors '{' should be on the previous line. 530
Errors Line contains a tab character. 531
Errors Line contains a tab character. 532
Errors Line contains a tab character. 533
Errors Line contains a tab character. 534
Errors Line contains a tab character. 535
Errors Line has trailing spaces. 536
Errors Line contains a tab character. 536
Errors Line contains a tab character. 537
Errors Line has trailing spaces. 538
Errors Line contains a tab character. 538
Errors Line contains a tab character. 539
Errors Missing a Javadoc comment. 539
Errors Name 'm_master' must match pattern '^[a-z][a-zA-Z0-9]*$'. 539
Errors Variable 'm_master' must be private and have accessor methods. 539
Errors Line contains a tab character. 540
Errors Missing a Javadoc comment. 540
Errors Name 'm_file' must match pattern '^[a-z][a-zA-Z0-9]*$'. 540
Errors Variable 'm_file' must be private and have accessor methods. 540
Errors Line contains a tab character. 541
Errors Missing a Javadoc comment. 541
Errors Name 'm_offsetBase' must match pattern '^[a-z][a-zA-Z0-9]*$'. 541
Errors Variable 'm_offsetBase' must be private and have accessor methods. 541
Errors Line has trailing spaces. 542
Errors Line contains a tab character. 542
Errors Line contains a tab character. 543
Errors Missing a Javadoc comment. 543
Errors Name 'm_root' must match pattern '^[a-z][a-zA-Z0-9]*$'. 543
Errors Variable 'm_root' must be private and have accessor methods. 543
Errors Line has trailing spaces. 544
Errors Line contains a tab character. 544
Errors First sentence should end with a period. 545
Errors Line contains a tab character. 545
Errors Line is longer than 80 characters. 546
Errors Line contains a tab character. 546
Errors Parameter file should be final. 546
Errors Expected @param tag for 'file'. 546
Errors Parameter sect should be final. 546
Errors Expected @param tag for 'sect'. 546
Errors Expected @throws tag for 'IOException'. 546
Errors Line contains a tab character. 547
Errors '{' should be on the previous line. 547
Errors Line contains a tab character. 548
Errors Line contains a tab character. 549
Errors Line contains a tab character. 550
Errors Line contains a tab character. 551
Errors Line has trailing spaces. 552
Errors Line contains a tab character. 552
Errors Line is longer than 80 characters. 553
Errors Line contains a tab character. 553
Errors Line has trailing spaces. 554
Errors Line contains a tab character. 554
Errors Line contains a tab character. 555
Errors Line contains a tab character. 556
Errors Line has trailing spaces. 557
Errors Line contains a tab character. 557
Errors Line contains a tab character. 558
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 558
Errors Missing a Javadoc comment. 558
Errors Line contains a tab character. 559
Errors '{' should be on the previous line. 559
Errors Line contains a tab character. 560
Errors Line is longer than 80 characters. 561
Errors Line contains a tab character. 561
Errors Line contains a tab character. 562
Errors Line contains a tab character. 563
Errors Line is longer than 80 characters. 564
Errors Line contains a tab character. 564
Errors Line is longer than 80 characters. 565
Errors Line contains a tab character. 565
Errors Line contains a tab character. 566
Errors Line has trailing spaces. 567
Errors Line contains a tab character. 567
Errors Line contains a tab character. 568
Errors Line contains a tab character. 569
Errors Line has trailing spaces. 570
Errors Line contains a tab character. 570
Errors Line contains a tab character. 571
Errors Method 'dump' is not designed for extension - needs to be abstract, final or empty. 571
Errors Missing a Javadoc comment. 571
Errors Parameter out should be final. 571
Errors Line contains a tab character. 572
Errors '{' should be on the previous line. 572
Errors Line contains a tab character. 573
Errors Line contains a tab character. 574
Errors Line has trailing spaces. 575
Errors Line contains a tab character. 575
Errors Line contains a tab character. 576
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 576
Errors Missing a Javadoc comment. 576
Errors Line contains a tab character. 577
Errors '{' should be on the previous line. 577
Errors Line contains a tab character. 578
Errors Line contains a tab character. 579
Errors Line has trailing spaces. 580
Errors Line contains a tab character. 580
Errors Line contains a tab character. 581
Errors Method 'buildResource' is not designed for extension - needs to be abstract, final or empty. 581
Errors Missing a Javadoc comment. 581
Errors Parameter virtualBaseOffset should be final. 581
Errors Line contains a tab character. 582
Errors '{' should be on the previous line. 582
Errors Line is longer than 80 characters. 583
Errors Line contains a tab character. 583
Errors Line contains a tab character. 584
Errors Line contains a tab character. 585
Errors Line contains a tab character. 586
Errors Line contains a tab character. 587
Errors Line contains a tab character. 588
Errors Line contains a tab character. 589
Errors Line contains a tab character. 590
Errors Line has trailing spaces. 591
Errors Line contains a tab character. 591
Errors Line contains a tab character. 592
Errors Method 'getRoot' is not designed for extension - needs to be abstract, final or empty. 592
Errors Missing a Javadoc comment. 592
Errors Line contains a tab character. 593
Errors '{' should be on the previous line. 593
Errors Line contains a tab character. 594
Errors Line has trailing spaces. 595
Errors Line contains a tab character. 595
Errors Line has trailing spaces. 596
Errors Line contains a tab character. 596
Errors Line is longer than 80 characters. 597
Errors Line contains a tab character. 597
Errors Method 'replaceResource' is not designed for extension - needs to be abstract, final or empty. 597
Errors Missing a Javadoc comment. 597
Errors Parameter catId should be final. 597
Errors Parameter resourceId should be final. 597
Errors Parameter langId should be final. 597
Errors Parameter data should be final. 597
Errors Line contains a tab character. 598
Errors Line contains a tab character. 599
Errors Line contains a tab character. 600
Errors Line contains a tab character. 601
Errors '{' should be on the previous line. 601
Errors Line is longer than 80 characters. 602
Errors Line contains a tab character. 602
Errors Line is longer than 80 characters. 603
Errors Line contains a tab character. 603
Errors Line contains a tab character. 604
Errors '{' should be on the previous line. 604
Errors Line is longer than 80 characters. 605
Errors Line contains a tab character. 605
Errors Line is longer than 80 characters. 606
Errors Line contains a tab character. 606
Errors Line contains a tab character. 607
Errors '{' should be on the previous line. 607
Errors Line contains a tab character. 608
Errors Line contains a tab character. 609
Errors Line contains a tab character. 610
Errors Line contains a tab character. 611
Errors Line contains a tab character. 612
Errors Line contains a tab character. 613
Errors Line contains a tab character. 614
Errors Line contains a tab character. 615
Errors Line has trailing spaces. 616
Errors Line contains a tab character. 616
Errors Line is longer than 80 characters. 617
Errors Line contains a tab character. 617
Errors Method 'addNewResource' is not designed for extension - needs to be abstract, final or empty. 617
Errors Missing a Javadoc comment. 617
Errors Parameter catId should be final. 617
Errors Parameter resourceId should be final. 617
Errors Parameter languageId should be final. 617
Errors Parameter data should be final. 617
Errors Line contains a tab character. 618
Errors Line contains a tab character. 619
Errors Line is longer than 80 characters. 620
Errors Line contains a tab character. 620
Errors Line is longer than 80 characters. 621
Errors Line contains a tab character. 621
Errors Line has trailing spaces. 622
Errors Line contains a tab character. 622
Errors Line contains a tab character. 623
Errors '0x3F2CCF64' is a magic number. 623
Errors Line contains a tab character. 624
Errors Line has trailing spaces. 625
Errors Line contains a tab character. 625
Errors Line is longer than 80 characters. 626
Errors Line contains a tab character. 626
Errors Line has trailing spaces. 627
Errors Line contains a tab character. 627
Errors Line contains a tab character. 628
Errors Line contains a tab character. 629
Errors '0x3F2CCF64' is a magic number. 629
Errors Line contains a tab character. 630
Errors Line has trailing spaces. 631
Errors Line contains a tab character. 631
Errors Line contains a tab character. 632
Errors Line contains a tab character. 633
Errors Line contains a tab character. 634
Errors Line has trailing spaces. 635
Errors Line contains a tab character. 635
Errors Line contains a tab character. 636
Errors Method 'getData' is not designed for extension - needs to be abstract, final or empty. 636
Errors Missing a Javadoc comment. 636
Errors Parameter catId should be final. 636
Errors Parameter resourceId should be final. 636
Errors Parameter langId should be final. 636
Errors Line contains a tab character. 637
Errors '{' should be on the previous line. 637
Errors Line contains a tab character. 638
Errors Line contains a tab character. 639
Errors Line contains a tab character. 640
Errors '{' should be on the previous line. 640
Errors Line is longer than 80 characters. 641
Errors Line contains a tab character. 641
Errors Line is longer than 80 characters. 642
Errors Line contains a tab character. 642
Errors Line contains a tab character. 643
Errors '{' should be on the previous line. 643
Errors Line is longer than 80 characters. 644
Errors Line contains a tab character. 644
Errors Line is longer than 80 characters. 645
Errors Line contains a tab character. 645
Errors Line contains a tab character. 646
Errors '{' should be on the previous line. 646
Errors Line contains a tab character. 647
Errors Line contains a tab character. 648
Errors Line contains a tab character. 649
Errors Line contains a tab character. 650
Errors Line contains a tab character. 651
Errors Line contains a tab character. 652
Errors Line contains a tab character. 653
Errors Line has trailing spaces. 654
Errors Line contains a tab character. 654
Errors Line contains a tab character. 655
Errors Method 'buildResourceEntry' is not designed for extension - needs to be abstract, final or empty. 655
Errors Missing a Javadoc comment. 655
Errors Parameter id should be final. 655
Errors Parameter data should be final. 655
Errors Line contains a tab character. 656
Errors '{' should be on the previous line. 656
Errors Line contains a tab character. 657
Errors Line contains a tab character. 658
Errors '{' should be on the previous line. 658
Errors Line contains a tab character. 659
Errors Line contains a tab character. 660
Errors Line contains a tab character. 661
Errors Line has trailing spaces. 662
Errors Line contains a tab character. 662
Errors Line contains a tab character. 663
Errors Line contains a tab character. 664
Errors Line has trailing spaces. 665
Errors Line contains a tab character. 665
Errors Line has trailing spaces. 666
Errors Line contains a tab character. 666
Errors Line is longer than 80 characters. 667
Errors Line contains a tab character. 667
Errors Method 'buildResourceEntry' is not designed for extension - needs to be abstract, final or empty. 667
Errors Missing a Javadoc comment. 667
Errors Parameter id should be final. 667
Errors Parameter dir should be final. 667
Errors Line contains a tab character. 668
Errors Line contains a tab character. 669
Errors Line contains a tab character. 670
Errors '{' should be on the previous line. 670
Errors Line contains a tab character. 671
Errors Line contains a tab character. 672
Errors Line contains a tab character. 673
Errors Line has trailing spaces. 674
Errors Line contains a tab character. 674
Errors Line contains a tab character. 675
Errors Line contains a tab character. 676
Errors Line has trailing spaces. 677
Errors Line contains a tab character. 677

net/charabia/jsmoothgen/pe/PESection.java

Violation Message Line
Errors File does not end with a newline. 0
Errors '{' should be on the previous line. 40
Errors Missing a Javadoc comment. 41
Errors Line contains a tab character. 41
Errors Name 'ANSI_Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Errors Variable 'ANSI_Name' must be private and have accessor methods. 41
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 42
Errors Line contains a tab character. 42
Errors Name 'VirtualSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Errors Variable 'VirtualSize' must be private and have accessor methods. 42
Errors Line is longer than 80 characters. 43
Errors Missing a Javadoc comment. 43
Errors Line contains a tab character. 43
Errors Name 'VirtualAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Errors Variable 'VirtualAddress' must be private and have accessor methods. 43
Errors Line is longer than 80 characters. 44
Errors Missing a Javadoc comment. 44
Errors Line contains a tab character. 44
Errors Name 'SizeOfRawData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Errors Variable 'SizeOfRawData' must be private and have accessor methods. 44
Errors Line is longer than 80 characters. 45
Errors Missing a Javadoc comment. 45
Errors Line contains a tab character. 45
Errors Name 'PointerToRawData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Errors Variable 'PointerToRawData' must be private and have accessor methods. 45
Errors Line is longer than 80 characters. 46
Errors Missing a Javadoc comment. 46
Errors Line contains a tab character. 46
Errors Name 'PointerToRelocations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Errors Variable 'PointerToRelocations' must be private and have accessor methods. 46
Errors Line is longer than 80 characters. 47
Errors Missing a Javadoc comment. 47
Errors Line contains a tab character. 47
Errors Name 'PointerToLinenumbers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Errors Variable 'PointerToLinenumbers' must be private and have accessor methods. 47
Errors Line is longer than 80 characters. 48
Errors Missing a Javadoc comment. 48
Errors Line contains a tab character. 48
Errors Name 'NumberOfRelocations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Errors Variable 'NumberOfRelocations' must be private and have accessor methods. 48
Errors Line is longer than 80 characters. 49
Errors Missing a Javadoc comment. 49
Errors Line contains a tab character. 49
Errors Name 'NumberOfLinenumbers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Errors Variable 'NumberOfLinenumbers' must be private and have accessor methods. 49
Errors Line is longer than 80 characters. 50
Errors Missing a Javadoc comment. 50
Errors Line contains a tab character. 50
Errors Name 'Characteristics' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Errors Variable 'Characteristics' must be private and have accessor methods. 50
Errors Missing a Javadoc comment. 52
Errors Name 'm_baseoffset' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Errors Missing a Javadoc comment. 53
Errors Name 'm_pe' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Errors First sentence should end with a period. 55
Errors Parameter pef should be final. 56
Errors Expected @param tag for 'pef'. 56
Errors Parameter baseoffset should be final. 56
Errors Expected @param tag for 'baseoffset'. 56
Errors '{' should be on the previous line. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Method 'clone' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors '{' should be on the previous line. 63
Errors Line contains a tab character. 64
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors '{' should be on the previous line. 68
Errors Line contains a tab character. 69
Errors 'for' construct must use '{}'s. 70
Errors Line contains a tab character. 70
Errors '=' is not preceded with whitespace. 70
Errors '=' is not followed by whitespace. 70
Errors '<' is not preceded with whitespace. 70
Errors '8' is a magic number. 70
Errors '<' is not followed by whitespace. 70
Errors Line contains a tab character. 71
Errors 'cast' is not followed by whitespace. 71
Errors Line contains a tab character. 72
Errors Method 'read' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors '{' should be on the previous line. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors '40' is a magic number. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 84
Errors '8' is a magic number. 84
Errors 'for' construct must use '{}'s. 85
Errors Line contains a tab character. 85
Errors '=' is not preceded with whitespace. 85
Errors '=' is not followed by whitespace. 85
Errors '<' is not preceded with whitespace. 85
Errors '8' is a magic number. 85
Errors '<' is not followed by whitespace. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line has trailing spaces. 90
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line has trailing spaces. 97
Errors Line contains a tab character. 97
Errors Method 'dump' is not designed for extension - needs to be abstract, final or empty. 99
Errors Missing a Javadoc comment. 99
Errors Parameter out should be final. 99
Errors '{' should be on the previous line. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors ')' is preceded with whitespace. 102
Errors 'for' construct must use '{}'s. 103
Errors Line contains a tab character. 103
Errors '=' is not preceded with whitespace. 103
Errors '=' is not followed by whitespace. 103
Errors '<' is not preceded with whitespace. 103
Errors '8' is a magic number. 103
Errors '<' is not followed by whitespace. 103
Errors Line contains a tab character. 104
Errors 'cast' is not followed by whitespace. 104
Errors Line contains a tab character. 105
Errors Line is longer than 80 characters. 106
Errors Line contains a tab character. 106
Errors '+' is not preceded with whitespace. 106
Errors '+' is not followed by whitespace. 106
Errors Line is longer than 80 characters. 107
Errors Line contains a tab character. 107
Errors Line is longer than 80 characters. 108
Errors Line contains a tab character. 108
Errors Line is longer than 80 characters. 109
Errors Line contains a tab character. 109
Errors Line is longer than 80 characters. 110
Errors Line contains a tab character. 110
Errors Line is longer than 80 characters. 111
Errors Line contains a tab character. 111
Errors Line is longer than 80 characters. 112
Errors Line contains a tab character. 112
Errors Line is longer than 80 characters. 113
Errors Line contains a tab character. 113
Errors Line is longer than 80 characters. 114
Errors Line contains a tab character. 114
Errors Line has trailing spaces. 115
Errors Line contains a tab character. 115
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 119
Errors Missing a Javadoc comment. 119
Errors '{' should be on the previous line. 120
Errors Line contains a tab character. 121
Errors '40' is a magic number. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors 'for' construct must use '{}'s. 125
Errors Line contains a tab character. 125
Errors '=' is not preceded with whitespace. 125
Errors '=' is not followed by whitespace. 125
Errors '<' is not preceded with whitespace. 125
Errors '8' is a magic number. 125
Errors '<' is not followed by whitespace. 125
Errors Line contains a tab character. 126
Errors 'cast' is not followed by whitespace. 126
Errors Line contains a tab character. 128
Errors 'cast' is not followed by whitespace. 128
Errors Line contains a tab character. 129
Errors 'cast' is not followed by whitespace. 129
Errors Line contains a tab character. 130
Errors 'cast' is not followed by whitespace. 130
Errors Line contains a tab character. 131
Errors 'cast' is not followed by whitespace. 131
Errors Line contains a tab character. 132
Errors 'cast' is not followed by whitespace. 132
Errors Line contains a tab character. 133
Errors 'cast' is not followed by whitespace. 133
Errors Line contains a tab character. 134
Errors 'cast' is not followed by whitespace. 134
Errors Line contains a tab character. 135
Errors 'cast' is not followed by whitespace. 135
Errors Line contains a tab character. 136
Errors 'cast' is not followed by whitespace. 136
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line has trailing spaces. 140
Errors Line contains a tab character. 140

net/charabia/jsmoothgen/pe/package.html

Violation Message Line
Errors Missing package documentation file. 0

net/charabia/jsmoothgen/pe/res/ResIcon.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 4
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 18
Errors '{' should be on the previous line. 44
Errors Line contains a tab character. 45
Errors Missing a Javadoc comment. 45
Errors Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Errors Variable 'Size' must be private and have accessor methods. 45
Errors Line contains a tab character. 46
Errors Missing a Javadoc comment. 46
Errors Name 'Width' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Errors Variable 'Width' must be private and have accessor methods. 46
Errors Line contains a tab character. 47
Errors Missing a Javadoc comment. 47
Errors Name 'Height' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Errors Variable 'Height' must be private and have accessor methods. 47
Errors Line contains a tab character. 48
Errors Missing a Javadoc comment. 48
Errors Name 'Planes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Errors Variable 'Planes' must be private and have accessor methods. 48
Errors Line contains a tab character. 49
Errors Missing a Javadoc comment. 49
Errors Name 'BitsPerPixel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Errors Variable 'BitsPerPixel' must be private and have accessor methods. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Missing a Javadoc comment. 51
Errors Name 'Compression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Errors Variable 'Compression' must be private and have accessor methods. 51
Errors Line contains a tab character. 52
Errors Missing a Javadoc comment. 52
Errors Name 'SizeOfBitmap' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Errors Variable 'SizeOfBitmap' must be private and have accessor methods. 52
Errors Line is longer than 80 characters. 53
Errors Line contains a tab character. 53
Errors Missing a Javadoc comment. 53
Errors Name 'HorzResolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Errors Variable 'HorzResolution' must be private and have accessor methods. 53
Errors Line is longer than 80 characters. 54
Errors Line contains a tab character. 54
Errors Missing a Javadoc comment. 54
Errors Name 'VertResolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Errors Variable 'VertResolution' must be private and have accessor methods. 54
Errors Line contains a tab character. 55
Errors Missing a Javadoc comment. 55
Errors Name 'ColorsUsed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Errors Variable 'ColorsUsed' must be private and have accessor methods. 55
Errors Line is longer than 80 characters. 56
Errors Line contains a tab character. 56
Errors Missing a Javadoc comment. 56
Errors Name 'ColorsImportant' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Errors Variable 'ColorsImportant' must be private and have accessor methods. 56
Errors Line has trailing spaces. 57
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Missing a Javadoc comment. 58
Errors Name 'Palette' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Errors Variable 'Palette' must be private and have accessor methods. 58
Errors Line contains a tab character. 59
Errors Missing a Javadoc comment. 59
Errors Name 'BitmapXOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Errors Variable 'BitmapXOR' must be private and have accessor methods. 59
Errors Line contains a tab character. 60
Errors Missing a Javadoc comment. 60
Errors Name 'BitmapAND' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Errors Variable 'BitmapAND' must be private and have accessor methods. 60
Errors Line has trailing spaces. 61
Errors Line contains a tab character. 61
Errors Missing a Javadoc comment. 62
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors '{' should be on the previous line. 63
Errors Line contains a tab character. 64
Errors Missing a Javadoc comment. 64
Errors Name 'Blue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Errors Variable 'Blue' must be private and have accessor methods. 64
Errors Line contains a tab character. 65
Errors Missing a Javadoc comment. 65
Errors Name 'Green' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Errors Variable 'Green' must be private and have accessor methods. 65
Errors Line contains a tab character. 66
Errors Missing a Javadoc comment. 66
Errors Name 'Red' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Errors Variable 'Red' must be private and have accessor methods. 66
Errors Line contains a tab character. 67
Errors Missing a Javadoc comment. 67
Errors Name 'Reserved' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Errors Variable 'Reserved' must be private and have accessor methods. 67
Errors Line contains a tab character. 68
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Line contains a tab character. 69
Errors '{' should be on the previous line. 69
Errors Line contains a tab character. 70
Errors '+' is not preceded with whitespace. 70
Errors '+' is not followed by whitespace. 70
Errors '+' is not preceded with whitespace. 70
Errors '+' is not followed by whitespace. 70
Errors '+' is not preceded with whitespace. 70
Errors '+' is not followed by whitespace. 70
Errors '+' is not preceded with whitespace. 70
Errors '+' is not followed by whitespace. 70
Errors '+' is not preceded with whitespace. 70
Errors '+' is not followed by whitespace. 70
Errors '+' is not preceded with whitespace. 70
Errors '+' is not followed by whitespace. 70
Errors '+' is not preceded with whitespace. 70
Errors '+' is not followed by whitespace. 70
Errors '+' is not preceded with whitespace. 70
Errors '+' is not followed by whitespace. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line has trailing spaces. 73
Errors Line contains a tab character. 73
Errors First sentence should end with a period. 74
Errors Line has trailing spaces. 74
Errors Line contains a tab character. 74
Errors Line has trailing spaces. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Parameter in should be final. 79
Errors Expected @param tag for 'in'. 79
Errors Line contains a tab character. 80
Errors '{' should be on the previous line. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line has trailing spaces. 92
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors 'cast' is not followed by whitespace. 93
Errors 'if' construct must use '{}'s. 94
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line has trailing spaces. 96
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors 'cast' is not followed by whitespace. 97
Errors Line contains a tab character. 98
Errors '=' is not preceded with whitespace. 98
Errors '=' is not followed by whitespace. 98
Errors '<' is not preceded with whitespace. 98
Errors '<' is not followed by whitespace. 98
Errors Line contains a tab character. 99
Errors '{' should be on the previous line. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line has trailing spaces. 107
Errors Line contains a tab character. 107
Errors Line is longer than 80 characters. 109
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors 'cast' is not followed by whitespace. 110
Errors '/' is not preceded with whitespace. 110
Errors '/' is not followed by whitespace. 110
Errors 'cast' is not followed by whitespace. 110
Errors Line is longer than 80 characters. 111
Errors Line contains a tab character. 111
Errors Line has trailing spaces. 112
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors '=' is not preceded with whitespace. 114
Errors '=' is not followed by whitespace. 114
Errors '<' is not preceded with whitespace. 114
Errors '<' is not followed by whitespace. 114
Errors Line contains a tab character. 115
Errors '{' should be on the previous line. 115
Errors Line contains a tab character. 116
Errors switch without "default" clause. 116
Errors Line contains a tab character. 117
Errors '{' should be on the previous line. 117
Errors Line contains a tab character. 118
Errors '4' is a magic number. 118
Errors Line contains a tab character. 119
Errors Avoid nested blocks. 119
Errors Line contains a tab character. 120
Errors Line is longer than 80 characters. 121
Errors Line contains a tab character. 121
Errors 'cast' is not followed by whitespace. 121
Errors '4' is a magic number. 121
Errors '0x0F' is a magic number. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors 'cast' is not followed by whitespace. 123
Errors '0x0F' is a magic number. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors '8' is a magic number. 126
Errors Line contains a tab character. 127
Errors Avoid nested blocks. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line has trailing spaces. 133
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors 'cast' is not followed by whitespace. 134
Errors '/' is not preceded with whitespace. 134
Errors '/' is not followed by whitespace. 134
Errors 'cast' is not followed by whitespace. 134
Errors '8' is a magic number. 134
Errors Line has trailing spaces. 135
Errors Line contains a tab character. 135
Errors Line is longer than 80 characters. 136
Errors Line contains a tab character. 136
Errors Line has trailing spaces. 137
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors '=' is not preceded with whitespace. 139
Errors '=' is not followed by whitespace. 139
Errors '<' is not preceded with whitespace. 139
Errors '<' is not followed by whitespace. 139
Errors Line contains a tab character. 140
Errors '{' should be on the previous line. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line has trailing spaces. 143
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line has trailing spaces. 145
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line has trailing spaces. 148
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Parameter img should be final. 149
Errors Expected @param tag for 'img'. 149
Errors Expected @throws tag for 'Exception'. 149
Errors Line contains a tab character. 150
Errors '{' should be on the previous line. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line has trailing spaces. 153
Errors Line contains a tab character. 153
Errors 'if' construct must use '{}'s. 154
Errors Line contains a tab character. 154
Errors '8' is a magic number. 154
Errors Line contains a tab character. 155
Errors '7' is a magic number. 155
Errors '-' is not preceded with whitespace. 155
Errors '-' is not followed by whitespace. 155
Errors '%' is not preceded with whitespace. 155
Errors '%' is not followed by whitespace. 155
Errors '8' is a magic number. 155
Errors Line has trailing spaces. 156
Errors Line contains a tab character. 156
Errors 'if' construct must use '{}'s. 157
Errors Line contains a tab character. 157
Errors '8' is a magic number. 157
Errors Line contains a tab character. 158
Errors '7' is a magic number. 158
Errors '-' is not preceded with whitespace. 158
Errors '-' is not followed by whitespace. 158
Errors '%' is not preceded with whitespace. 158
Errors '%' is not followed by whitespace. 158
Errors '8' is a magic number. 158
Errors Line has trailing spaces. 159
Errors Line contains a tab character. 159
Errors Line is longer than 80 characters. 160
Errors Line contains a tab character. 160
Errors Line is longer than 80 characters. 161
Errors Line contains a tab character. 161
Errors Line has trailing spaces. 162
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors '*' is not preceded with whitespace. 163
Errors '*' is not followed by whitespace. 163
Errors Line is longer than 80 characters. 164
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors '{' should be on the previous line. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors '{' should be on the previous line. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors ',' is not followed by whitespace. 171
Errors Line contains a tab character. 172
Errors Line has trailing spaces. 173
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors '8' is a magic number. 177
Errors Line has trailing spaces. 178
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors '=' is not preceded with whitespace. 180
Errors '=' is not followed by whitespace. 180
Errors ';' is followed by whitespace. 180
Errors Line contains a tab character. 181
Errors '{' should be on the previous line. 181
Errors Line contains a tab character. 182
Errors 'cast' is not followed by whitespace. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors 'cast' is not followed by whitespace. 184
Errors Line has trailing spaces. 185
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors '0xFF' is a magic number. 187
Errors Line contains a tab character. 188
Errors '8' is a magic number. 188
Errors '0xff' is a magic number. 188
Errors Line contains a tab character. 189
Errors '16' is a magic number. 189
Errors '0xff' is a magic number. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors '=' is not preceded with whitespace. 191
Errors '=' is not followed by whitespace. 191
Errors '<' is not preceded with whitespace. 191
Errors '<' is not followed by whitespace. 191
Errors Line contains a tab character. 192
Errors '{' should be on the previous line. 192
Errors 'if' construct must use '{}'s. 193
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line has trailing spaces. 196
Errors Line contains a tab character. 196
Errors Line has trailing spaces. 197
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors '40' is a magic number. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors '*' is not preceded with whitespace. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line has trailing spaces. 203
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line has trailing spaces. 210
Errors Line contains a tab character. 210
Errors Line is longer than 80 characters. 211
Errors Line contains a tab character. 211
Errors 'cast' is not followed by whitespace. 211
Errors '/' is not preceded with whitespace. 211
Errors '/' is not followed by whitespace. 211
Errors 'cast' is not followed by whitespace. 211
Errors 'cast' is not followed by whitespace. 211
Errors '8' is a magic number. 211
Errors Line contains a tab character. 212
Errors 'cast' is not followed by whitespace. 212
Errors '/' is not preceded with whitespace. 212
Errors '/' is not followed by whitespace. 212
Errors 'cast' is not followed by whitespace. 212
Errors '8' is a magic number. 212
Errors Line has trailing spaces. 213
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors '-' is not preceded with whitespace. 214
Errors '-' is not followed by whitespace. 214
Errors Line contains a tab character. 215
Errors '-' is not preceded with whitespace. 215
Errors '-' is not followed by whitespace. 215
Errors Line has trailing spaces. 216
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors '=' is not preceded with whitespace. 217
Errors '=' is not followed by whitespace. 217
Errors '<' is not preceded with whitespace. 217
Errors '<' is not followed by whitespace. 217
Errors Line contains a tab character. 218
Errors '{' should be on the previous line. 218
Errors Line contains a tab character. 219
Errors '%' is not preceded with whitespace. 219
Errors '%' is not followed by whitespace. 219
Errors Line contains a tab character. 220
Errors '/' is not preceded with whitespace. 220
Errors '/' is not followed by whitespace. 220
Errors Line has trailing spaces. 221
Errors Line contains a tab character. 221
Errors Line is longer than 80 characters. 222
Errors Line contains a tab character. 222
Errors '/' is not preceded with whitespace. 222
Errors '/' is not followed by whitespace. 222
Errors '+' is not preceded with whitespace. 222
Errors '+' is not followed by whitespace. 222
Errors '*' is not preceded with whitespace. 222
Errors '*' is not followed by whitespace. 222
Errors '%' is not preceded with whitespace. 222
Errors '%' is not followed by whitespace. 222
Errors Line is longer than 80 characters. 223
Errors Line contains a tab character. 223
Errors '/' is not preceded with whitespace. 223
Errors '/' is not followed by whitespace. 223
Errors '8' is a magic number. 223
Errors '+' is not preceded with whitespace. 223
Errors '+' is not followed by whitespace. 223
Errors '*' is not preceded with whitespace. 223
Errors '*' is not followed by whitespace. 223
Errors '/' is not preceded with whitespace. 223
Errors '/' is not followed by whitespace. 223
Errors '8' is a magic number. 223
Errors '/' is not preceded with whitespace. 223
Errors '/' is not followed by whitespace. 223
Errors '8' is a magic number. 223
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors '(' is followed by whitespace. 226
Errors Expression can be simplified. 226
Errors '>>' is not preceded with whitespace. 226
Errors '24' is a magic number. 226
Errors '>>' is not followed by whitespace. 226
Errors '&' is not preceded with whitespace. 226
Errors '0xFF' is a magic number. 226
Errors '0xff' is a magic number. 226
Errors Line contains a tab character. 227
Errors '{' should be on the previous line. 227
Errors Line contains a tab character. 228
Errors '7' is a magic number. 228
Errors '-' is not preceded with whitespace. 228
Errors '-' is not followed by whitespace. 228
Errors '%' is not preceded with whitespace. 228
Errors '%' is not followed by whitespace. 228
Errors '8' is a magic number. 228
Errors Line contains a tab character. 229
Errors '0xFF' is a magic number. 229
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line is longer than 80 characters. 233
Errors Line contains a tab character. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 236
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 240
Errors Line is longer than 80 characters. 241
Errors Line contains a tab character. 241
Errors Line is longer than 80 characters. 242
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 244
Errors '}' should be on the same line. 244
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors '{' should be on the previous line. 246
Errors Line contains a tab character. 247
Errors '0x00FFFFFF' is a magic number. 247
Errors Line contains a tab character. 248
Errors Line is longer than 80 characters. 249
Errors Line contains a tab character. 249
Errors 'cast' is not followed by whitespace. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors '{' should be on the previous line. 251
Errors Line contains a tab character. 252
Errors Line contains a tab character. 253
Errors 'cast' is not followed by whitespace. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors Line contains a tab character. 256
Errors Line contains a tab character. 257
Errors Missing a Javadoc comment. 259
Errors '{' should be on the previous line. 260
Errors Line contains a tab character. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors '=' is not preceded with whitespace. 263
Errors '=' is not followed by whitespace. 263
Errors '<' is not preceded with whitespace. 263
Errors '<' is not followed by whitespace. 263
Errors Line contains a tab character. 264
Errors '{' should be on the previous line. 264
Errors Line is longer than 80 characters. 265
Errors Line contains a tab character. 265
Errors '/' is not preceded with whitespace. 265
Errors '/' is not followed by whitespace. 265
Errors '3' is a magic number. 265
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Errors '{' should be on the previous line. 267
Errors Line contains a tab character. 268
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line has trailing spaces. 274
Errors Line contains a tab character. 274
Errors Line contains a tab character. 275
Errors Missing a Javadoc comment. 275
Errors Parameter pixels should be final. 275
Errors Line contains a tab character. 276
Errors '{' should be on the previous line. 276
Errors Line contains a tab character. 277
Errors Line contains a tab character. 278
Errors Line contains a tab character. 279
Errors '=' is not preceded with whitespace. 279
Errors '=' is not followed by whitespace. 279
Errors '<' is not preceded with whitespace. 279
Errors '<' is not followed by whitespace. 279
Errors Line contains a tab character. 280
Errors '{' should be on the previous line. 280
Errors Line is longer than 80 characters. 281
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors '0x00FFFFFF' is a magic number. 282
Errors Line contains a tab character. 283
Errors Line contains a tab character. 284
Errors Line contains a tab character. 285
Errors Line contains a tab character. 286
Errors '{' should be on the previous line. 286
Errors Line contains a tab character. 287
Errors Line contains a tab character. 288
Errors 'if' construct must use '{}'s. 289
Errors Line contains a tab character. 289
Errors '256' is a magic number. 289
Errors Line contains a tab character. 290
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors Line contains a tab character. 293
Errors Line has trailing spaces. 294
Errors Line contains a tab character. 294
Errors Line contains a tab character. 295
Errors Line contains a tab character. 296
Errors Line contains a tab character. 297
Errors Line has trailing spaces. 298
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299
Errors Method 'getData' is not designed for extension - needs to be abstract, final or empty. 299
Errors Line contains a tab character. 300
Errors '{' should be on the previous line. 300
Errors Line contains a tab character. 301
Errors 'cast' is not followed by whitespace. 301
Errors 'if' construct must use '{}'s. 302
Errors Line contains a tab character. 302
Errors Line contains a tab character. 303
Errors Line is longer than 80 characters. 305
Errors Line contains a tab character. 305
Errors '40' is a magic number. 305
Errors '*' is not preceded with whitespace. 305
Errors '*' is not followed by whitespace. 305
Errors '4' is a magic number. 305
Errors '*' is not preceded with whitespace. 305
Errors '*' is not followed by whitespace. 305
Errors '/' is not preceded with whitespace. 305
Errors '/' is not followed by whitespace. 305
Errors '*' is not preceded with whitespace. 305
Errors '*' is not followed by whitespace. 305
Errors '/' is not preceded with whitespace. 305
Errors '/' is not followed by whitespace. 305
Errors '8' is a magic number. 305
Errors '*' is not preceded with whitespace. 305
Errors '*' is not followed by whitespace. 305
Errors '/' is not preceded with whitespace. 305
Errors '/' is not followed by whitespace. 305
Errors '/' is not preceded with whitespace. 305
Errors '/' is not followed by whitespace. 305
Errors '8' is a magic number. 305
Errors Line contains a tab character. 306
Errors Line contains a tab character. 307
Errors Line contains a tab character. 309
Errors 'cast' is not followed by whitespace. 309
Errors Line contains a tab character. 310
Errors 'cast' is not followed by whitespace. 310
Errors Line contains a tab character. 311
Errors 'cast' is not followed by whitespace. 311
Errors Line contains a tab character. 312
Errors 'cast' is not followed by whitespace. 312
Errors Line contains a tab character. 313
Errors 'cast' is not followed by whitespace. 313
Errors Line contains a tab character. 314
Errors 'cast' is not followed by whitespace. 314
Errors Line contains a tab character. 315
Errors 'cast' is not followed by whitespace. 315
Errors Line contains a tab character. 316
Errors 'cast' is not followed by whitespace. 316
Errors Line contains a tab character. 317
Errors 'cast' is not followed by whitespace. 317
Errors Line contains a tab character. 318
Errors 'cast' is not followed by whitespace. 318
Errors Line contains a tab character. 319
Errors 'cast' is not followed by whitespace. 319
Errors Line is longer than 80 characters. 321
Errors Line contains a tab character. 321
Errors Line contains a tab character. 322
Errors '=' is not preceded with whitespace. 322
Errors '=' is not followed by whitespace. 322
Errors '<' is not preceded with whitespace. 322
Errors '<' is not followed by whitespace. 322
Errors Line contains a tab character. 323
Errors '{' should be on the previous line. 323
Errors Line contains a tab character. 324
Errors Line contains a tab character. 325
Errors 'cast' is not followed by whitespace. 325
Errors Line contains a tab character. 326
Errors 'cast' is not followed by whitespace. 326
Errors Line contains a tab character. 327
Errors 'cast' is not followed by whitespace. 327
Errors Line contains a tab character. 328
Errors 'cast' is not followed by whitespace. 328
Errors Line contains a tab character. 329
Errors Line contains a tab character. 331
Errors Line contains a tab character. 332
Errors '{' should be on the previous line. 332
Errors Line contains a tab character. 333
Errors '4' is a magic number. 333
Errors Line contains a tab character. 334
Errors Avoid nested blocks. 334
Errors Line contains a tab character. 335
Errors '=' is not preceded with whitespace. 335
Errors '=' is not followed by whitespace. 335
Errors '<' is not preceded with whitespace. 335
Errors '<' is not followed by whitespace. 335
Errors '+=' is not preceded with whitespace. 335
Errors '+=' is not followed by whitespace. 335
Errors Line contains a tab character. 336
Errors '{' should be on the previous line. 336
Errors Line contains a tab character. 337
Errors Line contains a tab character. 338
Errors '+' is not preceded with whitespace. 338
Errors '+' is not followed by whitespace. 338
Errors Line contains a tab character. 339
Errors 'cast' is not followed by whitespace. 339
Errors '(' is followed by whitespace. 339
Errors '<<' is not preceded with whitespace. 339
Errors '4' is a magic number. 339
Errors '<<' is not followed by whitespace. 339
Errors ')' is preceded with whitespace. 339
Errors Line has trailing spaces. 340
Errors Line contains a tab character. 340
Errors Line contains a tab character. 341
Errors Line contains a tab character. 342
Errors Line has trailing spaces. 343
Errors Line contains a tab character. 343
Errors Line contains a tab character. 344
Errors '8' is a magic number. 344
Errors Line contains a tab character. 345
Errors Avoid nested blocks. 345
Errors Line is longer than 80 characters. 346
Errors Line contains a tab character. 346
Errors Line contains a tab character. 347
Errors '=' is not preceded with whitespace. 347
Errors '=' is not followed by whitespace. 347
Errors '<' is not preceded with whitespace. 347
Errors '<' is not followed by whitespace. 347
Errors Line contains a tab character. 348
Errors '{' should be on the previous line. 348
Errors Line contains a tab character. 349
Errors 'cast' is not followed by whitespace. 349
Errors Line has trailing spaces. 350
Errors Line contains a tab character. 350
Errors Line contains a tab character. 351
Errors Line contains a tab character. 352
Errors Line has trailing spaces. 353
Errors Line contains a tab character. 353
Errors Line contains a tab character. 354
Errors Line is longer than 80 characters. 355
Errors Line contains a tab character. 355
Errors Line contains a tab character. 356
Errors Line has trailing spaces. 357
Errors Line contains a tab character. 357
Errors Line is longer than 80 characters. 358
Errors Line contains a tab character. 358
Errors Line contains a tab character. 359
Errors '=' is not preceded with whitespace. 359
Errors '=' is not followed by whitespace. 359
Errors '<' is not preceded with whitespace. 359
Errors '<' is not followed by whitespace. 359
Errors Line contains a tab character. 360
Errors '{' should be on the previous line. 360
Errors Line contains a tab character. 361
Errors 'cast' is not followed by whitespace. 361
Errors Line contains a tab character. 362
Errors Line has trailing spaces. 363
Errors Line contains a tab character. 363
Errors Line is longer than 80 characters. 364
Errors Line contains a tab character. 364
Errors Line contains a tab character. 365
Errors Line contains a tab character. 366
Errors Line contains a tab character. 367
Errors Line has trailing spaces. 368
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 369
Errors Missing a Javadoc comment. 369
Errors Line contains a tab character. 370
Errors '{' should be on the previous line. 370
Errors Line contains a tab character. 371
Errors Line has trailing spaces. 372
Errors Line contains a tab character. 372
Errors Line contains a tab character. 373
Errors Line contains a tab character. 374
Errors Line contains a tab character. 375
Errors Line contains a tab character. 376
Errors Line contains a tab character. 377
Errors Line contains a tab character. 378
Errors Line contains a tab character. 379
Errors Line contains a tab character. 380
Errors Line contains a tab character. 381
Errors Line contains a tab character. 382
Errors Line contains a tab character. 383
Errors Line has trailing spaces. 384
Errors Line contains a tab character. 384
Errors Line contains a tab character. 385
Errors Line contains a tab character. 386
Errors Line contains a tab character. 387
Errors Line contains a tab character. 388
Errors Line contains a tab character. 389
Errors Line contains a tab character. 390
Errors '+' is not preceded with whitespace. 390
Errors '+' is not preceded with whitespace. 390
Errors Line contains a tab character. 391
Errors '=' is not preceded with whitespace. 391
Errors '=' is not followed by whitespace. 391
Errors '<' is not preceded with whitespace. 391
Errors '<' is not followed by whitespace. 391
Errors Line contains a tab character. 392
Errors '{' should be on the previous line. 392
Errors Line contains a tab character. 393
Errors 'cast' is not followed by whitespace. 393
Errors Line contains a tab character. 394
Errors Line contains a tab character. 395
Errors '+' is not preceded with whitespace. 395
Errors '+' is not followed by whitespace. 395
Errors Line contains a tab character. 396
Errors '=' is not preceded with whitespace. 396
Errors '=' is not followed by whitespace. 396
Errors '<' is not preceded with whitespace. 396
Errors '<' is not followed by whitespace. 396
Errors Line contains a tab character. 397
Errors '{' should be on the previous line. 397
Errors Line contains a tab character. 398
Errors 'cast' is not followed by whitespace. 398
Errors Line contains a tab character. 399
Errors Line has trailing spaces. 400
Errors Line contains a tab character. 400
Errors Line contains a tab character. 401
Errors Line contains a tab character. 402
Errors Line has trailing spaces. 403
Errors Line contains a tab character. 403
Errors Line contains a tab character. 404
Errors Missing a Javadoc comment. 404
Errors Parameter args should be final. 404
Errors Line contains a tab character. 405
Errors '{' should be on the previous line. 405
Errors Line contains a tab character. 406
Errors '(' is followed by whitespace. 406
Errors Line is longer than 80 characters. 408
Errors Line contains a tab character. 408
Errors '(' is followed by whitespace. 408
Errors '32' is a magic number. 408
Errors '32' is a magic number. 408
Errors 'while' construct must use '{}'s. 409
Errors Line contains a tab character. 409
Errors 'while' is not followed by whitespace. 409
Errors '(' is followed by whitespace. 409
Errors '(' is followed by whitespace. 409
Errors '==' is not preceded with whitespace. 409
Errors '==' is not followed by whitespace. 409
Errors Line contains a tab character. 410
Errors '(' is followed by whitespace. 410
Errors '50' is a magic number. 410
Errors Line has trailing spaces. 411
Errors Line contains a tab character. 411
Errors Line contains a tab character. 412
Errors '(' is followed by whitespace. 412
Errors Line has trailing spaces. 413
Errors Line contains a tab character. 413
Errors Line has trailing spaces. 414
Errors Line contains a tab character. 414
Errors Line has trailing spaces. 415
Errors Line contains a tab character. 415
Errors Line contains a tab character. 416
Errors '(' is followed by whitespace. 416
Errors Line is longer than 80 characters. 417
Errors Line contains a tab character. 417
Errors '(' is followed by whitespace. 417
Errors Line has trailing spaces. 418
Errors Line contains a tab character. 418
Errors Line contains a tab character. 419
Errors '8192' is a magic number. 419
Errors Line contains a tab character. 420
Errors Line contains a tab character. 421
Errors Line contains a tab character. 422
Errors '{' should be on the previous line. 422
Errors Line contains a tab character. 423
Errors '(' is followed by whitespace. 423
Errors Line contains a tab character. 424
Errors Line contains a tab character. 425
Errors Line contains a tab character. 427

net/charabia/jsmoothgen/pe/res/ResIconDir.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 26
Errors '{' should be on the previous line. 27
Errors Line contains a tab character. 28
Errors Missing a Javadoc comment. 28
Errors Name 'm_idReserved' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Errors Line contains a tab character. 29
Errors Missing a Javadoc comment. 29
Errors Name 'm_idType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Errors Line contains a tab character. 30
Errors Missing a Javadoc comment. 30
Errors Name 'm_idCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Errors Line contains a tab character. 32
Errors Missing a Javadoc comment. 32
Errors Name 'm_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Errors Line has trailing spaces. 33
Errors Line contains a tab character. 33
Errors Missing a Javadoc comment. 34
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 36
Errors Line contains a tab character. 36
Errors Missing a Javadoc comment. 36
Errors Variable 'bWidth' must be private and have accessor methods. 36
Errors Line is longer than 80 characters. 37
Errors Line contains a tab character. 37
Errors Missing a Javadoc comment. 37
Errors Variable 'bHeight' must be private and have accessor methods. 37
Errors Line is longer than 80 characters. 38
Errors Line contains a tab character. 38
Errors Missing a Javadoc comment. 38
Errors Variable 'bColorCount' must be private and have accessor methods. 38
Errors Line contains a tab character. 39
Errors Missing a Javadoc comment. 39
Errors Variable 'bReserved' must be private and have accessor methods. 39
Errors Line contains a tab character. 40
Errors Missing a Javadoc comment. 40
Errors Variable 'wPlanes' must be private and have accessor methods. 40
Errors Line contains a tab character. 41
Errors Missing a Javadoc comment. 41
Errors Variable 'wBitCount' must be private and have accessor methods. 41
Errors Line is longer than 80 characters. 42
Errors Line contains a tab character. 42
Errors Missing a Javadoc comment. 42
Errors Variable 'dwBytesInRes' must be private and have accessor methods. 42
Errors Line is longer than 80 characters. 43
Errors Line contains a tab character. 43
Errors Missing a Javadoc comment. 43
Errors Variable 'dwImageOffset' must be private and have accessor methods. 43
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Missing a Javadoc comment. 45
Errors Parameter buf should be final. 45
Errors Line contains a tab character. 46
Errors '{' should be on the previous line. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line has trailing spaces. 56
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Method 'getData' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Line contains a tab character. 58
Errors '{' should be on the previous line. 58
Errors Line contains a tab character. 59
Errors '16' is a magic number. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line has trailing spaces. 62
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors 'cast' is not followed by whitespace. 63
Errors Line contains a tab character. 64
Errors 'cast' is not followed by whitespace. 64
Errors Line contains a tab character. 65
Errors 'cast' is not followed by whitespace. 65
Errors Line contains a tab character. 66
Errors 'cast' is not followed by whitespace. 66
Errors Line has trailing spaces. 67
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors 'cast' is not followed by whitespace. 68
Errors Line contains a tab character. 69
Errors 'cast' is not followed by whitespace. 69
Errors Line has trailing spaces. 70
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors 'cast' is not followed by whitespace. 71
Errors Line contains a tab character. 72
Errors 'cast' is not followed by whitespace. 72
Errors Line has trailing spaces. 73
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 78
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors Line contains a tab character. 79
Errors '{' should be on the previous line. 79
Errors Line contains a tab character. 80
Errors Line is longer than 80 characters. 81
Errors Line contains a tab character. 81
Errors '+' is not preceded with whitespace. 81
Errors '+' is not followed by whitespace. 81
Errors Line is longer than 80 characters. 82
Errors Line contains a tab character. 82
Errors Line is longer than 80 characters. 83
Errors Line contains a tab character. 83
Errors Line is longer than 80 characters. 84
Errors Line contains a tab character. 84
Errors Line is longer than 80 characters. 85
Errors Line contains a tab character. 85
Errors Line is longer than 80 characters. 86
Errors Line contains a tab character. 86
Errors Line is longer than 80 characters. 87
Errors Line contains a tab character. 87
Errors Line is longer than 80 characters. 88
Errors Line contains a tab character. 88
Errors Line has trailing spaces. 89
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line has trailing spaces. 92
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line has trailing spaces. 94
Errors Line contains a tab character. 94
Errors First sentence should end with a period. 95
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Parameter buf should be final. 96
Errors Expected @param tag for 'buf'. 96
Errors Line contains a tab character. 97
Errors '{' should be on the previous line. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line has trailing spaces. 101
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors '=' is not preceded with whitespace. 103
Errors '=' is not followed by whitespace. 103
Errors '<' is not preceded with whitespace. 103
Errors '<' is not followed by whitespace. 103
Errors Line contains a tab character. 104
Errors '{' should be on the previous line. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line has trailing spaces. 108
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Method 'getData' is not designed for extension - needs to be abstract, final or empty. 109
Errors Missing a Javadoc comment. 109
Errors Line contains a tab character. 110
Errors '{' should be on the previous line. 110
Errors Line contains a tab character. 111
Errors '6' is a magic number. 111
Errors '16' is a magic number. 111
Errors '*' is not preceded with whitespace. 111
Errors '*' is not followed by whitespace. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line has trailing spaces. 114
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors 'cast' is not followed by whitespace. 115
Errors Line contains a tab character. 116
Errors 'cast' is not followed by whitespace. 116
Errors Line contains a tab character. 117
Errors 'cast' is not followed by whitespace. 117
Errors Line has trailing spaces. 118
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors '=' is not preceded with whitespace. 119
Errors '=' is not followed by whitespace. 119
Errors '<' is not preceded with whitespace. 119
Errors '<' is not followed by whitespace. 119
Errors Line contains a tab character. 120
Errors '{' should be on the previous line. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line has trailing spaces. 125
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line has trailing spaces. 128
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. 129
Errors Missing a Javadoc comment. 129
Errors Line contains a tab character. 130
Errors '{' should be on the previous line. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 134
Errors Missing a Javadoc comment. 134
Errors '{' should be on the previous line. 135
Errors Line contains a tab character. 136
Errors Line is longer than 80 characters. 137
Errors Line contains a tab character. 137
Errors Line is longer than 80 characters. 138
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors ')' is preceded with whitespace. 140
Errors Line contains a tab character. 141
Errors '=' is not preceded with whitespace. 141
Errors '=' is not followed by whitespace. 141
Errors '<' is not preceded with whitespace. 141
Errors '<' is not followed by whitespace. 141
Errors Line contains a tab character. 142
Errors '{' should be on the previous line. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 146

net/charabia/jsmoothgen/pe/res/package.html

Violation Message Line
Errors Missing package documentation file. 0

net/charabia/util/codec/IcoCodec.java

Violation Message Line
Errors Line has trailing spaces. 5
Errors Line has trailing spaces. 10
Errors Line has trailing spaces. 15
Errors Line has trailing spaces. 19
Errors Utility classes should not have a public or default constructor. 36
Errors Missing a Javadoc comment. 38
Errors 'public' modifier out of order with the JLS suggestions. 38
Errors Missing a Javadoc comment. 40
Errors Variable 'idType' must be private and have accessor methods. 40
Errors Missing a Javadoc comment. 41
Errors Variable 'idCount' must be private and have accessor methods. 41
Errors Missing a Javadoc comment. 43
Errors Parameter in should be final. 43
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 54
Errors 'public' modifier out of order with the JLS suggestions. 54
Errors Missing a Javadoc comment. 56
Errors Variable 'bWidth' must be private and have accessor methods. 56
Errors Missing a Javadoc comment. 57
Errors Variable 'bHeight' must be private and have accessor methods. 57
Errors Missing a Javadoc comment. 58
Errors Variable 'bColorCount' must be private and have accessor methods. 58
Errors Missing a Javadoc comment. 59
Errors Variable 'bReserved' must be private and have accessor methods. 59
Errors Missing a Javadoc comment. 60
Errors Variable 'wPlanes' must be private and have accessor methods. 60
Errors Missing a Javadoc comment. 61
Errors Variable 'wBitCount' must be private and have accessor methods. 61
Errors Missing a Javadoc comment. 62
Errors Variable 'dwBytesInRes' must be private and have accessor methods. 62
Errors Missing a Javadoc comment. 63
Errors Variable 'dwImageOffset' must be private and have accessor methods. 63
Errors Missing a Javadoc comment. 65
Errors Parameter in should be final. 65
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 91
Errors 'public' modifier out of order with the JLS suggestions. 91
Errors Missing a Javadoc comment. 93
Errors Name 'Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93
Errors Variable 'Size' must be private and have accessor methods. 93
Errors Missing a Javadoc comment. 95
Errors Name 'Width' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Errors Variable 'Width' must be private and have accessor methods. 95
Errors Missing a Javadoc comment. 97
Errors Name 'Height' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Errors Variable 'Height' must be private and have accessor methods. 97
Errors Missing a Javadoc comment. 99
Errors Name 'Planes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
Errors Variable 'Planes' must be private and have accessor methods. 99
Errors Missing a Javadoc comment. 101
Errors Name 'BitsPerPixel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
Errors Variable 'BitsPerPixel' must be private and have accessor methods. 101
Errors Missing a Javadoc comment. 104
Errors Name 'Compression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
Errors Variable 'Compression' must be private and have accessor methods. 104
Errors Missing a Javadoc comment. 106
Errors Name 'SizeOfBitmap' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
Errors Variable 'SizeOfBitmap' must be private and have accessor methods. 106
Errors Line is longer than 80 characters. 108
Errors Missing a Javadoc comment. 108
Errors Name 'HorzResolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108
Errors Variable 'HorzResolution' must be private and have accessor methods. 108
Errors Line is longer than 80 characters. 110
Errors Missing a Javadoc comment. 110
Errors Name 'VertResolution' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
Errors Variable 'VertResolution' must be private and have accessor methods. 110
Errors Line is longer than 80 characters. 112
Errors Missing a Javadoc comment. 112
Errors Name 'ColorsUsed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
Errors Variable 'ColorsUsed' must be private and have accessor methods. 112
Errors Line is longer than 80 characters. 114
Errors Missing a Javadoc comment. 114
Errors Name 'ColorsImportant' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
Errors Variable 'ColorsImportant' must be private and have accessor methods. 114
Errors Missing a Javadoc comment. 117
Errors Parameter in should be final. 117
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 131
Errors Missing a Javadoc comment. 131
Errors Missing a Javadoc comment. 160
Errors 'public' modifier out of order with the JLS suggestions. 160
Errors Parameter f should be final. 160
Errors '32000' is a magic number. 166
Errors Line contains a tab character. 169
Errors Line is longer than 80 characters. 176
Errors Line contains a tab character. 176
Errors Line contains a tab character. 180
Errors Line contains a tab character. 187
Errors '40' is a magic number. 189
Errors Line contains a tab character. 194
Errors Line is longer than 80 characters. 196
Errors '4' is a magic number. 201
Errors '8' is a magic number. 202
Errors '32' is a magic number. 203
Errors Line is longer than 80 characters. 208
Errors Line is longer than 80 characters. 223
Errors Missing a Javadoc comment. 223
Errors 'private' modifier out of order with the JLS suggestions. 223
Errors Parameter in should be final. 223
Errors Parameter entry should be final. 223
Errors Parameter header should be final. 223
Errors Parameter image should be final. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 226
Errors Line has trailing spaces. 228
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors Line contains a tab character. 251
Errors Line contains a tab character. 254
Errors switch without "default" clause. 261
Errors '4' is a magic number. 262
Errors Avoid nested blocks. 263
Errors '4' is a magic number. 267
Errors '0x0F' is a magic number. 267
Errors '0x0F' is a magic number. 268
Errors Line is longer than 80 characters. 269
Errors '0xFF' is a magic number. 269
Errors '24' is a magic number. 269
Errors '16' is a magic number. 269
Errors '8' is a magic number. 269
Errors Line is longer than 80 characters. 270
Errors '0xFF' is a magic number. 270
Errors '24' is a magic number. 270
Errors '16' is a magic number. 270
Errors '8' is a magic number. 270
Errors '8' is a magic number. 273
Errors Avoid nested blocks. 274
Errors Line is longer than 80 characters. 278
Errors '0xFF' is a magic number. 278
Errors '24' is a magic number. 278
Errors '16' is a magic number. 278
Errors '8' is a magic number. 278
Errors Line contains a tab character. 284
Errors '8' is a magic number. 288
Errors '4' is a magic number. 289
Errors '4' is a magic number. 290
Errors '4' is a magic number. 290
Errors Line contains a tab character. 293
Errors '8' is a magic number. 303
Errors '7' is a magic number. 304
Errors '8' is a magic number. 304
Errors Line contains a tab character. 310
Errors Line contains a tab character. 311
Errors Line contains a tab character. 312
Errors Line contains a tab character. 313
Errors Line contains a tab character. 315
Errors Line is longer than 80 characters. 316
Errors Line contains a tab character. 316
Errors Line contains a tab character. 318
Errors Line contains a tab character. 319
Errors Line contains a tab character. 320
Errors Line contains a tab character. 321
Errors Line contains a tab character. 322
Errors Line is longer than 80 characters. 323
Errors Line contains a tab character. 323
Errors Line contains a tab character. 325
Errors Line contains a tab character. 326
Errors Line is longer than 80 characters. 327
Errors Line contains a tab character. 327
Errors Line is longer than 80 characters. 328
Errors Line contains a tab character. 328
Errors Line contains a tab character. 329
Errors Line contains a tab character. 330
Errors Line contains a tab character. 331
Errors Line contains a tab character. 333
Errors Missing a Javadoc comment. 336
Errors 'public' modifier out of order with the JLS suggestions. 336
Errors Parameter args should be final. 336
Errors Line contains a tab character. 339
Errors Line is longer than 80 characters. 342

net/charabia/util/codec/Quantize.java

Violation Message Line
Errors Line has trailing spaces. 16
Errors Utility classes should not have a public or default constructor. 49
Errors Line has trailing spaces. 241
Errors Line contains a tab character. 242
Errors Missing a Javadoc comment. 242
Errors 'static' modifier out of order with the JLS suggestions. 242
Errors Line has trailing spaces. 243
Errors Line contains a tab character. 244
Errors Missing a Javadoc comment. 244
Errors 'static' modifier out of order with the JLS suggestions. 244
Errors Line contains a tab character. 245
Errors Missing a Javadoc comment. 245
Errors 'static' modifier out of order with the JLS suggestions. 245
Errors Line contains a tab character. 246
Errors Missing a Javadoc comment. 246
Errors 'static' modifier out of order with the JLS suggestions. 246
Errors Line contains a tab character. 248
Errors Line contains a tab character. 249
Errors Missing a Javadoc comment. 249
Errors Name 'SQUARES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 249
Errors Variable 'SQUARES' must be private and have accessor methods. 249
Errors Array brackets at illegal position. 249
Errors Line contains a tab character. 250
Errors Missing a Javadoc comment. 250
Errors Name 'SHIFT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 250
Errors Variable 'SHIFT' must be private and have accessor methods. 250
Errors Array brackets at illegal position. 250
Errors Line contains a tab character. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 254
Errors '=' is not preceded with whitespace. 254
Errors Line contains a tab character. 255
Errors Line contains a tab character. 256
Errors Line contains a tab character. 258
Errors Line contains a tab character. 259
Errors Line contains a tab character. 260
Errors '15' is a magic number. 260
Errors Line contains a tab character. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 264
Errors Line contains a tab character. 265
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Errors Line contains a tab character. 268
Errors Line contains a tab character. 269
Errors Parameter pixels should be final. 269
Errors Expected @param tag for 'pixels'. 269
Errors Array brackets at illegal position. 269
Errors Parameter max_colors should be final. 269
Errors Expected @param tag for 'max_colors'. 269
Errors Name 'max_colors' must match pattern '^[a-z][a-zA-Z0-9]*$'. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Errors Line contains a tab character. 275
Errors Line has trailing spaces. 276
Errors Missing a Javadoc comment. 277
Errors Line contains a tab character. 277
Errors Line contains a tab character. 278
Errors Variable 'pixels' must be private and have accessor methods. 278
Errors Array brackets at illegal position. 278
Errors Missing a Javadoc comment. 278
Errors Line contains a tab character. 279
Errors Missing a Javadoc comment. 279
Errors Name 'max_colors' must match pattern '^[a-z][a-zA-Z0-9]*$'. 279
Errors Variable 'max_colors' must be private and have accessor methods. 279
Errors Line contains a tab character. 280
Errors Variable 'colormap' must be private and have accessor methods. 280
Errors Array brackets at illegal position. 280
Errors Missing a Javadoc comment. 280
Errors Line has trailing spaces. 281
Errors Line contains a tab character. 282
Errors Missing a Javadoc comment. 282
Errors Variable 'root' must be private and have accessor methods. 282
Errors Line contains a tab character. 283
Errors Missing a Javadoc comment. 283
Errors Variable 'depth' must be private and have accessor methods. 283
Errors Line contains a tab character. 285
Errors Line contains a tab character. 286
Errors Line contains a tab character. 287
Errors Missing a Javadoc comment. 287
Errors Variable 'colors' must be private and have accessor methods. 287
Errors Line contains a tab character. 289
Errors Line contains a tab character. 290
Errors Missing a Javadoc comment. 290
Errors Variable 'nodes' must be private and have accessor methods. 290
Errors Line contains a tab character. 292
Errors Missing a Javadoc comment. 292
Errors Parameter pixels should be final. 292
Errors 'pixels' hides a field. 292
Errors Array brackets at illegal position. 292
Errors Parameter max_colors should be final. 292
Errors 'max_colors' hides a field. 292
Errors Name 'max_colors' must match pattern '^[a-z][a-zA-Z0-9]*$'. 292
Errors Line contains a tab character. 293
Errors Line contains a tab character. 294
Errors Line contains a tab character. 296
Errors Line contains a tab character. 297
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors '4' is a magic number. 300
Errors Line contains a tab character. 301
Errors Line contains a tab character. 302
Errors Line contains a tab character. 303
Errors Line contains a tab character. 304
Errors Line contains a tab character. 305
Errors Line contains a tab character. 306
Errors Line contains a tab character. 307
Errors Line contains a tab character. 308
Errors Line contains a tab character. 309
Errors Line has trailing spaces. 310
Errors Line contains a tab character. 311
Errors Line contains a tab character. 312
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors Line contains a tab character. 316
Errors Line contains a tab character. 317
Errors Line contains a tab character. 318
Errors Line contains a tab character. 319
Errors Line contains a tab character. 320
Errors Line contains a tab character. 321
Errors Line contains a tab character. 322
Errors Line contains a tab character. 323
Errors Line contains a tab character. 324
Errors Line contains a tab character. 325
Errors Line contains a tab character. 326
Errors Line contains a tab character. 327
Errors Line contains a tab character. 328
Errors Line contains a tab character. 329
Errors Line contains a tab character. 330
Errors Line contains a tab character. 331
Errors Line contains a tab character. 332
Errors Line contains a tab character. 333
Errors Line contains a tab character. 334
Errors Line contains a tab character. 335
Errors Line contains a tab character. 336
Errors Line contains a tab character. 337
Errors Line contains a tab character. 338
Errors Line contains a tab character. 339
Errors Line contains a tab character. 340
Errors Line contains a tab character. 341
Errors Line contains a tab character. 342
Errors Line contains a tab character. 343
Errors Line contains a tab character. 344
Errors Line contains a tab character. 345
Errors Line contains a tab character. 346
Errors Line contains a tab character. 347
Errors Line contains a tab character. 348
Errors Line contains a tab character. 349
Errors Line contains a tab character. 350
Errors Line contains a tab character. 351
Errors Line contains a tab character. 352
Errors Missing a Javadoc comment. 352
Errors Line contains a tab character. 353
Errors 'pixels' hides a field. 353
Errors Array brackets at illegal position. 353
Errors Line contains a tab character. 355
Errors Line contains a tab character. 356
Errors Line contains a tab character. 358
Errors Line contains a tab character. 359
Errors ';' is followed by whitespace. 359
Errors Line contains a tab character. 360
Errors ';' is followed by whitespace. 360
Errors Line contains a tab character. 361
Errors Line contains a tab character. 362
Errors '16' is a magic number. 362
Errors '0xFF' is a magic number. 362
Errors Line contains a tab character. 363
Errors '8' is a magic number. 363
Errors '0xFF' is a magic number. 363
Errors Line contains a tab character. 364
Errors '0xFF' is a magic number. 364
Errors Line is longer than 80 characters. 366
Errors Line contains a tab character. 366
Errors Line contains a tab character. 367
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Line contains a tab character. 370
Errors Line contains a tab character. 371
Errors Line is longer than 80 characters. 373
Errors Line contains a tab character. 373
Errors Line contains a tab character. 374
Errors Line contains a tab character. 375
Errors Line is longer than 80 characters. 376
Errors Line contains a tab character. 376
Errors Line is longer than 80 characters. 377
Errors Line contains a tab character. 377
Errors Avoid inline conditionals. 377
Errors '|' should be on a new line. 377
Errors Line is longer than 80 characters. 378
Errors Line contains a tab character. 378
Errors Avoid inline conditionals. 378
Errors '|' should be on a new line. 378
Errors Line is longer than 80 characters. 379
Errors Line contains a tab character. 379
Errors Avoid inline conditionals. 379
Errors Line contains a tab character. 380
Errors Line is longer than 80 characters. 381
Errors Line contains a tab character. 381
Errors Line contains a tab character. 382
Errors Line contains a tab character. 383
Errors Line is longer than 80 characters. 384
Errors Line contains a tab character. 384
Errors Line contains a tab character. 385
Errors Line contains a tab character. 387
Errors Line contains a tab character. 388
Errors Line contains a tab character. 389
Errors Line contains a tab character. 390
Errors Line contains a tab character. 391
Errors Line contains a tab character. 392
Errors Line contains a tab character. 393
Errors Line contains a tab character. 395
Errors Line contains a tab character. 396
Errors Line contains a tab character. 397
Errors Line contains a tab character. 398
Errors Line contains a tab character. 399
Errors Line contains a tab character. 400
Errors Line contains a tab character. 401
Errors Line contains a tab character. 402
Errors Line contains a tab character. 403
Errors Line contains a tab character. 404
Errors Line contains a tab character. 405
Errors Line contains a tab character. 406
Errors Line contains a tab character. 407
Errors Missing a Javadoc comment. 407
Errors Line contains a tab character. 408
Errors Line contains a tab character. 409
Errors Line contains a tab character. 410
Errors Line is longer than 80 characters. 411
Errors Line contains a tab character. 411
Errors Line contains a tab character. 412
Errors Line contains a tab character. 413
Errors Line contains a tab character. 415
Errors Line contains a tab character. 416
Errors Line contains a tab character. 417
Errors Line contains a tab character. 418
Errors Line contains a tab character. 419
Errors Missing a Javadoc comment. 419
Errors Variable 'distance' must be private and have accessor methods. 419
Errors Line contains a tab character. 420
Errors Missing a Javadoc comment. 420
Errors Name 'color_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. 420
Errors Variable 'color_number' must be private and have accessor methods. 420
Errors Line contains a tab character. 421
Errors Line contains a tab character. 423
Errors Line contains a tab character. 424
Errors Line contains a tab character. 425
Errors Line contains a tab character. 426
Errors Line contains a tab character. 427
Errors Line contains a tab character. 428
Errors Line contains a tab character. 429
Errors Line contains a tab character. 430
Errors Line contains a tab character. 431
Errors Line contains a tab character. 432
Errors Line contains a tab character. 433
Errors Line contains a tab character. 434
Errors Line contains a tab character. 435
Errors Line contains a tab character. 436
Errors Line contains a tab character. 437
Errors Line contains a tab character. 438
Errors Line contains a tab character. 439
Errors Line contains a tab character. 440
Errors Line contains a tab character. 441
Errors Line contains a tab character. 442
Errors Line contains a tab character. 443
Errors Missing a Javadoc comment. 443
Errors Line contains a tab character. 444
Errors Line contains a tab character. 446
Errors Line contains a tab character. 447
Errors Line has trailing spaces. 448
Errors Line contains a tab character. 449
Errors 'pixels' hides a field. 449
Errors Array brackets at illegal position. 449
Errors Line contains a tab character. 451
Errors Line contains a tab character. 452
Errors Line contains a tab character. 454
Errors Line contains a tab character. 455
Errors ';' is followed by whitespace. 455
Errors Line contains a tab character. 456
Errors ';' is followed by whitespace. 456
Errors Line contains a tab character. 457
Errors Line contains a tab character. 458
Errors '16' is a magic number. 458
Errors '0xFF' is a magic number. 458
Errors Line contains a tab character. 459
Errors '8' is a magic number. 459
Errors '0xFF' is a magic number. 459
Errors Line contains a tab character. 460
Errors '0xFF' is a magic number. 460
Errors Line is longer than 80 characters. 462
Errors Line contains a tab character. 462
Errors Line contains a tab character. 463
Errors Line contains a tab character. 464
Errors ';' is preceded with whitespace. 464
Errors ';' is followed by whitespace. 464
Errors Line is longer than 80 characters. 465
Errors Line contains a tab character. 465
Errors Avoid inline conditionals. 465
Errors '|' should be on a new line. 465
Errors Line is longer than 80 characters. 466
Errors Line contains a tab character. 466
Errors Avoid inline conditionals. 466
Errors '|' should be on a new line. 466
Errors Line is longer than 80 characters. 467
Errors Line contains a tab character. 467
Errors Avoid inline conditionals. 467
Errors ')' is preceded with whitespace. 467
Errors Line contains a tab character. 468
Errors Line contains a tab character. 469
Errors Line contains a tab character. 470
Errors Line contains a tab character. 471
Errors Line contains a tab character. 472
Errors Line contains a tab character. 474
Errors Line is longer than 80 characters. 475
Errors Line contains a tab character. 475
Errors Line is longer than 80 characters. 476
Errors Line contains a tab character. 476
Errors Line contains a tab character. 477
Errors Line is longer than 80 characters. 478
Errors Line contains a tab character. 478
Errors Line contains a tab character. 479
Errors Line contains a tab character. 481
Errors Line is longer than 80 characters. 482
Errors Line contains a tab character. 482
Errors Line is longer than 80 characters. 483
Errors Line contains a tab character. 483
Errors Line is longer than 80 characters. 484
Errors Line contains a tab character. 484
Errors Line contains a tab character. 485
Errors Line contains a tab character. 486
Errors Line contains a tab character. 487
Errors Line contains a tab character. 488
Errors Line contains a tab character. 490
Errors Line contains a tab character. 491
Errors Line contains a tab character. 492
Errors Line contains a tab character. 493
Errors Line contains a tab character. 494
Errors Missing a Javadoc comment. 494
Errors Variable 'cube' must be private and have accessor methods. 494
Errors Line contains a tab character. 496
Errors Line contains a tab character. 497
Errors Missing a Javadoc comment. 497
Errors Variable 'parent' must be private and have accessor methods. 497
Errors Line contains a tab character. 499
Errors Line contains a tab character. 500
Errors Variable 'child' must be private and have accessor methods. 500
Errors Array brackets at illegal position. 500
Errors Missing a Javadoc comment. 500
Errors Line contains a tab character. 501
Errors Missing a Javadoc comment. 501
Errors Variable 'nchild' must be private and have accessor methods. 501
Errors Line contains a tab character. 503
Errors Line contains a tab character. 504
Errors Missing a Javadoc comment. 504
Errors Variable 'id' must be private and have accessor methods. 504
Errors Line contains a tab character. 505
Errors Line contains a tab character. 506
Errors Missing a Javadoc comment. 506
Errors Variable 'level' must be private and have accessor methods. 506
Errors Line contains a tab character. 507
Errors Line contains a tab character. 508
Errors Missing a Javadoc comment. 508
Errors Name 'mid_red' must match pattern '^[a-z][a-zA-Z0-9]*$'. 508
Errors Variable 'mid_red' must be private and have accessor methods. 508
Errors Line contains a tab character. 509
Errors Missing a Javadoc comment. 509
Errors Name 'mid_green' must match pattern '^[a-z][a-zA-Z0-9]*$'. 509
Errors Variable 'mid_green' must be private and have accessor methods. 509
Errors Line contains a tab character. 510
Errors Missing a Javadoc comment. 510
Errors Name 'mid_blue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 510
Errors Variable 'mid_blue' must be private and have accessor methods. 510
Errors Line contains a tab character. 512
Errors Line contains a tab character. 513
Errors Missing a Javadoc comment. 513
Errors Name 'number_pixels' must match pattern '^[a-z][a-zA-Z0-9]*$'. 513
Errors Variable 'number_pixels' must be private and have accessor methods. 513
Errors Line has trailing spaces. 514
Errors Line contains a tab character. 515
Errors Line contains a tab character. 516
Errors Missing a Javadoc comment. 516
Errors Variable 'unique' must be private and have accessor methods. 516
Errors Line contains a tab character. 517
Errors Line contains a tab character. 518
Errors Missing a Javadoc comment. 518
Errors Name 'total_red' must match pattern '^[a-z][a-zA-Z0-9]*$'. 518
Errors Variable 'total_red' must be private and have accessor methods. 518
Errors Line contains a tab character. 519
Errors Missing a Javadoc comment. 519
Errors Name 'total_green' must match pattern '^[a-z][a-zA-Z0-9]*$'. 519
Errors Variable 'total_green' must be private and have accessor methods. 519
Errors Line contains a tab character. 520
Errors Missing a Javadoc comment. 520
Errors Name 'total_blue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 520
Errors Variable 'total_blue' must be private and have accessor methods. 520
Errors Line contains a tab character. 522
Errors Line contains a tab character. 523
Errors Missing a Javadoc comment. 523
Errors Name 'color_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. 523
Errors Variable 'color_number' must be private and have accessor methods. 523
Errors Line contains a tab character. 525
Errors Missing a Javadoc comment. 525
Errors Parameter cube should be final. 525
Errors 'cube' hides a field. 525
Errors Line contains a tab character. 526
Errors Line contains a tab character. 527
Errors Line contains a tab character. 528
Errors '8' is a magic number. 528
Errors Line contains a tab character. 529
Errors Line contains a tab character. 530
Errors Line contains a tab character. 532
Errors Line has trailing spaces. 533
Errors Line contains a tab character. 534
Errors Line contains a tab character. 535
Errors Line contains a tab character. 536
Errors Line contains a tab character. 537
Errors Line has trailing spaces. 538
Errors Line contains a tab character. 539
Errors Missing a Javadoc comment. 539
Errors Parameter parent should be final. 539
Errors 'parent' hides a field. 539
Errors Parameter id should be final. 539
Errors 'id' hides a field. 539
Errors Parameter level should be final. 539
Errors 'level' hides a field. 539
Errors Line contains a tab character. 540
Errors Line contains a tab character. 541
Errors Line contains a tab character. 542
Errors '8' is a magic number. 542
Errors Line contains a tab character. 543
Errors Line contains a tab character. 544
Errors Line contains a tab character. 546
Errors Line contains a tab character. 547
Errors Line contains a tab character. 548
Errors Line contains a tab character. 549
Errors Line contains a tab character. 550
Errors Line contains a tab character. 552
Errors Line contains a tab character. 553
Errors Line contains a tab character. 554
Errors Line contains a tab character. 556
Errors Line contains a tab character. 557
Errors Line is longer than 80 characters. 558
Errors Line contains a tab character. 558
Errors Avoid inline conditionals. 558
Errors Line is longer than 80 characters. 559
Errors Line contains a tab character. 559
Errors Avoid inline conditionals. 559
Errors Line is longer than 80 characters. 560
Errors Line contains a tab character. 560
Errors '4' is a magic number. 560
Errors Avoid inline conditionals. 560
Errors Line contains a tab character. 561
Errors Line contains a tab character. 563
Errors Line contains a tab character. 564
Errors Line contains a tab character. 565
Errors Line contains a tab character. 566
Errors Line contains a tab character. 567
Errors Line contains a tab character. 568
Errors Line contains a tab character. 569
Errors Line contains a tab character. 570
Errors Line contains a tab character. 571
Errors Line contains a tab character. 572
Errors Line contains a tab character. 573
Errors Line contains a tab character. 574
Errors Line contains a tab character. 575
Errors Line contains a tab character. 576
Errors Line contains a tab character. 577
Errors Line contains a tab character. 579
Errors Line contains a tab character. 580
Errors Line contains a tab character. 581
Errors Line contains a tab character. 582
Errors Line contains a tab character. 583
Errors Line contains a tab character. 584
Errors 'id' hides a field. 584
Errors '8' is a magic number. 584
Errors Line contains a tab character. 585
Errors Line contains a tab character. 586
Errors Line contains a tab character. 587
Errors Line contains a tab character. 588
Errors Line contains a tab character. 589
Errors Line contains a tab character. 590
Errors Line contains a tab character. 591
Errors Line contains a tab character. 592
Errors Line contains a tab character. 593
Errors Line contains a tab character. 595
Errors Line contains a tab character. 596
Errors Line contains a tab character. 597
Errors Line contains a tab character. 598
Errors Line contains a tab character. 599
Errors Line contains a tab character. 600
Errors Line contains a tab character. 601
Errors Expected an @return tag. 602
Errors Line contains a tab character. 602
Errors Parameter threshold should be final. 602
Errors Expected @param tag for 'threshold'. 602
Errors Parameter next_threshold should be final. 602
Errors Expected @param tag for 'next_threshold'. 602
Errors Name 'next_threshold' must match pattern '^[a-z][a-zA-Z0-9]*$'. 602
Errors Line contains a tab character. 603
Errors Line contains a tab character. 604
Errors 'id' hides a field. 604
Errors '8' is a magic number. 604
Errors Line contains a tab character. 605
Errors Line is longer than 80 characters. 606
Errors Line contains a tab character. 606
Errors Line contains a tab character. 607
Errors Line contains a tab character. 608
Errors Line contains a tab character. 609
Errors Line contains a tab character. 610
Errors Line contains a tab character. 611
Errors Line contains a tab character. 612
Errors Line contains a tab character. 613
Errors Line contains a tab character. 614
Errors Line contains a tab character. 615
Errors Line contains a tab character. 616
Errors Line contains a tab character. 617
Errors Line contains a tab character. 618
Errors Line contains a tab character. 619
Errors Line contains a tab character. 620
Errors Line contains a tab character. 621
Errors Line contains a tab character. 623
Errors Line contains a tab character. 624
Errors Line contains a tab character. 625
Errors Line contains a tab character. 626
Errors Line contains a tab character. 627
Errors Line contains a tab character. 628
Errors Line contains a tab character. 629
Errors Missing a Javadoc comment. 629
Errors Line contains a tab character. 630
Errors Line contains a tab character. 631
Errors 'id' hides a field. 631
Errors '8' is a magic number. 631
Errors Line contains a tab character. 632
Errors Line contains a tab character. 633
Errors Line contains a tab character. 634
Errors Line contains a tab character. 635
Errors Line contains a tab character. 636
Errors Line contains a tab character. 637
Errors Line is longer than 80 characters. 638
Errors Line contains a tab character. 638
Errors Line is longer than 80 characters. 639
Errors Line contains a tab character. 639
Errors Line is longer than 80 characters. 640
Errors Line contains a tab character. 640
Errors Line is longer than 80 characters. 641
Errors Line contains a tab character. 641
Errors '(' is followed by whitespace. 641
Errors '0xFF' is a magic number. 641
Errors '24' is a magic number. 641
Errors '|' should be on a new line. 641
Errors Line is longer than 80 characters. 642
Errors Line contains a tab character. 642
Errors '0xFF' is a magic number. 642
Errors '16' is a magic number. 642
Errors '|' should be on a new line. 642
Errors Line is longer than 80 characters. 643
Errors Line contains a tab character. 643
Errors '0xFF' is a magic number. 643
Errors '8' is a magic number. 643
Errors '|' should be on a new line. 643
Errors Line is longer than 80 characters. 644
Errors Line contains a tab character. 644
Errors '0xFF' is a magic number. 644
Errors Line contains a tab character. 645
Errors Line contains a tab character. 646
Errors Line contains a tab character. 647
Errors Line contains a tab character. 649
Errors Line contains a tab character. 650
Errors Line contains a tab character. 651
Errors Line contains a tab character. 652
Errors Line is longer than 80 characters. 653
Errors Line contains a tab character. 653
Errors Missing a Javadoc comment. 653
Errors Parameter red should be final. 653
Errors Parameter green should be final. 653
Errors Parameter blue should be final. 653
Errors Parameter search should be final. 653
Errors Line contains a tab character. 654
Errors Line contains a tab character. 655
Errors 'id' hides a field. 655
Errors '8' is a magic number. 655
Errors Line contains a tab character. 656
Errors Line is longer than 80 characters. 657
Errors Line contains a tab character. 657
Errors Line contains a tab character. 658
Errors Line contains a tab character. 659
Errors Line contains a tab character. 660
Errors Line contains a tab character. 662
Errors Line contains a tab character. 663
Errors Line is longer than 80 characters. 664
Errors Line contains a tab character. 664
Errors Line contains a tab character. 665
Errors Line contains a tab character. 666
Errors Line is longer than 80 characters. 667
Errors Line contains a tab character. 667
Errors Line contains a tab character. 668
Errors Line contains a tab character. 669
Errors Line contains a tab character. 670
Errors Line contains a tab character. 672
Errors Line is longer than 80 characters. 673
Errors Line contains a tab character. 673
Errors Line contains a tab character. 674
Errors Expected an @return tag. 675
Errors Line is longer than 80 characters. 675
Errors Line contains a tab character. 675
Errors 'static' modifier out of order with the JLS suggestions. 675
Errors Parameter color should be final. 675
Errors Expected @param tag for 'color'. 675
Errors Parameter r should be final. 675
Errors Expected @param tag for 'r'. 675
Errors Parameter g should be final. 675
Errors Expected @param tag for 'g'. 675
Errors Parameter b should be final. 675
Errors Expected @param tag for 'b'. 675
Errors Line is longer than 80 characters. 676
Errors Line contains a tab character. 676
Errors '16' is a magic number. 676
Errors '0xFF' is a magic number. 676
Errors '+' should be on a new line. 676
Errors Line is longer than 80 characters. 677
Errors Line contains a tab character. 677
Errors '8' is a magic number. 677
Errors '0xFF' is a magic number. 677
Errors '+' should be on a new line. 677
Errors Line is longer than 80 characters. 678
Errors Line contains a tab character. 678
Errors '0xFF' is a magic number. 678
Errors Line contains a tab character. 679
Errors Line contains a tab character. 681
Errors Missing a Javadoc comment. 681
Errors Line contains a tab character. 682
Errors Line contains a tab character. 683
Errors Line contains a tab character. 684
Errors Line contains a tab character. 685
Errors Line contains a tab character. 686
Errors Line contains a tab character. 687
Errors Line contains a tab character. 688
Errors Line contains a tab character. 689
Errors Line contains a tab character. 690
Errors Line contains a tab character. 691
Errors Line contains a tab character. 692
Errors Line contains a tab character. 693
Errors Line contains a tab character. 694
Errors Line contains a tab character. 695
Errors Line contains a tab character. 696
Errors Line contains a tab character. 697
Errors Line contains a tab character. 698
Errors Line contains a tab character. 699
Errors Line contains a tab character. 700

net/charabia/util/codec/package.html

Violation Message Line
Errors Missing package documentation file. 0

net/charabia/util/io/BinaryInputStream.java

Violation Message Line
Errors Line has trailing spaces. 4
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 18
Errors Missing a Javadoc comment. 27
Errors '{' should be on the previous line. 28
Errors Line contains a tab character. 29
Errors Missing a Javadoc comment. 29
Errors Parameter in should be final. 29
Errors Line contains a tab character. 30
Errors '{' should be on the previous line. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 34
Errors Method 'skip' is not designed for extension - needs to be abstract, final or empty. 34
Errors Missing a Javadoc comment. 34
Errors Parameter toskip should be final. 34
Errors Line contains a tab character. 35
Errors '{' should be on the previous line. 35
Errors 'for' construct must use '{}'s. 36
Errors Line is longer than 80 characters. 36
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Empty statement. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 40
Errors Method 'readByte' is not designed for extension - needs to be abstract, final or empty. 40
Errors Missing a Javadoc comment. 40
Errors Line contains a tab character. 41
Errors '{' should be on the previous line. 41
Errors Line contains a tab character. 42
Errors 'cast' is not followed by whitespace. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Method 'readUByte' is not designed for extension - needs to be abstract, final or empty. 45
Errors Missing a Javadoc comment. 45
Errors Line contains a tab character. 46
Errors '{' should be on the previous line. 46
Errors Line contains a tab character. 47
Errors 'cast' is not followed by whitespace. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 50
Errors Method 'readShortBE' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Line contains a tab character. 51
Errors '{' should be on the previous line. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 55
Errors '&' is not preceded with whitespace. 55
Errors '&' is not followed by whitespace. 55
Errors '0xff' is a magic number. 55
Errors '<<' is not preceded with whitespace. 55
Errors '8' is a magic number. 55
Errors '<<' is not followed by whitespace. 55
Errors '&' is not preceded with whitespace. 55
Errors '&' is not followed by whitespace. 55
Errors '0xff' is a magic number. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 58
Errors Method 'readUShortBE' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Line contains a tab character. 59
Errors '{' should be on the previous line. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Errors '&' is not preceded with whitespace. 63
Errors '&' is not followed by whitespace. 63
Errors '0xff' is a magic number. 63
Errors '<<' is not preceded with whitespace. 63
Errors '8' is a magic number. 63
Errors '<<' is not followed by whitespace. 63
Errors '&' is not preceded with whitespace. 63
Errors '&' is not followed by whitespace. 63
Errors '0xff' is a magic number. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors Method 'readShortLE' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Line contains a tab character. 67
Errors '{' should be on the previous line. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 71
Errors '&' is not preceded with whitespace. 71
Errors '&' is not followed by whitespace. 71
Errors '0xff' is a magic number. 71
Errors '<<' is not preceded with whitespace. 71
Errors '8' is a magic number. 71
Errors '<<' is not followed by whitespace. 71
Errors '&' is not preceded with whitespace. 71
Errors '&' is not followed by whitespace. 71
Errors '0xff' is a magic number. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 74
Errors Method 'readUShortLE' is not designed for extension - needs to be abstract, final or empty. 74
Errors Missing a Javadoc comment. 74
Errors Line contains a tab character. 75
Errors '{' should be on the previous line. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 79
Errors '&' is not preceded with whitespace. 79
Errors '&' is not followed by whitespace. 79
Errors '0xff' is a magic number. 79
Errors '<<' is not preceded with whitespace. 79
Errors '8' is a magic number. 79
Errors '<<' is not followed by whitespace. 79
Errors '&' is not preceded with whitespace. 79
Errors '&' is not followed by whitespace. 79
Errors '0xff' is a magic number. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 82
Errors Method 'readIntBE' is not designed for extension - needs to be abstract, final or empty. 82
Errors Missing a Javadoc comment. 82
Errors Line contains a tab character. 83
Errors '{' should be on the previous line. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line has trailing spaces. 88
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors '&' is not preceded with whitespace. 89
Errors '&' is not followed by whitespace. 89
Errors '0xff' is a magic number. 89
Errors '<<' is not preceded with whitespace. 89
Errors '24' is a magic number. 89
Errors '<<' is not followed by whitespace. 89
Errors '&' is not preceded with whitespace. 89
Errors '&' is not followed by whitespace. 89
Errors '0xff' is a magic number. 89
Errors '<<' is not preceded with whitespace. 89
Errors '16' is a magic number. 89
Errors '<<' is not followed by whitespace. 89
Errors '&' is not preceded with whitespace. 89
Errors '&' is not followed by whitespace. 89
Errors '0xff' is a magic number. 89
Errors '<<' is not preceded with whitespace. 89
Errors '8' is a magic number. 89
Errors '<<' is not followed by whitespace. 89
Errors '&' is not preceded with whitespace. 89
Errors '&' is not followed by whitespace. 89
Errors '0xff' is a magic number. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 92
Errors Method 'readUIntBE' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Line contains a tab character. 93
Errors '{' should be on the previous line. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line has trailing spaces. 98
Errors Line contains a tab character. 98
Errors Line is longer than 80 characters. 99
Errors Line contains a tab character. 99
Errors 'cast' is not followed by whitespace. 99
Errors '&' is not preceded with whitespace. 99
Errors '&' is not followed by whitespace. 99
Errors '0xff' is a magic number. 99
Errors '<<' is not preceded with whitespace. 99
Errors '24' is a magic number. 99
Errors '<<' is not followed by whitespace. 99
Errors 'cast' is not followed by whitespace. 99
Errors '&' is not preceded with whitespace. 99
Errors '&' is not followed by whitespace. 99
Errors '0xff' is a magic number. 99
Errors '<<' is not preceded with whitespace. 99
Errors '16' is a magic number. 99
Errors '<<' is not followed by whitespace. 99
Errors 'cast' is not followed by whitespace. 99
Errors '&' is not preceded with whitespace. 99
Errors '&' is not followed by whitespace. 99
Errors '0xff' is a magic number. 99
Errors '<<' is not preceded with whitespace. 99
Errors '8' is a magic number. 99
Errors '<<' is not followed by whitespace. 99
Errors 'cast' is not followed by whitespace. 99
Errors '&' is not preceded with whitespace. 99
Errors '&' is not followed by whitespace. 99
Errors '0xff' is a magic number. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 102
Errors Method 'readIntLE' is not designed for extension - needs to be abstract, final or empty. 102
Errors Missing a Javadoc comment. 102
Errors Line contains a tab character. 103
Errors '{' should be on the previous line. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line has trailing spaces. 108
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors '&' is not preceded with whitespace. 109
Errors '&' is not followed by whitespace. 109
Errors '0xff' is a magic number. 109
Errors '<<' is not preceded with whitespace. 109
Errors '24' is a magic number. 109
Errors '<<' is not followed by whitespace. 109
Errors '&' is not preceded with whitespace. 109
Errors '&' is not followed by whitespace. 109
Errors '0xff' is a magic number. 109
Errors '<<' is not preceded with whitespace. 109
Errors '16' is a magic number. 109
Errors '<<' is not followed by whitespace. 109
Errors '&' is not preceded with whitespace. 109
Errors '&' is not followed by whitespace. 109
Errors '0xff' is a magic number. 109
Errors '<<' is not preceded with whitespace. 109
Errors '8' is a magic number. 109
Errors '<<' is not followed by whitespace. 109
Errors '&' is not preceded with whitespace. 109
Errors '&' is not followed by whitespace. 109
Errors '0xff' is a magic number. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 112
Errors Method 'readUIntLE' is not designed for extension - needs to be abstract, final or empty. 112
Errors Missing a Javadoc comment. 112
Errors Line contains a tab character. 113
Errors '{' should be on the previous line. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line has trailing spaces. 118
Errors Line contains a tab character. 118
Errors Line is longer than 80 characters. 119
Errors Line contains a tab character. 119
Errors 'cast' is not followed by whitespace. 119
Errors '&' is not preceded with whitespace. 119
Errors '&' is not followed by whitespace. 119
Errors '0xff' is a magic number. 119
Errors '<<' is not preceded with whitespace. 119
Errors '24' is a magic number. 119
Errors '<<' is not followed by whitespace. 119
Errors 'cast' is not followed by whitespace. 119
Errors '&' is not preceded with whitespace. 119
Errors '&' is not followed by whitespace. 119
Errors '0xff' is a magic number. 119
Errors '<<' is not preceded with whitespace. 119
Errors '16' is a magic number. 119
Errors '<<' is not followed by whitespace. 119
Errors 'cast' is not followed by whitespace. 119
Errors '&' is not preceded with whitespace. 119
Errors '&' is not followed by whitespace. 119
Errors '0xff' is a magic number. 119
Errors '<<' is not preceded with whitespace. 119
Errors '8' is a magic number. 119
Errors '<<' is not followed by whitespace. 119
Errors 'cast' is not followed by whitespace. 119
Errors '&' is not preceded with whitespace. 119
Errors '&' is not followed by whitespace. 119
Errors '0xff' is a magic number. 119
Errors Line contains a tab character. 120

net/charabia/util/io/package.html

Violation Message Line
Errors Missing package documentation file. 0

net/sf/ovanttasks/ovanttasks/AbstractStubTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 29
Errors Missing a Javadoc comment. 29
Errors Parameter s should be final. 29
Errors Missing a Javadoc comment. 34
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 35
Errors Missing a Javadoc comment. 35
Errors Parameter s should be final. 35
Errors Missing a Javadoc comment. 40
Errors Parameter s should be final. 40
Errors Missing a Javadoc comment. 59
Errors Parameter s should be final. 59
Errors '4' is a magic number. 72
Errors Line is longer than 80 characters. 83
Errors '4' is a magic number. 86
Errors Missing a Javadoc comment. 107
Errors Variable 'archive' must be private and have accessor methods. 107
Errors Missing a Javadoc comment. 109
Errors Variable 'execute' must be private and have accessor methods. 109
Errors Missing a Javadoc comment. 111
Errors Variable 'iconFile' must be private and have accessor methods. 111
Errors Missing a Javadoc comment. 113
Errors Variable 'isConsole' must be private and have accessor methods. 113
Errors Missing a Javadoc comment. 115
Errors Variable 'mode' must be private and have accessor methods. 115
Errors Missing a Javadoc comment. 117
Errors Variable 'output' must be private and have accessor methods. 117
Errors Missing a Javadoc comment. 119
Errors Variable 'workingDirectory' must be private and have accessor methods. 119
Errors Method 'copy' is not designed for extension - needs to be abstract, final or empty. 121
Errors Missing a Javadoc comment. 121
Errors Parameter file should be final. 121
Errors Parameter out should be final. 121
Errors Method 'copy' is not designed for extension - needs to be abstract, final or empty. 125
Errors Missing a Javadoc comment. 125
Errors Parameter in should be final. 125
Errors Parameter out should be final. 125
Errors '8192' is a magic number. 126
Errors Method 'createExecute' is not designed for extension - needs to be abstract, final or empty. 134
Errors Missing a Javadoc comment. 134
Errors Line is longer than 80 characters. 137
Errors Method 'createShellStub' is not designed for extension - needs to be abstract, final or empty. 142
Errors Missing a Javadoc comment. 142
Errors Parameter p should be final. 142
Errors Array brackets at illegal position. 146
Errors Method 'createWin32Stub' is not designed for extension - needs to be abstract, final or empty. 194
Errors Missing a Javadoc comment. 194
Errors Parameter p should be final. 194
Errors Array brackets at illegal position. 197
Errors Name '_out' must match pattern '^[a-z][a-zA-Z0-9]*$'. 203
Errors Avoid inline conditionals. 204
Errors Line has trailing spaces. 212
Errors Line is longer than 80 characters. 213
Errors Line has trailing spaces. 216
Errors '32' is a magic number. 227
Errors '32' is a magic number. 227
Errors '50' is a magic number. 231
Errors Avoid inline conditionals. 251
Errors Avoid inline conditionals. 252
Errors '128' is a magic number. 276
Errors '128' is a magic number. 279
Errors '128' is a magic number. 280
Errors Method 'createWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 298
Errors Missing a Javadoc comment. 298
Errors Line is longer than 80 characters. 301
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 307
Errors Missing a Javadoc comment. 307
Errors Missing a Javadoc comment. 326
Errors Missing a Javadoc comment. 328
Errors Missing a Javadoc comment. 330
Errors Missing a Javadoc comment. 332
Errors Method 'setArchive' is not designed for extension - needs to be abstract, final or empty. 334
Errors Missing a Javadoc comment. 334
Errors Parameter archive should be final. 334
Errors 'archive' hides a field. 334
Errors Method 'setExecute' is not designed for extension - needs to be abstract, final or empty. 338
Errors Missing a Javadoc comment. 338
Errors Parameter execute should be final. 338
Errors 'execute' hides a field. 338
Errors Line is longer than 80 characters. 341
Errors '128' is a magic number. 343
Errors Line is longer than 80 characters. 345
Errors Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 351
Errors Missing a Javadoc comment. 351
Errors Parameter iconFile should be final. 351
Errors 'iconFile' hides a field. 351
Errors Method 'setMode' is not designed for extension - needs to be abstract, final or empty. 355
Errors Missing a Javadoc comment. 355
Errors Parameter mode should be final. 355
Errors 'mode' hides a field. 355
Errors Line contains a tab character. 361
Errors Method 'setOutput' is not designed for extension - needs to be abstract, final or empty. 366
Errors Missing a Javadoc comment. 366
Errors Parameter output should be final. 366
Errors 'output' hides a field. 366
Errors Method 'setWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 370
Errors Missing a Javadoc comment. 370
Errors Parameter workingDirectory should be final. 370
Errors 'workingDirectory' hides a field. 370
Errors Line is longer than 80 characters. 373
Errors Method 'shiftArray' is not designed for extension - needs to be abstract, final or empty. 379
Errors Missing a Javadoc comment. 379
Errors Parameter array should be final. 379

net/sf/ovanttasks/ovanttasks/CallTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 9
Errors Line contains a tab character. 10
Errors Line contains a tab character. 11
Errors Line has trailing spaces. 15
Errors '{' should be on the previous line. 16
Errors Line contains a tab character. 17
Errors Missing a Javadoc comment. 17
Errors Name '_if' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Errors Variable '_if' must be private and have accessor methods. 17
Errors Line contains a tab character. 18
Errors Missing a Javadoc comment. 18
Errors Variable 'unless' must be private and have accessor methods. 18
Errors Line has trailing spaces. 19
Errors Line contains a tab character. 19
Errors Missing a Javadoc comment. 19
Errors Name '_while' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Errors Variable '_while' must be private and have accessor methods. 19
Errors Line contains a tab character. 20
Errors Missing a Javadoc comment. 20
Errors Variable 'until' must be private and have accessor methods. 20
Errors Line contains a tab character. 21
Errors Missing a Javadoc comment. 21
Errors Variable 'target' must be private and have accessor methods. 21
Errors Line has trailing spaces. 22
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. 23
Errors Missing a Javadoc comment. 23
Errors Parameter string should be final. 23
Errors Line contains a tab character. 24
Errors '{' should be on the previous line. 24
Errors Line contains a tab character. 25
Errors Line contains a tab character. 26
Errors Line has trailing spaces. 27
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 29
Errors Expected @throws tag for 'BuildException'. 29
Errors Redundant throws: 'BuildException' is unchecked exception. 29
Errors Line contains a tab character. 30
Errors '{' should be on the previous line. 30
Errors 'if' construct must use '{}'s. 31
Errors Line contains a tab character. 31
Errors 'if' is not followed by whitespace. 31
Errors '(' is followed by whitespace. 31
Errors '==' is not preceded with whitespace. 31
Errors '==' is not followed by whitespace. 31
Errors Line is longer than 80 characters. 32
Errors Line contains a tab character. 32
Errors '(' is followed by whitespace. 32
Errors Line has trailing spaces. 33
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors 'if' is not followed by whitespace. 34
Errors '(' is followed by whitespace. 34
Errors '==' is not preceded with whitespace. 34
Errors '==' is not followed by whitespace. 34
Errors '==' is not preceded with whitespace. 34
Errors '==' is not followed by whitespace. 34
Errors '==' is not preceded with whitespace. 34
Errors '==' is not followed by whitespace. 34
Errors '==' is not preceded with whitespace. 34
Errors '==' is not followed by whitespace. 34
Errors Line contains a tab character. 35
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 36
Errors Line contains a tab character. 36
Errors '(' is followed by whitespace. 36
Errors Line contains a tab character. 37
Errors Line has trailing spaces. 38
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors 'if' is not followed by whitespace. 39
Errors '(' is followed by whitespace. 39
Errors '!=' is not preceded with whitespace. 39
Errors '!=' is not followed by whitespace. 39
Errors Line contains a tab character. 40
Errors '{' should be on the previous line. 40
Errors Line contains a tab character. 41
Errors 'if' is not followed by whitespace. 41
Errors '(' is followed by whitespace. 41
Errors '(' is followed by whitespace. 41
Errors '==' is not preceded with whitespace. 41
Errors '==' is not followed by whitespace. 41
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors '{' should be on the previous line. 42
Errors Line is longer than 80 characters. 43
Errors Line contains a tab character. 43
Errors '(' is followed by whitespace. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors '}' should be on the same line. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors '{' should be on the previous line. 47
Errors Line is longer than 80 characters. 48
Errors Line contains a tab character. 48
Errors '(' is followed by whitespace. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line has trailing spaces. 53
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors 'if' is not followed by whitespace. 54
Errors '(' is followed by whitespace. 54
Errors '!=' is not preceded with whitespace. 54
Errors '!=' is not followed by whitespace. 54
Errors Line contains a tab character. 55
Errors '{' should be on the previous line. 55
Errors Line contains a tab character. 56
Errors 'if' is not followed by whitespace. 56
Errors '(' is followed by whitespace. 56
Errors '(' is followed by whitespace. 56
Errors '!=' is not preceded with whitespace. 56
Errors '!=' is not followed by whitespace. 56
Errors Line has trailing spaces. 57
Errors Line contains a tab character. 57
Errors '{' should be on the previous line. 57
Errors Line is longer than 80 characters. 58
Errors Line contains a tab character. 58
Errors '(' is followed by whitespace. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors '}' should be on the same line. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors '{' should be on the previous line. 62
Errors Line is longer than 80 characters. 63
Errors Line contains a tab character. 63
Errors '(' is followed by whitespace. 63
Errors Line contains a tab character. 64
Errors Line has trailing spaces. 65
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 69
Errors 'if' is not followed by whitespace. 69
Errors '(' is followed by whitespace. 69
Errors '!=' is not preceded with whitespace. 69
Errors '!=' is not followed by whitespace. 69
Errors Line contains a tab character. 70
Errors '{' should be on the previous line. 70
Errors Line contains a tab character. 71
Errors 'while' is not followed by whitespace. 71
Errors '(' is followed by whitespace. 71
Errors Line contains a tab character. 72
Errors '{' should be on the previous line. 72
Errors Line contains a tab character. 73
Errors 'if' is not followed by whitespace. 73
Errors '(' is followed by whitespace. 73
Errors '(' is followed by whitespace. 73
Errors '!=' is not preceded with whitespace. 73
Errors '!=' is not followed by whitespace. 73
Errors Line has trailing spaces. 74
Errors Line contains a tab character. 74
Errors '{' should be on the previous line. 74
Errors Line is longer than 80 characters. 75
Errors Line contains a tab character. 75
Errors '(' is followed by whitespace. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors '}' should be on the same line. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors '{' should be on the previous line. 79
Errors Line is longer than 80 characters. 80
Errors Line contains a tab character. 80
Errors '(' is followed by whitespace. 80
Errors Line contains a tab character. 81
Errors Line has trailing spaces. 82
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line has trailing spaces. 85
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors 'if' is not followed by whitespace. 86
Errors '(' is followed by whitespace. 86
Errors '!=' is not preceded with whitespace. 86
Errors '!=' is not followed by whitespace. 86
Errors Line contains a tab character. 87
Errors '{' should be on the previous line. 87
Errors Line contains a tab character. 88
Errors 'while' is not followed by whitespace. 88
Errors '(' is followed by whitespace. 88
Errors Line contains a tab character. 89
Errors '{' should be on the previous line. 89
Errors Line contains a tab character. 90
Errors 'if' is not followed by whitespace. 90
Errors '(' is followed by whitespace. 90
Errors '(' is followed by whitespace. 90
Errors '==' is not preceded with whitespace. 90
Errors '==' is not followed by whitespace. 90
Errors Line has trailing spaces. 91
Errors Line contains a tab character. 91
Errors '{' should be on the previous line. 91
Errors Line is longer than 80 characters. 92
Errors Line contains a tab character. 92
Errors '(' is followed by whitespace. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors '}' should be on the same line. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors '{' should be on the previous line. 96
Errors Line is longer than 80 characters. 97
Errors Line contains a tab character. 97
Errors '(' is followed by whitespace. 97
Errors Line contains a tab character. 98
Errors Line has trailing spaces. 99
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line has trailing spaces. 101
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line has trailing spaces. 103
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 105
Errors Expected @throws tag for 'BuildException'. 105
Errors Redundant throws: 'BuildException' is unchecked exception. 105
Errors Line contains a tab character. 106
Errors '{' should be on the previous line. 106
Errors Line contains a tab character. 107
Errors 'cast' is not followed by whitespace. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line has trailing spaces. 113
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Missing a Javadoc comment. 114
Errors Line has trailing spaces. 115
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Missing a Javadoc comment. 116
Errors Line contains a tab character. 117
Errors '{' should be on the previous line. 117
Errors 'if' construct must use '{}'s. 118
Errors Line contains a tab character. 118
Errors 'if' is not followed by whitespace. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors '(' is followed by whitespace. 123
Errors Line contains a tab character. 124
Errors '(' is followed by whitespace. 124
Errors Line contains a tab character. 125
Errors '(' is followed by whitespace. 125
Errors Line contains a tab character. 126
Errors Line is longer than 80 characters. 127
Errors Line contains a tab character. 127
Errors Line has trailing spaces. 128
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line has trailing spaces. 130
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Method 'setIf' is not designed for extension - needs to be abstract, final or empty. 131
Errors Missing a Javadoc comment. 131
Errors Parameter string should be final. 131
Errors Line contains a tab character. 132
Errors '{' should be on the previous line. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 136
Errors Method 'setUnless' is not designed for extension - needs to be abstract, final or empty. 136
Errors Missing a Javadoc comment. 136
Errors Parameter string should be final. 136
Errors Line contains a tab character. 137
Errors '{' should be on the previous line. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line has trailing spaces. 140
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Method 'setWhile' is not designed for extension - needs to be abstract, final or empty. 141
Errors Missing a Javadoc comment. 141
Errors Parameter string should be final. 141
Errors Line contains a tab character. 142
Errors '{' should be on the previous line. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line has trailing spaces. 145
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Method 'setUntil' is not designed for extension - needs to be abstract, final or empty. 146
Errors Missing a Javadoc comment. 146
Errors Parameter string should be final. 146
Errors Line contains a tab character. 147
Errors '{' should be on the previous line. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149

net/sf/ovanttasks/ovanttasks/CompareTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors First sentence should end with a period. 10
Errors Line is longer than 80 characters. 11
Errors Line contains a tab character. 12
Errors Line has trailing spaces. 18
Errors Line contains a tab character. 19
Errors Line contains a tab character. 20
Errors Line contains a tab character. 21
Errors '{' should be on the previous line. 26
Errors Missing a Javadoc comment. 27
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors '{' should be on the previous line. 28
Errors Line contains a tab character. 29
Errors Missing a Javadoc comment. 29
Errors Variable 'property' must be private and have accessor methods. 29
Errors '=' is not preceded with whitespace. 29
Errors '=' is not followed by whitespace. 29
Errors Line has trailing spaces. 30
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 31
Errors Missing a Javadoc comment. 31
Errors '(' is followed by whitespace. 31
Errors Parameter property should be final. 31
Errors 'property' hides a field. 31
Errors Line contains a tab character. 32
Errors '{' should be on the previous line. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line has trailing spaces. 35
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Missing a Javadoc comment. 36
Errors '(' is followed by whitespace. 36
Errors Line contains a tab character. 37
Errors Line has trailing spaces. 38
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Missing a Javadoc comment. 39
Errors Variable 'numeric' must be private and have accessor methods. 39
Errors '=' is not preceded with whitespace. 39
Errors '=' is not followed by whitespace. 39
Errors Line contains a tab character. 40
Errors Variable 'trim' must be private and have accessor methods. 40
Errors '=' is not preceded with whitespace. 40
Errors '=' is not followed by whitespace. 40
Errors Line contains a tab character. 41
Errors Variable 'ignorecase' must be private and have accessor methods. 41
Errors '=' is not preceded with whitespace. 41
Errors '=' is not followed by whitespace. 41
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Missing a Javadoc comment. 43
Errors Variable 'arg1' must be private and have accessor methods. 43
Errors '=' is not preceded with whitespace. 43
Errors '=' is not followed by whitespace. 43
Errors Variable 'arg2' must be private and have accessor methods. 43
Errors '=' is not preceded with whitespace. 43
Errors '=' is not followed by whitespace. 43
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Missing a Javadoc comment. 45
Errors Variable 'conditions' must be private and have accessor methods. 45
Errors Line has trailing spaces. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Method 'createLesser' is not designed for extension - needs to be abstract, final or empty. 47
Errors Missing a Javadoc comment. 47
Errors Line contains a tab character. 48
Errors '{' should be on the previous line. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Parameter left should be final. 51
Errors Parameter right should be final. 51
Errors Line contains a tab character. 52
Errors '{' should be on the previous line. 52
Errors Line contains a tab character. 53
Errors '(' is followed by whitespace. 53
Errors Line contains a tab character. 54
Errors 'if' is not followed by whitespace. 54
Errors '(' is followed by whitespace. 54
Errors '<' is not preceded with whitespace. 54
Errors '<' is not followed by whitespace. 54
Errors Line contains a tab character. 55
Errors '{' should be on the previous line. 55
Errors Line is longer than 80 characters. 56
Errors Line contains a tab character. 56
Errors '(' is followed by whitespace. 56
Errors Line is longer than 80 characters. 57
Errors Line contains a tab character. 57
Errors '(' is followed by whitespace. 57
Errors Line contains a tab character. 58
Errors Line has trailing spaces. 59
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors '(' is followed by whitespace. 62
Errors Line has trailing spaces. 63
Errors Line contains a tab character. 63
Errors Line has trailing spaces. 64
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line has trailing spaces. 66
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Method 'createLesserOrEqual' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Line contains a tab character. 68
Errors '{' should be on the previous line. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Parameter left should be final. 71
Errors Parameter right should be final. 71
Errors Line contains a tab character. 72
Errors '{' should be on the previous line. 72
Errors Line contains a tab character. 73
Errors '(' is followed by whitespace. 73
Errors Line contains a tab character. 74
Errors 'if' is not followed by whitespace. 74
Errors '(' is followed by whitespace. 74
Errors '>' is not preceded with whitespace. 74
Errors '>' is not followed by whitespace. 74
Errors Line contains a tab character. 75
Errors '{' should be on the previous line. 75
Errors Line is longer than 80 characters. 76
Errors Line contains a tab character. 76
Errors '(' is followed by whitespace. 76
Errors Line is longer than 80 characters. 77
Errors Line contains a tab character. 77
Errors '(' is followed by whitespace. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors '(' is followed by whitespace. 81
Errors Line has trailing spaces. 82
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line has trailing spaces. 84
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Method 'createEqual' is not designed for extension - needs to be abstract, final or empty. 85
Errors Missing a Javadoc comment. 85
Errors Line contains a tab character. 86
Errors '{' should be on the previous line. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Parameter left should be final. 89
Errors Parameter right should be final. 89
Errors Line contains a tab character. 90
Errors '{' should be on the previous line. 90
Errors Line contains a tab character. 91
Errors '(' is followed by whitespace. 91
Errors Line contains a tab character. 92
Errors 'if' is not followed by whitespace. 92
Errors '(' is followed by whitespace. 92
Errors '==' is not preceded with whitespace. 92
Errors '==' is not followed by whitespace. 92
Errors Line contains a tab character. 93
Errors '{' should be on the previous line. 93
Errors Line is longer than 80 characters. 94
Errors Line contains a tab character. 94
Errors '(' is followed by whitespace. 94
Errors Line is longer than 80 characters. 95
Errors Line contains a tab character. 95
Errors '(' is followed by whitespace. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors '(' is followed by whitespace. 99
Errors Line has trailing spaces. 100
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line has trailing spaces. 102
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Method 'createContains' is not designed for extension - needs to be abstract, final or empty. 103
Errors Missing a Javadoc comment. 103
Errors Line contains a tab character. 104
Errors '{' should be on the previous line. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Parameter left should be final. 107
Errors Parameter right should be final. 107
Errors Line contains a tab character. 108
Errors '{' should be on the previous line. 108
Errors Line is longer than 80 characters. 109
Errors Line contains a tab character. 109
Errors 'if' is not followed by whitespace. 109
Errors '(' is followed by whitespace. 109
Errors '(' is followed by whitespace. 109
Errors '>' is not preceded with whitespace. 109
Errors '>' is not followed by whitespace. 109
Errors Line contains a tab character. 110
Errors '{' should be on the previous line. 110
Errors Line is longer than 80 characters. 111
Errors Line contains a tab character. 111
Errors '(' is followed by whitespace. 111
Errors Line is longer than 80 characters. 112
Errors Line contains a tab character. 112
Errors '(' is followed by whitespace. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors '(' is followed by whitespace. 116
Errors Line has trailing spaces. 117
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 120
Errors Method 'createGreaterOrEqual' is not designed for extension - needs to be abstract, final or empty. 120
Errors Missing a Javadoc comment. 120
Errors Line contains a tab character. 121
Errors '{' should be on the previous line. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Parameter left should be final. 124
Errors Parameter right should be final. 124
Errors Line contains a tab character. 125
Errors '{' should be on the previous line. 125
Errors Line contains a tab character. 126
Errors '(' is followed by whitespace. 126
Errors Line contains a tab character. 127
Errors 'if' is not followed by whitespace. 127
Errors '(' is followed by whitespace. 127
Errors '<' is not preceded with whitespace. 127
Errors '<' is not followed by whitespace. 127
Errors Line contains a tab character. 128
Errors '{' should be on the previous line. 128
Errors Line is longer than 80 characters. 129
Errors Line contains a tab character. 129
Errors '(' is followed by whitespace. 129
Errors Line is longer than 80 characters. 130
Errors Line contains a tab character. 130
Errors '(' is followed by whitespace. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors '(' is followed by whitespace. 134
Errors Line has trailing spaces. 135
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 138
Errors Method 'createGreater' is not designed for extension - needs to be abstract, final or empty. 138
Errors Missing a Javadoc comment. 138
Errors Line contains a tab character. 139
Errors '{' should be on the previous line. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Parameter left should be final. 142
Errors Parameter right should be final. 142
Errors Line contains a tab character. 143
Errors '{' should be on the previous line. 143
Errors Line contains a tab character. 144
Errors '(' is followed by whitespace. 144
Errors Line contains a tab character. 145
Errors 'if' is not followed by whitespace. 145
Errors '(' is followed by whitespace. 145
Errors '>' is not preceded with whitespace. 145
Errors '>' is not followed by whitespace. 145
Errors Line contains a tab character. 146
Errors '{' should be on the previous line. 146
Errors Line is longer than 80 characters. 147
Errors Line contains a tab character. 147
Errors '(' is followed by whitespace. 147
Errors Line is longer than 80 characters. 148
Errors Line contains a tab character. 148
Errors '(' is followed by whitespace. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors '(' is followed by whitespace. 152
Errors Line has trailing spaces. 153
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line has trailing spaces. 156
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 158
Errors Expected @throws tag for 'BuildException'. 158
Errors Redundant throws: 'BuildException' is unchecked exception. 158
Errors Line contains a tab character. 159
Errors '{' should be on the previous line. 159
Errors 'if' construct must use '{}'s. 160
Errors Line contains a tab character. 160
Errors 'if' is not followed by whitespace. 160
Errors '(' is followed by whitespace. 160
Errors '==' is not preceded with whitespace. 160
Errors '==' is not followed by whitespace. 160
Errors '==' is not preceded with whitespace. 160
Errors '==' is not followed by whitespace. 160
Errors Line is longer than 80 characters. 161
Errors Line contains a tab character. 161
Errors '(' is followed by whitespace. 161
Errors 'if' construct must use '{}'s. 163
Errors Line contains a tab character. 163
Errors 'if' is not followed by whitespace. 163
Errors '(' is followed by whitespace. 163
Errors '==' is not preceded with whitespace. 163
Errors '==' is not followed by whitespace. 163
Errors Line is longer than 80 characters. 164
Errors Line contains a tab character. 164
Errors '(' is followed by whitespace. 164
Errors Line has trailing spaces. 165
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors 'if' is not followed by whitespace. 166
Errors '(' is followed by whitespace. 166
Errors Line contains a tab character. 167
Errors '{' should be on the previous line. 167
Errors Line contains a tab character. 168
Errors Line has trailing spaces. 169
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line has trailing spaces. 171
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors 'if' is not followed by whitespace. 172
Errors '(' is followed by whitespace. 172
Errors Line contains a tab character. 173
Errors '{' should be on the previous line. 173
Errors Line contains a tab character. 174
Errors Line has trailing spaces. 175
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors '{' should be on the previous line. 180
Errors Line has trailing spaces. 181
Errors Line contains a tab character. 181
Errors Avoid inline conditionals. 181
Errors Line contains a tab character. 182
Errors '}' should be on the same line. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors '{' should be on the previous line. 184
Errors Line is longer than 80 characters. 185
Errors Line contains a tab character. 185
Errors '(' is followed by whitespace. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line has trailing spaces. 190
Errors Line contains a tab character. 190
Errors '{' should be on the previous line. 190
Errors Line contains a tab character. 191
Errors Avoid inline conditionals. 191
Errors 'cast' is not followed by whitespace. 191
Errors '(' is followed by whitespace. 191
Errors Line contains a tab character. 192
Errors '}' should be on the same line. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors '{' should be on the previous line. 194
Errors Line is longer than 80 characters. 195
Errors Line contains a tab character. 195
Errors '(' is followed by whitespace. 195
Errors Line contains a tab character. 196
Errors Line has trailing spaces. 197
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors '{' should be on the previous line. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors '(' is followed by whitespace. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Method 'setArg1' is not designed for extension - needs to be abstract, final or empty. 208
Errors Parameter string should be final. 208
Errors Expected @param tag for 'string'. 208
Errors Line contains a tab character. 209
Errors '{' should be on the previous line. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Method 'setArg2' is not designed for extension - needs to be abstract, final or empty. 216
Errors Parameter string should be final. 216
Errors Expected @param tag for 'string'. 216
Errors Line contains a tab character. 217
Errors '{' should be on the previous line. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Method 'setIgnorecase' is not designed for extension - needs to be abstract, final or empty. 224
Errors Parameter b should be final. 224
Errors Expected @param tag for 'b'. 224
Errors Line contains a tab character. 225
Errors '{' should be on the previous line. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Method 'setNumeric' is not designed for extension - needs to be abstract, final or empty. 232
Errors Parameter b should be final. 232
Errors Expected @param tag for 'b'. 232
Errors Line contains a tab character. 233
Errors '{' should be on the previous line. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 240
Errors Method 'setTrim' is not designed for extension - needs to be abstract, final or empty. 240
Errors Parameter b should be final. 240
Errors Expected @param tag for 'b'. 240
Errors Line contains a tab character. 241
Errors '{' should be on the previous line. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243

net/sf/ovanttasks/ovanttasks/ExecuteTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 8
Errors Line contains a tab character. 9
Errors Line contains a tab character. 10
Errors Line has trailing spaces. 15
Errors '{' should be on the previous line. 15
Errors Line contains a tab character. 15
Errors Line contains a tab character. 16
Errors Missing a Javadoc comment. 16
Errors Name '_if' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Errors Variable '_if' must be private and have accessor methods. 16
Errors Line contains a tab character. 17
Errors Missing a Javadoc comment. 17
Errors Variable 'unless' must be private and have accessor methods. 17
Errors Line has trailing spaces. 18
Errors Line contains a tab character. 18
Errors Missing a Javadoc comment. 18
Errors Name '_while' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Errors Variable '_while' must be private and have accessor methods. 18
Errors Line contains a tab character. 19
Errors Missing a Javadoc comment. 19
Errors Variable 'until' must be private and have accessor methods. 19
Errors Line has trailing spaces. 20
Errors Line contains a tab character. 20
Errors Line contains a tab character. 21
Errors Line contains a tab character. 22
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 22
Errors Expected @throws tag for 'BuildException'. 22
Errors Redundant throws: 'BuildException' is unchecked exception. 22
Errors Line contains a tab character. 23
Errors '{' should be on the previous line. 23
Errors Line contains a tab character. 24
Errors 'if' is not followed by whitespace. 24
Errors '(' is followed by whitespace. 24
Errors '==' is not preceded with whitespace. 24
Errors '==' is not followed by whitespace. 24
Errors '==' is not preceded with whitespace. 24
Errors '==' is not followed by whitespace. 24
Errors '==' is not preceded with whitespace. 24
Errors '==' is not followed by whitespace. 24
Errors '==' is not preceded with whitespace. 24
Errors '==' is not followed by whitespace. 24
Errors Line contains a tab character. 25
Errors '{' should be on the previous line. 25
Errors Line is longer than 80 characters. 26
Errors Line contains a tab character. 26
Errors '(' is followed by whitespace. 26
Errors Line contains a tab character. 27
Errors Line has trailing spaces. 28
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors 'if' is not followed by whitespace. 29
Errors '(' is followed by whitespace. 29
Errors '!=' is not preceded with whitespace. 29
Errors '!=' is not followed by whitespace. 29
Errors Line contains a tab character. 30
Errors '{' should be on the previous line. 30
Errors Line contains a tab character. 31
Errors 'if' is not followed by whitespace. 31
Errors '(' is followed by whitespace. 31
Errors '(' is followed by whitespace. 31
Errors '==' is not preceded with whitespace. 31
Errors '==' is not followed by whitespace. 31
Errors Line has trailing spaces. 32
Errors Line contains a tab character. 32
Errors '{' should be on the previous line. 32
Errors Line is longer than 80 characters. 33
Errors Line contains a tab character. 33
Errors '(' is followed by whitespace. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors '}' should be on the same line. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 38
Errors Line contains a tab character. 38
Errors '(' is followed by whitespace. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors 'if' is not followed by whitespace. 44
Errors '(' is followed by whitespace. 44
Errors '!=' is not preceded with whitespace. 44
Errors '!=' is not followed by whitespace. 44
Errors Line contains a tab character. 45
Errors '{' should be on the previous line. 45
Errors Line contains a tab character. 46
Errors 'if' is not followed by whitespace. 46
Errors '(' is followed by whitespace. 46
Errors '(' is followed by whitespace. 46
Errors '!=' is not preceded with whitespace. 46
Errors '!=' is not followed by whitespace. 46
Errors Line has trailing spaces. 47
Errors Line contains a tab character. 47
Errors '{' should be on the previous line. 47
Errors Line is longer than 80 characters. 48
Errors Line contains a tab character. 48
Errors '(' is followed by whitespace. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors '}' should be on the same line. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors '{' should be on the previous line. 52
Errors Line is longer than 80 characters. 53
Errors Line contains a tab character. 53
Errors '(' is followed by whitespace. 53
Errors Line contains a tab character. 54
Errors Line has trailing spaces. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors 'if' is not followed by whitespace. 59
Errors '(' is followed by whitespace. 59
Errors '!=' is not preceded with whitespace. 59
Errors '!=' is not followed by whitespace. 59
Errors Line contains a tab character. 60
Errors '{' should be on the previous line. 60
Errors Line contains a tab character. 61
Errors 'while' is not followed by whitespace. 61
Errors '(' is followed by whitespace. 61
Errors Line contains a tab character. 62
Errors '{' should be on the previous line. 62
Errors Line contains a tab character. 63
Errors 'if' is not followed by whitespace. 63
Errors '(' is followed by whitespace. 63
Errors '(' is followed by whitespace. 63
Errors '!=' is not preceded with whitespace. 63
Errors '!=' is not followed by whitespace. 63
Errors Line has trailing spaces. 64
Errors Line contains a tab character. 64
Errors '{' should be on the previous line. 64
Errors Line is longer than 80 characters. 65
Errors Line contains a tab character. 65
Errors '(' is followed by whitespace. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors '}' should be on the same line. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors '{' should be on the previous line. 69
Errors Line is longer than 80 characters. 70
Errors Line contains a tab character. 70
Errors '(' is followed by whitespace. 70
Errors Line contains a tab character. 71
Errors Line has trailing spaces. 72
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line has trailing spaces. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors 'if' is not followed by whitespace. 76
Errors '(' is followed by whitespace. 76
Errors '!=' is not preceded with whitespace. 76
Errors '!=' is not followed by whitespace. 76
Errors Line contains a tab character. 77
Errors '{' should be on the previous line. 77
Errors Line contains a tab character. 78
Errors 'while' is not followed by whitespace. 78
Errors '(' is followed by whitespace. 78
Errors Line contains a tab character. 79
Errors '{' should be on the previous line. 79
Errors Line contains a tab character. 80
Errors 'if' is not followed by whitespace. 80
Errors '(' is followed by whitespace. 80
Errors '(' is followed by whitespace. 80
Errors '==' is not preceded with whitespace. 80
Errors '==' is not followed by whitespace. 80
Errors Line has trailing spaces. 81
Errors Line contains a tab character. 81
Errors '{' should be on the previous line. 81
Errors Line is longer than 80 characters. 82
Errors Line contains a tab character. 82
Errors '(' is followed by whitespace. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors '}' should be on the same line. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors '{' should be on the previous line. 86
Errors Line is longer than 80 characters. 87
Errors Line contains a tab character. 87
Errors '(' is followed by whitespace. 87
Errors Line contains a tab character. 88
Errors Line has trailing spaces. 89
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line has trailing spaces. 91
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line has trailing spaces. 93
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Method 'setIf' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Parameter string should be final. 94
Errors Line contains a tab character. 95
Errors '{' should be on the previous line. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 99
Errors Method 'setUnless' is not designed for extension - needs to be abstract, final or empty. 99
Errors Missing a Javadoc comment. 99
Errors Parameter string should be final. 99
Errors Line contains a tab character. 100
Errors '{' should be on the previous line. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line has trailing spaces. 103
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Method 'setWhile' is not designed for extension - needs to be abstract, final or empty. 104
Errors Missing a Javadoc comment. 104
Errors Parameter string should be final. 104
Errors Line contains a tab character. 105
Errors '{' should be on the previous line. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line has trailing spaces. 108
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Method 'setUntil' is not designed for extension - needs to be abstract, final or empty. 109
Errors Missing a Javadoc comment. 109
Errors Parameter string should be final. 109
Errors Line contains a tab character. 110
Errors '{' should be on the previous line. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112

net/sf/ovanttasks/ovanttasks/FindTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors First sentence should end with a period. 10
Errors Line has trailing spaces. 12
Errors Line contains a tab character. 13
Errors Line contains a tab character. 14
Errors Line contains a tab character. 15
Errors '{' should be on the previous line. 20
Errors Line contains a tab character. 21
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 26
Errors '=' is not preceded with whitespace. 26
Errors '=' is not followed by whitespace. 26
Errors Line contains a tab character. 27
Errors '=' is not preceded with whitespace. 27
Errors '=' is not followed by whitespace. 27
Errors Line contains a tab character. 28
Errors '=' is not preceded with whitespace. 28
Errors '=' is not followed by whitespace. 28
Errors Line contains a tab character. 29
Errors '=' is not preceded with whitespace. 29
Errors '=' is not followed by whitespace. 29
Errors Line contains a tab character. 31
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 31
Errors Missing a Javadoc comment. 31
Errors Redundant throws: 'BuildException' is unchecked exception. 31
Errors Line contains a tab character. 32
Errors '{' should be on the previous line. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 36
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 36
Errors Missing a Javadoc comment. 36
Errors '(' is followed by whitespace. 36
Errors Parameter s should be final. 36
Errors Line contains a tab character. 37
Errors '{' should be on the previous line. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line has trailing spaces. 40
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Method 'setDir' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors '(' is followed by whitespace. 41
Errors Parameter file should be final. 41
Errors 'file' hides a field. 41
Errors Line contains a tab character. 42
Errors '{' should be on the previous line. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line has trailing spaces. 45
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Method 'createFile' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors Line contains a tab character. 47
Errors '{' should be on the previous line. 47
Errors 'if' construct must use '{}'s. 48
Errors Line contains a tab character. 48
Errors 'if' is not followed by whitespace. 48
Errors '(' is followed by whitespace. 48
Errors '!=' is not preceded with whitespace. 48
Errors '!=' is not followed by whitespace. 48
Errors Line is longer than 80 characters. 49
Errors Line contains a tab character. 49
Errors '(' is followed by whitespace. 49
Errors Line has trailing spaces. 50
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line has trailing spaces. 54
Errors Line contains a tab character. 54
Errors Line has trailing spaces. 55
Errors Line contains a tab character. 55
Errors Line has trailing spaces. 56
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Redundant throws: 'BuildException' is unchecked exception. 57
Errors Line contains a tab character. 58
Errors '{' should be on the previous line. 58
Errors 'if' construct must use '{}'s. 59
Errors Line contains a tab character. 59
Errors 'if' is not followed by whitespace. 59
Errors '(' is followed by whitespace. 59
Errors '==' is not preceded with whitespace. 59
Errors '==' is not followed by whitespace. 59
Errors '==' is not preceded with whitespace. 59
Errors '==' is not followed by whitespace. 59
Errors Line is longer than 80 characters. 60
Errors Line contains a tab character. 60
Errors '(' is followed by whitespace. 60
Errors Line has trailing spaces. 61
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors 'if' is not followed by whitespace. 62
Errors '(' is followed by whitespace. 62
Errors '==' is not preceded with whitespace. 62
Errors '==' is not followed by whitespace. 62
Errors Line contains a tab character. 63
Errors '{' should be on the previous line. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors '(' is followed by whitespace. 65
Errors Line contains a tab character. 66
Errors '(' is followed by whitespace. 66
Errors Line contains a tab character. 67
Errors Line has trailing spaces. 68
Errors Line contains a tab character. 68
Errors Line is longer than 80 characters. 69
Errors Line contains a tab character. 69
Errors '(' is followed by whitespace. 69
Errors 'if' construct must use '{}'s. 70
Errors Line contains a tab character. 70
Errors 'if' is not followed by whitespace. 70
Errors '(' is followed by whitespace. 70
Errors '==' is not preceded with whitespace. 70
Errors '==' is not followed by whitespace. 70
Errors Line contains a tab character. 71
Errors Line has trailing spaces. 72
Errors Line contains a tab character. 72
Errors 'if' construct must use '{}'s. 73
Errors Line contains a tab character. 73
Errors 'if' is not followed by whitespace. 73
Errors '(' is followed by whitespace. 73
Errors '>' is not preceded with whitespace. 73
Errors '>' is not followed by whitespace. 73
Errors Line is longer than 80 characters. 74
Errors Line contains a tab character. 74
Errors '(' is followed by whitespace. 74
Errors Line has trailing spaces. 75
Errors Line contains a tab character. 76
Errors 'file' hides a field. 76
Errors '(' is followed by whitespace. 76
Errors Line has trailing spaces. 77
Errors Line contains a tab character. 77
Errors 'if' construct must use '{}'s. 78
Errors Line is longer than 80 characters. 78
Errors Line contains a tab character. 78
Errors 'if' is not followed by whitespace. 78
Errors '(' is followed by whitespace. 78
Errors '==' is not preceded with whitespace. 78
Errors '==' is not followed by whitespace. 78
Errors '==' is not preceded with whitespace. 78
Errors '==' is not followed by whitespace. 78
Errors '==' is not preceded with whitespace. 78
Errors '==' is not followed by whitespace. 78
Errors '==' is not preceded with whitespace. 78
Errors '==' is not followed by whitespace. 78
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors '(' is followed by whitespace. 79
Errors Line has trailing spaces. 80
Errors Line contains a tab character. 80
Errors 'if' construct must use '{}'s. 81
Errors Line contains a tab character. 81
Errors 'if' is not followed by whitespace. 81
Errors '(' is followed by whitespace. 81
Errors '!=' is not preceded with whitespace. 81
Errors '!=' is not followed by whitespace. 81
Errors Line is longer than 80 characters. 82
Errors Line contains a tab character. 82
Errors '(' is followed by whitespace. 82
Errors 'if' construct must use '{}'s. 84
Errors Line contains a tab character. 84
Errors 'if' is not followed by whitespace. 84
Errors '(' is followed by whitespace. 84
Errors '!=' is not preceded with whitespace. 84
Errors '!=' is not followed by whitespace. 84
Errors Line contains a tab character. 85
Errors '(' is followed by whitespace. 85
Errors Line contains a tab character. 87
Errors 'if' is not followed by whitespace. 87
Errors '(' is followed by whitespace. 87
Errors '!=' is not preceded with whitespace. 87
Errors '!=' is not followed by whitespace. 87
Errors Line contains a tab character. 88
Errors '{' should be on the previous line. 88
Errors Line contains a tab character. 89
Errors 'if' construct must use '{}'s. 90
Errors Line contains a tab character. 90
Errors 'if' is not followed by whitespace. 90
Errors '(' is followed by whitespace. 90
Errors '(' is followed by whitespace. 90
Errors '!=' is not preceded with whitespace. 90
Errors '!=' is not followed by whitespace. 90
Errors Line is longer than 80 characters. 91
Errors Line contains a tab character. 91
Errors '(' is followed by whitespace. 91
Errors '(' is followed by whitespace. 91
Errors 'else' construct must use '{}'s. 92
Errors Line contains a tab character. 92
Errors Line has trailing spaces. 93
Errors Line is longer than 80 characters. 93
Errors Line contains a tab character. 93
Errors '(' is followed by whitespace. 93
Errors Line is longer than 80 characters. 94
Errors Line contains a tab character. 94
Errors '(' is followed by whitespace. 94
Errors Line contains a tab character. 95
Errors 'if' construct must use '{}'s. 97
Errors Line contains a tab character. 97
Errors 'if' is not followed by whitespace. 97
Errors '(' is followed by whitespace. 97
Errors '!=' is not preceded with whitespace. 97
Errors '!=' is not followed by whitespace. 97
Errors Line is longer than 80 characters. 98
Errors Line contains a tab character. 98
Errors '(' is followed by whitespace. 98
Errors Line contains a tab character. 99
Errors Line has trailing spaces. 100
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Method 'setNameProperty' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Parameter string should be final. 101
Errors Line contains a tab character. 102
Errors '{' should be on the previous line. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 106
Errors Method 'setNameNoExtensionProperty' is not designed for extension - needs to be abstract, final or empty. 106
Errors Missing a Javadoc comment. 106
Errors Parameter string should be final. 106
Errors Line contains a tab character. 107
Errors '{' should be on the previous line. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 111
Errors Method 'setPathProperty' is not designed for extension - needs to be abstract, final or empty. 111
Errors Missing a Javadoc comment. 111
Errors Parameter string should be final. 111
Errors Line contains a tab character. 112
Errors '{' should be on the previous line. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 116
Errors Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 116
Errors Missing a Javadoc comment. 116
Errors Parameter string should be final. 116
Errors Line contains a tab character. 117
Errors '{' should be on the previous line. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119

net/sf/ovanttasks/ovanttasks/JNLPTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 37
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 47
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Parameter string should be final. 49
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 53
Errors Missing a Javadoc comment. 53
Errors Parameter string should be final. 53
Errors Line is longer than 80 characters. 57
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Parameter hd should be final. 57
Errors Missing a Javadoc comment. 66
Errors Missing a Javadoc comment. 67
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 69
Errors Missing a Javadoc comment. 70
Errors '<' is not preceded with whitespace. 70
Errors '<' is not followed by whitespace. 70
Errors '>' is not preceded with whitespace. 70
Errors '<' is not preceded with whitespace. 70
Errors '<' is not followed by whitespace. 70
Errors '>' is not preceded with whitespace. 70
Errors '>' is not followed by whitespace. 70
Errors Missing a Javadoc comment. 71
Errors ';' is preceded with whitespace. 72
Errors Method 'createParam' is not designed for extension - needs to be abstract, final or empty. 74
Errors Missing a Javadoc comment. 74
Errors Method 'setDocumentBase' is not designed for extension - needs to be abstract, final or empty. 80
Errors Missing a Javadoc comment. 80
Errors Parameter string should be final. 80
Errors Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. 84
Errors Missing a Javadoc comment. 84
Errors Parameter string should be final. 84
Errors Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors Parameter string should be final. 88
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Parameter string should be final. 92
Errors Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. 96
Errors Missing a Javadoc comment. 96
Errors Parameter string should be final. 96
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Parameter hd should be final. 100
Errors Missing a Javadoc comment. 116
Errors Missing a Javadoc comment. 118
Errors Missing a Javadoc comment. 120
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Parameter value should be final. 122
Errors Line is longer than 80 characters. 126
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 126
Errors Missing a Javadoc comment. 126
Errors Parameter hd should be final. 126
Errors Missing a Javadoc comment. 132
Errors '<' is not preceded with whitespace. 132
Errors '<' is not followed by whitespace. 132
Errors '>' is not preceded with whitespace. 132
Errors '<' is not preceded with whitespace. 132
Errors '<' is not followed by whitespace. 132
Errors '>' is not preceded with whitespace. 132
Errors '>' is not followed by whitespace. 132
Errors Missing a Javadoc comment. 133
Errors Method 'createArgument' is not designed for extension - needs to be abstract, final or empty. 135
Errors Missing a Javadoc comment. 135
Errors Method 'setMain_Class' is not designed for extension - needs to be abstract, final or empty. 141
Errors Missing a Javadoc comment. 141
Errors Name 'setMain_Class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 141
Errors Parameter string should be final. 141
Errors Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. 145
Errors Missing a Javadoc comment. 145
Errors Parameter mainClass should be final. 145
Errors 'mainClass' hides a field. 145
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 149
Errors Missing a Javadoc comment. 149
Errors Parameter hd should be final. 149
Errors Missing a Javadoc comment. 161
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 163
Errors Missing a Javadoc comment. 163
Errors Parameter hd should be final. 163
Errors Line is longer than 80 characters. 170
Errors Missing a Javadoc comment. 174
Errors Missing a Javadoc comment. 175
Errors Method 'setCheck' is not designed for extension - needs to be abstract, final or empty. 177
Errors Missing a Javadoc comment. 177
Errors Parameter check should be final. 177
Errors 'check' hides a field. 177
Errors Method 'setPolicy' is not designed for extension - needs to be abstract, final or empty. 181
Errors Missing a Javadoc comment. 181
Errors Parameter policy should be final. 181
Errors 'policy' hides a field. 181
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 185
Errors Missing a Javadoc comment. 185
Errors Parameter hd should be final. 185
Errors Missing a Javadoc comment. 195
Errors Missing a Javadoc comment. 197
Errors Missing a Javadoc comment. 199
Errors Missing a Javadoc comment. 200
Errors Line is longer than 80 characters. 202
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 202
Errors Missing a Javadoc comment. 202
Errors Parameter hd should be final. 202
Errors Missing a Javadoc comment. 212
Errors Missing a Javadoc comment. 214
Errors Missing a Javadoc comment. 215
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 217
Errors Missing a Javadoc comment. 217
Errors Parameter value should be final. 217
Errors Method 'setKind' is not designed for extension - needs to be abstract, final or empty. 221
Errors Missing a Javadoc comment. 221
Errors Parameter kind should be final. 221
Errors 'kind' hides a field. 221
Errors Line is longer than 80 characters. 225
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 225
Errors Missing a Javadoc comment. 225
Errors Parameter hd should be final. 225
Errors Missing a Javadoc comment. 235
Errors Missing a Javadoc comment. 237
Errors Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 239
Errors Missing a Javadoc comment. 239
Errors Parameter string should be final. 239
Errors Line is longer than 80 characters. 243
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 243
Errors Missing a Javadoc comment. 243
Errors Parameter hd should be final. 243
Errors Missing a Javadoc comment. 252
Errors Missing a Javadoc comment. 254
Errors Missing a Javadoc comment. 255
Errors Missing a Javadoc comment. 256
Errors Missing a Javadoc comment. 257
Errors Missing a Javadoc comment. 258
Errors Missing a Javadoc comment. 259
Errors Missing a Javadoc comment. 260
Errors Method 'setDepth' is not designed for extension - needs to be abstract, final or empty. 262
Errors Missing a Javadoc comment. 262
Errors Parameter depth should be final. 262
Errors 'depth' hides a field. 262
Errors Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. 266
Errors Missing a Javadoc comment. 266
Errors Parameter height should be final. 266
Errors 'height' hides a field. 266
Errors Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 270
Errors Missing a Javadoc comment. 270
Errors Parameter href should be final. 270
Errors 'href' hides a field. 270
Errors Method 'setKind' is not designed for extension - needs to be abstract, final or empty. 274
Errors Missing a Javadoc comment. 274
Errors Parameter kind should be final. 274
Errors 'kind' hides a field. 274
Errors Method 'setSize' is not designed for extension - needs to be abstract, final or empty. 278
Errors Missing a Javadoc comment. 278
Errors Parameter size should be final. 278
Errors 'size' hides a field. 278
Errors Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 282
Errors Missing a Javadoc comment. 282
Errors Parameter version should be final. 282
Errors 'version' hides a field. 282
Errors Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. 286
Errors Missing a Javadoc comment. 286
Errors Parameter width should be final. 286
Errors 'width' hides a field. 286
Errors Line is longer than 80 characters. 290
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 290
Errors Missing a Javadoc comment. 290
Errors Parameter hd should be final. 290
Errors Missing a Javadoc comment. 305
Errors Missing a Javadoc comment. 307
Errors Missing a Javadoc comment. 308
Errors Missing a Javadoc comment. 309
Errors Missing a Javadoc comment. 310
Errors Line is longer than 80 characters. 312
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 312
Errors Missing a Javadoc comment. 312
Errors Parameter hd should be final. 312
Errors Missing a Javadoc comment. 330
Errors Missing a Javadoc comment. 332
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 334
Errors Missing a Javadoc comment. 334
Errors Parameter hd should be final. 334
Errors Missing a Javadoc comment. 341
Errors Missing a Javadoc comment. 343
Errors Method 'setSubmenu' is not designed for extension - needs to be abstract, final or empty. 345
Errors Missing a Javadoc comment. 345
Errors Parameter submenu should be final. 345
Errors 'submenu' hides a field. 345
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 349
Errors Missing a Javadoc comment. 349
Errors Parameter hd should be final. 349
Errors Missing a Javadoc comment. 358
Errors Missing a Javadoc comment. 359
Errors Missing a Javadoc comment. 360
Errors Method 'createDesktop' is not designed for extension - needs to be abstract, final or empty. 362
Errors Missing a Javadoc comment. 362
Errors Method 'createMenu' is not designed for extension - needs to be abstract, final or empty. 367
Errors Missing a Javadoc comment. 367
Errors Method 'setOnline' is not designed for extension - needs to be abstract, final or empty. 372
Errors Missing a Javadoc comment. 372
Errors Parameter online should be final. 372
Errors 'online' hides a field. 372
Errors Line is longer than 80 characters. 376
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 376
Errors Missing a Javadoc comment. 376
Errors Parameter hd should be final. 376
Errors Missing a Javadoc comment. 391
Errors Missing a Javadoc comment. 393
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 395
Errors Missing a Javadoc comment. 395
Errors Parameter value should be final. 395
Errors Line is longer than 80 characters. 399
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 399
Errors Missing a Javadoc comment. 399
Errors Parameter hd should be final. 399
Errors Missing a Javadoc comment. 406
Errors Missing a Javadoc comment. 408
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 410
Errors Missing a Javadoc comment. 410
Errors Parameter value should be final. 410
Errors Line is longer than 80 characters. 414
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 414
Errors Missing a Javadoc comment. 414
Errors Parameter hd should be final. 414
Errors Missing a Javadoc comment. 420
Errors '<' is not preceded with whitespace. 420
Errors '<' is not followed by whitespace. 420
Errors '>' is not preceded with whitespace. 420
Errors '<' is not preceded with whitespace. 420
Errors '<' is not followed by whitespace. 420
Errors '>' is not preceded with whitespace. 420
Errors '>' is not followed by whitespace. 420
Errors Missing a Javadoc comment. 421
Errors Missing a Javadoc comment. 422
Errors '<' is not preceded with whitespace. 422
Errors '<' is not followed by whitespace. 422
Errors '>' is not preceded with whitespace. 422
Errors '<' is not preceded with whitespace. 422
Errors '<' is not followed by whitespace. 422
Errors '>' is not preceded with whitespace. 422
Errors '>' is not followed by whitespace. 422
Errors Missing a Javadoc comment. 423
Errors Missing a Javadoc comment. 424
Errors Missing a Javadoc comment. 425
Errors Missing a Javadoc comment. 426
Errors Missing a Javadoc comment. 427
Errors Method 'createDescription' is not designed for extension - needs to be abstract, final or empty. 429
Errors Missing a Javadoc comment. 429
Errors Method 'createIcon' is not designed for extension - needs to be abstract, final or empty. 435
Errors Missing a Javadoc comment. 435
Errors Method 'createHomepage' is not designed for extension - needs to be abstract, final or empty. 441
Errors Missing a Javadoc comment. 441
Errors Method 'createOffline_Allowed' is not designed for extension - needs to be abstract, final or empty. 446
Errors Missing a Javadoc comment. 446
Errors Name 'createOffline_Allowed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 446
Errors Method 'createShortcut' is not designed for extension - needs to be abstract, final or empty. 451
Errors Missing a Javadoc comment. 451
Errors Method 'createTitle' is not designed for extension - needs to be abstract, final or empty. 456
Errors Missing a Javadoc comment. 456
Errors Method 'createVendor' is not designed for extension - needs to be abstract, final or empty. 461
Errors Missing a Javadoc comment. 461
Errors Method 'setHomepage' is not designed for extension - needs to be abstract, final or empty. 466
Errors Missing a Javadoc comment. 466
Errors Parameter homepage should be final. 466
Errors 'homepage' hides a field. 466
Errors Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. 470
Errors Missing a Javadoc comment. 470
Errors Parameter string should be final. 470
Errors Method 'setOfflineAllowed' is not designed for extension - needs to be abstract, final or empty. 474
Errors Missing a Javadoc comment. 474
Errors Parameter offlineAllowed should be final. 474
Errors 'offlineAllowed' hides a field. 474
Errors Method 'setShortcut' is not designed for extension - needs to be abstract, final or empty. 478
Errors Missing a Javadoc comment. 478
Errors Parameter shortcut should be final. 478
Errors 'shortcut' hides a field. 478
Errors Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 482
Errors Missing a Javadoc comment. 482
Errors Parameter title should be final. 482
Errors 'title' hides a field. 482
Errors Method 'setVendor' is not designed for extension - needs to be abstract, final or empty. 486
Errors Missing a Javadoc comment. 486
Errors Parameter vendor should be final. 486
Errors 'vendor' hides a field. 486
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 490
Errors Missing a Javadoc comment. 490
Errors Parameter hd should be final. 490
Errors Missing a Javadoc comment. 521
Errors Missing a Javadoc comment. 523
Errors Method 'setMain_Class' is not designed for extension - needs to be abstract, final or empty. 525
Errors Missing a Javadoc comment. 525
Errors Name 'setMain_Class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 525
Errors Parameter string should be final. 525
Errors Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. 529
Errors Missing a Javadoc comment. 529
Errors Parameter mainClass should be final. 529
Errors 'mainClass' hides a field. 529
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 533
Errors Missing a Javadoc comment. 533
Errors Parameter hd should be final. 533
Errors Line has trailing spaces. 542
Errors Line has trailing spaces. 553
Errors Line has trailing spaces. 554
Errors Line is longer than 80 characters. 561
Errors Line is longer than 80 characters. 628
Errors Line is longer than 80 characters. 632
Errors Line is longer than 80 characters. 639
Errors Missing a Javadoc comment. 652
Errors Missing a Javadoc comment. 654
Errors Missing a Javadoc comment. 656
Errors Missing a Javadoc comment. 658
Errors Missing a Javadoc comment. 659
Errors Missing a Javadoc comment. 660
Errors Method 'setDownload' is not designed for extension - needs to be abstract, final or empty. 662
Errors Missing a Javadoc comment. 662
Errors Parameter download should be final. 662
Errors 'download' hides a field. 662
Errors Method 'setExt_Part' is not designed for extension - needs to be abstract, final or empty. 666
Errors Missing a Javadoc comment. 666
Errors Name 'setExt_Part' must match pattern '^[a-z][a-zA-Z0-9]*$'. 666
Errors Parameter extPart should be final. 666
Errors 'extPart' hides a field. 666
Errors Method 'setPart' is not designed for extension - needs to be abstract, final or empty. 670
Errors Missing a Javadoc comment. 670
Errors Parameter part should be final. 670
Errors 'part' hides a field. 670
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 674
Errors Missing a Javadoc comment. 674
Errors Parameter hd should be final. 674
Errors Line is longer than 80 characters. 685
Errors Missing a Javadoc comment. 685
Errors '<' is not preceded with whitespace. 685
Errors '<' is not followed by whitespace. 685
Errors '>' is not preceded with whitespace. 685
Errors '<' is not preceded with whitespace. 685
Errors '<' is not followed by whitespace. 685
Errors '>' is not preceded with whitespace. 685
Errors '>' is not followed by whitespace. 685
Errors Missing a Javadoc comment. 686
Errors Missing a Javadoc comment. 687
Errors Missing a Javadoc comment. 688
Errors Method 'createExtDownload' is not designed for extension - needs to be abstract, final or empty. 690
Errors Missing a Javadoc comment. 690
Errors Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 696
Errors Missing a Javadoc comment. 696
Errors Parameter string should be final. 696
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 700
Errors Missing a Javadoc comment. 700
Errors Parameter string should be final. 700
Errors Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 704
Errors Missing a Javadoc comment. 704
Errors Parameter string should be final. 704
Errors Line is longer than 80 characters. 708
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 708
Errors Missing a Javadoc comment. 708
Errors Parameter hd should be final. 708
Errors Missing a Javadoc comment. 724
Errors Missing a Javadoc comment. 726
Errors Missing a Javadoc comment. 727
Errors '<' is not preceded with whitespace. 727
Errors '<' is not followed by whitespace. 727
Errors '>' is not preceded with whitespace. 727
Errors Variable 'filesets' must be private and have accessor methods. 727
Errors '<' is not preceded with whitespace. 727
Errors '<' is not followed by whitespace. 727
Errors '>' is not preceded with whitespace. 727
Errors '>' is not followed by whitespace. 727
Errors Missing a Javadoc comment. 728
Errors Missing a Javadoc comment. 729
Errors Missing a Javadoc comment. 730
Errors Missing a Javadoc comment. 731
Errors Line is longer than 80 characters. 735
Errors Line has trailing spaces. 737
Errors Line has trailing spaces. 740
Errors Method 'addFileset' is not designed for extension - needs to be abstract, final or empty. 743
Errors Parameter fileset should be final. 743
Errors Expected @param tag for 'fileset'. 743
Errors Method 'isHref' is not designed for extension - needs to be abstract, final or empty. 747
Errors Missing a Javadoc comment. 747
Errors Method 'getFilesCount' is not designed for extension - needs to be abstract, final or empty. 751
Errors Missing a Javadoc comment. 751
Errors Avoid inline conditionals. 752
Errors Line is longer than 80 characters. 754
Errors Method 'setDownload' is not designed for extension - needs to be abstract, final or empty. 759
Errors Missing a Javadoc comment. 759
Errors Parameter download should be final. 759
Errors 'download' hides a field. 759
Errors Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 763
Errors Missing a Javadoc comment. 763
Errors Parameter href should be final. 763
Errors 'href' hides a field. 763
Errors Method 'setPart' is not designed for extension - needs to be abstract, final or empty. 771
Errors Missing a Javadoc comment. 771
Errors Parameter string should be final. 771
Errors Method 'setSize' is not designed for extension - needs to be abstract, final or empty. 775
Errors Missing a Javadoc comment. 775
Errors Parameter string should be final. 775
Errors Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 779
Errors Missing a Javadoc comment. 779
Errors Parameter string should be final. 779
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 789
Errors Line is longer than 80 characters. 792
Errors Method 'fillAttribute' is not designed for extension - needs to be abstract, final or empty. 800
Errors Parameter atts should be final. 800
Errors Expected @param tag for 'atts'. 800
Errors Method 'changeHref' is not designed for extension - needs to be abstract, final or empty. 812
Errors Missing a Javadoc comment. 812
Errors Parameter href should be final. 812
Errors 'href' hides a field. 812
Errors Missing a Javadoc comment. 817
Errors Missing a Javadoc comment. 819
Errors Missing a Javadoc comment. 820
Errors Missing a Javadoc comment. 821
Errors Missing a Javadoc comment. 822
Errors '<' is not preceded with whitespace. 822
Errors '<' is not followed by whitespace. 822
Errors '>' is not preceded with whitespace. 822
Errors '<' is not preceded with whitespace. 822
Errors '<' is not followed by whitespace. 822
Errors '>' is not preceded with whitespace. 822
Errors '>' is not followed by whitespace. 822
Errors Missing a Javadoc comment. 823
Errors Method 'createResources' is not designed for extension - needs to be abstract, final or empty. 825
Errors Missing a Javadoc comment. 825
Errors Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 831
Errors Missing a Javadoc comment. 831
Errors Parameter string should be final. 831
Errors Method 'setInitial_Heap_Size' is not designed for extension - needs to be abstract, final or empty. 835
Errors Missing a Javadoc comment. 835
Errors Name 'setInitial_Heap_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 835
Errors Parameter string should be final. 835
Errors Method 'setMax_Heap_Size' is not designed for extension - needs to be abstract, final or empty. 839
Errors Missing a Javadoc comment. 839
Errors Name 'setMax_Heap_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 839
Errors Parameter string should be final. 839
Errors Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 843
Errors Missing a Javadoc comment. 843
Errors Parameter string should be final. 843
Errors Line is longer than 80 characters. 847
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 847
Errors Missing a Javadoc comment. 847
Errors Parameter hd should be final. 847
Errors Missing a Javadoc comment. 862
Errors Missing a Javadoc comment. 864
Errors Method 'isMain' is not designed for extension - needs to be abstract, final or empty. 866
Errors Missing a Javadoc comment. 866
Errors Method 'setMain' is not designed for extension - needs to be abstract, final or empty. 870
Errors Missing a Javadoc comment. 870
Errors Parameter main should be final. 870
Errors 'main' hides a field. 870
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 876
Errors Line is longer than 80 characters. 880
Errors Line is longer than 80 characters. 884
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 884
Errors Missing a Javadoc comment. 884
Errors Parameter hd should be final. 884
Errors Line is longer than 80 characters. 895
Errors Line is longer than 80 characters. 898
Errors Missing a Javadoc comment. 907
Errors Parameter hd should be final. 907
Errors First sentence should end with a period. 915
Errors Method 'fillAttribute' is not designed for extension - needs to be abstract, final or empty. 918
Errors Parameter atts should be final. 919
Errors Expected @param tag for 'atts'. 919
Errors Missing a Javadoc comment. 925
Errors Line is longer than 80 characters. 927
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 927
Errors Missing a Javadoc comment. 927
Errors Parameter hd should be final. 927
Errors Line is longer than 80 characters. 937
Errors Line is longer than 80 characters. 939
Errors Method 'writeNativeLib' is not designed for extension - needs to be abstract, final or empty. 949
Errors Missing a Javadoc comment. 949
Errors Parameter hd should be final. 949
Errors Missing a Javadoc comment. 959
Errors Missing a Javadoc comment. 961
Errors Missing a Javadoc comment. 962
Errors Missing a Javadoc comment. 963
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 965
Errors Missing a Javadoc comment. 965
Errors Parameter name should be final. 965
Errors 'name' hides a field. 965
Errors Method 'setPart' is not designed for extension - needs to be abstract, final or empty. 969
Errors Missing a Javadoc comment. 969
Errors Parameter part should be final. 969
Errors 'part' hides a field. 969
Errors Method 'setRecursive' is not designed for extension - needs to be abstract, final or empty. 973
Errors Missing a Javadoc comment. 973
Errors Parameter recursive should be final. 973
Errors 'recursive' hides a field. 973
Errors Line is longer than 80 characters. 977
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 977
Errors Missing a Javadoc comment. 977
Errors Parameter hd should be final. 977
Errors Missing a Javadoc comment. 988
Errors Missing a Javadoc comment. 990
Errors Missing a Javadoc comment. 991
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 993
Errors Missing a Javadoc comment. 993
Errors Parameter string should be final. 993
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 997
Errors Missing a Javadoc comment. 997
Errors Parameter string should be final. 997
Errors Line is longer than 80 characters. 1001
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 1001
Errors Missing a Javadoc comment. 1001
Errors Parameter hd should be final. 1001
Errors Missing a Javadoc comment. 1010
Errors Missing a Javadoc comment. 1011
Errors '<' is not preceded with whitespace. 1011
Errors '<' is not followed by whitespace. 1011
Errors '>' is not preceded with whitespace. 1011
Errors '<' is not preceded with whitespace. 1011
Errors '<' is not followed by whitespace. 1011
Errors '>' is not preceded with whitespace. 1011
Errors '>' is not followed by whitespace. 1011
Errors Missing a Javadoc comment. 1012
Errors '<' is not preceded with whitespace. 1012
Errors '<' is not followed by whitespace. 1012
Errors '>' is not preceded with whitespace. 1012
Errors '<' is not preceded with whitespace. 1012
Errors '<' is not followed by whitespace. 1012
Errors '>' is not preceded with whitespace. 1012
Errors '>' is not followed by whitespace. 1012
Errors Missing a Javadoc comment. 1013
Errors '<' is not preceded with whitespace. 1013
Errors '<' is not followed by whitespace. 1013
Errors '>' is not preceded with whitespace. 1013
Errors '<' is not preceded with whitespace. 1013
Errors '<' is not followed by whitespace. 1013
Errors '>' is not preceded with whitespace. 1013
Errors '>' is not followed by whitespace. 1013
Errors Missing a Javadoc comment. 1014
Errors Missing a Javadoc comment. 1015
Errors '<' is not preceded with whitespace. 1015
Errors '<' is not followed by whitespace. 1015
Errors '>' is not preceded with whitespace. 1015
Errors '<' is not preceded with whitespace. 1015
Errors '<' is not followed by whitespace. 1015
Errors '>' is not preceded with whitespace. 1015
Errors '>' is not followed by whitespace. 1015
Errors Missing a Javadoc comment. 1016
Errors Missing a Javadoc comment. 1017
Errors '<' is not preceded with whitespace. 1017
Errors '<' is not followed by whitespace. 1017
Errors '>' is not preceded with whitespace. 1017
Errors '<' is not preceded with whitespace. 1017
Errors '<' is not followed by whitespace. 1017
Errors '>' is not preceded with whitespace. 1017
Errors '>' is not followed by whitespace. 1017
Errors Missing a Javadoc comment. 1018
Errors '<' is not preceded with whitespace. 1018
Errors '<' is not followed by whitespace. 1018
Errors '>' is not preceded with whitespace. 1018
Errors '<' is not preceded with whitespace. 1018
Errors '<' is not followed by whitespace. 1018
Errors '>' is not preceded with whitespace. 1018
Errors '>' is not followed by whitespace. 1018
Errors Line has trailing spaces. 1022
Errors Line is longer than 80 characters. 1023
Errors Method 'addConfiguredFileset' is not designed for extension - needs to be abstract, final or empty. 1026
Errors Parameter fileSet should be final. 1026
Errors Expected @param tag for 'fileSet'. 1026
Errors Line is longer than 80 characters. 1027
Errors Method 'addConfiguredPropertySet' is not designed for extension - needs to be abstract, final or empty. 1043
Errors Missing a Javadoc comment. 1043
Errors Parameter propertyset should be final. 1043
Errors Method 'createExtension' is not designed for extension - needs to be abstract, final or empty. 1053
Errors Missing a Javadoc comment. 1053
Errors Method 'getExtensions' is not designed for extension - needs to be abstract, final or empty. 1059
Errors Missing a Javadoc comment. 1059
Errors '<' is not preceded with whitespace. 1059
Errors '<' is not followed by whitespace. 1059
Errors '>' is not preceded with whitespace. 1059
Errors Method 'createJ2SE' is not designed for extension - needs to be abstract, final or empty. 1063
Errors Missing a Javadoc comment. 1063
Errors Method 'createJar' is not designed for extension - needs to be abstract, final or empty. 1069
Errors Missing a Javadoc comment. 1069
Errors Method 'createNativeLib' is not designed for extension - needs to be abstract, final or empty. 1075
Errors Missing a Javadoc comment. 1075
Errors Method 'createPackage' is not designed for extension - needs to be abstract, final or empty. 1081
Errors Missing a Javadoc comment. 1081
Errors ';' is preceded with whitespace. 1086
Errors Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. 1088
Errors Missing a Javadoc comment. 1088
Errors Method 'setArch' is not designed for extension - needs to be abstract, final or empty. 1094
Errors Missing a Javadoc comment. 1094
Errors Parameter string should be final. 1094
Errors Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. 1098
Errors Missing a Javadoc comment. 1098
Errors Parameter string should be final. 1098
Errors Method 'setOs' is not designed for extension - needs to be abstract, final or empty. 1102
Errors Missing a Javadoc comment. 1102
Errors Parameter string should be final. 1102
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 1106
Errors Missing a Javadoc comment. 1106
Errors Parameter hd should be final. 1106
Errors Name '_package' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1134
Errors Missing a Javadoc comment. 1142
Errors Missing a Javadoc comment. 1144
Errors Missing a Javadoc comment. 1146
Errors Missing a Javadoc comment. 1148
Errors Parameter s should be final. 1148
Errors Line is longer than 80 characters. 1152
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 1152
Errors Missing a Javadoc comment. 1152
Errors Parameter hd should be final. 1152
Errors Missing a Javadoc comment. 1157
Errors Method 'createAll_Permissions' is not designed for extension - needs to be abstract, final or empty. 1159
Errors Missing a Javadoc comment. 1159
Errors Name 'createAll_Permissions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1159
Errors Method 'addJ2ee_Application_Client_Permissions' is not designed for extension - needs to be abstract, final or empty. 1164
Errors Missing a Javadoc comment. 1164
Errors Name 'addJ2ee_Application_Client_Permissions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1164
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 1169
Errors Missing a Javadoc comment. 1169
Errors Parameter hd should be final. 1169
Errors Line is longer than 80 characters. 1176
Errors Missing a Javadoc comment. 1176
Errors Parameter atts should be final. 1176
Errors Parameter qName should be final. 1176
Errors Parameter value should be final. 1176
Errors Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. 1182
Errors Missing a Javadoc comment. 1182
Errors Parameter atts should be final. 1182
Errors Parameter qName should be final. 1182
Errors Parameter value should be final. 1182
Errors Method 'correctHRefPath' is not designed for extension - needs to be abstract, final or empty. 1188
Errors Missing a Javadoc comment. 1188
Errors Parameter filePath should be final. 1188
Errors Method 'writeText' is not designed for extension - needs to be abstract, final or empty. 1192
Errors Missing a Javadoc comment. 1192
Errors Parameter hd should be final. 1192
Errors Parameter text should be final. 1192
Errors Missing a Javadoc comment. 1196
Errors Missing a Javadoc comment. 1197
Errors Missing a Javadoc comment. 1198
Errors Missing a Javadoc comment. 1199
Errors Missing a Javadoc comment. 1200
Errors Missing a Javadoc comment. 1201
Errors Missing a Javadoc comment. 1202
Errors Missing a Javadoc comment. 1203
Errors Missing a Javadoc comment. 1204
Errors Missing a Javadoc comment. 1205
Errors '<' is not preceded with whitespace. 1205
Errors '<' is not followed by whitespace. 1205
Errors '>' is not preceded with whitespace. 1205
Errors '<' is not preceded with whitespace. 1205
Errors '<' is not followed by whitespace. 1205
Errors '>' is not preceded with whitespace. 1205
Errors '>' is not followed by whitespace. 1205
Errors Missing a Javadoc comment. 1206
Errors Missing a Javadoc comment. 1207
Errors '<' is not preceded with whitespace. 1207
Errors '<' is not followed by whitespace. 1207
Errors '>' is not preceded with whitespace. 1207
Errors '<' is not preceded with whitespace. 1207
Errors '<' is not followed by whitespace. 1207
Errors '>' is not preceded with whitespace. 1207
Errors '>' is not followed by whitespace. 1207
Errors Missing a Javadoc comment. 1208
Errors Missing a Javadoc comment. 1209
Errors Missing a Javadoc comment. 1210
Errors Missing a Javadoc comment. 1211
Errors Method 'createApplet_Desc' is not designed for extension - needs to be abstract, final or empty. 1213
Errors Missing a Javadoc comment. 1213
Errors Name 'createApplet_Desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1213
Errors Method 'createApplication_Desc' is not designed for extension - needs to be abstract, final or empty. 1218
Errors Missing a Javadoc comment. 1218
Errors Name 'createApplication_Desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1218
Errors Method 'createComponent_Desc' is not designed for extension - needs to be abstract, final or empty. 1223
Errors Missing a Javadoc comment. 1223
Errors Name 'createComponent_Desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1223
Errors Method 'createInformation' is not designed for extension - needs to be abstract, final or empty. 1228
Errors Missing a Javadoc comment. 1228
Errors Method 'createUpdate' is not designed for extension - needs to be abstract, final or empty. 1234
Errors Missing a Javadoc comment. 1234
Errors Inner assignments should be avoided. 1236
Errors Method 'createInstaller_Desc' is not designed for extension - needs to be abstract, final or empty. 1239
Errors Missing a Javadoc comment. 1239
Errors Name 'createInstaller_Desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1239
Errors Method 'createResources' is not designed for extension - needs to be abstract, final or empty. 1244
Errors Missing a Javadoc comment. 1244
Errors Method 'createSecurity' is not designed for extension - needs to be abstract, final or empty. 1250
Errors Missing a Javadoc comment. 1250
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 1255
Errors Missing a Javadoc comment. 1255
Errors Redundant throws: 'BuildException' is unchecked exception. 1255
Errors Line is longer than 80 characters. 1274
Errors Parameter publicId should be final. 1292
Errors Parameter systemId should be final. 1293
Errors Line is longer than 80 characters. 1294
Errors Parameter exception should be final. 1303
Errors Parameter exception should be final. 1308
Errors Parameter exception should be final. 1313
Errors Line is longer than 80 characters. 1322
Errors Method 'setIndentation' is not designed for extension - needs to be abstract, final or empty. 1328
Errors Missing a Javadoc comment. 1328
Errors Parameter tf should be final. 1328
Errors Must have at least one statement. 1331
Errors Line has trailing spaces. 1332
Errors Line contains a tab character. 1332
Errors Method 'getTransformerFactory' is not designed for extension - needs to be abstract, final or empty. 1336
Errors Missing a Javadoc comment. 1336
Errors Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. 1337
Errors Method 'setCodebase' is not designed for extension - needs to be abstract, final or empty. 1341
Errors Missing a Javadoc comment. 1341
Errors Parameter string should be final. 1341
Errors First sentence should end with a period. 1345
Errors Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. 1349
Errors Parameter encoding should be final. 1349
Errors 'encoding' hides a field. 1349
Errors First sentence should end with a period. 1353
Errors Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 1357
Errors Parameter href should be final. 1357
Errors 'href' hides a field. 1357
Errors Method 'setSecurity' is not designed for extension - needs to be abstract, final or empty. 1361
Errors Missing a Javadoc comment. 1361
Errors Parameter security should be final. 1361
Errors 'security' hides a field. 1361
Errors ';' is preceded with whitespace. 1364
Errors Method 'setSpec' is not designed for extension - needs to be abstract, final or empty. 1366
Errors Missing a Javadoc comment. 1366
Errors Parameter string should be final. 1366
Errors First sentence should end with a period. 1370
Errors Line has trailing spaces. 1370
Errors Method 'setToFile' is not designed for extension - needs to be abstract, final or empty. 1374
Errors Parameter toFile should be final. 1374
Errors 'toFile' hides a field. 1374
Errors Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 1378
Errors Missing a Javadoc comment. 1378
Errors Parameter string should be final. 1378
Errors Method 'writeElement' is not designed for extension - needs to be abstract, final or empty. 1382
Errors Missing a Javadoc comment. 1382
Errors Parameter hd should be final. 1382
Errors Method 'setJnlpVersion' is not designed for extension - needs to be abstract, final or empty. 1424
Errors Missing a Javadoc comment. 1424
Errors Parameter jnlpVersion should be final. 1424
Errors 'jnlpVersion' hides a field. 1424
Errors Method 'setUseDTD' is not designed for extension - needs to be abstract, final or empty. 1428
Errors Missing a Javadoc comment. 1428
Errors Parameter useDTD should be final. 1428
Errors 'useDTD' hides a field. 1428
Errors Missing a Javadoc comment. 1433
Errors Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 1435
Errors Missing a Javadoc comment. 1435
Errors Missing a Javadoc comment. 1441
Errors Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 1443
Errors Missing a Javadoc comment. 1443
Errors Missing a Javadoc comment. 1449
Errors Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 1451
Errors Missing a Javadoc comment. 1451
Errors Missing a Javadoc comment. 1457
Errors Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 1459
Errors Missing a Javadoc comment. 1459
Errors Missing a Javadoc comment. 1465
Errors Missing a Javadoc comment. 1467
Errors Missing a Javadoc comment. 1468
Errors Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 1470
Errors Missing a Javadoc comment. 1470
Errors Missing a Javadoc comment. 1475
Errors Parameter jnlpVersion should be final. 1475
Errors Line is longer than 80 characters. 1482
Errors Missing a Javadoc comment. 1485
Errors Parameter jnlpVersion should be final. 1485
Errors Line is longer than 80 characters. 1492
Errors Missing a Javadoc comment. 1496
Errors Missing a Javadoc comment. 1498
Errors Missing a Javadoc comment. 1499
Errors Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 1501
Errors Missing a Javadoc comment. 1501
Errors Line is longer than 80 characters. 1506
Errors Missing a Javadoc comment. 1506
Errors Parameter useDTD should be final. 1506
Errors Parameter jnlpVersion should be final. 1506
Errors Line is longer than 80 characters. 1514
Errors Line is longer than 80 characters. 1515
Errors Line contains a tab character. 1524
Errors Line contains a tab character. 1525
Errors Line contains a tab character. 1526
Errors Missing a Javadoc comment. 1532
Errors Redundant 'public' modifier. 1532

net/sf/ovanttasks/ovanttasks/JStubTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 9
Errors Line contains a tab character. 10
Errors Line contains a tab character. 11
Errors Missing a Javadoc comment. 17
Errors Name '__EXECUTABLE_STRING_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 19
Errors Missing a Javadoc comment. 19
Errors Redundant throws: 'BuildException' is unchecked exception. 20
Errors 'else' construct must use '{}'s. 34
Errors Method 'getWin32ConsoleLessStub' is not designed for extension - needs to be abstract, final or empty. 39
Errors Missing a Javadoc comment. 39
Errors Method 'getWin32ConsoleStub' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors Method 'getShellStub' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Method 'getTokenLength' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54

net/sf/ovanttasks/ovanttasks/KDEShortcutDirectoryTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 16
Errors Line contains a tab character. 17
Errors Line contains a tab character. 18
Errors Line has trailing spaces. 22
Errors '{' should be on the previous line. 23
Errors Line contains a tab character. 24
Errors Missing a Javadoc comment. 24
Errors Variable 'p' must be private and have accessor methods. 24
Errors Line contains a tab character. 26
Errors Missing a Javadoc comment. 26
Errors Variable 'file' must be private and have accessor methods. 26
Errors Line has trailing spaces. 27
Errors Line contains a tab character. 27
Errors Missing a Javadoc comment. 28
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors '{' should be on the previous line. 29
Errors Line contains a tab character. 30
Errors Missing a Javadoc comment. 30
Errors Variable 'name' must be private and have accessor methods. 30
Errors '=' is not preceded with whitespace. 30
Errors '=' is not followed by whitespace. 30
Errors Variable 'value' must be private and have accessor methods. 30
Errors '=' is not preceded with whitespace. 30
Errors '=' is not followed by whitespace. 30
Errors Line has trailing spaces. 31
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 32
Errors Missing a Javadoc comment. 32
Errors '(' is followed by whitespace. 32
Errors Parameter s should be final. 32
Errors Line contains a tab character. 33
Errors '{' should be on the previous line. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 37
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 37
Errors Missing a Javadoc comment. 37
Errors '(' is followed by whitespace. 37
Errors Parameter s should be final. 37
Errors Line contains a tab character. 38
Errors '{' should be on the previous line. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line has trailing spaces. 41
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 42
Errors Missing a Javadoc comment. 42
Errors '(' is followed by whitespace. 42
Errors Parameter s should be final. 42
Errors Line contains a tab character. 43
Errors '{' should be on the previous line. 43
Errors 'if' construct must use '{}'s. 44
Errors Line contains a tab character. 44
Errors 'if' is not followed by whitespace. 44
Errors '(' is followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '>' is not followed by whitespace. 44
Errors Line is longer than 80 characters. 45
Errors Line contains a tab character. 45
Errors '(' is followed by whitespace. 45
Errors Line contains a tab character. 46
Errors Line has trailing spaces. 47
Errors Line contains a tab character. 47
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors Line contains a tab character. 49
Errors '{' should be on the previous line. 49
Errors 'if' construct must use '{}'s. 50
Errors Line contains a tab character. 50
Errors 'if' is not followed by whitespace. 50
Errors '(' is followed by whitespace. 50
Errors '==' is not preceded with whitespace. 50
Errors '==' is not followed by whitespace. 50
Errors '==' is not preceded with whitespace. 50
Errors '==' is not followed by whitespace. 50
Errors Line is longer than 80 characters. 51
Errors Line contains a tab character. 51
Errors '(' is followed by whitespace. 51
Errors Line has trailing spaces. 52
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors '(' is followed by whitespace. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line has trailing spaces. 56
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors '(' is followed by whitespace. 57
Errors Parameter s should be final. 57
Errors Line contains a tab character. 58
Errors '{' should be on the previous line. 58
Errors Line contains a tab character. 59
Errors '(' is followed by whitespace. 59
Errors Line contains a tab character. 60
Errors Line has trailing spaces. 61
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors '(' is followed by whitespace. 62
Errors Parameter b should be final. 62
Errors Line contains a tab character. 63
Errors '{' should be on the previous line. 63
Errors Line contains a tab character. 64
Errors '(' is followed by whitespace. 64
Errors Avoid inline conditionals. 64
Errors Line contains a tab character. 65
Errors Line has trailing spaces. 66
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Missing a Javadoc comment. 67
Errors Variable 'customProperties' must be private and have accessor methods. 67
Errors Line has trailing spaces. 68
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Line contains a tab character. 70
Errors '{' should be on the previous line. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors '(' is followed by whitespace. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 76
Errors Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors '(' is followed by whitespace. 76
Errors Parameter s should be final. 76
Errors Line contains a tab character. 77
Errors '{' should be on the previous line. 77
Errors Line contains a tab character. 78
Errors '(' is followed by whitespace. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors Method 'setIconFile' is not designed for extension - needs to be abstract, final or empty. 81
Errors Missing a Javadoc comment. 81
Errors '(' is followed by whitespace. 81
Errors Parameter f should be final. 81
Errors Line contains a tab character. 82
Errors '{' should be on the previous line. 82
Errors Line contains a tab character. 83
Errors '(' is followed by whitespace. 83
Errors Line contains a tab character. 84
Errors Line has trailing spaces. 85
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Method 'setComment' is not designed for extension - needs to be abstract, final or empty. 86
Errors Missing a Javadoc comment. 86
Errors '(' is followed by whitespace. 86
Errors Parameter s should be final. 86
Errors Line contains a tab character. 87
Errors '{' should be on the previous line. 87
Errors Line contains a tab character. 88
Errors '(' is followed by whitespace. 88
Errors Line contains a tab character. 89
Errors Line has trailing spaces. 91
Errors Line contains a tab character. 91
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Redundant throws: 'BuildException' is unchecked exception. 91
Errors Line contains a tab character. 92
Errors '{' should be on the previous line. 92
Errors 'if' construct must use '{}'s. 93
Errors Line contains a tab character. 93
Errors 'if' is not followed by whitespace. 93
Errors '(' is followed by whitespace. 93
Errors '==' is not preceded with whitespace. 93
Errors '==' is not followed by whitespace. 93
Errors '(' is followed by whitespace. 93
Errors Line is longer than 80 characters. 94
Errors Line contains a tab character. 94
Errors '(' is followed by whitespace. 94
Errors Line contains a tab character. 96
Errors 'if' is not followed by whitespace. 96
Errors '(' is followed by whitespace. 96
Errors Line contains a tab character. 97
Errors '{' should be on the previous line. 97
Errors 'if' construct must use '{}'s. 98
Errors Line contains a tab character. 98
Errors 'if' is not followed by whitespace. 98
Errors '(' is followed by whitespace. 98
Errors Line is longer than 80 characters. 99
Errors Line contains a tab character. 99
Errors '(' is followed by whitespace. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 102
Errors '(' is followed by whitespace. 102
Errors Line has trailing spaces. 103
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line has trailing spaces. 109
Errors Line contains a tab character. 109
Errors Line has trailing spaces. 110
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors '{' should be on the previous line. 111
Errors Line is longer than 80 characters. 112
Errors Line contains a tab character. 112
Errors '(' is followed by whitespace. 112
Errors Line has trailing spaces. 113
Errors Line contains a tab character. 113
Errors Line is longer than 80 characters. 114
Errors Line contains a tab character. 114
Errors '(' is followed by whitespace. 114
Errors '(' is followed by whitespace. 114
Errors Line contains a tab character. 115
Errors '(' is followed by whitespace. 115
Errors Line contains a tab character. 116
Errors Line has trailing spaces. 117
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors '{' should be on the previous line. 118
Errors Line contains a tab character. 119
Errors 'cast' is not followed by whitespace. 119
Errors Line contains a tab character. 120
Errors '(' is followed by whitespace. 120
Errors '(' is followed by whitespace. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line has trailing spaces. 123
Errors Line contains a tab character. 123
Errors '}' should be on the same line. 123
Errors Line has trailing spaces. 124
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors '{' should be on the previous line. 125
Errors Line is longer than 80 characters. 126
Errors Line contains a tab character. 126
Errors '(' is followed by whitespace. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line has trailing spaces. 130
Errors Line contains a tab character. 130
Errors Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. 130
Errors Missing a Javadoc comment. 130
Errors Parameter file should be final. 130
Errors 'file' hides a field. 130
Errors Line contains a tab character. 131
Errors '{' should be on the previous line. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133

net/sf/ovanttasks/ovanttasks/KDEShortcutTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 18
Errors Line contains a tab character. 19
Errors Line contains a tab character. 20
Errors Line has trailing spaces. 24
Errors '{' should be on the previous line. 25
Errors Line contains a tab character. 26
Errors Missing a Javadoc comment. 26
Errors Variable 'p' must be private and have accessor methods. 26
Errors Line contains a tab character. 28
Errors Missing a Javadoc comment. 28
Errors Variable 'file' must be private and have accessor methods. 28
Errors Line has trailing spaces. 29
Errors Line contains a tab character. 29
Errors Missing a Javadoc comment. 30
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors '{' should be on the previous line. 31
Errors Line contains a tab character. 32
Errors Missing a Javadoc comment. 32
Errors Variable 'name' must be private and have accessor methods. 32
Errors '=' is not preceded with whitespace. 32
Errors '=' is not followed by whitespace. 32
Errors Variable 'value' must be private and have accessor methods. 32
Errors '=' is not preceded with whitespace. 32
Errors '=' is not followed by whitespace. 32
Errors Line has trailing spaces. 33
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 34
Errors Missing a Javadoc comment. 34
Errors '(' is followed by whitespace. 34
Errors Parameter s should be final. 34
Errors Line contains a tab character. 35
Errors '{' should be on the previous line. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 39
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 39
Errors Missing a Javadoc comment. 39
Errors '(' is followed by whitespace. 39
Errors Parameter s should be final. 39
Errors Line contains a tab character. 40
Errors '{' should be on the previous line. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors '(' is followed by whitespace. 44
Errors Parameter s should be final. 44
Errors Line contains a tab character. 45
Errors '{' should be on the previous line. 45
Errors 'if' construct must use '{}'s. 46
Errors Line contains a tab character. 46
Errors 'if' is not followed by whitespace. 46
Errors '(' is followed by whitespace. 46
Errors '>' is not preceded with whitespace. 46
Errors '>' is not followed by whitespace. 46
Errors Line is longer than 80 characters. 47
Errors Line contains a tab character. 47
Errors '(' is followed by whitespace. 47
Errors Line contains a tab character. 48
Errors Line has trailing spaces. 49
Errors Line contains a tab character. 49
Errors Line has trailing spaces. 50
Errors Line contains a tab character. 50
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Line contains a tab character. 51
Errors '{' should be on the previous line. 51
Errors 'if' construct must use '{}'s. 52
Errors Line contains a tab character. 52
Errors 'if' is not followed by whitespace. 52
Errors '(' is followed by whitespace. 52
Errors '==' is not preceded with whitespace. 52
Errors '==' is not followed by whitespace. 52
Errors '==' is not preceded with whitespace. 52
Errors '==' is not followed by whitespace. 52
Errors Line is longer than 80 characters. 53
Errors Line contains a tab character. 53
Errors '(' is followed by whitespace. 53
Errors Line has trailing spaces. 54
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors '(' is followed by whitespace. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line has trailing spaces. 58
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors '(' is followed by whitespace. 59
Errors Parameter s should be final. 59
Errors Line contains a tab character. 60
Errors '{' should be on the previous line. 60
Errors Line contains a tab character. 61
Errors '(' is followed by whitespace. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 64
Errors Method 'setExecute' is not designed for extension - needs to be abstract, final or empty. 64
Errors Missing a Javadoc comment. 64
Errors '(' is followed by whitespace. 64
Errors Parameter s should be final. 64
Errors Line contains a tab character. 65
Errors '{' should be on the previous line. 65
Errors Line contains a tab character. 66
Errors '(' is followed by whitespace. 66
Errors Line contains a tab character. 67
Errors Line has trailing spaces. 68
Errors Line contains a tab character. 68
Errors Missing a Javadoc comment. 69
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors '{' should be on the previous line. 70
Errors Line contains a tab character. 71
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors '(' is followed by whitespace. 71
Errors Parameter s should be final. 71
Errors Line contains a tab character. 72
Errors '{' should be on the previous line. 72
Errors 'if' construct must use '{}'s. 73
Errors Line contains a tab character. 73
Errors 'if' is not followed by whitespace. 73
Errors '(' is followed by whitespace. 73
Errors '>' is not preceded with whitespace. 73
Errors '>' is not followed by whitespace. 73
Errors Line is longer than 80 characters. 74
Errors Line contains a tab character. 74
Errors '(' is followed by whitespace. 74
Errors '(' is followed by whitespace. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line has trailing spaces. 77
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Method 'createExecute' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors Line contains a tab character. 79
Errors '{' should be on the previous line. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Missing a Javadoc comment. 83
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors '{' should be on the previous line. 84
Errors Line contains a tab character. 85
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 85
Errors Missing a Javadoc comment. 85
Errors '(' is followed by whitespace. 85
Errors Parameter s should be final. 85
Errors Line contains a tab character. 86
Errors '{' should be on the previous line. 86
Errors 'if' construct must use '{}'s. 87
Errors Line contains a tab character. 87
Errors 'if' is not followed by whitespace. 87
Errors '(' is followed by whitespace. 87
Errors '>' is not preceded with whitespace. 87
Errors '>' is not followed by whitespace. 87
Errors Line is longer than 80 characters. 88
Errors Line contains a tab character. 88
Errors '(' is followed by whitespace. 88
Errors '(' is followed by whitespace. 88
Errors '(' is followed by whitespace. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line has trailing spaces. 91
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Missing a Javadoc comment. 92
Errors Variable 'customProperties' must be private and have accessor methods. 92
Errors Line has trailing spaces. 93
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Line contains a tab character. 95
Errors '{' should be on the previous line. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors '(' is followed by whitespace. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line has trailing spaces. 100
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Method 'createWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Line contains a tab character. 102
Errors '{' should be on the previous line. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line has trailing spaces. 105
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Method 'setWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 106
Errors Missing a Javadoc comment. 106
Errors '(' is followed by whitespace. 106
Errors Parameter f should be final. 106
Errors Line contains a tab character. 107
Errors '{' should be on the previous line. 107
Errors Line contains a tab character. 108
Errors '(' is followed by whitespace. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 111
Errors Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 111
Errors Missing a Javadoc comment. 111
Errors '(' is followed by whitespace. 111
Errors Parameter s should be final. 111
Errors Line contains a tab character. 112
Errors '{' should be on the previous line. 112
Errors Line contains a tab character. 113
Errors '(' is followed by whitespace. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 116
Errors Method 'setIconFile' is not designed for extension - needs to be abstract, final or empty. 116
Errors Missing a Javadoc comment. 116
Errors '(' is followed by whitespace. 116
Errors Parameter f should be final. 116
Errors Line contains a tab character. 117
Errors '{' should be on the previous line. 117
Errors Line contains a tab character. 118
Errors '(' is followed by whitespace. 118
Errors Line contains a tab character. 119
Errors Line has trailing spaces. 120
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Method 'setComment' is not designed for extension - needs to be abstract, final or empty. 121
Errors Missing a Javadoc comment. 121
Errors '(' is followed by whitespace. 121
Errors Parameter s should be final. 121
Errors Line contains a tab character. 122
Errors '{' should be on the previous line. 122
Errors Line contains a tab character. 123
Errors '(' is followed by whitespace. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 126
Errors Method 'setTerminal' is not designed for extension - needs to be abstract, final or empty. 126
Errors Missing a Javadoc comment. 126
Errors '(' is followed by whitespace. 126
Errors Parameter b should be final. 126
Errors Line contains a tab character. 127
Errors '{' should be on the previous line. 127
Errors Line contains a tab character. 128
Errors '(' is followed by whitespace. 128
Errors Avoid inline conditionals. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 131
Errors Method 'setTerminalOptions' is not designed for extension - needs to be abstract, final or empty. 131
Errors Missing a Javadoc comment. 131
Errors '(' is followed by whitespace. 131
Errors Parameter s should be final. 131
Errors Line contains a tab character. 132
Errors '{' should be on the previous line. 132
Errors Line contains a tab character. 133
Errors '(' is followed by whitespace. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 136
Errors Method 'setType' is not designed for extension - needs to be abstract, final or empty. 136
Errors Missing a Javadoc comment. 136
Errors '(' is followed by whitespace. 136
Errors Parameter s should be final. 136
Errors Line contains a tab character. 137
Errors '{' should be on the previous line. 137
Errors 'if' construct must use '{}'s. 138
Errors Line contains a tab character. 138
Errors 'if' is not followed by whitespace. 138
Errors '(' is followed by whitespace. 138
Errors '(' is followed by whitespace. 138
Errors Line contains a tab character. 139
Errors '(' is followed by whitespace. 139
Errors 'if' construct must use '{}'s. 140
Errors Line contains a tab character. 140
Errors 'if' is not followed by whitespace. 140
Errors '(' is followed by whitespace. 140
Errors '(' is followed by whitespace. 140
Errors Line contains a tab character. 141
Errors '(' is followed by whitespace. 141
Errors 'else' construct must use '{}'s. 142
Errors Line contains a tab character. 142
Errors Line is longer than 80 characters. 143
Errors Line contains a tab character. 143
Errors '(' is followed by whitespace. 143
Errors Line contains a tab character. 144
Errors Line has trailing spaces. 145
Errors Line contains a tab character. 145
Errors Line has trailing spaces. 146
Errors Line contains a tab character. 146
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 146
Errors Missing a Javadoc comment. 146
Errors Redundant throws: 'BuildException' is unchecked exception. 146
Errors Line contains a tab character. 147
Errors '{' should be on the previous line. 147
Errors Line is longer than 80 characters. 148
Errors Line contains a tab character. 148
Errors Line is longer than 80 characters. 149
Errors Line contains a tab character. 149
Errors Line has trailing spaces. 150
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors 'if' is not followed by whitespace. 151
Errors '(' is followed by whitespace. 151
Errors Line has trailing spaces. 152
Errors Line contains a tab character. 152
Errors '{' should be on the previous line. 152
Errors Line is longer than 80 characters. 153
Errors Line contains a tab character. 153
Errors '(' is followed by whitespace. 153
Errors Line has trailing spaces. 154
Errors Line contains a tab character. 154
Errors Line has trailing spaces. 155
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors 'if' is not followed by whitespace. 156
Errors '(' is followed by whitespace. 156
Errors Line contains a tab character. 157
Errors '{' should be on the previous line. 157
Errors 'if' construct must use '{}'s. 158
Errors Line contains a tab character. 158
Errors 'if' is not followed by whitespace. 158
Errors '(' is followed by whitespace. 158
Errors Line is longer than 80 characters. 159
Errors Line contains a tab character. 159
Errors '(' is followed by whitespace. 159
Errors Line contains a tab character. 160
Errors Line has trailing spaces. 161
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line has trailing spaces. 167
Errors Line contains a tab character. 167
Errors Line has trailing spaces. 168
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors '{' should be on the previous line. 169
Errors Line is longer than 80 characters. 170
Errors Line contains a tab character. 170
Errors '(' is followed by whitespace. 170
Errors Line has trailing spaces. 171
Errors Line contains a tab character. 171
Errors Line is longer than 80 characters. 172
Errors Line contains a tab character. 172
Errors '(' is followed by whitespace. 172
Errors '(' is followed by whitespace. 172
Errors Line contains a tab character. 173
Errors '(' is followed by whitespace. 173
Errors Line contains a tab character. 174
Errors Line has trailing spaces. 175
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors '{' should be on the previous line. 176
Errors Line contains a tab character. 177
Errors 'cast' is not followed by whitespace. 177
Errors Line contains a tab character. 178
Errors '(' is followed by whitespace. 178
Errors '(' is followed by whitespace. 178
Errors Line contains a tab character. 179
Errors Line has trailing spaces. 180
Errors Line is longer than 80 characters. 180
Errors Line contains a tab character. 180
Errors '(' is followed by whitespace. 180
Errors '(' is followed by whitespace. 180
Errors Line contains a tab character. 181
Errors Line has trailing spaces. 182
Errors Line contains a tab character. 182
Errors '}' should be on the same line. 182
Errors Line has trailing spaces. 183
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors '{' should be on the previous line. 184
Errors Line is longer than 80 characters. 185
Errors Line contains a tab character. 185
Errors '(' is followed by whitespace. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 189
Errors Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. 189
Errors Missing a Javadoc comment. 189
Errors '(' is followed by whitespace. 189
Errors Parameter url should be final. 189
Errors Line contains a tab character. 190
Errors '{' should be on the previous line. 190
Errors Line contains a tab character. 191
Errors '(' is followed by whitespace. 191
Errors Line contains a tab character. 192
Errors Line has trailing spaces. 193
Errors Line contains a tab character. 193
Errors Line has trailing spaces. 194
Errors Line contains a tab character. 194
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 194
Errors Missing a Javadoc comment. 194
Errors Parameter file should be final. 194
Errors 'file' hides a field. 194
Errors Line contains a tab character. 195
Errors '{' should be on the previous line. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197

net/sf/ovanttasks/ovanttasks/OsPropertiesTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 8
Errors Line contains a tab character. 9
Errors Line contains a tab character. 10
Errors '{' should be on the previous line. 15
Errors Line contains a tab character. 16
Errors Line contains a tab character. 17
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 17
Errors Expected @throws tag for 'BuildException'. 17
Errors Redundant throws: 'BuildException' is unchecked exception. 17
Errors Line contains a tab character. 18
Errors '{' should be on the previous line. 18
Errors Line is longer than 80 characters. 19
Errors Line contains a tab character. 19
Errors '(' is followed by whitespace. 19
Errors '(' is followed by whitespace. 19
Errors Line is longer than 80 characters. 20
Errors Line contains a tab character. 20
Errors '(' is followed by whitespace. 20
Errors '(' is followed by whitespace. 20
Errors Line is longer than 80 characters. 21
Errors Line contains a tab character. 21
Errors '(' is followed by whitespace. 21
Errors '(' is followed by whitespace. 21
Errors Line contains a tab character. 23
Errors Line has trailing spaces. 24
Errors Line contains a tab character. 24
Errors Line contains a tab character. 25
Errors 'if' is not followed by whitespace. 25
Errors '(' is followed by whitespace. 25
Errors '(' is followed by whitespace. 25
Errors Line has trailing spaces. 26
Errors Line contains a tab character. 26
Errors '{' should be on the previous line. 26
Errors Line contains a tab character. 27
Errors '(' is followed by whitespace. 27
Errors 'if' construct must use '{}'s. 28
Errors Line contains a tab character. 28
Errors 'if' is not followed by whitespace. 28
Errors '(' is followed by whitespace. 28
Errors '>' is not preceded with whitespace. 28
Errors '>' is not followed by whitespace. 28
Errors Line contains a tab character. 29
Errors '(' is followed by whitespace. 29
Errors Line contains a tab character. 30
Errors '(' is followed by whitespace. 30
Errors Line contains a tab character. 31
Errors Line has trailing spaces. 32
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors 'if' is not followed by whitespace. 33
Errors '(' is followed by whitespace. 33
Errors '(' is followed by whitespace. 33
Errors Line has trailing spaces. 34
Errors Line contains a tab character. 34
Errors '{' should be on the previous line. 34
Errors Line has trailing spaces. 35
Errors Line contains a tab character. 35
Errors '(' is followed by whitespace. 35
Errors 'if' construct must use '{}'s. 36
Errors Line contains a tab character. 36
Errors 'if' is not followed by whitespace. 36
Errors '(' is followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors '>' is not followed by whitespace. 36
Errors Line contains a tab character. 37
Errors '(' is followed by whitespace. 37
Errors Line contains a tab character. 38
Errors '(' is followed by whitespace. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 41
Errors 'if' is not followed by whitespace. 41
Errors '(' is followed by whitespace. 41
Errors '(' is followed by whitespace. 41
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors '{' should be on the previous line. 42
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 43
Errors '(' is followed by whitespace. 43
Errors 'if' construct must use '{}'s. 44
Errors Line contains a tab character. 44
Errors 'if' is not followed by whitespace. 44
Errors '(' is followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '>' is not followed by whitespace. 44
Errors Line contains a tab character. 45
Errors '(' is followed by whitespace. 45
Errors Line contains a tab character. 46
Errors '(' is followed by whitespace. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 49
Errors 'if' is not followed by whitespace. 49
Errors '(' is followed by whitespace. 49
Errors '(' is followed by whitespace. 49
Errors Line contains a tab character. 50
Errors '{' should be on the previous line. 50
Errors Line has trailing spaces. 51
Errors Line contains a tab character. 51
Errors '(' is followed by whitespace. 51
Errors 'if' construct must use '{}'s. 52
Errors Line contains a tab character. 52
Errors 'if' is not followed by whitespace. 52
Errors '(' is followed by whitespace. 52
Errors '>' is not preceded with whitespace. 52
Errors '>' is not followed by whitespace. 52
Errors Line contains a tab character. 53
Errors '(' is followed by whitespace. 53
Errors Line contains a tab character. 54
Errors '(' is followed by whitespace. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 58
Errors 'if' is not followed by whitespace. 58
Errors '(' is followed by whitespace. 58
Errors '(' is followed by whitespace. 58
Errors Line has trailing spaces. 59
Errors Line contains a tab character. 59
Errors '{' should be on the previous line. 59
Errors Line has trailing spaces. 60
Errors Line contains a tab character. 60
Errors '(' is followed by whitespace. 60
Errors 'if' construct must use '{}'s. 61
Errors Line contains a tab character. 61
Errors 'if' is not followed by whitespace. 61
Errors '(' is followed by whitespace. 61
Errors '>' is not preceded with whitespace. 61
Errors '>' is not followed by whitespace. 61
Errors Line contains a tab character. 62
Errors '(' is followed by whitespace. 62
Errors Line contains a tab character. 63
Errors '(' is followed by whitespace. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors 'if' is not followed by whitespace. 66
Errors '(' is followed by whitespace. 66
Errors '(' is followed by whitespace. 66
Errors Line has trailing spaces. 67
Errors Line contains a tab character. 67
Errors '{' should be on the previous line. 67
Errors Line contains a tab character. 68
Errors '(' is followed by whitespace. 68
Errors 'if' construct must use '{}'s. 69
Errors Line contains a tab character. 69
Errors 'if' is not followed by whitespace. 69
Errors '(' is followed by whitespace. 69
Errors '>' is not preceded with whitespace. 69
Errors '>' is not followed by whitespace. 69
Errors Line contains a tab character. 70
Errors '(' is followed by whitespace. 70
Errors Line contains a tab character. 71
Errors '(' is followed by whitespace. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 74
Errors 'if' is not followed by whitespace. 74
Errors '(' is followed by whitespace. 74
Errors '(' is followed by whitespace. 74
Errors Line contains a tab character. 75
Errors '{' should be on the previous line. 75
Errors Line contains a tab character. 76
Errors '(' is followed by whitespace. 76
Errors 'if' construct must use '{}'s. 77
Errors Line contains a tab character. 77
Errors 'if' is not followed by whitespace. 77
Errors '(' is followed by whitespace. 77
Errors '>' is not preceded with whitespace. 77
Errors '>' is not followed by whitespace. 77
Errors Line contains a tab character. 78
Errors '(' is followed by whitespace. 78
Errors Line contains a tab character. 79
Errors '(' is followed by whitespace. 79
Errors Line contains a tab character. 80
Errors Line has trailing spaces. 82
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors 'if' is not followed by whitespace. 83
Errors '(' is followed by whitespace. 83
Errors '(' is followed by whitespace. 83
Errors '(' is followed by whitespace. 83
Errors Line contains a tab character. 84
Errors '{' should be on the previous line. 84
Errors Line contains a tab character. 85
Errors '(' is followed by whitespace. 85
Errors 'if' construct must use '{}'s. 86
Errors Line contains a tab character. 86
Errors 'if' is not followed by whitespace. 86
Errors '(' is followed by whitespace. 86
Errors '>' is not preceded with whitespace. 86
Errors '>' is not followed by whitespace. 86
Errors Line contains a tab character. 87
Errors '(' is followed by whitespace. 87
Errors Line contains a tab character. 88
Errors '(' is followed by whitespace. 88
Errors Line has trailing spaces. 89
Errors Line contains a tab character. 89
Errors Line has trailing spaces. 90
Errors Line contains a tab character. 90
Errors 'if' construct must use '{}'s. 91
Errors Line contains a tab character. 91
Errors 'if' is not followed by whitespace. 91
Errors '(' is followed by whitespace. 91
Errors '>' is not preceded with whitespace. 91
Errors '>' is not followed by whitespace. 91
Errors Line contains a tab character. 92
Errors '(' is followed by whitespace. 92
Errors Line contains a tab character. 93

net/sf/ovanttasks/ovanttasks/PreferencesTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 18
Errors Line contains a tab character. 19
Errors Line contains a tab character. 20
Errors '{' should be on the previous line. 26
Errors Line contains a tab character. 27
Errors Missing a Javadoc comment. 27
Errors Variable 'type' must be private and have accessor methods. 27
Errors '=' is not preceded with whitespace. 27
Errors '=' is not followed by whitespace. 27
Errors Variable 'path' must be private and have accessor methods. 27
Errors '=' is not preceded with whitespace. 27
Errors '=' is not followed by whitespace. 27
Errors Line has trailing spaces. 28
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Missing a Javadoc comment. 29
Errors Variable 'rootPrefs' must be private and have accessor methods. 29
Errors Line has trailing spaces. 30
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Missing a Javadoc comment. 31
Errors Variable 'actions' must be private and have accessor methods. 31
Errors Line has trailing spaces. 32
Errors Line contains a tab character. 32
Errors Missing a Javadoc comment. 33
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors '{' should be on the previous line. 34
Errors Line contains a tab character. 35
Errors Missing a Javadoc comment. 35
Errors Variable 'name' must be private and have accessor methods. 35
Errors '=' is not preceded with whitespace. 35
Errors '=' is not followed by whitespace. 35
Errors Line has trailing spaces. 36
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Missing a Javadoc comment. 37
Errors Variable 'value' must be private and have accessor methods. 37
Errors '=' is not preceded with whitespace. 37
Errors '=' is not followed by whitespace. 37
Errors Line has trailing spaces. 38
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Missing a Javadoc comment. 39
Errors Variable 'path' must be private and have accessor methods. 39
Errors '=' is not preceded with whitespace. 39
Errors '=' is not followed by whitespace. 39
Errors Line has trailing spaces. 40
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors Parameter string should be final. 41
Errors Line contains a tab character. 42
Errors '{' should be on the previous line. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 46
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors Parameter string should be final. 46
Errors Line contains a tab character. 47
Errors '{' should be on the previous line. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 51
Errors Method 'setPath' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Parameter string should be final. 51
Errors Line contains a tab character. 52
Errors '{' should be on the previous line. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line has trailing spaces. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors '(' is followed by whitespace. 56
Errors Parameter s should be final. 56
Errors Line contains a tab character. 57
Errors '{' should be on the previous line. 57
Errors 'if' construct must use '{}'s. 58
Errors Line contains a tab character. 58
Errors 'if' is not followed by whitespace. 58
Errors '(' is followed by whitespace. 58
Errors '==' is not preceded with whitespace. 58
Errors '==' is not followed by whitespace. 58
Errors '>' is not preceded with whitespace. 58
Errors '>' is not followed by whitespace. 58
Errors Line is longer than 80 characters. 59
Errors Line contains a tab character. 59
Errors '(' is followed by whitespace. 59
Errors Line contains a tab character. 60
Errors Line has trailing spaces. 61
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors Line contains a tab character. 63
Errors '{' should be on the previous line. 63
Errors 'if' construct must use '{}'s. 64
Errors Line contains a tab character. 64
Errors 'if' is not followed by whitespace. 64
Errors '(' is followed by whitespace. 64
Errors '==' is not preceded with whitespace. 64
Errors '==' is not followed by whitespace. 64
Errors Line is longer than 80 characters. 65
Errors Line contains a tab character. 65
Errors '(' is followed by whitespace. 65
Errors Line has trailing spaces. 66
Errors Line contains a tab character. 66
Errors 'if' construct must use '{}'s. 67
Errors Line contains a tab character. 67
Errors 'if' is not followed by whitespace. 67
Errors '(' is followed by whitespace. 67
Errors '==' is not preceded with whitespace. 67
Errors '==' is not followed by whitespace. 67
Errors Line is longer than 80 characters. 68
Errors Line contains a tab character. 68
Errors '(' is followed by whitespace. 68
Errors Line has trailing spaces. 69
Errors Line contains a tab character. 69
Errors Line has trailing spaces. 70
Errors Line contains a tab character. 70
Errors Line has trailing spaces. 71
Errors Line contains a tab character. 71
Errors 'if' construct must use '{}'s. 72
Errors Line contains a tab character. 72
Errors 'if' is not followed by whitespace. 72
Errors '(' is followed by whitespace. 72
Errors '!=' is not preceded with whitespace. 72
Errors '!=' is not followed by whitespace. 72
Errors Line contains a tab character. 73
Errors '(' is followed by whitespace. 73
Errors Line has trailing spaces. 74
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors '(' is followed by whitespace. 75
Errors Line contains a tab character. 76
Errors Line has trailing spaces. 77
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Method 'getSubTaskName' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors Line contains a tab character. 79
Errors '{' should be on the previous line. 79
Errors Line is longer than 80 characters. 80
Errors Line contains a tab character. 80
Errors '(' is followed by whitespace. 80
Errors '(' is followed by whitespace. 80
Errors '+' is not preceded with whitespace. 80
Errors '+' is not followed by whitespace. 80
Errors Line contains a tab character. 81
Errors '(' is followed by whitespace. 81
Errors Avoid inline conditionals. 81
Errors '(' is followed by whitespace. 81
Errors Line contains a tab character. 82
Errors Line has trailing spaces. 83
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Missing a Javadoc comment. 84
Errors '(' is followed by whitespace. 84
Errors Line contains a tab character. 85
Errors Line has trailing spaces. 86
Errors Line contains a tab character. 86
Errors Missing a Javadoc comment. 87
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors '{' should be on the previous line. 88
Errors Line contains a tab character. 89
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 89
Errors Missing a Javadoc comment. 89
Errors '(' is followed by whitespace. 89
Errors Parameter p should be final. 89
Errors Line contains a tab character. 90
Errors '{' should be on the previous line. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors '{' should be on the previous line. 92
Errors Line contains a tab character. 93
Errors '(' is followed by whitespace. 93
Errors Line contains a tab character. 94
Errors '(' is followed by whitespace. 94
Errors Line has trailing spaces. 95
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors '}' should be on the same line. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors '{' should be on the previous line. 99
Errors Line is longer than 80 characters. 100
Errors Line contains a tab character. 100
Errors '(' is followed by whitespace. 100
Errors Line contains a tab character. 101
Errors '}' should be on the same line. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors '{' should be on the previous line. 103
Errors Line is longer than 80 characters. 104
Errors Line contains a tab character. 104
Errors '(' is followed by whitespace. 104
Errors '+' is not preceded with whitespace. 104
Errors Line has trailing spaces. 105
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line has trailing spaces. 108
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Method 'createInt' is not designed for extension - needs to be abstract, final or empty. 109
Errors Missing a Javadoc comment. 109
Errors Line contains a tab character. 110
Errors '{' should be on the previous line. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors '(' is followed by whitespace. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Missing a Javadoc comment. 116
Errors Line contains a tab character. 116
Errors Name '_String' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 116
Errors Line contains a tab character. 117
Errors '{' should be on the previous line. 117
Errors Line contains a tab character. 118
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors '(' is followed by whitespace. 118
Errors Parameter p should be final. 118
Errors Line contains a tab character. 119
Errors '{' should be on the previous line. 119
Errors Line contains a tab character. 120
Errors '(' is followed by whitespace. 120
Errors Line has trailing spaces. 121
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors '{' should be on the previous line. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors '}' should be on the same line. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors '{' should be on the previous line. 127
Errors Line is longer than 80 characters. 128
Errors Line contains a tab character. 128
Errors '(' is followed by whitespace. 128
Errors '+' is not preceded with whitespace. 128
Errors Line has trailing spaces. 129
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 133
Errors Method 'createString' is not designed for extension - needs to be abstract, final or empty. 133
Errors Missing a Javadoc comment. 133
Errors Line contains a tab character. 134
Errors '{' should be on the previous line. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors '(' is followed by whitespace. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 140
Errors Method 'createTest' is not designed for extension - needs to be abstract, final or empty. 140
Errors Missing a Javadoc comment. 140
Errors Line contains a tab character. 141
Errors '{' should be on the previous line. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors '(' is followed by whitespace. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line has trailing spaces. 146
Errors Line contains a tab character. 146
Errors Missing a Javadoc comment. 147
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors '{' should be on the previous line. 148
Errors Line contains a tab character. 149
Errors Missing a Javadoc comment. 149
Errors Variable 'file' must be private and have accessor methods. 149
Errors '=' is not preceded with whitespace. 149
Errors '=' is not followed by whitespace. 149
Errors Line has trailing spaces. 150
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Missing a Javadoc comment. 151
Errors Variable 'fileSets' must be private and have accessor methods. 151
Errors Line has trailing spaces. 152
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Method 'addFileSet' is not designed for extension - needs to be abstract, final or empty. 153
Errors Missing a Javadoc comment. 153
Errors '(' is followed by whitespace. 153
Errors Parameter fileSet should be final. 153
Errors Line contains a tab character. 154
Errors '{' should be on the previous line. 154
Errors Line contains a tab character. 155
Errors '(' is followed by whitespace. 155
Errors Line contains a tab character. 156
Errors Line has trailing spaces. 157
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 158
Errors Missing a Javadoc comment. 158
Errors Line contains a tab character. 159
Errors '{' should be on the previous line. 159
Errors 'if' construct must use '{}'s. 160
Errors Line is longer than 80 characters. 160
Errors Line contains a tab character. 160
Errors 'if' is not followed by whitespace. 160
Errors '(' is followed by whitespace. 160
Errors '==' is not preceded with whitespace. 160
Errors '==' is not followed by whitespace. 160
Errors '==' is not preceded with whitespace. 160
Errors '==' is not followed by whitespace. 160
Errors '!=' is not preceded with whitespace. 160
Errors '!=' is not followed by whitespace. 160
Errors '>' is not preceded with whitespace. 160
Errors '>' is not followed by whitespace. 160
Errors Line is longer than 80 characters. 161
Errors Line contains a tab character. 161
Errors '(' is followed by whitespace. 161
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors '{' should be on the previous line. 164
Errors Line contains a tab character. 165
Errors 'if' is not followed by whitespace. 165
Errors '(' is followed by whitespace. 165
Errors '!=' is not preceded with whitespace. 165
Errors '!=' is not followed by whitespace. 165
Errors Line contains a tab character. 166
Errors '{' should be on the previous line. 166
Errors Line is longer than 80 characters. 167
Errors Line contains a tab character. 167
Errors '(' is followed by whitespace. 167
Errors Line is longer than 80 characters. 168
Errors Line contains a tab character. 168
Errors '(' is followed by whitespace. 168
Errors '(' is followed by whitespace. 168
Errors Line contains a tab character. 169
Errors '}' should be on the same line. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors '{' should be on the previous line. 171
Errors Line contains a tab character. 172
Errors 'for' is not followed by whitespace. 172
Errors '(' is followed by whitespace. 172
Errors '=' is not preceded with whitespace. 172
Errors '=' is not followed by whitespace. 172
Errors '<' is not preceded with whitespace. 172
Errors '<' is not followed by whitespace. 172
Errors Line contains a tab character. 173
Errors '{' should be on the previous line. 173
Errors Line is longer than 80 characters. 174
Errors Line contains a tab character. 174
Errors 'cast' is not followed by whitespace. 174
Errors '(' is followed by whitespace. 174
Errors Line is longer than 80 characters. 175
Errors Line contains a tab character. 175
Errors '(' is followed by whitespace. 175
Errors Line is longer than 80 characters. 176
Errors Line contains a tab character. 176
Errors Array brackets at illegal position. 176
Errors Line is longer than 80 characters. 178
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors '{' should be on the previous line. 179
Errors Line is longer than 80 characters. 180
Errors Line contains a tab character. 180
Errors Line is longer than 80 characters. 181
Errors Line contains a tab character. 181
Errors '(' is followed by whitespace. 181
Errors Line is longer than 80 characters. 182
Errors Line contains a tab character. 182
Errors '(' is followed by whitespace. 182
Errors '(' is followed by whitespace. 182
Errors '(' is followed by whitespace. 182
Errors Line has trailing spaces. 183
Errors Line is longer than 80 characters. 183
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors '}' should be on the same line. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors '{' should be on the previous line. 188
Errors Line contains a tab character. 189
Errors Line is longer than 80 characters. 190
Errors Line contains a tab character. 190
Errors '(' is followed by whitespace. 190
Errors Line has trailing spaces. 191
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 194
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 194
Errors Missing a Javadoc comment. 194
Errors Parameter file should be final. 194
Errors 'file' hides a field. 194
Errors Line contains a tab character. 195
Errors '{' should be on the previous line. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line has trailing spaces. 199
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors Method 'createImport' is not designed for extension - needs to be abstract, final or empty. 200
Errors Missing a Javadoc comment. 200
Errors Line contains a tab character. 201
Errors '{' should be on the previous line. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors '(' is followed by whitespace. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors Missing a Javadoc comment. 207
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors '{' should be on the previous line. 208
Errors Line contains a tab character. 209
Errors Missing a Javadoc comment. 209
Errors Variable 'file' must be private and have accessor methods. 209
Errors '=' is not preceded with whitespace. 209
Errors '=' is not followed by whitespace. 209
Errors Line contains a tab character. 210
Errors Missing a Javadoc comment. 210
Errors Variable 'noSubElements' must be private and have accessor methods. 210
Errors Line has trailing spaces. 211
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Missing a Javadoc comment. 212
Errors Variable 'path' must be private and have accessor methods. 212
Errors '=' is not preceded with whitespace. 212
Errors '=' is not followed by whitespace. 212
Errors Line has trailing spaces. 213
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 214
Errors Missing a Javadoc comment. 214
Errors Line contains a tab character. 215
Errors '{' should be on the previous line. 215
Errors 'if' construct must use '{}'s. 216
Errors Line contains a tab character. 216
Errors 'if' is not followed by whitespace. 216
Errors '(' is followed by whitespace. 216
Errors '==' is not preceded with whitespace. 216
Errors '==' is not followed by whitespace. 216
Errors Line is longer than 80 characters. 217
Errors Line contains a tab character. 217
Errors '(' is followed by whitespace. 217
Errors Line has trailing spaces. 219
Errors Line contains a tab character. 219
Errors Line contains a tab character. 221
Errors Line contains a tab character. 222
Errors '{' should be on the previous line. 222
Errors Line contains a tab character. 223
Errors 'if' is not followed by whitespace. 223
Errors '(' is followed by whitespace. 223
Errors '!=' is not preceded with whitespace. 223
Errors '!=' is not followed by whitespace. 223
Errors Line contains a tab character. 224
Errors '{' should be on the previous line. 224
Errors 'if' construct must use '{}'s. 225
Errors Line contains a tab character. 225
Errors 'if' is not followed by whitespace. 225
Errors '(' is followed by whitespace. 225
Errors '(' is followed by whitespace. 225
Errors Line contains a tab character. 226
Errors '(' is followed by whitespace. 226
Errors 'else' construct must use '{}'s. 227
Errors Line contains a tab character. 227
Errors Line is longer than 80 characters. 228
Errors Line contains a tab character. 228
Errors '(' is followed by whitespace. 228
Errors Line has trailing spaces. 229
Errors Line contains a tab character. 229
Errors Line has trailing spaces. 230
Errors Line contains a tab character. 230
Errors Line is longer than 80 characters. 231
Errors Line contains a tab character. 231
Errors '(' is followed by whitespace. 231
Errors 'if' construct must use '{}'s. 232
Errors Line contains a tab character. 232
Errors 'if' is not followed by whitespace. 232
Errors '(' is followed by whitespace. 232
Errors Line is longer than 80 characters. 233
Errors Line contains a tab character. 233
Errors '(' is followed by whitespace. 233
Errors '(' is followed by whitespace. 233
Errors 'else' construct must use '{}'s. 234
Errors Line has trailing spaces. 234
Errors Line contains a tab character. 234
Errors Line is longer than 80 characters. 235
Errors Line contains a tab character. 235
Errors '(' is followed by whitespace. 235
Errors '(' is followed by whitespace. 235
Errors Line contains a tab character. 236
Errors '}' should be on the same line. 236
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors '{' should be on the previous line. 238
Errors Line contains a tab character. 239
Errors Line is longer than 80 characters. 240
Errors Line contains a tab character. 240
Errors '(' is followed by whitespace. 240
Errors Line has trailing spaces. 241
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 244
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 244
Errors Missing a Javadoc comment. 244
Errors Parameter file should be final. 244
Errors 'file' hides a field. 244
Errors Line contains a tab character. 245
Errors '{' should be on the previous line. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors Line has trailing spaces. 248
Errors Line contains a tab character. 248
Errors Line has trailing spaces. 250
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors Method 'setPath' is not designed for extension - needs to be abstract, final or empty. 251
Errors Missing a Javadoc comment. 251
Errors Parameter string should be final. 251
Errors Line contains a tab character. 252
Errors '{' should be on the previous line. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 254
Errors Line has trailing spaces. 255
Errors Line contains a tab character. 255
Errors Line contains a tab character. 256
Errors Method 'setNoSubElements' is not designed for extension - needs to be abstract, final or empty. 256
Errors Missing a Javadoc comment. 256
Errors Parameter b should be final. 256
Errors Line contains a tab character. 257
Errors '{' should be on the previous line. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 259
Errors Line contains a tab character. 261
Errors Line contains a tab character. 263
Errors Method 'createExport' is not designed for extension - needs to be abstract, final or empty. 263
Errors Missing a Javadoc comment. 263
Errors Line contains a tab character. 264
Errors '{' should be on the previous line. 264
Errors Line contains a tab character. 265
Errors Line contains a tab character. 266
Errors '(' is followed by whitespace. 266
Errors Line contains a tab character. 267
Errors Line contains a tab character. 268
Errors Line has trailing spaces. 270
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Method 'createGet' is not designed for extension - needs to be abstract, final or empty. 271
Errors Missing a Javadoc comment. 271
Errors Line contains a tab character. 272
Errors '{' should be on the previous line. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Errors '(' is followed by whitespace. 274
Errors Line contains a tab character. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 278
Errors Method 'createRemove' is not designed for extension - needs to be abstract, final or empty. 278
Errors Missing a Javadoc comment. 278
Errors Line contains a tab character. 279
Errors '{' should be on the previous line. 279
Errors Line contains a tab character. 280
Errors Line contains a tab character. 281
Errors '(' is followed by whitespace. 281
Errors Line contains a tab character. 282
Errors Line contains a tab character. 283
Errors Missing a Javadoc comment. 285
Errors Line contains a tab character. 285
Errors Line contains a tab character. 286
Errors '{' should be on the previous line. 286
Errors Line contains a tab character. 287
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 287
Errors Missing a Javadoc comment. 287
Errors '(' is followed by whitespace. 287
Errors Parameter p should be final. 287
Errors Line contains a tab character. 288
Errors '{' should be on the previous line. 288
Errors Line contains a tab character. 289
Errors Line contains a tab character. 290
Errors '{' should be on the previous line. 290
Errors Line is longer than 80 characters. 291
Errors Line contains a tab character. 291
Errors '(' is followed by whitespace. 291
Errors Line contains a tab character. 292
Errors '(' is followed by whitespace. 292
Errors Line has trailing spaces. 293
Errors Line contains a tab character. 293
Errors Line contains a tab character. 294
Errors Line contains a tab character. 295
Errors '}' should be on the same line. 295
Errors Line contains a tab character. 296
Errors Line contains a tab character. 297
Errors '{' should be on the previous line. 297
Errors Line is longer than 80 characters. 298
Errors Line contains a tab character. 298
Errors '(' is followed by whitespace. 298
Errors Line contains a tab character. 299
Errors '}' should be on the same line. 299
Errors Line contains a tab character. 300
Errors Line contains a tab character. 301
Errors '{' should be on the previous line. 301
Errors Line is longer than 80 characters. 302
Errors Line contains a tab character. 302
Errors '(' is followed by whitespace. 302
Errors '+' is not preceded with whitespace. 302
Errors Line has trailing spaces. 303
Errors Line contains a tab character. 303
Errors Line contains a tab character. 304
Errors Line contains a tab character. 305
Errors Line has trailing spaces. 306
Errors Line contains a tab character. 306
Errors Line contains a tab character. 307
Errors Method 'createLong' is not designed for extension - needs to be abstract, final or empty. 307
Errors Missing a Javadoc comment. 307
Errors Line contains a tab character. 308
Errors '{' should be on the previous line. 308
Errors Line contains a tab character. 309
Errors Line contains a tab character. 310
Errors '(' is followed by whitespace. 310
Errors Line contains a tab character. 311
Errors Line contains a tab character. 312
Errors Line has trailing spaces. 313
Errors Line contains a tab character. 313
Errors Missing a Javadoc comment. 314
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors '{' should be on the previous line. 315
Errors Line contains a tab character. 316
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 316
Errors Missing a Javadoc comment. 316
Errors '(' is followed by whitespace. 316
Errors Parameter p should be final. 316
Errors Line contains a tab character. 317
Errors '{' should be on the previous line. 317
Errors Line contains a tab character. 318
Errors 'if' construct must use '{}'s. 319
Errors Line contains a tab character. 319
Errors 'if' is not followed by whitespace. 319
Errors '(' is followed by whitespace. 319
Errors Line is longer than 80 characters. 320
Errors Line contains a tab character. 320
Errors '(' is followed by whitespace. 320
Errors Line has trailing spaces. 321
Errors Line contains a tab character. 321
Errors Line contains a tab character. 322
Errors Line contains a tab character. 323
Errors '{' should be on the previous line. 323
Errors Line contains a tab character. 324
Errors '(' is followed by whitespace. 324
Errors '(' is followed by whitespace. 324
Errors Line has trailing spaces. 325
Errors Line contains a tab character. 325
Errors Line contains a tab character. 326
Errors Line contains a tab character. 327
Errors '}' should be on the same line. 327
Errors Line contains a tab character. 328
Errors Line contains a tab character. 329
Errors '{' should be on the previous line. 329
Errors Line is longer than 80 characters. 330
Errors Line contains a tab character. 330
Errors '(' is followed by whitespace. 330
Errors '+' is not preceded with whitespace. 330
Errors Line contains a tab character. 331
Errors Line contains a tab character. 332
Errors Line contains a tab character. 333
Errors Line contains a tab character. 335
Errors Method 'createBoolean' is not designed for extension - needs to be abstract, final or empty. 335
Errors Missing a Javadoc comment. 335
Errors Line contains a tab character. 336
Errors '{' should be on the previous line. 336
Errors Line contains a tab character. 337
Errors Line contains a tab character. 338
Errors '(' is followed by whitespace. 338
Errors Line contains a tab character. 339
Errors Line contains a tab character. 340
Errors Missing a Javadoc comment. 342
Errors Line contains a tab character. 342
Errors Line contains a tab character. 343
Errors '{' should be on the previous line. 343
Errors Line contains a tab character. 344
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 344
Errors Missing a Javadoc comment. 344
Errors '(' is followed by whitespace. 344
Errors Parameter p should be final. 344
Errors Line contains a tab character. 345
Errors '{' should be on the previous line. 345
Errors Line contains a tab character. 346
Errors Line contains a tab character. 347
Errors '{' should be on the previous line. 347
Errors Line is longer than 80 characters. 348
Errors Line contains a tab character. 348
Errors '(' is followed by whitespace. 348
Errors Line contains a tab character. 349
Errors '(' is followed by whitespace. 349
Errors Line has trailing spaces. 350
Errors Line contains a tab character. 350
Errors Line contains a tab character. 351
Errors Line contains a tab character. 352
Errors '}' should be on the same line. 352
Errors Line contains a tab character. 353
Errors Line contains a tab character. 354
Errors '{' should be on the previous line. 354
Errors Line is longer than 80 characters. 355
Errors Line contains a tab character. 355
Errors '(' is followed by whitespace. 355
Errors Line contains a tab character. 356
Errors '}' should be on the same line. 356
Errors Line contains a tab character. 357
Errors Line contains a tab character. 358
Errors '{' should be on the previous line. 358
Errors Line is longer than 80 characters. 359
Errors Line contains a tab character. 359
Errors '(' is followed by whitespace. 359
Errors '+' is not preceded with whitespace. 359
Errors Line has trailing spaces. 360
Errors Line contains a tab character. 360
Errors Line contains a tab character. 361
Errors Line contains a tab character. 362
Errors Line contains a tab character. 364
Errors Method 'createFloat' is not designed for extension - needs to be abstract, final or empty. 364
Errors Missing a Javadoc comment. 364
Errors Line contains a tab character. 365
Errors '{' should be on the previous line. 365
Errors Line contains a tab character. 366
Errors Line contains a tab character. 367
Errors '(' is followed by whitespace. 367
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Line has trailing spaces. 370
Errors Line contains a tab character. 370
Errors Missing a Javadoc comment. 371
Errors Line contains a tab character. 371
Errors Line contains a tab character. 372
Errors '{' should be on the previous line. 372
Errors Line contains a tab character. 373
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 373
Errors Missing a Javadoc comment. 373
Errors '(' is followed by whitespace. 373
Errors Parameter p should be final. 373
Errors Line contains a tab character. 374
Errors '{' should be on the previous line. 374
Errors Line contains a tab character. 375
Errors Line contains a tab character. 376
Errors '{' should be on the previous line. 376
Errors Line is longer than 80 characters. 377
Errors Line contains a tab character. 377
Errors '(' is followed by whitespace. 377
Errors Line contains a tab character. 378
Errors '(' is followed by whitespace. 378
Errors Line has trailing spaces. 379
Errors Line contains a tab character. 379
Errors Line contains a tab character. 380
Errors Line contains a tab character. 381
Errors '}' should be on the same line. 381
Errors Line contains a tab character. 382
Errors Line contains a tab character. 383
Errors '{' should be on the previous line. 383
Errors Line is longer than 80 characters. 384
Errors Line contains a tab character. 384
Errors '(' is followed by whitespace. 384
Errors Line has trailing spaces. 385
Errors Line contains a tab character. 385
Errors '}' should be on the same line. 385
Errors Line contains a tab character. 386
Errors Line contains a tab character. 387
Errors '{' should be on the previous line. 387
Errors Line is longer than 80 characters. 388
Errors Line contains a tab character. 388
Errors '(' is followed by whitespace. 388
Errors '+' is not preceded with whitespace. 388
Errors Line has trailing spaces. 389
Errors Line contains a tab character. 389
Errors Line contains a tab character. 390
Errors Line contains a tab character. 391
Errors Line contains a tab character. 393
Errors Method 'createDouble' is not designed for extension - needs to be abstract, final or empty. 393
Errors Missing a Javadoc comment. 393
Errors Line contains a tab character. 394
Errors '{' should be on the previous line. 394
Errors Line contains a tab character. 395
Errors Line contains a tab character. 396
Errors '(' is followed by whitespace. 396
Errors Line contains a tab character. 397
Errors Line contains a tab character. 398
Errors Missing a Javadoc comment. 400
Errors Line contains a tab character. 400
Errors Line contains a tab character. 401
Errors '{' should be on the previous line. 401
Errors Line contains a tab character. 402
Errors Missing a Javadoc comment. 402
Errors Variable 'separator' must be private and have accessor methods. 402
Errors Line has trailing spaces. 403
Errors Line contains a tab character. 403
Errors Missing a Javadoc comment. 403
Errors Variable 'radix' must be private and have accessor methods. 403
Errors '10' is a magic number. 403
Errors Line has trailing spaces. 404
Errors Line contains a tab character. 404
Errors Line contains a tab character. 405
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 405
Errors Missing a Javadoc comment. 405
Errors '(' is followed by whitespace. 405
Errors Parameter p should be final. 405
Errors Line contains a tab character. 406
Errors '{' should be on the previous line. 406
Errors Line is longer than 80 characters. 407
Errors Line contains a tab character. 407
Errors '(' is followed by whitespace. 407
Errors Line contains a tab character. 408
Errors Line contains a tab character. 409
Errors Line contains a tab character. 410
Errors 'while' is not followed by whitespace. 410
Errors '(' is followed by whitespace. 410
Errors Line contains a tab character. 411
Errors '{' should be on the previous line. 411
Errors Line contains a tab character. 412
Errors Line contains a tab character. 413
Errors Line contains a tab character. 414
Errors '{' should be on the previous line. 414
Errors Line is longer than 80 characters. 415
Errors Line contains a tab character. 415
Errors '(' is followed by whitespace. 415
Errors Line contains a tab character. 416
Errors '}' should be on the same line. 416
Errors Line contains a tab character. 417
Errors Line contains a tab character. 418
Errors '{' should be on the previous line. 418
Errors Line is longer than 80 characters. 419
Errors Line contains a tab character. 419
Errors '(' is followed by whitespace. 419
Errors Line contains a tab character. 420
Errors Line contains a tab character. 421
Errors Line has trailing spaces. 422
Errors Line contains a tab character. 422
Errors Line contains a tab character. 423
Errors Line contains a tab character. 424
Errors '{' should be on the previous line. 424
Errors Line contains a tab character. 425
Errors '(' is followed by whitespace. 425
Errors Line contains a tab character. 426
Errors Line has trailing spaces. 427
Errors Line contains a tab character. 427
Errors '}' should be on the same line. 427
Errors Line contains a tab character. 428
Errors Line contains a tab character. 429
Errors '{' should be on the previous line. 429
Errors Line is longer than 80 characters. 430
Errors Line contains a tab character. 430
Errors '(' is followed by whitespace. 430
Errors '+' is not preceded with whitespace. 430
Errors Line has trailing spaces. 431
Errors Line contains a tab character. 431
Errors Line contains a tab character. 432
Errors Line contains a tab character. 434
Errors Method 'getSeparator' is not designed for extension - needs to be abstract, final or empty. 434
Errors Missing a Javadoc comment. 434
Errors Line contains a tab character. 435
Errors '{' should be on the previous line. 435
Errors Line contains a tab character. 436
Errors Line contains a tab character. 437
Errors Line contains a tab character. 439
Errors Method 'setSeparator' is not designed for extension - needs to be abstract, final or empty. 439
Errors Missing a Javadoc comment. 439
Errors Parameter string should be final. 439
Errors Line contains a tab character. 440
Errors '{' should be on the previous line. 440
Errors Line contains a tab character. 441
Errors Line contains a tab character. 442
Errors Line contains a tab character. 444
Errors Method 'getRadix' is not designed for extension - needs to be abstract, final or empty. 444
Errors Missing a Javadoc comment. 444
Errors Line contains a tab character. 445
Errors '{' should be on the previous line. 445
Errors Line contains a tab character. 446
Errors Line contains a tab character. 447
Errors Line contains a tab character. 449
Errors Method 'setRadix' is not designed for extension - needs to be abstract, final or empty. 449
Errors Missing a Javadoc comment. 449
Errors Parameter i should be final. 449
Errors Line contains a tab character. 450
Errors '{' should be on the previous line. 450
Errors Line contains a tab character. 451
Errors Line contains a tab character. 452
Errors Line contains a tab character. 453
Errors Line contains a tab character. 455
Errors Method 'createByteArray' is not designed for extension - needs to be abstract, final or empty. 455
Errors Missing a Javadoc comment. 455
Errors Line contains a tab character. 456
Errors '{' should be on the previous line. 456
Errors Line contains a tab character. 457
Errors Line contains a tab character. 458
Errors '(' is followed by whitespace. 458
Errors Line contains a tab character. 459
Errors Line contains a tab character. 460
Errors Missing a Javadoc comment. 462
Errors Line contains a tab character. 462
Errors Line contains a tab character. 463
Errors '{' should be on the previous line. 463
Errors Line contains a tab character. 464
Errors Missing a Javadoc comment. 464
Errors Variable 'name' must be private and have accessor methods. 464
Errors '=' is not preceded with whitespace. 464
Errors '=' is not followed by whitespace. 464
Errors Variable 'path' must be private and have accessor methods. 464
Errors '=' is not preceded with whitespace. 464
Errors '=' is not followed by whitespace. 464
Errors Line contains a tab character. 465
Errors Missing a Javadoc comment. 465
Errors Variable 'defaultValue' must be private and have accessor methods. 465
Errors '=' is not preceded with whitespace. 465
Errors '=' is not followed by whitespace. 465
Errors Line contains a tab character. 466
Errors Missing a Javadoc comment. 466
Errors Variable 'property' must be private and have accessor methods. 466
Errors Line has trailing spaces. 467
Errors Line contains a tab character. 467
Errors Line contains a tab character. 468
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 468
Errors Missing a Javadoc comment. 468
Errors Line contains a tab character. 469
Errors '{' should be on the previous line. 469
Errors 'if' construct must use '{}'s. 470
Errors Line contains a tab character. 470
Errors 'if' is not followed by whitespace. 470
Errors '(' is followed by whitespace. 470
Errors '==' is not preceded with whitespace. 470
Errors '==' is not followed by whitespace. 470
Errors Line is longer than 80 characters. 471
Errors Line contains a tab character. 471
Errors '(' is followed by whitespace. 471
Errors Line has trailing spaces. 472
Errors Line contains a tab character. 472
Errors 'if' construct must use '{}'s. 473
Errors Line contains a tab character. 473
Errors 'if' is not followed by whitespace. 473
Errors '(' is followed by whitespace. 473
Errors '==' is not preceded with whitespace. 473
Errors '==' is not followed by whitespace. 473
Errors Line is longer than 80 characters. 474
Errors Line contains a tab character. 474
Errors '(' is followed by whitespace. 474
Errors Line has trailing spaces. 475
Errors Line contains a tab character. 475
Errors Line has trailing spaces. 476
Errors Line contains a tab character. 476
Errors Line contains a tab character. 478
Errors Line contains a tab character. 479
Errors '{' should be on the previous line. 479
Errors Line contains a tab character. 480
Errors 'if' is not followed by whitespace. 480
Errors '(' is followed by whitespace. 480
Errors '!=' is not preceded with whitespace. 480
Errors '!=' is not followed by whitespace. 480
Errors Line contains a tab character. 481
Errors '{' should be on the previous line. 481
Errors Line contains a tab character. 482
Errors 'if' is not followed by whitespace. 482
Errors '(' is followed by whitespace. 482
Errors '(' is followed by whitespace. 482
Errors Line has trailing spaces. 483
Errors Line contains a tab character. 483
Errors '{' should be on the previous line. 483
Errors Line contains a tab character. 484
Errors '(' is followed by whitespace. 484
Errors Line contains a tab character. 485
Errors '}' should be on the same line. 485
Errors 'else' construct must use '{}'s. 486
Errors Line contains a tab character. 486
Errors Line is longer than 80 characters. 487
Errors Line contains a tab character. 487
Errors '(' is followed by whitespace. 487
Errors Line contains a tab character. 488
Errors Line has trailing spaces. 489
Errors Line contains a tab character. 489
Errors Line contains a tab character. 490
Errors '(' is followed by whitespace. 490
Errors Line contains a tab character. 491
Errors 'if' is not followed by whitespace. 491
Errors '(' is followed by whitespace. 491
Errors '(' is followed by whitespace. 491
Errors Line has trailing spaces. 492
Errors Line contains a tab character. 492
Errors '{' should be on the previous line. 492
Errors Line is longer than 80 characters. 493
Errors Line contains a tab character. 493
Errors '(' is followed by whitespace. 493
Errors '(' is followed by whitespace. 493
Errors Line contains a tab character. 494
Errors '}' should be on the same line. 494
Errors 'if' construct must use '{}'s. 495
Errors Line contains a tab character. 495
Errors 'if' is not followed by whitespace. 495
Errors '(' is followed by whitespace. 495
Errors '!=' is not preceded with whitespace. 495
Errors '!=' is not followed by whitespace. 495
Errors Line is longer than 80 characters. 496
Errors Line contains a tab character. 496
Errors '(' is followed by whitespace. 496
Errors Line has trailing spaces. 497
Errors Line contains a tab character. 497
Errors Line contains a tab character. 498
Errors '}' should be on the same line. 498
Errors Line contains a tab character. 499
Errors Line contains a tab character. 500
Errors '{' should be on the previous line. 500
Errors Line is longer than 80 characters. 501
Errors Line contains a tab character. 501
Errors '(' is followed by whitespace. 501
Errors Line contains a tab character. 502
Errors Line contains a tab character. 503
Errors Line contains a tab character. 505
Errors Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 505
Errors Missing a Javadoc comment. 505
Errors Line contains a tab character. 506
Errors '{' should be on the previous line. 506
Errors Line contains a tab character. 507
Errors Line contains a tab character. 508
Errors Line contains a tab character. 510
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 510
Errors Missing a Javadoc comment. 510
Errors Line contains a tab character. 511
Errors '{' should be on the previous line. 511
Errors Line contains a tab character. 512
Errors Line contains a tab character. 513
Errors Line contains a tab character. 515
Errors Method 'getPath' is not designed for extension - needs to be abstract, final or empty. 515
Errors Missing a Javadoc comment. 515
Errors Line contains a tab character. 516
Errors '{' should be on the previous line. 516
Errors Line contains a tab character. 517
Errors Line contains a tab character. 518
Errors Line contains a tab character. 520
Errors Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 520
Errors Missing a Javadoc comment. 520
Errors Line contains a tab character. 521
Errors '{' should be on the previous line. 521
Errors Line contains a tab character. 522
Errors Line contains a tab character. 523
Errors Line contains a tab character. 525
Errors Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 525
Errors Missing a Javadoc comment. 525
Errors Parameter string should be final. 525
Errors Line contains a tab character. 526
Errors '{' should be on the previous line. 526
Errors Line contains a tab character. 527
Errors Line contains a tab character. 528
Errors Line contains a tab character. 530
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 530
Errors Missing a Javadoc comment. 530
Errors Parameter string should be final. 530
Errors Line contains a tab character. 531
Errors '{' should be on the previous line. 531
Errors Line contains a tab character. 532
Errors Line contains a tab character. 533
Errors Line contains a tab character. 535
Errors Method 'setPath' is not designed for extension - needs to be abstract, final or empty. 535
Errors Missing a Javadoc comment. 535
Errors Parameter string should be final. 535
Errors Line contains a tab character. 536
Errors '{' should be on the previous line. 536
Errors Line contains a tab character. 537
Errors Line contains a tab character. 538
Errors Line contains a tab character. 540
Errors Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 540
Errors Missing a Javadoc comment. 540
Errors Parameter string should be final. 540
Errors Line contains a tab character. 541
Errors '{' should be on the previous line. 541
Errors Line contains a tab character. 542
Errors Line contains a tab character. 543
Errors Line contains a tab character. 544
Errors Missing a Javadoc comment. 546
Errors Line contains a tab character. 546
Errors Line contains a tab character. 547
Errors '{' should be on the previous line. 547
Errors Line contains a tab character. 548
Errors Missing a Javadoc comment. 548
Errors Variable 'node' must be private and have accessor methods. 548
Errors '=' is not preceded with whitespace. 548
Errors '=' is not followed by whitespace. 548
Errors Variable 'name' must be private and have accessor methods. 548
Errors '=' is not preceded with whitespace. 548
Errors '=' is not followed by whitespace. 548
Errors Line contains a tab character. 549
Errors Missing a Javadoc comment. 549
Errors Variable 'path' must be private and have accessor methods. 549
Errors '=' is not preceded with whitespace. 549
Errors '=' is not followed by whitespace. 549
Errors Line has trailing spaces. 550
Errors Line contains a tab character. 550
Errors Line contains a tab character. 551
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 551
Errors Missing a Javadoc comment. 551
Errors Parameter string should be final. 551
Errors Line contains a tab character. 552
Errors '{' should be on the previous line. 552
Errors Line contains a tab character. 553
Errors Line contains a tab character. 554
Errors Line contains a tab character. 556
Errors Method 'setNode' is not designed for extension - needs to be abstract, final or empty. 556
Errors Missing a Javadoc comment. 556
Errors Parameter string should be final. 556
Errors Line contains a tab character. 557
Errors '{' should be on the previous line. 557
Errors Line contains a tab character. 558
Errors Line contains a tab character. 559
Errors Line contains a tab character. 561
Errors Method 'setPath' is not designed for extension - needs to be abstract, final or empty. 561
Errors Missing a Javadoc comment. 561
Errors Parameter string should be final. 561
Errors Line contains a tab character. 562
Errors '{' should be on the previous line. 562
Errors Line contains a tab character. 563
Errors Line contains a tab character. 564
Errors Line contains a tab character. 566
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 566
Errors Missing a Javadoc comment. 566
Errors Line contains a tab character. 567
Errors '{' should be on the previous line. 567
Errors 'if' construct must use '{}'s. 568
Errors Line is longer than 80 characters. 568
Errors Line contains a tab character. 568
Errors 'if' is not followed by whitespace. 568
Errors '(' is followed by whitespace. 568
Errors '!=' is not preceded with whitespace. 568
Errors '!=' is not followed by whitespace. 568
Errors '!=' is not preceded with whitespace. 568
Errors '!=' is not followed by whitespace. 568
Errors '==' is not preceded with whitespace. 568
Errors '==' is not followed by whitespace. 568
Errors '==' is not preceded with whitespace. 568
Errors '==' is not followed by whitespace. 568
Errors Line is longer than 80 characters. 569
Errors Line contains a tab character. 569
Errors '(' is followed by whitespace. 569
Errors Line has trailing spaces. 571
Errors Line contains a tab character. 571
Errors Line contains a tab character. 573
Errors Line contains a tab character. 574
Errors '{' should be on the previous line. 574
Errors Line contains a tab character. 575
Errors 'if' is not followed by whitespace. 575
Errors '(' is followed by whitespace. 575
Errors '!=' is not preceded with whitespace. 575
Errors '!=' is not followed by whitespace. 575
Errors Line contains a tab character. 576
Errors '{' should be on the previous line. 576
Errors Line contains a tab character. 577
Errors 'if' is not followed by whitespace. 577
Errors '(' is followed by whitespace. 577
Errors '(' is followed by whitespace. 577
Errors Line has trailing spaces. 578
Errors Line contains a tab character. 578
Errors '{' should be on the previous line. 578
Errors Line contains a tab character. 579
Errors '(' is followed by whitespace. 579
Errors Line contains a tab character. 580
Errors Line contains a tab character. 581
Errors Line contains a tab character. 583
Errors 'if' is not followed by whitespace. 583
Errors '(' is followed by whitespace. 583
Errors '!=' is not preceded with whitespace. 583
Errors '!=' is not followed by whitespace. 583
Errors Line contains a tab character. 584
Errors '{' should be on the previous line. 584
Errors Line contains a tab character. 585
Errors '(' is followed by whitespace. 585
Errors Line contains a tab character. 586
Errors 'if' is not followed by whitespace. 586
Errors '(' is followed by whitespace. 586
Errors '(' is followed by whitespace. 586
Errors Line contains a tab character. 587
Errors '{' should be on the previous line. 587
Errors Line has trailing spaces. 588
Errors Line contains a tab character. 588
Errors '(' is followed by whitespace. 588
Errors Line contains a tab character. 589
Errors '}' should be on the same line. 589
Errors 'else' construct must use '{}'s. 590
Errors Line contains a tab character. 590
Errors Line is longer than 80 characters. 591
Errors Line contains a tab character. 591
Errors '(' is followed by whitespace. 591
Errors Line contains a tab character. 592
Errors '}' should be on the same line. 592
Errors Line contains a tab character. 593
Errors Line contains a tab character. 594
Errors '{' should be on the previous line. 594
Errors 'if' construct must use '{}'s. 595
Errors Line contains a tab character. 595
Errors 'if' is not followed by whitespace. 595
Errors '(' is followed by whitespace. 595
Errors '(' is followed by whitespace. 595
Errors Line contains a tab character. 596
Errors '(' is followed by whitespace. 596
Errors 'else' construct must use '{}'s. 597
Errors Line contains a tab character. 597
Errors Line has trailing spaces. 598
Errors Line is longer than 80 characters. 598
Errors Line contains a tab character. 598
Errors '(' is followed by whitespace. 598
Errors Line contains a tab character. 599
Errors Line contains a tab character. 600
Errors Line contains a tab character. 601
Errors '}' should be on the same line. 601
Errors Line contains a tab character. 602
Errors Line contains a tab character. 603
Errors '{' should be on the previous line. 603
Errors Line contains a tab character. 604
Errors Line is longer than 80 characters. 605
Errors Line contains a tab character. 605
Errors '(' is followed by whitespace. 605
Errors Line has trailing spaces. 606
Errors Line contains a tab character. 606
Errors Line contains a tab character. 607
Errors Line contains a tab character. 608
Errors Missing a Javadoc comment. 610
Errors Line contains a tab character. 610
Errors Line contains a tab character. 611
Errors '{' should be on the previous line. 611
Errors Line contains a tab character. 612
Errors Missing a Javadoc comment. 612
Errors Variable 'node' must be private and have accessor methods. 612
Errors '=' is not preceded with whitespace. 612
Errors '=' is not followed by whitespace. 612
Errors Variable 'name' must be private and have accessor methods. 612
Errors '=' is not preceded with whitespace. 612
Errors '=' is not followed by whitespace. 612
Errors Line contains a tab character. 613
Errors Missing a Javadoc comment. 613
Errors Variable 'path' must be private and have accessor methods. 613
Errors '=' is not preceded with whitespace. 613
Errors '=' is not followed by whitespace. 613
Errors Line contains a tab character. 614
Errors Missing a Javadoc comment. 614
Errors Variable 'value' must be private and have accessor methods. 614
Errors '=' is not preceded with whitespace. 614
Errors '=' is not followed by whitespace. 614
Errors Line contains a tab character. 615
Errors Missing a Javadoc comment. 615
Errors Variable 'property' must be private and have accessor methods. 615
Errors Line has trailing spaces. 616
Errors Line contains a tab character. 616
Errors Line contains a tab character. 617
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 617
Errors Missing a Javadoc comment. 617
Errors Parameter string should be final. 617
Errors Line contains a tab character. 618
Errors '{' should be on the previous line. 618
Errors Line contains a tab character. 619
Errors Line contains a tab character. 620
Errors Line contains a tab character. 622
Errors Method 'setNode' is not designed for extension - needs to be abstract, final or empty. 622
Errors Missing a Javadoc comment. 622
Errors Parameter string should be final. 622
Errors Line contains a tab character. 623
Errors '{' should be on the previous line. 623
Errors Line contains a tab character. 624
Errors Line contains a tab character. 625
Errors Line contains a tab character. 627
Errors Method 'setPath' is not designed for extension - needs to be abstract, final or empty. 627
Errors Missing a Javadoc comment. 627
Errors Parameter string should be final. 627
Errors Line contains a tab character. 628
Errors '{' should be on the previous line. 628
Errors Line contains a tab character. 629
Errors Line contains a tab character. 630
Errors Line contains a tab character. 632
Errors Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 632
Errors Missing a Javadoc comment. 632
Errors Parameter string should be final. 632
Errors Line contains a tab character. 633
Errors '{' should be on the previous line. 633
Errors Line contains a tab character. 634
Errors Line contains a tab character. 635
Errors Line contains a tab character. 637
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 637
Errors Missing a Javadoc comment. 637
Errors Parameter string should be final. 637
Errors Line contains a tab character. 638
Errors '{' should be on the previous line. 638
Errors Line contains a tab character. 639
Errors Line contains a tab character. 640
Errors Line has trailing spaces. 641
Errors Line contains a tab character. 641
Errors Line contains a tab character. 642
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 642
Errors Missing a Javadoc comment. 642
Errors Line contains a tab character. 643
Errors '{' should be on the previous line. 643
Errors 'if' construct must use '{}'s. 644
Errors Line is longer than 80 characters. 644
Errors Line contains a tab character. 644
Errors 'if' is not followed by whitespace. 644
Errors '(' is followed by whitespace. 644
Errors '!=' is not preceded with whitespace. 644
Errors '!=' is not followed by whitespace. 644
Errors '!=' is not preceded with whitespace. 644
Errors '!=' is not followed by whitespace. 644
Errors '==' is not preceded with whitespace. 644
Errors '==' is not followed by whitespace. 644
Errors '==' is not preceded with whitespace. 644
Errors '==' is not followed by whitespace. 644
Errors Line is longer than 80 characters. 645
Errors Line contains a tab character. 645
Errors '(' is followed by whitespace. 645
Errors 'if' construct must use '{}'s. 647
Errors Line contains a tab character. 647
Errors 'if' is not followed by whitespace. 647
Errors '(' is followed by whitespace. 647
Errors '==' is not preceded with whitespace. 647
Errors '==' is not followed by whitespace. 647
Errors Line is longer than 80 characters. 648
Errors Line contains a tab character. 648
Errors '(' is followed by whitespace. 648
Errors Line has trailing spaces. 649
Errors Line contains a tab character. 649
Errors 'if' construct must use '{}'s. 650
Errors Line contains a tab character. 650
Errors 'if' is not followed by whitespace. 650
Errors '(' is followed by whitespace. 650
Errors '!=' is not preceded with whitespace. 650
Errors '!=' is not followed by whitespace. 650
Errors '!=' is not preceded with whitespace. 650
Errors '!=' is not followed by whitespace. 650
Errors Line is longer than 80 characters. 651
Errors Line contains a tab character. 651
Errors '(' is followed by whitespace. 651
Errors Line has trailing spaces. 652
Errors Line contains a tab character. 652
Errors Line has trailing spaces. 653
Errors Line contains a tab character. 653
Errors Line contains a tab character. 655
Errors Line contains a tab character. 656
Errors '{' should be on the previous line. 656
Errors Line contains a tab character. 657
Errors 'if' is not followed by whitespace. 657
Errors '(' is followed by whitespace. 657
Errors '!=' is not preceded with whitespace. 657
Errors '!=' is not followed by whitespace. 657
Errors Line contains a tab character. 658
Errors '{' should be on the previous line. 658
Errors Line contains a tab character. 659
Errors 'if' is not followed by whitespace. 659
Errors '(' is followed by whitespace. 659
Errors '(' is followed by whitespace. 659
Errors Line has trailing spaces. 660
Errors Line contains a tab character. 660
Errors '{' should be on the previous line. 660
Errors Line contains a tab character. 661
Errors '(' is followed by whitespace. 661
Errors Line contains a tab character. 662
Errors Line contains a tab character. 663
Errors Line has trailing spaces. 664
Errors Line contains a tab character. 664
Errors Line contains a tab character. 665
Errors 'if' is not followed by whitespace. 665
Errors '(' is followed by whitespace. 665
Errors '!=' is not preceded with whitespace. 665
Errors '!=' is not followed by whitespace. 665
Errors Line contains a tab character. 666
Errors '{' should be on the previous line. 666
Errors Line contains a tab character. 667
Errors '(' is followed by whitespace. 667
Errors Line contains a tab character. 668
Errors 'if' is not followed by whitespace. 668
Errors '(' is followed by whitespace. 668
Errors '(' is followed by whitespace. 668
Errors Line has trailing spaces. 669
Errors Line contains a tab character. 669
Errors '{' should be on the previous line. 669
Errors 'if' construct must use '{}'s. 670
Errors Line is longer than 80 characters. 670
Errors Line contains a tab character. 670
Errors 'if' is not followed by whitespace. 670
Errors '(' is followed by whitespace. 670
Errors '==' is not preceded with whitespace. 670
Errors '==' is not followed by whitespace. 670
Errors '(' is followed by whitespace. 670
Errors '(' is followed by whitespace. 670
Errors Line has trailing spaces. 671
Errors Line is longer than 80 characters. 671
Errors Line contains a tab character. 671
Errors '(' is followed by whitespace. 671
Errors Line contains a tab character. 672
Errors Line contains a tab character. 673
Errors '}' should be on the same line. 673
Errors Line contains a tab character. 674
Errors Line contains a tab character. 675
Errors '{' should be on the previous line. 675
Errors 'if' construct must use '{}'s. 676
Errors Line contains a tab character. 676
Errors 'if' is not followed by whitespace. 676
Errors '(' is followed by whitespace. 676
Errors '(' is followed by whitespace. 676
Errors Line is longer than 80 characters. 677
Errors Line contains a tab character. 677
Errors '(' is followed by whitespace. 677
Errors Line contains a tab character. 678
Errors Line has trailing spaces. 679
Errors Line contains a tab character. 679
Errors Line contains a tab character. 680
Errors Line contains a tab character. 681
Errors '}' should be on the same line. 681
Errors Line contains a tab character. 682
Errors Line contains a tab character. 683
Errors '{' should be on the previous line. 683
Errors Line is longer than 80 characters. 684
Errors Line contains a tab character. 684
Errors '(' is followed by whitespace. 684
Errors Line contains a tab character. 685
Errors Line has trailing spaces. 686
Errors Line contains a tab character. 686
Errors Line contains a tab character. 687
Errors Line has trailing spaces. 688
Errors Line contains a tab character. 688
Errors Line contains a tab character. 689
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 689
Errors Missing a Javadoc comment. 689
Errors Redundant throws: 'BuildException' is unchecked exception. 689
Errors Line has trailing spaces. 690
Errors Line contains a tab character. 690
Errors '{' should be on the previous line. 690
Errors 'if' construct must use '{}'s. 691
Errors Line contains a tab character. 691
Errors 'if' is not followed by whitespace. 691
Errors '(' is followed by whitespace. 691
Errors '(' is followed by whitespace. 691
Errors Line contains a tab character. 692
Errors 'if' construct must use '{}'s. 693
Errors Line contains a tab character. 693
Errors 'if' is not followed by whitespace. 693
Errors '(' is followed by whitespace. 693
Errors '(' is followed by whitespace. 693
Errors Line contains a tab character. 694
Errors 'else' construct must use '{}'s. 695
Errors Line has trailing spaces. 695
Errors Line contains a tab character. 695
Errors Line is longer than 80 characters. 696
Errors Line contains a tab character. 696
Errors '(' is followed by whitespace. 696
Errors Line has trailing spaces. 697
Errors Line contains a tab character. 697
Errors 'if' construct must use '{}'s. 698
Errors Line contains a tab character. 698
Errors 'if' is not followed by whitespace. 698
Errors '(' is followed by whitespace. 698
Errors '!=' is not preceded with whitespace. 698
Errors '!=' is not followed by whitespace. 698
Errors Line contains a tab character. 699
Errors '(' is followed by whitespace. 699
Errors Line has trailing spaces. 700
Errors Line contains a tab character. 700
Errors 'if' construct must use '{}'s. 701
Errors Line contains a tab character. 701
Errors 'if' is not followed by whitespace. 701
Errors '(' is followed by whitespace. 701
Errors '==' is not preceded with whitespace. 701
Errors '==' is not followed by whitespace. 701
Errors Line is longer than 80 characters. 702
Errors Line contains a tab character. 702
Errors '(' is followed by whitespace. 702
Errors Line has trailing spaces. 703
Errors Line contains a tab character. 703
Errors Line contains a tab character. 704
Errors Line contains a tab character. 705
Errors Line contains a tab character. 706
Errors '{' should be on the previous line. 706
Errors Line contains a tab character. 707
Errors 'cast' is not followed by whitespace. 707
Errors Line contains a tab character. 708
Errors Line contains a tab character. 709
Errors Line has trailing spaces. 710
Errors Line contains a tab character. 710
Errors Line contains a tab character. 712
Errors Method 'setPath' is not designed for extension - needs to be abstract, final or empty. 712
Errors Missing a Javadoc comment. 712
Errors Parameter string should be final. 712
Errors Line contains a tab character. 713
Errors '{' should be on the previous line. 713
Errors Line contains a tab character. 714
Errors Line contains a tab character. 715
Errors Line contains a tab character. 717
Errors Method 'setType' is not designed for extension - needs to be abstract, final or empty. 717
Errors Missing a Javadoc comment. 717
Errors Parameter string should be final. 717
Errors Line contains a tab character. 718
Errors '{' should be on the previous line. 718
Errors Line contains a tab character. 719
Errors Line contains a tab character. 720

net/sf/ovanttasks/ovanttasks/PropertiesTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 17
Errors Line contains a tab character. 18
Errors Line contains a tab character. 19
Errors Line contains a tab character. 21
Errors Unclosed HTML tag found: <properties file="test.properties"> 21
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Line contains a tab character. 24
Errors Line contains a tab character. 25
Errors Line contains a tab character. 26
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors '{' should be on the previous line. 34
Errors Line has trailing spaces. 35
Errors Line contains a tab character. 35
Errors Missing a Javadoc comment. 35
Errors Variable 'file' must be private and have accessor methods. 35
Errors Line contains a tab character. 37
Errors Missing a Javadoc comment. 37
Errors Variable 'header' must be private and have accessor methods. 37
Errors Line has trailing spaces. 38
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Missing a Javadoc comment. 39
Errors Variable 'overwrite' must be private and have accessor methods. 39
Errors Line has trailing spaces. 40
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Missing a Javadoc comment. 41
Errors Variable 'properties' must be private and have accessor methods. 41
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Missing a Javadoc comment. 43
Errors Variable 'merge' must be private and have accessor methods. 43
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Method 'setOverwrite' is not designed for extension - needs to be abstract, final or empty. 45
Errors Missing a Javadoc comment. 45
Errors '(' is followed by whitespace. 45
Errors Parameter b should be final. 45
Errors Line has trailing spaces. 46
Errors Line contains a tab character. 46
Errors '{' should be on the previous line. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line has trailing spaces. 49
Errors Line contains a tab character. 49
Errors Line has trailing spaces. 50
Errors Missing a Javadoc comment. 50
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '{' should be on the previous line. 51
Errors Line contains a tab character. 52
Errors Missing a Javadoc comment. 52
Errors Variable 'name' must be private and have accessor methods. 52
Errors '=' is not preceded with whitespace. 52
Errors '=' is not followed by whitespace. 52
Errors Line contains a tab character. 53
Errors Missing a Javadoc comment. 53
Errors Variable 'value' must be private and have accessor methods. 53
Errors '=' is not preceded with whitespace. 53
Errors '=' is not followed by whitespace. 53
Errors Line has trailing spaces. 54
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Missing a Javadoc comment. 55
Errors Variable 'isTrue' must be private and have accessor methods. 55
Errors Line contains a tab character. 56
Errors Missing a Javadoc comment. 56
Errors Variable 'isFalse' must be private and have accessor methods. 56
Errors Line contains a tab character. 57
Errors Missing a Javadoc comment. 57
Errors Name '_if' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Errors Variable '_if' must be private and have accessor methods. 57
Errors Line contains a tab character. 58
Errors Missing a Javadoc comment. 58
Errors Variable 'unless' must be private and have accessor methods. 58
Errors Line contains a tab character. 59
Errors Missing a Javadoc comment. 59
Errors Variable 'available' must be private and have accessor methods. 59
Errors Line has trailing spaces. 60
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Method 'setIsFalse' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter string should be final. 61
Errors Line contains a tab character. 62
Errors '{' should be on the previous line. 62
Errors 'if' construct must use '{}'s. 63
Errors Line is longer than 80 characters. 63
Errors Line contains a tab character. 63
Errors 'if' is not followed by whitespace. 63
Errors '(' is followed by whitespace. 63
Errors '!=' is not preceded with whitespace. 63
Errors '!=' is not followed by whitespace. 63
Errors '!=' is not preceded with whitespace. 63
Errors '!=' is not followed by whitespace. 63
Errors '!=' is not preceded with whitespace. 63
Errors '!=' is not followed by whitespace. 63
Errors '!=' is not preceded with whitespace. 63
Errors '!=' is not followed by whitespace. 63
Errors '!=' is not preceded with whitespace. 63
Errors '!=' is not followed by whitespace. 63
Errors Line is longer than 80 characters. 64
Errors Line contains a tab character. 64
Errors '(' is followed by whitespace. 64
Errors Line has trailing spaces. 65
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 69
Errors Method 'setIsTrue' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Parameter string should be final. 69
Errors Line contains a tab character. 70
Errors '{' should be on the previous line. 70
Errors 'if' construct must use '{}'s. 71
Errors Line is longer than 80 characters. 71
Errors Line contains a tab character. 71
Errors 'if' is not followed by whitespace. 71
Errors '(' is followed by whitespace. 71
Errors '!=' is not preceded with whitespace. 71
Errors '!=' is not followed by whitespace. 71
Errors '!=' is not preceded with whitespace. 71
Errors '!=' is not followed by whitespace. 71
Errors '!=' is not preceded with whitespace. 71
Errors '!=' is not followed by whitespace. 71
Errors '!=' is not preceded with whitespace. 71
Errors '!=' is not followed by whitespace. 71
Errors '!=' is not preceded with whitespace. 71
Errors '!=' is not followed by whitespace. 71
Errors Line is longer than 80 characters. 72
Errors Line contains a tab character. 72
Errors '(' is followed by whitespace. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 77
Errors Method 'setAvailable' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Parameter string should be final. 77
Errors Line contains a tab character. 78
Errors '{' should be on the previous line. 78
Errors 'if' construct must use '{}'s. 79
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors 'if' is not followed by whitespace. 79
Errors '(' is followed by whitespace. 79
Errors '!=' is not preceded with whitespace. 79
Errors '!=' is not followed by whitespace. 79
Errors '!=' is not preceded with whitespace. 79
Errors '!=' is not followed by whitespace. 79
Errors '!=' is not preceded with whitespace. 79
Errors '!=' is not followed by whitespace. 79
Errors '!=' is not preceded with whitespace. 79
Errors '!=' is not followed by whitespace. 79
Errors '!=' is not preceded with whitespace. 79
Errors '!=' is not followed by whitespace. 79
Errors Line is longer than 80 characters. 80
Errors Line contains a tab character. 80
Errors '(' is followed by whitespace. 80
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 85
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 85
Errors Missing a Javadoc comment. 85
Errors Parameter string should be final. 85
Errors Line contains a tab character. 86
Errors '{' should be on the previous line. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 90
Errors Method 'setIf' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 90
Errors Parameter string should be final. 90
Errors Line contains a tab character. 91
Errors '{' should be on the previous line. 91
Errors 'if' construct must use '{}'s. 92
Errors Line is longer than 80 characters. 92
Errors Line contains a tab character. 92
Errors 'if' is not followed by whitespace. 92
Errors '(' is followed by whitespace. 92
Errors '!=' is not preceded with whitespace. 92
Errors '!=' is not followed by whitespace. 92
Errors '!=' is not preceded with whitespace. 92
Errors '!=' is not followed by whitespace. 92
Errors '!=' is not preceded with whitespace. 92
Errors '!=' is not followed by whitespace. 92
Errors '!=' is not preceded with whitespace. 92
Errors '!=' is not followed by whitespace. 92
Errors '!=' is not preceded with whitespace. 92
Errors '!=' is not followed by whitespace. 92
Errors Line is longer than 80 characters. 93
Errors Line contains a tab character. 93
Errors '(' is followed by whitespace. 93
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 98
Errors Method 'setUnless' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Parameter string should be final. 98
Errors Line contains a tab character. 99
Errors '{' should be on the previous line. 99
Errors 'if' construct must use '{}'s. 100
Errors Line is longer than 80 characters. 100
Errors Line contains a tab character. 100
Errors 'if' is not followed by whitespace. 100
Errors '(' is followed by whitespace. 100
Errors '!=' is not preceded with whitespace. 100
Errors '!=' is not followed by whitespace. 100
Errors '!=' is not preceded with whitespace. 100
Errors '!=' is not followed by whitespace. 100
Errors '!=' is not preceded with whitespace. 100
Errors '!=' is not followed by whitespace. 100
Errors '!=' is not preceded with whitespace. 100
Errors '!=' is not followed by whitespace. 100
Errors '!=' is not preceded with whitespace. 100
Errors '!=' is not followed by whitespace. 100
Errors Line is longer than 80 characters. 101
Errors Line contains a tab character. 101
Errors '(' is followed by whitespace. 101
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 106
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 106
Errors Missing a Javadoc comment. 106
Errors Parameter string should be final. 106
Errors Line contains a tab character. 107
Errors '{' should be on the previous line. 107
Errors 'if' construct must use '{}'s. 108
Errors Line contains a tab character. 108
Errors 'if' is not followed by whitespace. 108
Errors '(' is followed by whitespace. 108
Errors '!=' is not preceded with whitespace. 108
Errors '!=' is not followed by whitespace. 108
Errors Line is longer than 80 characters. 109
Errors Line contains a tab character. 109
Errors '(' is followed by whitespace. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line has trailing spaces. 112
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 113
Errors Missing a Javadoc comment. 113
Errors '(' is followed by whitespace. 113
Errors Parameter s should be final. 113
Errors Line contains a tab character. 114
Errors '{' should be on the previous line. 114
Errors Line contains a tab character. 115
Errors 'if' is not followed by whitespace. 115
Errors '(' is followed by whitespace. 115
Errors '>' is not preceded with whitespace. 115
Errors '>' is not followed by whitespace. 115
Errors Line contains a tab character. 116
Errors '{' should be on the previous line. 116
Errors 'if' construct must use '{}'s. 117
Errors Line contains a tab character. 117
Errors 'if' is not followed by whitespace. 117
Errors '(' is followed by whitespace. 117
Errors '!=' is not preceded with whitespace. 117
Errors '!=' is not followed by whitespace. 117
Errors Line is longer than 80 characters. 118
Errors Line contains a tab character. 118
Errors '(' is followed by whitespace. 118
Errors Line is longer than 80 characters. 120
Errors Line contains a tab character. 120
Errors '(' is followed by whitespace. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line has trailing spaces. 123
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Method 'attach' is not designed for extension - needs to be abstract, final or empty. 124
Errors Missing a Javadoc comment. 124
Errors '(' is followed by whitespace. 124
Errors Parameter p should be final. 124
Errors Line contains a tab character. 125
Errors '{' should be on the previous line. 125
Errors 'if' construct must use '{}'s. 126
Errors Line contains a tab character. 126
Errors 'if' is not followed by whitespace. 126
Errors '(' is followed by whitespace. 126
Errors '==' is not preceded with whitespace. 126
Errors '==' is not followed by whitespace. 126
Errors Line is longer than 80 characters. 127
Errors Line contains a tab character. 127
Errors '(' is followed by whitespace. 127
Errors 'if' construct must use '{}'s. 129
Errors Line contains a tab character. 129
Errors 'if' is not followed by whitespace. 129
Errors '(' is followed by whitespace. 129
Errors '==' is not preceded with whitespace. 129
Errors '==' is not followed by whitespace. 129
Errors Line is longer than 80 characters. 130
Errors Line contains a tab character. 130
Errors '(' is followed by whitespace. 130
Errors Line has trailing spaces. 131
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors 'if' is not followed by whitespace. 132
Errors '(' is followed by whitespace. 132
Errors '!=' is not preceded with whitespace. 132
Errors '!=' is not followed by whitespace. 132
Errors Line contains a tab character. 133
Errors '{' should be on the previous line. 133
Errors 'if' construct must use '{}'s. 134
Errors Line contains a tab character. 134
Errors 'if' is not followed by whitespace. 134
Errors '(' is followed by whitespace. 134
Errors '(' is followed by whitespace. 134
Errors Line contains a tab character. 135
Errors '(' is followed by whitespace. 135
Errors Line contains a tab character. 136
Errors '}' should be on the same line. 136
Errors Line contains a tab character. 137
Errors 'if' is not followed by whitespace. 137
Errors '(' is followed by whitespace. 137
Errors '!=' is not preceded with whitespace. 137
Errors '!=' is not followed by whitespace. 137
Errors Line contains a tab character. 138
Errors '{' should be on the previous line. 138
Errors 'if' construct must use '{}'s. 139
Errors Line contains a tab character. 139
Errors 'if' is not followed by whitespace. 139
Errors '(' is followed by whitespace. 139
Errors '(' is followed by whitespace. 139
Errors Line has trailing spaces. 140
Errors Line is longer than 80 characters. 140
Errors Line contains a tab character. 140
Errors '(' is followed by whitespace. 140
Errors Line contains a tab character. 141
Errors '}' should be on the same line. 141
Errors Line contains a tab character. 142
Errors 'if' is not followed by whitespace. 142
Errors '(' is followed by whitespace. 142
Errors '!=' is not preceded with whitespace. 142
Errors '!=' is not followed by whitespace. 142
Errors Line contains a tab character. 143
Errors '{' should be on the previous line. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors '{' should be on the previous line. 145
Errors Line contains a tab character. 146
Errors '(' is followed by whitespace. 146
Errors Line contains a tab character. 147
Errors '(' is followed by whitespace. 147
Errors Line contains a tab character. 148
Errors '}' should be on the same line. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors '{' should be on the previous line. 150
Errors 'if' construct must use '{}'s. 151
Errors Line is longer than 80 characters. 151
Errors Line contains a tab character. 151
Errors 'if' is not followed by whitespace. 151
Errors '(' is followed by whitespace. 151
Errors '(' is followed by whitespace. 151
Errors '!=' is not preceded with whitespace. 151
Errors '!=' is not followed by whitespace. 151
Errors Empty statement. 151
Errors Line contains a tab character. 152
Errors '(' is followed by whitespace. 152
Errors Line has trailing spaces. 153
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors '}' should be on the same line. 154
Errors Line contains a tab character. 155
Errors 'if' is not followed by whitespace. 155
Errors '(' is followed by whitespace. 155
Errors '!=' is not preceded with whitespace. 155
Errors '!=' is not followed by whitespace. 155
Errors Line contains a tab character. 156
Errors '{' should be on the previous line. 156
Errors 'if' construct must use '{}'s. 157
Errors Line contains a tab character. 157
Errors 'if' is not followed by whitespace. 157
Errors '(' is followed by whitespace. 157
Errors '(' is followed by whitespace. 157
Errors '!=' is not preceded with whitespace. 157
Errors '!=' is not followed by whitespace. 157
Errors Line has trailing spaces. 158
Errors Line is longer than 80 characters. 158
Errors Line contains a tab character. 158
Errors '(' is followed by whitespace. 158
Errors Line contains a tab character. 159
Errors '}' should be on the same line. 159
Errors Line contains a tab character. 160
Errors 'if' is not followed by whitespace. 160
Errors '(' is followed by whitespace. 160
Errors '!=' is not preceded with whitespace. 160
Errors '!=' is not followed by whitespace. 160
Errors Line contains a tab character. 161
Errors '{' should be on the previous line. 161
Errors 'if' construct must use '{}'s. 162
Errors Line contains a tab character. 162
Errors 'if' is not followed by whitespace. 162
Errors '(' is followed by whitespace. 162
Errors '(' is followed by whitespace. 162
Errors '==' is not preceded with whitespace. 162
Errors '==' is not followed by whitespace. 162
Errors Line has trailing spaces. 163
Errors Line is longer than 80 characters. 163
Errors Line contains a tab character. 163
Errors '(' is followed by whitespace. 163
Errors Line contains a tab character. 164
Errors '}' should be on the same line. 164
Errors 'else' construct must use '{}'s. 165
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors '(' is followed by whitespace. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line has trailing spaces. 169
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 170
Errors Missing a Javadoc comment. 170
Errors '(' is followed by whitespace. 170
Errors Parameter f should be final. 170
Errors Line contains a tab character. 171
Errors '{' should be on the previous line. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line has trailing spaces. 174
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors Method 'setHeader' is not designed for extension - needs to be abstract, final or empty. 175
Errors Missing a Javadoc comment. 175
Errors '(' is followed by whitespace. 175
Errors Parameter s should be final. 175
Errors Line contains a tab character. 176
Errors '{' should be on the previous line. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 180
Errors Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. 180
Errors Missing a Javadoc comment. 180
Errors Line contains a tab character. 181
Errors '{' should be on the previous line. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors '(' is followed by whitespace. 183
Errors Line has trailing spaces. 184
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line has trailing spaces. 186
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Method 'createMerge' is not designed for extension - needs to be abstract, final or empty. 187
Errors Missing a Javadoc comment. 187
Errors Line contains a tab character. 188
Errors '{' should be on the previous line. 188
Errors 'if' construct must use '{}'s. 189
Errors Line contains a tab character. 189
Errors 'if' is not followed by whitespace. 189
Errors '(' is followed by whitespace. 189
Errors '!=' is not preceded with whitespace. 189
Errors '!=' is not followed by whitespace. 189
Errors Line is longer than 80 characters. 190
Errors Line contains a tab character. 190
Errors '(' is followed by whitespace. 190
Errors Line contains a tab character. 191
Errors Line has trailing spaces. 192
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line has trailing spaces. 194
Errors Line contains a tab character. 194
Errors Missing a Javadoc comment. 195
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors '{' should be on the previous line. 196
Errors Line contains a tab character. 197
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 197
Errors Missing a Javadoc comment. 197
Errors '(' is followed by whitespace. 197
Errors Parameter s should be final. 197
Errors Line contains a tab character. 198
Errors '{' should be on the previous line. 198
Errors 'if' construct must use '{}'s. 199
Errors Line contains a tab character. 199
Errors 'if' is not followed by whitespace. 199
Errors '(' is followed by whitespace. 199
Errors '>' is not preceded with whitespace. 199
Errors '>' is not followed by whitespace. 199
Errors Line is longer than 80 characters. 200
Errors Line contains a tab character. 200
Errors '(' is followed by whitespace. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line has trailing spaces. 203
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Method 'createHeader' is not designed for extension - needs to be abstract, final or empty. 204
Errors Missing a Javadoc comment. 204
Errors Line contains a tab character. 205
Errors '{' should be on the previous line. 205
Errors 'if' construct must use '{}'s. 206
Errors Line contains a tab character. 206
Errors 'if' is not followed by whitespace. 206
Errors '(' is followed by whitespace. 206
Errors '!=' is not preceded with whitespace. 206
Errors '!=' is not followed by whitespace. 206
Errors Line is longer than 80 characters. 207
Errors Line contains a tab character. 207
Errors '(' is followed by whitespace. 207
Errors Line has trailing spaces. 208
Errors Line contains a tab character. 208
Errors Line has trailing spaces. 209
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line has trailing spaces. 211
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 212
Errors Missing a Javadoc comment. 212
Errors Redundant throws: 'BuildException' is unchecked exception. 212
Errors Line contains a tab character. 213
Errors '{' should be on the previous line. 213
Errors 'if' construct must use '{}'s. 214
Errors Line contains a tab character. 214
Errors 'if' is not followed by whitespace. 214
Errors '(' is followed by whitespace. 214
Errors '==' is not preceded with whitespace. 214
Errors '==' is not followed by whitespace. 214
Errors Line is longer than 80 characters. 215
Errors Line contains a tab character. 215
Errors '(' is followed by whitespace. 215
Errors 'if' construct must use '{}'s. 216
Errors Line contains a tab character. 216
Errors 'if' is not followed by whitespace. 216
Errors '(' is followed by whitespace. 216
Errors Line is longer than 80 characters. 217
Errors Line contains a tab character. 217
Errors '(' is followed by whitespace. 217
Errors Line has trailing spaces. 218
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220
Errors '{' should be on the previous line. 220
Errors Line contains a tab character. 221
Errors Line has trailing spaces. 222
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors 'if' is not followed by whitespace. 223
Errors '(' is followed by whitespace. 223
Errors Line contains a tab character. 224
Errors '{' should be on the previous line. 224
Errors Line is longer than 80 characters. 225
Errors Line contains a tab character. 225
Errors '(' is followed by whitespace. 225
Errors Line contains a tab character. 226
Errors '(' is followed by whitespace. 226
Errors '(' is followed by whitespace. 226
Errors Line contains a tab character. 227
Errors Line has trailing spaces. 228
Errors Line contains a tab character. 228
Errors Line has trailing spaces. 229
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors 'if' is not followed by whitespace. 230
Errors '(' is followed by whitespace. 230
Errors '!=' is not preceded with whitespace. 230
Errors '!=' is not followed by whitespace. 230
Errors Line contains a tab character. 231
Errors '{' should be on the previous line. 231
Errors Line is longer than 80 characters. 232
Errors Line contains a tab character. 232
Errors '(' is followed by whitespace. 232
Errors Line contains a tab character. 233
Errors Array brackets at illegal position. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors '{' should be on the previous line. 235
Errors Line is longer than 80 characters. 236
Errors Line contains a tab character. 236
Errors Name '_file' must match pattern '^[a-z][a-zA-Z0-9]*$'. 236
Errors '(' is followed by whitespace. 236
Errors Line contains a tab character. 237
Errors 'if' is not followed by whitespace. 237
Errors '(' is followed by whitespace. 237
Errors '(' is followed by whitespace. 237
Errors Line contains a tab character. 238
Errors '{' should be on the previous line. 238
Errors Line is longer than 80 characters. 239
Errors Line contains a tab character. 239
Errors '(' is followed by whitespace. 239
Errors Line has trailing spaces. 240
Errors Line is longer than 80 characters. 240
Errors Line contains a tab character. 240
Errors '(' is followed by whitespace. 240
Errors '(' is followed by whitespace. 240
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors Line has trailing spaces. 243
Errors Line contains a tab character. 243
Errors Line has trailing spaces. 244
Errors Line contains a tab character. 244
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors '{' should be on the previous line. 247
Errors Line contains a tab character. 248
Errors 'cast' is not followed by whitespace. 248
Errors Line contains a tab character. 249
Errors '(' is followed by whitespace. 249
Errors Line contains a tab character. 250
Errors Line has trailing spaces. 252
Errors Line is longer than 80 characters. 252
Errors Line contains a tab character. 252
Errors '(' is followed by whitespace. 252
Errors Line contains a tab character. 253
Errors '(' is followed by whitespace. 253
Errors '(' is followed by whitespace. 253
Errors Line contains a tab character. 254
Errors '}' should be on the same line. 254
Errors Line contains a tab character. 255
Errors Line contains a tab character. 256
Errors '{' should be on the previous line. 256
Errors Line is longer than 80 characters. 257
Errors Line contains a tab character. 257
Errors '(' is followed by whitespace. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 259

net/sf/ovanttasks/ovanttasks/SFXTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 19
Errors Missing a Javadoc comment. 24
Errors Name '__MODE_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Errors Missing a Javadoc comment. 25
Errors Name '__EXECUTABLE__PATH__' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
Errors Missing a Javadoc comment. 26
Errors Name '__EXECUTABLE__NAME__' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
Errors Missing a Javadoc comment. 28
Errors Avoid inline conditionals. 35
Errors Line is longer than 80 characters. 38
Errors Avoid inline conditionals. 46
Errors Line is longer than 80 characters. 55
Errors Line has trailing spaces. 73
Errors Line has trailing spaces. 80
Errors Line has trailing spaces. 95
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Redundant throws: 'BuildException' is unchecked exception. 99
Errors 'else' construct must use '{}'s. 118
Errors Method 'getWin32ConsoleLessStub' is not designed for extension - needs to be abstract, final or empty. 124
Errors Missing a Javadoc comment. 124
Errors Method 'getWin32ConsoleStub' is not designed for extension - needs to be abstract, final or empty. 129
Errors Missing a Javadoc comment. 129
Errors Method 'getShellStub' is not designed for extension - needs to be abstract, final or empty. 134
Errors Missing a Javadoc comment. 134
Errors Method 'getTokenLength' is not designed for extension - needs to be abstract, final or empty. 139
Errors Missing a Javadoc comment. 139

net/sf/ovanttasks/ovanttasks/SwitchTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 7
Errors Missing a Javadoc comment. 18
Errors '{' should be on the previous line. 19
Errors Line contains a tab character. 20
Errors Missing a Javadoc comment. 20
Errors Line contains a tab character. 21
Errors Missing a Javadoc comment. 21
Errors Line contains a tab character. 22
Errors Missing a Javadoc comment. 22
Errors Line contains a tab character. 23
Errors Missing a Javadoc comment. 23
Errors Line has trailing spaces. 25
Errors Line contains a tab character. 25
Errors Line contains a tab character. 26
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 26
Errors Expected @throws tag for 'BuildException'. 26
Errors Redundant throws: 'BuildException' is unchecked exception. 26
Errors Line contains a tab character. 27
Errors '{' should be on the previous line. 27
Errors 'if' construct must use '{}'s. 28
Errors Line contains a tab character. 28
Errors Line is longer than 80 characters. 29
Errors Line contains a tab character. 29
Errors 'if' construct must use '{}'s. 30
Errors Line contains a tab character. 30
Errors Line is longer than 80 characters. 31
Errors Line contains a tab character. 31
Errors Line contains a tab character. 33
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors '{' should be on the previous line. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors '{' should be on the previous line. 42
Errors Line is longer than 80 characters. 43
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors '{' should be on the previous line. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors 'if' construct must use '{}'s. 53
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors 'if' construct must use '{}'s. 57
Errors Line contains a tab character. 57
Errors Line is longer than 80 characters. 58
Errors Line contains a tab character. 58
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter value should be final. 63
Errors 'value' hides a field. 63
Errors Line contains a tab character. 64
Errors '{' should be on the previous line. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 68
Errors Method 'setCaseInsensitive' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Parameter c should be final. 68
Errors Line contains a tab character. 69
Errors '{' should be on the previous line. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Missing a Javadoc comment. 73
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors '{' should be on the previous line. 74
Errors Line contains a tab character. 75
Errors Missing a Javadoc comment. 75
Errors Line contains a tab character. 77
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Parameter value should be final. 77
Errors 'value' hides a field. 77
Errors Line contains a tab character. 78
Errors '{' should be on the previous line. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 82
Errors Definition of 'equals()' without corresponding definition of 'hashCode()'. 82
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 82
Errors Missing a Javadoc comment. 82
Errors Parameter o should be final. 82
Errors Line contains a tab character. 83
Errors '{' should be on the previous line. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors 'if' construct must use '{}'s. 86
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 92
Errors Method 'createCase' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Redundant throws: 'BuildException' is unchecked exception. 92
Errors Line contains a tab character. 93
Errors '{' should be on the previous line. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 99
Errors Method 'addDefault' is not designed for extension - needs to be abstract, final or empty. 99
Errors Missing a Javadoc comment. 99
Errors Parameter res should be final. 99
Errors Redundant throws: 'BuildException' is unchecked exception. 99
Errors Line contains a tab character. 100
Errors '{' should be on the previous line. 100
Errors 'if' construct must use '{}'s. 101
Errors Line contains a tab character. 101
Errors Line is longer than 80 characters. 102
Errors Line contains a tab character. 102
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105

net/sf/ovanttasks/ovanttasks/UnixLinkTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 13
Errors Line contains a tab character. 14
Errors Line contains a tab character. 15
Errors Line has trailing spaces. 19
Errors '{' should be on the previous line. 20
Errors Line has trailing spaces. 21
Errors Line contains a tab character. 21
Errors Missing a Javadoc comment. 21
Errors Variable 'file' must be private and have accessor methods. 21
Errors Line contains a tab character. 22
Errors Missing a Javadoc comment. 22
Errors Variable 'target' must be private and have accessor methods. 22
Errors Line has trailing spaces. 23
Errors Line contains a tab character. 23
Errors Line has trailing spaces. 24
Errors Line contains a tab character. 24
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 24
Errors Missing a Javadoc comment. 24
Errors Redundant throws: 'BuildException' is unchecked exception. 24
Errors Line contains a tab character. 25
Errors '{' should be on the previous line. 25
Errors Line contains a tab character. 26
Errors 'if' is not followed by whitespace. 26
Errors '(' is followed by whitespace. 26
Errors '==' is not preceded with whitespace. 26
Errors '==' is not followed by whitespace. 26
Errors '==' is not preceded with whitespace. 26
Errors '==' is not followed by whitespace. 26
Errors Line contains a tab character. 27
Errors '{' should be on the previous line. 27
Errors Line is longer than 80 characters. 28
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line has trailing spaces. 30
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors '(' is followed by whitespace. 32
Errors Line contains a tab character. 33
Errors Line has trailing spaces. 34
Errors Line contains a tab character. 34
Errors '{' should be on the previous line. 34
Errors Line is longer than 80 characters. 35
Errors Line contains a tab character. 35
Errors '(' is followed by whitespace. 35
Errors Line has trailing spaces. 36
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors '(' is followed by whitespace. 37
Errors Line is longer than 80 characters. 38
Errors Line contains a tab character. 38
Errors '(' is followed by whitespace. 38
Errors Line contains a tab character. 39
Errors 'if' construct must use '{}'s. 40
Errors Line contains a tab character. 40
Errors 'if' is not followed by whitespace. 40
Errors '(' is followed by whitespace. 40
Errors '!=' is not preceded with whitespace. 40
Errors '!=' is not followed by whitespace. 40
Errors Line has trailing spaces. 41
Errors Line is longer than 80 characters. 41
Errors Line contains a tab character. 41
Errors '(' is followed by whitespace. 41
Errors '(' is followed by whitespace. 41
Errors Line contains a tab character. 42
Errors '}' should be on the same line. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors '{' should be on the previous line. 44
Errors 'if' construct must use '{}'s. 45
Errors Line contains a tab character. 45
Errors 'if' is not followed by whitespace. 45
Errors '(' is followed by whitespace. 45
Errors Line contains a tab character. 46
Errors 'cast' is not followed by whitespace. 46
Errors 'else' construct must use '{}'s. 47
Errors Line contains a tab character. 47
Errors Line is longer than 80 characters. 48
Errors Line contains a tab character. 48
Errors '(' is followed by whitespace. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line has trailing spaces. 52
Errors Line contains a tab character. 52
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Parameter file should be final. 52
Errors 'file' hides a field. 52
Errors Line contains a tab character. 53
Errors '{' should be on the previous line. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line has trailing spaces. 57
Errors Line contains a tab character. 57
Errors Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Parameter target should be final. 57
Errors 'target' hides a field. 57
Errors Line contains a tab character. 58
Errors '{' should be on the previous line. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60

net/sf/ovanttasks/ovanttasks/UnixPropertiesTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 18
Errors Line contains a tab character. 19
Errors Line contains a tab character. 20
Errors '{' should be on the previous line. 25
Errors Line contains a tab character. 26
Errors Missing a Javadoc comment. 26
Errors Variable 'environment' must be private and have accessor methods. 26
Errors Line has trailing spaces. 27
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 28
Errors Missing a Javadoc comment. 28
Errors Redundant throws: 'BuildException' is unchecked exception. 28
Errors Line contains a tab character. 29
Errors '{' should be on the previous line. 29
Errors Line contains a tab character. 30
Errors 'if' is not followed by whitespace. 30
Errors '(' is followed by whitespace. 30
Errors '==' is not preceded with whitespace. 30
Errors '==' is not followed by whitespace. 30
Errors Line contains a tab character. 31
Errors '{' should be on the previous line. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line is longer than 80 characters. 34
Errors Line contains a tab character. 34
Errors 'for' is not followed by whitespace. 34
Errors Line contains a tab character. 35
Errors '{' should be on the previous line. 35
Errors Line contains a tab character. 36
Errors 'cast' is not followed by whitespace. 36
Errors Line contains a tab character. 37
Errors 'if' construct must use '{}'s. 38
Errors Line contains a tab character. 38
Errors 'if' is not followed by whitespace. 38
Errors Line is longer than 80 characters. 39
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors '{' should be on the previous line. 41
Errors Line is longer than 80 characters. 42
Errors Line contains a tab character. 42
Errors '(' is followed by whitespace. 42
Errors Line is longer than 80 characters. 43
Errors Line contains a tab character. 43
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Line has trailing spaces. 45
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Missing a Javadoc comment. 49
Errors '(' is followed by whitespace. 49
Errors Parameter s should be final. 49
Errors Line contains a tab character. 50
Errors '{' should be on the previous line. 50
Errors Line contains a tab character. 51
Errors 'if' is not followed by whitespace. 51
Errors '(' is followed by whitespace. 51
Errors '!=' is not preceded with whitespace. 51
Errors '!=' is not followed by whitespace. 51
Errors Line contains a tab character. 52
Errors '{' should be on the previous line. 52
Errors Line has trailing spaces. 53
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors '}' should be on the same line. 54
Errors 'else' construct must use '{}'s. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line has trailing spaces. 58
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Redundant throws: 'BuildException' is unchecked exception. 59
Errors Line contains a tab character. 60
Errors '{' should be on the previous line. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors 'if' is not followed by whitespace. 62
Errors '(' is followed by whitespace. 62
Errors '(' is followed by whitespace. 62
Errors '!=' is not preceded with whitespace. 62
Errors '!=' is not followed by whitespace. 62
Errors Line contains a tab character. 63
Errors '{' should be on the previous line. 63
Errors Line is longer than 80 characters. 64
Errors Line contains a tab character. 64
Errors '(' is followed by whitespace. 64
Errors '(' is followed by whitespace. 64
Errors '(' is followed by whitespace. 64
Errors Line contains a tab character. 65
Errors 'while' is not followed by whitespace. 65
Errors Line contains a tab character. 66
Errors '{' should be on the previous line. 66
Errors Line is longer than 80 characters. 67
Errors Line contains a tab character. 67
Errors '(' is followed by whitespace. 67
Errors '(' is followed by whitespace. 67
Errors Line contains a tab character. 68
Errors 'if' is not followed by whitespace. 68
Errors '(' is followed by whitespace. 68
Errors Line contains a tab character. 69
Errors '{' should be on the previous line. 69
Errors Line is longer than 80 characters. 71
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors 'if' is not followed by whitespace. 75
Errors '(' is followed by whitespace. 75
Errors '==' is not preceded with whitespace. 75
Errors '==' is not followed by whitespace. 75
Errors Line contains a tab character. 76
Errors '{' should be on the previous line. 76
Errors Line is longer than 80 characters. 77
Errors Line contains a tab character. 77
Errors '(' is followed by whitespace. 77
Errors Line contains a tab character. 78
Errors '}' should be on the same line. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors '{' should be on the previous line. 80
Errors Line is longer than 80 characters. 81
Errors Line contains a tab character. 81
Errors '(' is followed by whitespace. 81
Errors '(' is followed by whitespace. 81
Errors '{' is followed by whitespace. 81
Errors Line contains a tab character. 82
Errors 'if' is not followed by whitespace. 82
Errors '(' is followed by whitespace. 82
Errors '!=' is not preceded with whitespace. 82
Errors '!=' is not followed by whitespace. 82
Errors Line has trailing spaces. 83
Errors Line contains a tab character. 83
Errors '{' should be on the previous line. 83
Errors Line is longer than 80 characters. 84
Errors Line contains a tab character. 84
Errors '(' is followed by whitespace. 84
Errors '(' is followed by whitespace. 84
Errors Line contains a tab character. 85
Errors 'if' is not followed by whitespace. 85
Errors '(' is followed by whitespace. 85
Errors '>' is not preceded with whitespace. 85
Errors '>' is not followed by whitespace. 85
Errors Line contains a tab character. 86
Errors '{' should be on the previous line. 86
Errors Line has trailing spaces. 87
Errors Line is longer than 80 characters. 87
Errors Line contains a tab character. 87
Errors Line is longer than 80 characters. 88
Errors Line contains a tab character. 88
Errors '(' is followed by whitespace. 88
Errors Line has trailing spaces. 89
Errors Line contains a tab character. 89
Errors Line is longer than 80 characters. 90
Errors Line contains a tab character. 90
Errors '(' is followed by whitespace. 90
Errors Line contains a tab character. 91
Errors Line has trailing spaces. 92
Errors Line contains a tab character. 92
Errors Line is longer than 80 characters. 93
Errors Line contains a tab character. 93
Errors '(' is followed by whitespace. 93
Errors '(' is followed by whitespace. 93
Errors '{' is followed by whitespace. 93
Errors Line contains a tab character. 94
Errors 'if' is not followed by whitespace. 94
Errors '(' is followed by whitespace. 94
Errors '!=' is not preceded with whitespace. 94
Errors '!=' is not followed by whitespace. 94
Errors Line contains a tab character. 95
Errors '{' should be on the previous line. 95
Errors Line is longer than 80 characters. 96
Errors Line contains a tab character. 96
Errors '(' is followed by whitespace. 96
Errors '(' is followed by whitespace. 96
Errors Line contains a tab character. 97
Errors 'if' is not followed by whitespace. 97
Errors '(' is followed by whitespace. 97
Errors '>' is not preceded with whitespace. 97
Errors '>' is not followed by whitespace. 97
Errors Line contains a tab character. 98
Errors '{' should be on the previous line. 98
Errors Line has trailing spaces. 99
Errors Line is longer than 80 characters. 99
Errors Line contains a tab character. 99
Errors Line is longer than 80 characters. 100
Errors Line contains a tab character. 100
Errors '(' is followed by whitespace. 100
Errors Line has trailing spaces. 101
Errors Line is longer than 80 characters. 101
Errors Line contains a tab character. 101
Errors Line is longer than 80 characters. 102
Errors Line contains a tab character. 102
Errors '(' is followed by whitespace. 102
Errors Line contains a tab character. 103
Errors Line has trailing spaces. 104
Errors Line contains a tab character. 104
Errors Line is longer than 80 characters. 105
Errors Line contains a tab character. 105
Errors '(' is followed by whitespace. 105
Errors '(' is followed by whitespace. 105
Errors '{' is followed by whitespace. 105
Errors Line contains a tab character. 106
Errors 'if' is not followed by whitespace. 106
Errors '(' is followed by whitespace. 106
Errors '!=' is not preceded with whitespace. 106
Errors '!=' is not followed by whitespace. 106
Errors Line contains a tab character. 107
Errors '{' should be on the previous line. 107
Errors Line is longer than 80 characters. 108
Errors Line contains a tab character. 108
Errors '(' is followed by whitespace. 108
Errors '(' is followed by whitespace. 108
Errors Line contains a tab character. 109
Errors 'if' is not followed by whitespace. 109
Errors '(' is followed by whitespace. 109
Errors '>' is not preceded with whitespace. 109
Errors '>' is not followed by whitespace. 109
Errors Line contains a tab character. 110
Errors '{' should be on the previous line. 110
Errors Line has trailing spaces. 111
Errors Line is longer than 80 characters. 111
Errors Line contains a tab character. 111
Errors Line is longer than 80 characters. 112
Errors Line contains a tab character. 112
Errors '(' is followed by whitespace. 112
Errors Line has trailing spaces. 113
Errors Line is longer than 80 characters. 113
Errors Line contains a tab character. 113
Errors Line is longer than 80 characters. 114
Errors Line contains a tab character. 114
Errors '(' is followed by whitespace. 114
Errors Line contains a tab character. 115
Errors Line has trailing spaces. 116
Errors Line contains a tab character. 116
Errors Line is longer than 80 characters. 117
Errors Line contains a tab character. 117
Errors '(' is followed by whitespace. 117
Errors '(' is followed by whitespace. 117
Errors '{' is followed by whitespace. 117
Errors Line contains a tab character. 118
Errors 'if' is not followed by whitespace. 118
Errors '(' is followed by whitespace. 118
Errors '!=' is not preceded with whitespace. 118
Errors '!=' is not followed by whitespace. 118
Errors Line contains a tab character. 119
Errors '{' should be on the previous line. 119
Errors Line is longer than 80 characters. 120
Errors Line contains a tab character. 120
Errors '(' is followed by whitespace. 120
Errors '(' is followed by whitespace. 120
Errors Line contains a tab character. 121
Errors 'if' is not followed by whitespace. 121
Errors '(' is followed by whitespace. 121
Errors '>' is not preceded with whitespace. 121
Errors '>' is not followed by whitespace. 121
Errors Line contains a tab character. 122
Errors '{' should be on the previous line. 122
Errors Line has trailing spaces. 123
Errors Line is longer than 80 characters. 123
Errors Line contains a tab character. 123
Errors Line has trailing spaces. 124
Errors Line is longer than 80 characters. 124
Errors Line contains a tab character. 124
Errors Line is longer than 80 characters. 125
Errors Line contains a tab character. 125
Errors '(' is followed by whitespace. 125
Errors Line contains a tab character. 126
Errors Line has trailing spaces. 127
Errors Line contains a tab character. 127
Errors Line is longer than 80 characters. 128
Errors Line contains a tab character. 128
Errors '(' is followed by whitespace. 128
Errors '(' is followed by whitespace. 128
Errors '{' is followed by whitespace. 128
Errors Line contains a tab character. 129
Errors 'if' is not followed by whitespace. 129
Errors '(' is followed by whitespace. 129
Errors '!=' is not preceded with whitespace. 129
Errors '!=' is not followed by whitespace. 129
Errors Line contains a tab character. 130
Errors '{' should be on the previous line. 130
Errors Line is longer than 80 characters. 131
Errors Line contains a tab character. 131
Errors '(' is followed by whitespace. 131
Errors '(' is followed by whitespace. 131
Errors Line contains a tab character. 132
Errors 'if' is not followed by whitespace. 132
Errors '(' is followed by whitespace. 132
Errors '>' is not preceded with whitespace. 132
Errors '>' is not followed by whitespace. 132
Errors Line contains a tab character. 133
Errors '{' should be on the previous line. 133
Errors Line has trailing spaces. 134
Errors Line is longer than 80 characters. 134
Errors Line contains a tab character. 134
Errors Line is longer than 80 characters. 135
Errors Line contains a tab character. 135
Errors '(' is followed by whitespace. 135
Errors Line has trailing spaces. 136
Errors Line contains a tab character. 136
Errors Line is longer than 80 characters. 137
Errors Line contains a tab character. 137
Errors '(' is followed by whitespace. 137
Errors Line contains a tab character. 138
Errors Line has trailing spaces. 139
Errors Line contains a tab character. 139
Errors Line is longer than 80 characters. 140
Errors Line contains a tab character. 140
Errors '(' is followed by whitespace. 140
Errors '(' is followed by whitespace. 140
Errors '{' is followed by whitespace. 140
Errors Line contains a tab character. 141
Errors 'if' is not followed by whitespace. 141
Errors '(' is followed by whitespace. 141
Errors '!=' is not preceded with whitespace. 141
Errors '!=' is not followed by whitespace. 141
Errors Line has trailing spaces. 142
Errors Line contains a tab character. 142
Errors '{' should be on the previous line. 142
Errors Line is longer than 80 characters. 143
Errors Line contains a tab character. 143
Errors '(' is followed by whitespace. 143
Errors '(' is followed by whitespace. 143
Errors Line contains a tab character. 144
Errors 'if' is not followed by whitespace. 144
Errors '(' is followed by whitespace. 144
Errors '>' is not preceded with whitespace. 144
Errors '>' is not followed by whitespace. 144
Errors Line contains a tab character. 145
Errors '{' should be on the previous line. 145
Errors Line has trailing spaces. 146
Errors Line is longer than 80 characters. 146
Errors Line contains a tab character. 146
Errors Line is longer than 80 characters. 147
Errors Line contains a tab character. 147
Errors '(' is followed by whitespace. 147
Errors Line has trailing spaces. 148
Errors Line is longer than 80 characters. 148
Errors Line contains a tab character. 148
Errors Line is longer than 80 characters. 149
Errors Line contains a tab character. 149
Errors '(' is followed by whitespace. 149
Errors Line contains a tab character. 150
Errors Line has trailing spaces. 151
Errors Line contains a tab character. 151
Errors Line is longer than 80 characters. 152
Errors Line contains a tab character. 152
Errors '(' is followed by whitespace. 152
Errors '(' is followed by whitespace. 152
Errors Line has trailing spaces. 153
Errors Line contains a tab character. 153
Errors Line has trailing spaces. 154
Errors Line contains a tab character. 154
Errors Line has trailing spaces. 155
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors 'if' construct must use '{}'s. 157
Errors Line contains a tab character. 157
Errors 'if' is not followed by whitespace. 157
Errors '(' is followed by whitespace. 157
Errors '!=' is not preceded with whitespace. 157
Errors '!=' is not followed by whitespace. 157
Errors Line is longer than 80 characters. 158
Errors Line contains a tab character. 158
Errors '(' is followed by whitespace. 158
Errors Line has trailing spaces. 159
Errors Line contains a tab character. 159
Errors Line is longer than 80 characters. 160
Errors Line contains a tab character. 160
Errors '(' is followed by whitespace. 160
Errors Line contains a tab character. 162
Errors '(' is followed by whitespace. 162
Errors '(' is followed by whitespace. 162
Errors Line contains a tab character. 163
Errors 'if' is not followed by whitespace. 163
Errors '(' is followed by whitespace. 163
Errors Line has trailing spaces. 164
Errors Line contains a tab character. 164
Errors '{' should be on the previous line. 164
Errors 'if' construct must use '{}'s. 165
Errors Line contains a tab character. 165
Errors 'if' is not followed by whitespace. 165
Errors '(' is followed by whitespace. 165
Errors Line is longer than 80 characters. 166
Errors Line contains a tab character. 166
Errors '(' is followed by whitespace. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors '{' should be on the previous line. 168
Errors Line is longer than 80 characters. 169
Errors Line contains a tab character. 169
Errors '(' is followed by whitespace. 169
Errors Line is longer than 80 characters. 170
Errors Line contains a tab character. 170
Errors '(' is followed by whitespace. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors '}' should be on the same line. 172
Errors 'else' construct must use '{}'s. 173
Errors Line contains a tab character. 173
Errors Line is longer than 80 characters. 174
Errors Line contains a tab character. 174
Errors '(' is followed by whitespace. 174
Errors Line has trailing spaces. 175
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors 'if' is not followed by whitespace. 176
Errors '(' is followed by whitespace. 176
Errors '(' is followed by whitespace. 176
Errors '!=' is not preceded with whitespace. 176
Errors '!=' is not followed by whitespace. 176
Errors Line contains a tab character. 177
Errors '{' should be on the previous line. 177
Errors Line contains a tab character. 178
Errors 'if' construct must use '{}'s. 179
Errors Line is longer than 80 characters. 179
Errors Line contains a tab character. 179
Errors 'if' is not followed by whitespace. 179
Errors '(' is followed by whitespace. 179
Errors '(' is followed by whitespace. 179
Errors '(' is followed by whitespace. 179
Errors '==' is not preceded with whitespace. 179
Errors '==' is not followed by whitespace. 179
Errors Line is longer than 80 characters. 180
Errors Line contains a tab character. 180
Errors '(' is followed by whitespace. 180
Errors Line has trailing spaces. 181
Errors Line contains a tab character. 181
Errors '}' should be on the same line. 181
Errors Line has trailing spaces. 182
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors '{' should be on the previous line. 183
Errors Must have at least one statement. 183
Errors Line has trailing spaces. 184
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line has trailing spaces. 187
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line has trailing spaces. 198
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Missing a Javadoc comment. 199
Errors '(' is followed by whitespace. 199
Errors Parameter command should be final. 199
Errors Line contains a tab character. 200
Errors '{' should be on the previous line. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors '{' should be on the previous line. 202
Errors Line has trailing spaces. 203
Errors Line is longer than 80 characters. 203
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors '(' is followed by whitespace. 204
Errors Line contains a tab character. 205
Errors '(' is followed by whitespace. 205
Errors Line contains a tab character. 206
Errors '(' is followed by whitespace. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 209
Errors '(' is followed by whitespace. 209
Errors Line contains a tab character. 210
Errors '}' should be on the same line. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors '{' should be on the previous line. 212
Errors Line is longer than 80 characters. 213
Errors Line contains a tab character. 213
Errors '(' is followed by whitespace. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line has trailing spaces. 217
Errors Line contains a tab character. 217
Errors Line has trailing spaces. 218
Errors Line is longer than 80 characters. 218
Errors Line contains a tab character. 218
Errors Missing a Javadoc comment. 218
Errors Variable 'commonProgramsFolders' must be private and have accessor methods. 218
Errors '{' is followed by whitespace. 218
Errors Line has trailing spaces. 219
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220
Errors Missing a Javadoc comment. 220
Errors Line contains a tab character. 221
Errors '{' should be on the previous line. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors '{' should be on the previous line. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors '(' is followed by whitespace. 225
Errors 'if' construct must use '{}'s. 226
Errors Line contains a tab character. 226
Errors 'if' is not followed by whitespace. 226
Errors '(' is followed by whitespace. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 228
Errors Line has trailing spaces. 229
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors Line has trailing spaces. 231
Errors Line contains a tab character. 231

net/sf/ovanttasks/ovanttasks/Win32PropertiesTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 9
Errors Line contains a tab character. 10
Errors Line contains a tab character. 11
Errors '{' should be on the previous line. 16
Errors Line contains a tab character. 17
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 17
Errors Missing a Javadoc comment. 17
Errors Redundant throws: 'BuildException' is unchecked exception. 17
Errors Line contains a tab character. 18
Errors '{' should be on the previous line. 18
Errors Line contains a tab character. 19
Errors Line is longer than 80 characters. 20
Errors Line contains a tab character. 20
Errors '(' is followed by whitespace. 20
Errors '(' is followed by whitespace. 20
Errors Line contains a tab character. 21
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Line contains a tab character. 24
Errors Line contains a tab character. 25
Errors Line is longer than 80 characters. 26
Errors Line contains a tab character. 26
Errors '(' is followed by whitespace. 26
Errors '(' is followed by whitespace. 26
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line is longer than 80 characters. 32
Errors Line contains a tab character. 32
Errors '(' is followed by whitespace. 32
Errors '(' is followed by whitespace. 32
Errors Line contains a tab character. 33
Errors Must have at least one statement. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line is longer than 80 characters. 36
Errors Line contains a tab character. 36
Errors '(' is followed by whitespace. 36
Errors '(' is followed by whitespace. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line is longer than 80 characters. 42
Errors Line contains a tab character. 42
Errors '(' is followed by whitespace. 42
Errors '(' is followed by whitespace. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line is longer than 80 characters. 47
Errors Line contains a tab character. 47
Errors '(' is followed by whitespace. 47
Errors '(' is followed by whitespace. 47
Errors Line contains a tab character. 48
Errors Line is longer than 80 characters. 49
Errors Line contains a tab character. 49
Errors '(' is followed by whitespace. 49
Errors '(' is followed by whitespace. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line is longer than 80 characters. 55
Errors Line contains a tab character. 55
Errors '(' is followed by whitespace. 55
Errors '(' is followed by whitespace. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line is longer than 80 characters. 61
Errors Line contains a tab character. 61
Errors '(' is followed by whitespace. 61
Errors '(' is followed by whitespace. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line is longer than 80 characters. 67
Errors Line contains a tab character. 67
Errors '(' is followed by whitespace. 67
Errors '(' is followed by whitespace. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line is longer than 80 characters. 73
Errors Line contains a tab character. 73
Errors '(' is followed by whitespace. 73
Errors '(' is followed by whitespace. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors '(' is followed by whitespace. 79
Errors '(' is followed by whitespace. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line is longer than 80 characters. 85
Errors Line contains a tab character. 85
Errors '(' is followed by whitespace. 85
Errors '(' is followed by whitespace. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line is longer than 80 characters. 91
Errors Line contains a tab character. 91
Errors '(' is followed by whitespace. 91
Errors '(' is followed by whitespace. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line is longer than 80 characters. 97
Errors Line contains a tab character. 97
Errors '(' is followed by whitespace. 97
Errors '(' is followed by whitespace. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line is longer than 80 characters. 103
Errors Line contains a tab character. 103
Errors '(' is followed by whitespace. 103
Errors '(' is followed by whitespace. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line is longer than 80 characters. 109
Errors Line contains a tab character. 109
Errors '(' is followed by whitespace. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line is longer than 80 characters. 115
Errors Line contains a tab character. 115
Errors '(' is followed by whitespace. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120

net/sf/ovanttasks/ovanttasks/Win32RegistryTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line has trailing spaces. 39
Errors '{' should be on the previous line. 39
Errors Line contains a tab character. 39
Errors Missing a Javadoc comment. 40
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors '{' should be on the previous line. 41
Errors Line contains a tab character. 42
Errors Missing a Javadoc comment. 42
Errors Variable 'property' must be private and have accessor methods. 42
Errors '=' is not preceded with whitespace. 42
Errors '=' is not followed by whitespace. 42
Errors Line contains a tab character. 43
Errors Missing a Javadoc comment. 43
Errors Variable 'entry' must be private and have accessor methods. 43
Errors '=' is not preceded with whitespace. 43
Errors '=' is not followed by whitespace. 43
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Missing a Javadoc comment. 44
Errors Variable 'subKey' must be private and have accessor methods. 44
Errors '=' is not preceded with whitespace. 44
Errors '=' is not followed by whitespace. 44
Errors Line has trailing spaces. 45
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors '(' is followed by whitespace. 46
Errors Parameter s should be final. 46
Errors Line contains a tab character. 47
Errors '{' should be on the previous line. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line has trailing spaces. 50
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors '(' is followed by whitespace. 51
Errors Parameter s should be final. 51
Errors Line contains a tab character. 52
Errors '{' should be on the previous line. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line has trailing spaces. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors '(' is followed by whitespace. 56
Errors Parameter s should be final. 56
Errors Line contains a tab character. 57
Errors '{' should be on the previous line. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line has trailing spaces. 60
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Line contains a tab character. 62
Errors '{' should be on the previous line. 62
Errors 'if' construct must use '{}'s. 63
Errors Line contains a tab character. 63
Errors 'if' is not followed by whitespace. 63
Errors '(' is followed by whitespace. 63
Errors '==' is not preceded with whitespace. 63
Errors '==' is not followed by whitespace. 63
Errors Line is longer than 80 characters. 64
Errors Line contains a tab character. 64
Errors '(' is followed by whitespace. 64
Errors Line has trailing spaces. 65
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors 'reg' hides a field. 66
Errors '=' is not preceded with whitespace. 66
Errors '=' is not followed by whitespace. 66
Errors Line has trailing spaces. 67
Errors Line contains a tab character. 67
Errors 'if' construct must use '{}'s. 68
Errors Line contains a tab character. 68
Errors 'if' is not followed by whitespace. 68
Errors '(' is followed by whitespace. 68
Errors '!=' is not preceded with whitespace. 68
Errors '!=' is not followed by whitespace. 68
Errors Line is longer than 80 characters. 69
Errors Line contains a tab character. 69
Errors '(' is followed by whitespace. 69
Errors 'else' construct must use '{}'s. 70
Errors Line contains a tab character. 70
Errors Line has trailing spaces. 71
Errors Line contains a tab character. 71
Errors Line has trailing spaces. 72
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors 'if' is not followed by whitespace. 73
Errors '(' is followed by whitespace. 73
Errors '!=' is not preceded with whitespace. 73
Errors '!=' is not followed by whitespace. 73
Errors Line contains a tab character. 74
Errors '{' should be on the previous line. 74
Errors 'if' construct must use '{}'s. 75
Errors Line contains a tab character. 75
Errors 'if' is not followed by whitespace. 75
Errors '(' is followed by whitespace. 75
Errors '(' is followed by whitespace. 75
Errors Line is longer than 80 characters. 76
Errors Line contains a tab character. 76
Errors '(' is followed by whitespace. 76
Errors Line contains a tab character. 77
Errors '}' should be on the same line. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors '{' should be on the previous line. 79
Errors 'if' construct must use '{}'s. 80
Errors Line contains a tab character. 80
Errors 'if' is not followed by whitespace. 80
Errors '(' is followed by whitespace. 80
Errors Line has trailing spaces. 81
Errors Line is longer than 80 characters. 81
Errors Line contains a tab character. 81
Errors '(' is followed by whitespace. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line has trailing spaces. 85
Errors Line contains a tab character. 85
Errors Missing a Javadoc comment. 86
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors '{' should be on the previous line. 87
Errors Line contains a tab character. 88
Errors Missing a Javadoc comment. 88
Errors Variable 'entry' must be private and have accessor methods. 88
Errors '=' is not preceded with whitespace. 88
Errors '=' is not followed by whitespace. 88
Errors Line has trailing spaces. 89
Errors Line contains a tab character. 89
Errors Missing a Javadoc comment. 89
Errors Variable 'subKey' must be private and have accessor methods. 89
Errors '=' is not preceded with whitespace. 89
Errors '=' is not followed by whitespace. 89
Errors Line has trailing spaces. 90
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors '(' is followed by whitespace. 91
Errors Parameter s should be final. 91
Errors Line contains a tab character. 92
Errors '{' should be on the previous line. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line has trailing spaces. 95
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. 96
Errors Missing a Javadoc comment. 96
Errors '(' is followed by whitespace. 96
Errors Parameter s should be final. 96
Errors Line contains a tab character. 97
Errors '{' should be on the previous line. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line has trailing spaces. 100
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Line contains a tab character. 102
Errors '{' should be on the previous line. 102
Errors Line contains a tab character. 103
Errors 'reg' hides a field. 103
Errors '=' is not preceded with whitespace. 103
Errors '=' is not followed by whitespace. 103
Errors Line has trailing spaces. 104
Errors Line contains a tab character. 104
Errors 'if' construct must use '{}'s. 105
Errors Line contains a tab character. 105
Errors 'if' is not followed by whitespace. 105
Errors '(' is followed by whitespace. 105
Errors '!=' is not preceded with whitespace. 105
Errors '!=' is not followed by whitespace. 105
Errors Line is longer than 80 characters. 106
Errors Line contains a tab character. 106
Errors '(' is followed by whitespace. 106
Errors 'else' construct must use '{}'s. 107
Errors Line contains a tab character. 107
Errors Line has trailing spaces. 108
Errors Line contains a tab character. 108
Errors Line contains a tab character. 110
Errors 'if' is not followed by whitespace. 110
Errors '(' is followed by whitespace. 110
Errors '!=' is not preceded with whitespace. 110
Errors '!=' is not followed by whitespace. 110
Errors Line contains a tab character. 111
Errors '{' should be on the previous line. 111
Errors Line contains a tab character. 112
Errors 'if' is not followed by whitespace. 112
Errors '(' is followed by whitespace. 112
Errors '(' is followed by whitespace. 112
Errors Line contains a tab character. 113
Errors '{' should be on the previous line. 113
Errors Line is longer than 80 characters. 114
Errors Line contains a tab character. 114
Errors '(' is followed by whitespace. 114
Errors '+' is not followed by whitespace. 114
Errors Line contains a tab character. 115
Errors '(' is followed by whitespace. 115
Errors Line contains a tab character. 116
Errors '}' should be on the same line. 116
Errors 'else' construct must use '{}'s. 117
Errors Line contains a tab character. 117
Errors Line is longer than 80 characters. 118
Errors Line contains a tab character. 118
Errors '(' is followed by whitespace. 118
Errors Line contains a tab character. 119
Errors '}' should be on the same line. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors '{' should be on the previous line. 121
Errors 'if' construct must use '{}'s. 122
Errors Line contains a tab character. 122
Errors 'if' is not followed by whitespace. 122
Errors '(' is followed by whitespace. 122
Errors Line contains a tab character. 123
Errors 'else' construct must use '{}'s. 124
Errors Line contains a tab character. 124
Errors Line has trailing spaces. 125
Errors Line is longer than 80 characters. 125
Errors Line contains a tab character. 125
Errors '(' is followed by whitespace. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line has trailing spaces. 129
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Missing a Javadoc comment. 130
Errors Parameter reg should be final. 130
Errors 'reg' hides a field. 130
Errors Parameter name should be final. 130
Errors Line contains a tab character. 131
Errors '(' is followed by whitespace. 131
Errors Line contains a tab character. 132
Errors Avoid nested blocks. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Avoid nested blocks. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Avoid nested blocks. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Avoid nested blocks. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Avoid nested blocks. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Avoid nested blocks. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Avoid nested blocks. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Avoid nested blocks. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Avoid nested blocks. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Avoid nested blocks. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Avoid nested blocks. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Avoid nested blocks. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Missing a Javadoc comment. 173
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors '{' should be on the previous line. 174
Errors Line contains a tab character. 175
Errors Missing a Javadoc comment. 175
Errors Variable 'property' must be private and have accessor methods. 175
Errors '=' is not preceded with whitespace. 175
Errors '=' is not followed by whitespace. 175
Errors Line contains a tab character. 176
Errors Missing a Javadoc comment. 176
Errors Variable 'entry' must be private and have accessor methods. 176
Errors '=' is not preceded with whitespace. 176
Errors '=' is not followed by whitespace. 176
Errors Line has trailing spaces. 177
Errors Line contains a tab character. 177
Errors Missing a Javadoc comment. 177
Errors Variable 'subKey' must be private and have accessor methods. 177
Errors '=' is not preceded with whitespace. 177
Errors '=' is not followed by whitespace. 177
Errors Line contains a tab character. 179
Errors Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 179
Errors Missing a Javadoc comment. 179
Errors '(' is followed by whitespace. 179
Errors Parameter s should be final. 179
Errors Line contains a tab character. 180
Errors '{' should be on the previous line. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 184
Errors Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. 184
Errors Missing a Javadoc comment. 184
Errors '(' is followed by whitespace. 184
Errors Parameter s should be final. 184
Errors Line contains a tab character. 185
Errors '{' should be on the previous line. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 189
Errors Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. 189
Errors Missing a Javadoc comment. 189
Errors '(' is followed by whitespace. 189
Errors Parameter s should be final. 189
Errors Line contains a tab character. 190
Errors '{' should be on the previous line. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 194
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 194
Errors Missing a Javadoc comment. 194
Errors Line contains a tab character. 195
Errors '{' should be on the previous line. 195
Errors 'if' construct must use '{}'s. 196
Errors Line contains a tab character. 196
Errors 'if' is not followed by whitespace. 196
Errors '(' is followed by whitespace. 196
Errors '==' is not preceded with whitespace. 196
Errors '==' is not followed by whitespace. 196
Errors Line is longer than 80 characters. 197
Errors Line contains a tab character. 197
Errors '(' is followed by whitespace. 197
Errors 'if' construct must use '{}'s. 199
Errors Line contains a tab character. 199
Errors 'if' is not followed by whitespace. 199
Errors '(' is followed by whitespace. 199
Errors '==' is not preceded with whitespace. 199
Errors '==' is not followed by whitespace. 199
Errors Line is longer than 80 characters. 200
Errors Line contains a tab character. 200
Errors '(' is followed by whitespace. 200
Errors Line contains a tab character. 202
Errors 'reg' hides a field. 202
Errors '=' is not preceded with whitespace. 202
Errors '=' is not followed by whitespace. 202
Errors 'if' construct must use '{}'s. 204
Errors Line contains a tab character. 204
Errors 'if' is not followed by whitespace. 204
Errors '(' is followed by whitespace. 204
Errors '!=' is not preceded with whitespace. 204
Errors '!=' is not followed by whitespace. 204
Errors Line is longer than 80 characters. 205
Errors Line contains a tab character. 205
Errors '(' is followed by whitespace. 205
Errors 'else' construct must use '{}'s. 206
Errors Line contains a tab character. 206
Errors Line has trailing spaces. 207
Errors Line contains a tab character. 207
Errors 'if' construct must use '{}'s. 209
Errors Line contains a tab character. 209
Errors 'if' is not followed by whitespace. 209
Errors '(' is followed by whitespace. 209
Errors Line is longer than 80 characters. 210
Errors Line contains a tab character. 210
Errors '(' is followed by whitespace. 210
Errors 'if' construct must use '{}'s. 212
Errors Line contains a tab character. 212
Errors 'if' is not followed by whitespace. 212
Errors '(' is followed by whitespace. 212
Errors '(' is followed by whitespace. 212
Errors Line is longer than 80 characters. 213
Errors Line contains a tab character. 213
Errors '(' is followed by whitespace. 213
Errors Line has trailing spaces. 214
Errors Line contains a tab character. 214
Errors Line is longer than 80 characters. 215
Errors Line contains a tab character. 215
Errors '(' is followed by whitespace. 215
Errors Line has trailing spaces. 216
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors Line has trailing spaces. 218
Errors Line contains a tab character. 218
Errors Missing a Javadoc comment. 219
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220
Errors '{' should be on the previous line. 220
Errors Line contains a tab character. 221
Errors Missing a Javadoc comment. 221
Errors Variable 'entry' must be private and have accessor methods. 221
Errors Line contains a tab character. 222
Errors Missing a Javadoc comment. 222
Errors Variable 'value' must be private and have accessor methods. 222
Errors Line has trailing spaces. 223
Errors Line contains a tab character. 223
Errors Missing a Javadoc comment. 223
Errors Variable 'subKey' must be private and have accessor methods. 223
Errors Line has trailing spaces. 224
Errors Missing a Javadoc comment. 224
Errors Variable 'valueType' must be private and have accessor methods. 224
Errors Line has trailing spaces. 225
Errors Line contains a tab character. 226
Errors Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. 226
Errors Missing a Javadoc comment. 226
Errors '(' is followed by whitespace. 226
Errors Parameter s should be final. 226
Errors Line contains a tab character. 227
Errors '{' should be on the previous line. 227
Errors Line contains a tab character. 228
Errors Line contains a tab character. 229
Errors Line contains a tab character. 231
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 231
Errors Missing a Javadoc comment. 231
Errors '(' is followed by whitespace. 231
Errors Parameter s should be final. 231
Errors Line contains a tab character. 232
Errors '{' should be on the previous line. 232
Errors Line contains a tab character. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 236
Errors Method 'setValueType' is not designed for extension - needs to be abstract, final or empty. 236
Errors Missing a Javadoc comment. 236
Errors '(' is followed by whitespace. 236
Errors Parameter s should be final. 236
Errors Line contains a tab character. 237
Errors '{' should be on the previous line. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 241
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 241
Errors Missing a Javadoc comment. 241
Errors '(' is followed by whitespace. 241
Errors Parameter s should be final. 241
Errors Line contains a tab character. 242
Errors '{' should be on the previous line. 242
Errors Line contains a tab character. 243
Errors 'if' is not followed by whitespace. 243
Errors '(' is followed by whitespace. 243
Errors '!=' is not preceded with whitespace. 243
Errors '!=' is not followed by whitespace. 243
Errors Line contains a tab character. 244
Errors '{' should be on the previous line. 244
Errors Line is longer than 80 characters. 245
Errors Line contains a tab character. 245
Errors '(' is followed by whitespace. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors Line has trailing spaces. 248
Errors Line contains a tab character. 248
Errors Line contains a tab character. 249
Errors '(' is followed by whitespace. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 252
Errors Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. 252
Errors Missing a Javadoc comment. 252
Errors '(' is followed by whitespace. 252
Errors Parameter s should be final. 252
Errors Line contains a tab character. 253
Errors '{' should be on the previous line. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors Line contains a tab character. 257
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 257
Errors Missing a Javadoc comment. 257
Errors Line contains a tab character. 258
Errors '{' should be on the previous line. 258
Errors 'if' construct must use '{}'s. 259
Errors Line contains a tab character. 259
Errors 'if' is not followed by whitespace. 259
Errors '(' is followed by whitespace. 259
Errors '==' is not preceded with whitespace. 259
Errors '==' is not followed by whitespace. 259
Errors Line is longer than 80 characters. 260
Errors Line contains a tab character. 260
Errors '(' is followed by whitespace. 260
Errors 'if' construct must use '{}'s. 262
Errors Line contains a tab character. 262
Errors 'if' is not followed by whitespace. 262
Errors '(' is followed by whitespace. 262
Errors '==' is not preceded with whitespace. 262
Errors '==' is not followed by whitespace. 262
Errors Line is longer than 80 characters. 263
Errors Line contains a tab character. 263
Errors '(' is followed by whitespace. 263
Errors Line contains a tab character. 265
Errors 'reg' hides a field. 265
Errors '=' is not preceded with whitespace. 265
Errors '=' is not followed by whitespace. 265
Errors 'if' construct must use '{}'s. 267
Errors Line contains a tab character. 267
Errors 'if' is not followed by whitespace. 267
Errors '(' is followed by whitespace. 267
Errors '!=' is not preceded with whitespace. 267
Errors '!=' is not followed by whitespace. 267
Errors Line is longer than 80 characters. 268
Errors Line contains a tab character. 268
Errors '(' is followed by whitespace. 268
Errors 'else' construct must use '{}'s. 269
Errors Line contains a tab character. 269
Errors Line has trailing spaces. 270
Errors Line contains a tab character. 270
Errors 'if' construct must use '{}'s. 272
Errors Line contains a tab character. 272
Errors 'if' is not followed by whitespace. 272
Errors '(' is followed by whitespace. 272
Errors Line contains a tab character. 273
Errors Line has trailing spaces. 274
Errors Line contains a tab character. 275
Errors Line has trailing spaces. 276
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277
Errors Missing a Javadoc comment. 279
Errors Line contains a tab character. 279
Errors Line contains a tab character. 280
Errors '{' should be on the previous line. 280
Errors Line contains a tab character. 281
Errors Missing a Javadoc comment. 281
Errors Variable 'file' must be private and have accessor methods. 281
Errors '=' is not preceded with whitespace. 281
Errors '=' is not followed by whitespace. 281
Errors Line has trailing spaces. 282
Errors Line contains a tab character. 282
Errors Missing a Javadoc comment. 282
Errors Variable 'subKey' must be private and have accessor methods. 282
Errors '=' is not preceded with whitespace. 282
Errors '=' is not followed by whitespace. 282
Errors Line contains a tab character. 284
Errors Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. 284
Errors Missing a Javadoc comment. 284
Errors '(' is followed by whitespace. 284
Errors Parameter s should be final. 284
Errors Line contains a tab character. 285
Errors '{' should be on the previous line. 285
Errors Line contains a tab character. 286
Errors Line contains a tab character. 287
Errors Line contains a tab character. 289
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 289
Errors Missing a Javadoc comment. 289
Errors '(' is followed by whitespace. 289
Errors Parameter f should be final. 289
Errors Line contains a tab character. 290
Errors '{' should be on the previous line. 290
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors Line contains a tab character. 294
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 294
Errors Missing a Javadoc comment. 294
Errors Line contains a tab character. 295
Errors '{' should be on the previous line. 295
Errors 'if' construct must use '{}'s. 296
Errors Line contains a tab character. 296
Errors 'if' is not followed by whitespace. 296
Errors '(' is followed by whitespace. 296
Errors '==' is not preceded with whitespace. 296
Errors '==' is not followed by whitespace. 296
Errors Line is longer than 80 characters. 297
Errors Line contains a tab character. 297
Errors '(' is followed by whitespace. 297
Errors Line has trailing spaces. 298
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299
Errors 'reg' hides a field. 299
Errors '=' is not preceded with whitespace. 299
Errors '=' is not followed by whitespace. 299
Errors 'if' construct must use '{}'s. 301
Errors Line contains a tab character. 301
Errors 'if' is not followed by whitespace. 301
Errors '(' is followed by whitespace. 301
Errors '!=' is not preceded with whitespace. 301
Errors '!=' is not followed by whitespace. 301
Errors Line is longer than 80 characters. 302
Errors Line contains a tab character. 302
Errors '(' is followed by whitespace. 302
Errors 'else' construct must use '{}'s. 303
Errors Line contains a tab character. 303
Errors Line has trailing spaces. 304
Errors Line contains a tab character. 304
Errors 'if' construct must use '{}'s. 306
Errors Line contains a tab character. 306
Errors 'if' is not followed by whitespace. 306
Errors '(' is followed by whitespace. 306
Errors Line is longer than 80 characters. 307
Errors Line contains a tab character. 307
Errors '(' is followed by whitespace. 307
Errors Line contains a tab character. 309
Errors '(' is followed by whitespace. 309
Errors ')' is preceded with whitespace. 309
Errors Line contains a tab character. 310
Errors 'root' hides a field. 310
Errors '(' is followed by whitespace. 310
Errors Line contains a tab character. 311
Errors '(' is followed by whitespace. 311
Errors Line is longer than 80 characters. 313
Errors Line contains a tab character. 313
Errors '(' is followed by whitespace. 313
Errors '(' is followed by whitespace. 313
Errors Line contains a tab character. 314
Errors '(' is followed by whitespace. 314
Errors Line has trailing spaces. 315
Errors Line contains a tab character. 315
Errors Line contains a tab character. 316
Errors '(' is followed by whitespace. 316
Errors Line has trailing spaces. 317
Errors Line contains a tab character. 317
Errors Line contains a tab character. 318
Errors Line contains a tab character. 319
Errors '{' should be on the previous line. 319
Errors Line contains a tab character. 320
Errors '(' is followed by whitespace. 320
Errors Line has trailing spaces. 321
Errors Line is longer than 80 characters. 321
Errors Line contains a tab character. 321
Errors '(' is followed by whitespace. 321
Errors Line contains a tab character. 322
Errors '(' is followed by whitespace. 322
Errors Line is longer than 80 characters. 323
Errors Line contains a tab character. 323
Errors Line is longer than 80 characters. 324
Errors Line contains a tab character. 324
Errors '(' is followed by whitespace. 324
Errors Line is longer than 80 characters. 325
Errors Line contains a tab character. 325
Errors Line contains a tab character. 326
Errors '(' is followed by whitespace. 326
Errors Line contains a tab character. 327
Errors Line contains a tab character. 328
Errors '}' should be on the same line. 328
Errors Line contains a tab character. 329
Errors 'catch' is not followed by whitespace. 329
Errors Line contains a tab character. 330
Errors '{' should be on the previous line. 330
Errors Line is longer than 80 characters. 331
Errors Line contains a tab character. 331
Errors '(' is followed by whitespace. 331
Errors Line has trailing spaces. 332
Errors Line contains a tab character. 332
Errors Line has trailing spaces. 333
Errors Line contains a tab character. 333
Errors Line has trailing spaces. 334
Errors Line contains a tab character. 334
Errors Line is longer than 80 characters. 335
Errors Line contains a tab character. 335
Errors Method 'addSubKey' is not designed for extension - needs to be abstract, final or empty. 335
Errors Missing a Javadoc comment. 335
Errors '(' is followed by whitespace. 335
Errors Parameter doc should be final. 335
Errors Parameter elm should be final. 335
Errors Parameter reg should be final. 335
Errors 'reg' hides a field. 335
Errors Line contains a tab character. 336
Errors '{' should be on the previous line. 336
Errors Line contains a tab character. 337
Errors 'for' is not followed by whitespace. 337
Errors ':' is not preceded with whitespace. 337
Errors Line contains a tab character. 338
Errors '{' should be on the previous line. 338
Errors Line has trailing spaces. 339
Errors Line contains a tab character. 339
Errors Line contains a tab character. 340
Errors '(' is followed by whitespace. 340
Errors Line contains a tab character. 341
Errors '(' is followed by whitespace. 341
Errors Line is longer than 80 characters. 342
Errors Line contains a tab character. 342
Errors '(' is followed by whitespace. 342
Errors '(' is followed by whitespace. 342
Errors '(' is followed by whitespace. 342
Errors Line contains a tab character. 343
Errors Line contains a tab character. 344
Errors '(' is followed by whitespace. 344
Errors Line contains a tab character. 345
Errors '(' is followed by whitespace. 345
Errors Line contains a tab character. 346
Errors Line has trailing spaces. 347
Errors Line contains a tab character. 347
Errors Line contains a tab character. 348
Errors Line contains a tab character. 349
Errors '{' should be on the previous line. 349
Errors Line contains a tab character. 350
Errors 'subKey' hides a field. 350
Errors '(' is followed by whitespace. 350
Errors Line contains a tab character. 351
Errors '(' is followed by whitespace. 351
Errors Line contains a tab character. 352
Errors '(' is followed by whitespace. 352
Errors Line has trailing spaces. 353
Errors Line contains a tab character. 353
Errors Line is longer than 80 characters. 354
Errors Line contains a tab character. 354
Errors '(' is followed by whitespace. 354
Errors '(' is followed by whitespace. 354
Errors Line contains a tab character. 355
Errors Line contains a tab character. 356
Errors Line contains a tab character. 358
Errors Line has trailing spaces. 359
Errors Line contains a tab character. 359
Errors Missing a Javadoc comment. 360
Errors Line contains a tab character. 360
Errors Line contains a tab character. 361
Errors '{' should be on the previous line. 361
Errors Line contains a tab character. 362
Errors Missing a Javadoc comment. 362
Errors Variable 'file' must be private and have accessor methods. 362
Errors '=' is not preceded with whitespace. 362
Errors '=' is not followed by whitespace. 362
Errors Line has trailing spaces. 363
Errors Line contains a tab character. 363
Errors Missing a Javadoc comment. 363
Errors Variable 'subKey' must be private and have accessor methods. 363
Errors '=' is not preceded with whitespace. 363
Errors '=' is not followed by whitespace. 363
Errors Line contains a tab character. 364
Errors Missing a Javadoc comment. 364
Errors Variable 'text' must be private and have accessor methods. 364
Errors Line has trailing spaces. 365
Errors Line contains a tab character. 365
Errors Line contains a tab character. 366
Errors Method 'setSubKey' is not designed for extension - needs to be abstract, final or empty. 366
Errors Missing a Javadoc comment. 366
Errors '(' is followed by whitespace. 366
Errors Parameter s should be final. 366
Errors Line contains a tab character. 367
Errors '{' should be on the previous line. 367
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Line contains a tab character. 371
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 371
Errors Missing a Javadoc comment. 371
Errors '(' is followed by whitespace. 371
Errors Parameter f should be final. 371
Errors Line contains a tab character. 372
Errors '{' should be on the previous line. 372
Errors Line contains a tab character. 373
Errors Line contains a tab character. 374
Errors Line contains a tab character. 376
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 376
Errors Missing a Javadoc comment. 376
Errors '(' is followed by whitespace. 376
Errors Parameter s should be final. 376
Errors Line contains a tab character. 377
Errors '{' should be on the previous line. 377
Errors Line contains a tab character. 378
Errors '(' is followed by whitespace. 378
Errors Line contains a tab character. 379
Errors Line contains a tab character. 381
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 381
Errors Missing a Javadoc comment. 381
Errors Line contains a tab character. 382
Errors '{' should be on the previous line. 382
Errors 'if' construct must use '{}'s. 383
Errors Line contains a tab character. 383
Errors 'if' is not followed by whitespace. 383
Errors '(' is followed by whitespace. 383
Errors 'cast' is not followed by whitespace. 383
Errors '==' is not preceded with whitespace. 383
Errors '==' is not followed by whitespace. 383
Errors 'cast' is not followed by whitespace. 383
Errors Line is longer than 80 characters. 384
Errors Line contains a tab character. 384
Errors '(' is followed by whitespace. 384
Errors Line has trailing spaces. 385
Errors Line contains a tab character. 385
Errors Line contains a tab character. 386
Errors 'reg' hides a field. 386
Errors '=' is not preceded with whitespace. 386
Errors '=' is not followed by whitespace. 386
Errors 'if' construct must use '{}'s. 388
Errors Line contains a tab character. 388
Errors 'if' is not followed by whitespace. 388
Errors '(' is followed by whitespace. 388
Errors '!=' is not preceded with whitespace. 388
Errors '!=' is not followed by whitespace. 388
Errors Line is longer than 80 characters. 389
Errors Line contains a tab character. 389
Errors '(' is followed by whitespace. 389
Errors 'else' construct must use '{}'s. 390
Errors Line contains a tab character. 390
Errors Line has trailing spaces. 391
Errors Line contains a tab character. 391
Errors 'if' construct must use '{}'s. 393
Errors Line contains a tab character. 393
Errors 'if' is not followed by whitespace. 393
Errors '(' is followed by whitespace. 393
Errors Line contains a tab character. 394
Errors Line contains a tab character. 396
Errors Line contains a tab character. 397
Errors '{' should be on the previous line. 397
Errors Line is longer than 80 characters. 398
Errors Line contains a tab character. 398
Errors '!=' is not preceded with whitespace. 398
Errors '!=' is not followed by whitespace. 398
Errors Avoid inline conditionals. 398
Errors '(' is followed by whitespace. 398
Errors '(' is followed by whitespace. 398
Errors '(' is followed by whitespace. 398
Errors '(' is followed by whitespace. 398
Errors Line has trailing spaces. 400
Errors Line contains a tab character. 400
Errors Line contains a tab character. 401
Errors '(' is followed by whitespace. 401
Errors Line contains a tab character. 402
Errors '}' should be on the same line. 402
Errors Line contains a tab character. 403
Errors 'catch' is not followed by whitespace. 403
Errors Line contains a tab character. 404
Errors '{' should be on the previous line. 404
Errors Line contains a tab character. 405
Errors Line is longer than 80 characters. 406
Errors Line contains a tab character. 406
Errors '(' is followed by whitespace. 406
Errors Line has trailing spaces. 407
Errors Line contains a tab character. 407
Errors Line has trailing spaces. 408
Errors Line contains a tab character. 408
Errors Line contains a tab character. 410
Errors Method 'importSubKey' is not designed for extension - needs to be abstract, final or empty. 410
Errors Missing a Javadoc comment. 410
Errors '(' is followed by whitespace. 410
Errors Parameter element should be final. 410
Errors Parameter reg should be final. 410
Errors 'reg' hides a field. 410
Errors Line has trailing spaces. 411
Errors Line contains a tab character. 411
Errors '{' should be on the previous line. 411
Errors Line contains a tab character. 412
Errors Line contains a tab character. 413
Errors 'for' is not followed by whitespace. 413
Errors '(' is followed by whitespace. 413
Errors '=' is not preceded with whitespace. 413
Errors '=' is not followed by whitespace. 413
Errors '<' is not preceded with whitespace. 413
Errors '<' is not followed by whitespace. 413
Errors Line contains a tab character. 414
Errors '{' should be on the previous line. 414
Errors Line is longer than 80 characters. 415
Errors Line contains a tab character. 415
Errors 'if' is not followed by whitespace. 415
Errors '(' is followed by whitespace. 415
Errors '(' is followed by whitespace. 415
Errors '==' is not preceded with whitespace. 415
Errors '==' is not followed by whitespace. 415
Errors Line contains a tab character. 416
Errors '{' should be on the previous line. 416
Errors Line contains a tab character. 417
Errors 'cast' is not followed by whitespace. 417
Errors '(' is followed by whitespace. 417
Errors Line contains a tab character. 418
Errors 'if' is not followed by whitespace. 418
Errors '(' is followed by whitespace. 418
Errors '(' is followed by whitespace. 418
Errors Line contains a tab character. 419
Errors '{' should be on the previous line. 419
Errors Line is longer than 80 characters. 420
Errors Line contains a tab character. 420
Errors '(' is followed by whitespace. 420
Errors '(' is followed by whitespace. 420
Errors 'if' construct must use '{}'s. 421
Errors Line contains a tab character. 421
Errors 'if' is not followed by whitespace. 421
Errors '(' is followed by whitespace. 421
Errors Line contains a tab character. 422
Errors Line has trailing spaces. 423
Errors Line contains a tab character. 423
Errors Line contains a tab character. 424
Errors '(' is followed by whitespace. 424
Errors Line contains a tab character. 425
Errors '}' should be on the same line. 425
Errors 'else' construct must use '{}'s. 426
Errors Line contains a tab character. 426
Errors Line has trailing spaces. 427
Errors Line is longer than 80 characters. 427
Errors Line contains a tab character. 427
Errors '(' is followed by whitespace. 427
Errors '(' is followed by whitespace. 427
Errors '(' is followed by whitespace. 427
Errors Line contains a tab character. 428
Errors Line has trailing spaces. 429
Errors Line contains a tab character. 429
Errors Line contains a tab character. 430
Errors Line contains a tab character. 431
Errors Line has trailing spaces. 432
Errors Line contains a tab character. 432
Errors Line contains a tab character. 433
Errors Missing a Javadoc comment. 433
Errors Name 'builder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 433
Errors Line contains a tab character. 435
Errors Line contains a tab character. 436
Errors Line contains a tab character. 438
Errors Line is longer than 80 characters. 439
Errors Line has trailing spaces. 443
Errors '{' should be on the previous line. 445
Errors '}' should be on the same line. 447
Errors '{' should be on the previous line. 449
Errors Line contains a tab character. 457
Errors Line has trailing spaces. 458
Errors Line contains a tab character. 458
Errors Line contains a tab character. 459
Errors Missing a Javadoc comment. 459
Errors Variable 'root' must be private and have accessor methods. 459
Errors '=' is not preceded with whitespace. 459
Errors '=' is not followed by whitespace. 459
Errors Line contains a tab character. 460
Errors Missing a Javadoc comment. 460
Errors Variable 'key' must be private and have accessor methods. 460
Errors '=' is not preceded with whitespace. 460
Errors '=' is not followed by whitespace. 460
Errors Line has trailing spaces. 461
Errors Line contains a tab character. 461
Errors Line contains a tab character. 462
Errors Missing a Javadoc comment. 462
Errors Variable 'reg' must be private and have accessor methods. 462
Errors Line has trailing spaces. 463
Errors Line contains a tab character. 463
Errors Line contains a tab character. 464
Errors Missing a Javadoc comment. 464
Errors Variable 'subTasks' must be private and have accessor methods. 464
Errors Line contains a tab character. 466
Errors Method 'createExists' is not designed for extension - needs to be abstract, final or empty. 466
Errors Missing a Javadoc comment. 466
Errors Line contains a tab character. 467
Errors '{' should be on the previous line. 467
Errors Line contains a tab character. 468
Errors Line contains a tab character. 469
Errors '(' is followed by whitespace. 469
Errors Line has trailing spaces. 470
Errors Line contains a tab character. 470
Errors Line has trailing spaces. 471
Errors Line contains a tab character. 471
Errors Line contains a tab character. 472
Errors Line contains a tab character. 474
Errors Method 'createDelete' is not designed for extension - needs to be abstract, final or empty. 474
Errors Missing a Javadoc comment. 474
Errors Line contains a tab character. 475
Errors '{' should be on the previous line. 475
Errors Line contains a tab character. 476
Errors Line contains a tab character. 477
Errors '(' is followed by whitespace. 477
Errors Line has trailing spaces. 478
Errors Line contains a tab character. 478
Errors Line has trailing spaces. 479
Errors Line contains a tab character. 479
Errors Line contains a tab character. 480
Errors Line contains a tab character. 482
Errors Method 'createGet' is not designed for extension - needs to be abstract, final or empty. 482
Errors Missing a Javadoc comment. 482
Errors Line contains a tab character. 483
Errors '{' should be on the previous line. 483
Errors Line contains a tab character. 484
Errors Line contains a tab character. 485
Errors '(' is followed by whitespace. 485
Errors Line has trailing spaces. 486
Errors Line contains a tab character. 486
Errors Line has trailing spaces. 487
Errors Line contains a tab character. 487
Errors Line contains a tab character. 488
Errors Line contains a tab character. 490
Errors Method 'createSet' is not designed for extension - needs to be abstract, final or empty. 490
Errors Missing a Javadoc comment. 490
Errors Line contains a tab character. 491
Errors '{' should be on the previous line. 491
Errors Line contains a tab character. 492
Errors Line contains a tab character. 493
Errors '(' is followed by whitespace. 493
Errors Line has trailing spaces. 495
Errors Line contains a tab character. 495
Errors Line contains a tab character. 496
Errors Line has trailing spaces. 497
Errors Line contains a tab character. 497
Errors Line contains a tab character. 498
Errors Method 'createImport' is not designed for extension - needs to be abstract, final or empty. 498
Errors Missing a Javadoc comment. 498
Errors Line contains a tab character. 499
Errors '{' should be on the previous line. 499
Errors Line contains a tab character. 500
Errors Name '_import' must match pattern '^[a-z][a-zA-Z0-9]*$'. 500
Errors Line contains a tab character. 501
Errors '(' is followed by whitespace. 501
Errors Line has trailing spaces. 503
Errors Line contains a tab character. 503
Errors Line contains a tab character. 504
Errors Line has trailing spaces. 505
Errors Line contains a tab character. 505
Errors Line contains a tab character. 506
Errors Method 'createExport' is not designed for extension - needs to be abstract, final or empty. 506
Errors Missing a Javadoc comment. 506
Errors Line contains a tab character. 507
Errors '{' should be on the previous line. 507
Errors Line contains a tab character. 508
Errors Line contains a tab character. 509
Errors '(' is followed by whitespace. 509
Errors Line has trailing spaces. 511
Errors Line contains a tab character. 511
Errors Line contains a tab character. 512
Errors Line has trailing spaces. 513
Errors Line contains a tab character. 513
Errors Line contains a tab character. 514
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 514
Errors Missing a Javadoc comment. 514
Errors Redundant throws: 'BuildException' is unchecked exception. 514
Errors Line contains a tab character. 515
Errors '{' should be on the previous line. 515
Errors 'if' construct must use '{}'s. 516
Errors Line contains a tab character. 516
Errors 'if' is not followed by whitespace. 516
Errors '(' is followed by whitespace. 516
Errors '==' is not preceded with whitespace. 516
Errors '==' is not followed by whitespace. 516
Errors Line is longer than 80 characters. 517
Errors Line contains a tab character. 517
Errors '(' is followed by whitespace. 517
Errors Line has trailing spaces. 518
Errors Line contains a tab character. 518
Errors 'if' construct must use '{}'s. 519
Errors Line contains a tab character. 519
Errors 'if' is not followed by whitespace. 519
Errors '(' is followed by whitespace. 519
Errors '==' is not preceded with whitespace. 519
Errors '==' is not followed by whitespace. 519
Errors Line contains a tab character. 520
Errors '=' is not preceded with whitespace. 520
Errors '=' is not followed by whitespace. 520
Errors Line has trailing spaces. 521
Errors Line contains a tab character. 521
Errors Line has trailing spaces. 522
Errors Line contains a tab character. 522
Errors '(' is followed by whitespace. 522
Errors Line has trailing spaces. 523
Errors Line contains a tab character. 523
Errors Line contains a tab character. 524
Errors Line contains a tab character. 525
Errors 'while' is not followed by whitespace. 525
Errors '(' is followed by whitespace. 525
Errors Line contains a tab character. 526
Errors '{' should be on the previous line. 526
Errors Line has trailing spaces. 527
Errors Line contains a tab character. 527
Errors 'cast' is not followed by whitespace. 527
Errors Line contains a tab character. 528
Errors Line contains a tab character. 529
Errors Line has trailing spaces. 530
Errors Line contains a tab character. 530
Errors Line contains a tab character. 531
Errors Method 'setKey' is not designed for extension - needs to be abstract, final or empty. 531
Errors Missing a Javadoc comment. 531
Errors Parameter string should be final. 531
Errors Line contains a tab character. 532
Errors '{' should be on the previous line. 532
Errors Line contains a tab character. 533
Errors Line contains a tab character. 534
Errors Line contains a tab character. 536
Errors Method 'setRoot' is not designed for extension - needs to be abstract, final or empty. 536
Errors Missing a Javadoc comment. 536
Errors Parameter string should be final. 536
Errors Line contains a tab character. 537
Errors '{' should be on the previous line. 537
Errors Line has trailing spaces. 538
Errors Line contains a tab character. 538
Errors 'if' construct must use '{}'s. 539
Errors Line contains a tab character. 539
Errors 'if' is not followed by whitespace. 539
Errors '(' is followed by whitespace. 539
Errors '(' is followed by whitespace. 539
Errors Line contains a tab character. 540
Errors 'if' construct must use '{}'s. 541
Errors Line contains a tab character. 541
Errors 'if' is not followed by whitespace. 541
Errors '(' is followed by whitespace. 541
Errors '(' is followed by whitespace. 541
Errors Line contains a tab character. 542
Errors 'if' construct must use '{}'s. 543
Errors Line contains a tab character. 543
Errors 'if' is not followed by whitespace. 543
Errors '(' is followed by whitespace. 543
Errors '(' is followed by whitespace. 543
Errors Line contains a tab character. 544
Errors 'if' construct must use '{}'s. 545
Errors Line contains a tab character. 545
Errors 'if' is not followed by whitespace. 545
Errors '(' is followed by whitespace. 545
Errors '(' is followed by whitespace. 545
Errors Line contains a tab character. 546
Errors 'else' construct must use '{}'s. 547
Errors Line contains a tab character. 547
Errors Line is longer than 80 characters. 548
Errors Line contains a tab character. 548
Errors '(' is followed by whitespace. 548
Errors Line contains a tab character. 549

net/sf/ovanttasks/ovanttasks/Win32ReplaceIconTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 15
Errors Missing a Javadoc comment. 15
Errors '{' should be on the previous line. 16
Errors Line contains a tab character. 17
Errors Missing a Javadoc comment. 17
Errors Variable 'icon' must be private and have accessor methods. 17
Errors Line has trailing spaces. 18
Errors Line contains a tab character. 18
Errors Line contains a tab character. 19
Errors Missing a Javadoc comment. 19
Errors Variable 'source' must be private and have accessor methods. 19
Errors Line has trailing spaces. 20
Errors Line contains a tab character. 20
Errors Line contains a tab character. 21
Errors Missing a Javadoc comment. 21
Errors Variable 'target' must be private and have accessor methods. 21
Errors Line has trailing spaces. 22
Errors Line contains a tab character. 22
Errors Line has trailing spaces. 23
Errors Line contains a tab character. 23
Errors Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 23
Errors Missing a Javadoc comment. 23
Errors Parameter icon should be final. 23
Errors 'icon' hides a field. 23
Errors Line contains a tab character. 24
Errors '{' should be on the previous line. 24
Errors Line contains a tab character. 25
Errors Line contains a tab character. 26
Errors Line has trailing spaces. 28
Errors Line contains a tab character. 28
Errors Method 'setSource' is not designed for extension - needs to be abstract, final or empty. 28
Errors Missing a Javadoc comment. 28
Errors Parameter source should be final. 28
Errors 'source' hides a field. 28
Errors Line contains a tab character. 29
Errors '{' should be on the previous line. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line has trailing spaces. 32
Errors Line contains a tab character. 32
Errors Line has trailing spaces. 33
Errors Line contains a tab character. 33
Errors Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. 33
Errors Missing a Javadoc comment. 33
Errors Parameter target should be final. 33
Errors 'target' hides a field. 33
Errors Line contains a tab character. 34
Errors '{' should be on the previous line. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line has trailing spaces. 37
Errors Line contains a tab character. 37
Errors Line has trailing spaces. 38
Errors Line contains a tab character. 38
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 38
Errors Missing a Javadoc comment. 38
Errors Redundant throws: 'BuildException' is unchecked exception. 38
Errors Line contains a tab character. 39
Errors '{' should be on the previous line. 39
Errors 'if' construct must use '{}'s. 40
Errors Line contains a tab character. 40
Errors 'if' is not followed by whitespace. 40
Errors '(' is followed by whitespace. 40
Errors '==' is not preceded with whitespace. 40
Errors '==' is not followed by whitespace. 40
Errors Line contains a tab character. 41
Errors '(' is followed by whitespace. 41
Errors 'if' construct must use '{}'s. 43
Errors Line contains a tab character. 43
Errors 'if' is not followed by whitespace. 43
Errors '(' is followed by whitespace. 43
Errors '==' is not preceded with whitespace. 43
Errors '==' is not followed by whitespace. 43
Errors Line contains a tab character. 44
Errors '(' is followed by whitespace. 44
Errors Line has trailing spaces. 45
Errors Line contains a tab character. 45
Errors 'if' construct must use '{}'s. 46
Errors Line contains a tab character. 46
Errors 'if' is not followed by whitespace. 46
Errors '(' is followed by whitespace. 46
Errors '==' is not preceded with whitespace. 46
Errors '==' is not followed by whitespace. 46
Errors Line contains a tab character. 47
Errors '(' is followed by whitespace. 47
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors '(' is followed by whitespace. 50
Errors Line has trailing spaces. 51
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors 'if' construct must use '{}'s. 53
Errors Line contains a tab character. 53
Errors 'if' is not followed by whitespace. 53
Errors '(' is followed by whitespace. 53
Errors '(' is followed by whitespace. 53
Errors Line is longer than 80 characters. 54
Errors Line contains a tab character. 54
Errors '(' is followed by whitespace. 54
Errors '(' is followed by whitespace. 54
Errors 'else' construct must use '{}'s. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors '(' is followed by whitespace. 56
Errors Line has trailing spaces. 57
Errors Line contains a tab character. 57
Errors Line is longer than 80 characters. 58
Errors Line contains a tab character. 58
Errors '(' is followed by whitespace. 58
Errors '32' is a magic number. 58
Errors '32' is a magic number. 58
Errors 'while' construct must use '{}'s. 59
Errors Line contains a tab character. 59
Errors 'while' is not followed by whitespace. 59
Errors '(' is followed by whitespace. 59
Errors '(' is followed by whitespace. 59
Errors '==' is not preceded with whitespace. 59
Errors '==' is not followed by whitespace. 59
Errors Line has trailing spaces. 60
Errors Line is longer than 80 characters. 60
Errors Line contains a tab character. 60
Errors '(' is followed by whitespace. 60
Errors '50' is a magic number. 60
Errors Line contains a tab character. 61
Errors '(' is followed by whitespace. 61
Errors Line has trailing spaces. 62
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors '(' is followed by whitespace. 63
Errors Line contains a tab character. 65
Errors Line has trailing spaces. 66
Errors Line contains a tab character. 66
Errors '}' should be on the same line. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors '{' should be on the previous line. 68
Errors Line contains a tab character. 69
Errors Line is longer than 80 characters. 70
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 73

net/sf/ovanttasks/ovanttasks/Win32ShortcutTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 15
Errors Line contains a tab character. 16
Errors Line contains a tab character. 17
Errors '{' should be on the previous line. 22
Errors Line contains a tab character. 23
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 29
Errors Line has trailing spaces. 30
Errors Missing a Javadoc comment. 30
Errors Line contains a tab character. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 33
Errors Line has trailing spaces. 34
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Method 'setHotKey' is not designed for extension - needs to be abstract, final or empty. 35
Errors Missing a Javadoc comment. 35
Errors Parameter i should be final. 35
Errors Line contains a tab character. 36
Errors '{' should be on the previous line. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 40
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 40
Errors Missing a Javadoc comment. 40
Errors '(' is followed by whitespace. 40
Errors Parameter file should be final. 40
Errors 'file' hides a field. 40
Errors Line contains a tab character. 41
Errors '{' should be on the previous line. 41
Errors 'if' construct must use '{}'s. 42
Errors Line is longer than 80 characters. 42
Errors Line contains a tab character. 42
Errors 'if' is not followed by whitespace. 42
Errors '(' is followed by whitespace. 42
Errors '(' is followed by whitespace. 42
Errors '(' is followed by whitespace. 42
Errors Line contains a tab character. 43
Errors 'else' construct must use '{}'s. 44
Errors Line contains a tab character. 44
Errors Line is longer than 80 characters. 45
Errors Line contains a tab character. 45
Errors '(' is followed by whitespace. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 48
Errors Method 'setIconFile' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors Parameter string should be final. 48
Errors Line contains a tab character. 49
Errors '{' should be on the previous line. 49
Errors Line contains a tab character. 50
Errors Line has trailing spaces. 51
Errors Line contains a tab character. 51
Errors Line contains a tab character. 53
Errors Method 'setComment' is not designed for extension - needs to be abstract, final or empty. 53
Errors Missing a Javadoc comment. 53
Errors Parameter string should be final. 53
Errors Line contains a tab character. 54
Errors '{' should be on the previous line. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line has trailing spaces. 57
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Method 'setIconIndex' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter i should be final. 58
Errors Line contains a tab character. 59
Errors '{' should be on the previous line. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Errors Method 'setModified' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter string should be final. 63
Errors Line contains a tab character. 64
Errors '{' should be on the previous line. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 68
Errors Method 'setShowCommand' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors '(' is followed by whitespace. 68
Errors Parameter showCommand should be final. 68
Errors 'showCommand' hides a field. 68
Errors Line contains a tab character. 69
Errors '{' should be on the previous line. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors 'if' is not followed by whitespace. 71
Errors '(' is followed by whitespace. 71
Errors '(' is followed by whitespace. 71
Errors Line contains a tab character. 72
Errors '{' should be on the previous line. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors '}' should be on the same line. 74
Errors Line contains a tab character. 75
Errors 'if' is not followed by whitespace. 75
Errors '(' is followed by whitespace. 75
Errors '(' is followed by whitespace. 75
Errors Line contains a tab character. 76
Errors '{' should be on the previous line. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors '}' should be on the same line. 78
Errors Line contains a tab character. 79
Errors 'if' is not followed by whitespace. 79
Errors '(' is followed by whitespace. 79
Errors '(' is followed by whitespace. 79
Errors Line contains a tab character. 80
Errors '{' should be on the previous line. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors '}' should be on the same line. 82
Errors 'else' construct must use '{}'s. 83
Errors Line contains a tab character. 83
Errors Line has trailing spaces. 84
Errors Line is longer than 80 characters. 84
Errors Line contains a tab character. 84
Errors '(' is followed by whitespace. 84
Errors Line contains a tab character. 85
Errors Missing a Javadoc comment. 87
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors '{' should be on the previous line. 88
Errors Line contains a tab character. 89
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 89
Errors Missing a Javadoc comment. 89
Errors '(' is followed by whitespace. 89
Errors Parameter s should be final. 89
Errors Line contains a tab character. 90
Errors '{' should be on the previous line. 90
Errors 'if' construct must use '{}'s. 91
Errors Line contains a tab character. 91
Errors 'if' is not followed by whitespace. 91
Errors '(' is followed by whitespace. 91
Errors '!=' is not preceded with whitespace. 91
Errors '!=' is not followed by whitespace. 91
Errors Line is longer than 80 characters. 92
Errors Line contains a tab character. 92
Errors '(' is followed by whitespace. 92
Errors Line has trailing spaces. 93
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors '{' should be on the previous line. 95
Errors Line is longer than 80 characters. 96
Errors Line contains a tab character. 96
Errors '(' is followed by whitespace. 96
Errors '(' is followed by whitespace. 96
Errors Line contains a tab character. 97
Errors '}' should be on the same line. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors '{' should be on the previous line. 99
Errors Line is longer than 80 characters. 100
Errors Line contains a tab character. 100
Errors '(' is followed by whitespace. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 105
Errors Method 'createUrl' is not designed for extension - needs to be abstract, final or empty. 105
Errors Missing a Javadoc comment. 105
Errors Line contains a tab character. 106
Errors '{' should be on the previous line. 106
Errors 'if' construct must use '{}'s. 107
Errors Line contains a tab character. 107
Errors 'if' is not followed by whitespace. 107
Errors '(' is followed by whitespace. 107
Errors '!=' is not preceded with whitespace. 107
Errors '!=' is not followed by whitespace. 107
Errors Line is longer than 80 characters. 108
Errors Line contains a tab character. 108
Errors '(' is followed by whitespace. 108
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 113
Errors Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. 113
Errors Missing a Javadoc comment. 113
Errors Parameter url should be final. 113
Errors 'url' hides a field. 113
Errors Line contains a tab character. 114
Errors '{' should be on the previous line. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Missing a Javadoc comment. 118
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors '{' should be on the previous line. 119
Errors Line contains a tab character. 120
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 120
Errors Missing a Javadoc comment. 120
Errors '(' is followed by whitespace. 120
Errors Parameter s should be final. 120
Errors Line contains a tab character. 121
Errors '{' should be on the previous line. 121
Errors Line contains a tab character. 122
Errors '(' is followed by whitespace. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 126
Errors Method 'createExecute' is not designed for extension - needs to be abstract, final or empty. 126
Errors Missing a Javadoc comment. 126
Errors Line contains a tab character. 127
Errors '{' should be on the previous line. 127
Errors 'if' construct must use '{}'s. 128
Errors Line contains a tab character. 128
Errors 'if' is not followed by whitespace. 128
Errors '(' is followed by whitespace. 128
Errors '!=' is not preceded with whitespace. 128
Errors '!=' is not followed by whitespace. 128
Errors Line is longer than 80 characters. 129
Errors Line contains a tab character. 129
Errors '(' is followed by whitespace. 129
Errors Line has trailing spaces. 130
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 134
Errors Method 'setExecute' is not designed for extension - needs to be abstract, final or empty. 134
Errors Missing a Javadoc comment. 134
Errors Parameter string should be final. 134
Errors Line contains a tab character. 135
Errors '{' should be on the previous line. 135
Errors 'if' construct must use '{}'s. 136
Errors Line contains a tab character. 136
Errors 'if' is not followed by whitespace. 136
Errors '(' is followed by whitespace. 136
Errors '!=' is not preceded with whitespace. 136
Errors '!=' is not followed by whitespace. 136
Errors Line is longer than 80 characters. 137
Errors Line contains a tab character. 137
Errors '(' is followed by whitespace. 137
Errors Line contains a tab character. 139
Errors '(' is followed by whitespace. 139
Errors Line contains a tab character. 140
Errors Missing a Javadoc comment. 142
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors '{' should be on the previous line. 143
Errors Line contains a tab character. 144
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 144
Errors Missing a Javadoc comment. 144
Errors '(' is followed by whitespace. 144
Errors Parameter s should be final. 144
Errors Line contains a tab character. 145
Errors '{' should be on the previous line. 145
Errors Line contains a tab character. 146
Errors '(' is followed by whitespace. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 150
Errors Method 'createWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 150
Errors Missing a Javadoc comment. 150
Errors Line contains a tab character. 151
Errors '{' should be on the previous line. 151
Errors 'if' construct must use '{}'s. 152
Errors Line contains a tab character. 152
Errors 'if' is not followed by whitespace. 152
Errors '(' is followed by whitespace. 152
Errors '!=' is not preceded with whitespace. 152
Errors '!=' is not followed by whitespace. 152
Errors Line is longer than 80 characters. 153
Errors Line contains a tab character. 153
Errors '(' is followed by whitespace. 153
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 158
Errors Method 'setWorkingDirectory' is not designed for extension - needs to be abstract, final or empty. 158
Errors Missing a Javadoc comment. 158
Errors Parameter string should be final. 158
Errors Line contains a tab character. 159
Errors '{' should be on the previous line. 159
Errors 'if' construct must use '{}'s. 160
Errors Line contains a tab character. 160
Errors 'if' is not followed by whitespace. 160
Errors '(' is followed by whitespace. 160
Errors '!=' is not preceded with whitespace. 160
Errors '!=' is not followed by whitespace. 160
Errors Line is longer than 80 characters. 161
Errors Line contains a tab character. 161
Errors '(' is followed by whitespace. 161
Errors Line has trailing spaces. 162
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line has trailing spaces. 165
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 166
Errors Missing a Javadoc comment. 166
Errors Redundant throws: 'BuildException' is unchecked exception. 166
Errors Line contains a tab character. 167
Errors '{' should be on the previous line. 167
Errors 'if' construct must use '{}'s. 168
Errors Line contains a tab character. 168
Errors 'if' is not followed by whitespace. 168
Errors '(' is followed by whitespace. 168
Errors '==' is not preceded with whitespace. 168
Errors '==' is not followed by whitespace. 168
Errors Line is longer than 80 characters. 169
Errors Line contains a tab character. 169
Errors '(' is followed by whitespace. 169
Errors 'else' construct must use '{}'s. 170
Errors Line contains a tab character. 170
Errors Line is longer than 80 characters. 171
Errors Line contains a tab character. 171
Errors '(' is followed by whitespace. 171
Errors Line has trailing spaces. 172
Errors Line contains a tab character. 172
Errors 'if' construct must use '{}'s. 173
Errors Line contains a tab character. 173
Errors 'if' is not followed by whitespace. 173
Errors '(' is followed by whitespace. 173
Errors '!=' is not preceded with whitespace. 173
Errors '!=' is not followed by whitespace. 173
Errors '==' is not preceded with whitespace. 173
Errors '==' is not followed by whitespace. 173
Errors '!=' is not preceded with whitespace. 173
Errors '!=' is not followed by whitespace. 173
Errors Line is longer than 80 characters. 174
Errors Line contains a tab character. 174
Errors '(' is followed by whitespace. 174
Errors Line has trailing spaces. 175
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors '{' should be on the previous line. 177
Errors Line contains a tab character. 178
Errors 'if' is not followed by whitespace. 178
Errors '(' is followed by whitespace. 178
Errors '!=' is not preceded with whitespace. 178
Errors '!=' is not followed by whitespace. 178
Errors Line contains a tab character. 179
Errors '{' should be on the previous line. 179
Errors Line contains a tab character. 180
Errors '(' is followed by whitespace. 180
Errors 'if' construct must use '{}'s. 181
Errors 'if' is not followed by whitespace. 181
Errors '(' is followed by whitespace. 181
Errors '!=' is not preceded with whitespace. 181
Errors '!=' is not followed by whitespace. 181
Errors Line is longer than 80 characters. 182
Errors '(' is followed by whitespace. 182
Errors Line contains a tab character. 183
Errors '(' is followed by whitespace. 183
Errors Line has trailing spaces. 184
Errors Line contains a tab character. 184
Errors '(' is followed by whitespace. 184
Errors Line contains a tab character. 185
Errors '(' is followed by whitespace. 185
Errors Line contains a tab character. 186
Errors '(' is followed by whitespace. 186
Errors Line contains a tab character. 187
Errors '(' is followed by whitespace. 187
Errors 'if' construct must use '{}'s. 188
Errors Line contains a tab character. 188
Errors 'if' is not followed by whitespace. 188
Errors '(' is followed by whitespace. 188
Errors '!=' is not preceded with whitespace. 188
Errors '!=' is not followed by whitespace. 188
Errors Line is longer than 80 characters. 189
Errors Line contains a tab character. 189
Errors '(' is followed by whitespace. 189
Errors Line has trailing spaces. 190
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors '(' is followed by whitespace. 191
Errors Line contains a tab character. 192
Errors '(' is followed by whitespace. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors '}' should be on the same line. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors '{' should be on the previous line. 196
Errors Line contains a tab character. 197
Errors 'if' construct must use '{}'s. 198
Errors Line contains a tab character. 198
Errors 'if' is not followed by whitespace. 198
Errors '(' is followed by whitespace. 198
Errors Line is longer than 80 characters. 199
Errors Line contains a tab character. 199
Errors '(' is followed by whitespace. 199
Errors Line has trailing spaces. 200
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors 'if' is not followed by whitespace. 201
Errors '(' is followed by whitespace. 201
Errors Line contains a tab character. 202
Errors '{' should be on the previous line. 202
Errors Line contains a tab character. 203
Errors 'if' construct must use '{}'s. 204
Errors Line contains a tab character. 204
Errors 'if' is not followed by whitespace. 204
Errors '(' is followed by whitespace. 204
Errors Line has trailing spaces. 205
Errors Line is longer than 80 characters. 205
Errors Line contains a tab character. 205
Errors '(' is followed by whitespace. 205
Errors Line contains a tab character. 206
Errors Line has trailing spaces. 207
Errors Line contains a tab character. 207
Errors Line is longer than 80 characters. 208
Errors Line contains a tab character. 208
Errors '(' is followed by whitespace. 208
Errors '(' is followed by whitespace. 208
Errors '-' is not preceded with whitespace. 208
Errors '-' is not followed by whitespace. 208
Errors '4' is a magic number. 208
Errors Line contains a tab character. 209
Errors 'if' construct must use '{}'s. 210
Errors 'if' is not followed by whitespace. 210
Errors '(' is followed by whitespace. 210
Errors '!=' is not preceded with whitespace. 210
Errors '!=' is not followed by whitespace. 210
Errors Line is longer than 80 characters. 211
Errors Line contains a tab character. 211
Errors '(' is followed by whitespace. 211
Errors Line has trailing spaces. 212
Errors Line contains a tab character. 212
Errors Line has trailing spaces. 213
Errors Line contains a tab character. 213
Errors '(' is followed by whitespace. 213
Errors Line contains a tab character. 214
Errors '(' is followed by whitespace. 214
Errors Line has trailing spaces. 215
Errors Line contains a tab character. 215
Errors 'if' construct must use '{}'s. 216
Errors Line contains a tab character. 216
Errors 'if' is not followed by whitespace. 216
Errors '(' is followed by whitespace. 216
Errors '!=' is not preceded with whitespace. 216
Errors '!=' is not followed by whitespace. 216
Errors Line is longer than 80 characters. 217
Errors Line contains a tab character. 217
Errors '(' is followed by whitespace. 217
Errors 'if' construct must use '{}'s. 219
Errors Line contains a tab character. 219
Errors 'if' is not followed by whitespace. 219
Errors '(' is followed by whitespace. 219
Errors '!=' is not preceded with whitespace. 219
Errors '!=' is not followed by whitespace. 219
Errors Line is longer than 80 characters. 220
Errors Line contains a tab character. 220
Errors '(' is followed by whitespace. 220
Errors Line contains a tab character. 222
Errors '(' is followed by whitespace. 222
Errors Line contains a tab character. 223
Errors '(' is followed by whitespace. 223
Errors Line contains a tab character. 224
Errors '(' is followed by whitespace. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors '}' should be on the same line. 227
Errors Line contains a tab character. 228
Errors Line contains a tab character. 229
Errors '{' should be on the previous line. 229
Errors Line contains a tab character. 230
Errors Line has trailing spaces. 231
Errors Line is longer than 80 characters. 231
Errors Line contains a tab character. 231
Errors '(' is followed by whitespace. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors Method 'setArguments' is not designed for extension - needs to be abstract, final or empty. 235
Errors Missing a Javadoc comment. 235
Errors Parameter arguments should be final. 235
Errors 'arguments' hides a field. 235

net/sf/ovanttasks/ovanttasks/WriteFileTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 15
Errors Line contains a tab character. 16
Errors Line contains a tab character. 17
Errors '{' should be on the previous line. 22
Errors Line contains a tab character. 23
Errors Missing a Javadoc comment. 23
Errors Variable 'file' must be private and have accessor methods. 23
Errors Line has trailing spaces. 24
Errors Line contains a tab character. 24
Errors Line contains a tab character. 25
Errors Missing a Javadoc comment. 25
Errors Variable 'text' must be private and have accessor methods. 25
Errors Line has trailing spaces. 26
Errors Line contains a tab character. 26
Errors Line contains a tab character. 27
Errors Missing a Javadoc comment. 27
Errors Variable 'append' must be private and have accessor methods. 27
Errors Line has trailing spaces. 28
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Method 'setSrc' is not designed for extension - needs to be abstract, final or empty. 29
Errors Missing a Javadoc comment. 29
Errors '(' is followed by whitespace. 29
Errors Parameter file should be final. 29
Errors 'file' hides a field. 29
Errors Line contains a tab character. 30
Errors '{' should be on the previous line. 30
Errors Line has trailing spaces. 31
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors '{' should be on the previous line. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors '(' is followed by whitespace. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors 'while' is not followed by whitespace. 36
Errors '(' is followed by whitespace. 36
Errors '=' is not preceded with whitespace. 36
Errors '=' is not followed by whitespace. 36
Errors '!=' is not preceded with whitespace. 36
Errors '!=' is not followed by whitespace. 36
Errors Line contains a tab character. 37
Errors '{' should be on the previous line. 37
Errors Line contains a tab character. 38
Errors '(' is followed by whitespace. 38
Errors Line has trailing spaces. 39
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors '}' should be on the same line. 42
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors '{' should be on the previous line. 44
Errors Line is longer than 80 characters. 45
Errors Line contains a tab character. 45
Errors '(' is followed by whitespace. 45
Errors Line contains a tab character. 46
Errors Line has trailing spaces. 47
Errors Line contains a tab character. 47
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors '(' is followed by whitespace. 49
Errors Parameter s should be final. 49
Errors Line contains a tab character. 50
Errors '{' should be on the previous line. 50
Errors 'if' construct must use '{}'s. 51
Errors Line contains a tab character. 51
Errors 'if' is not followed by whitespace. 51
Errors '(' is followed by whitespace. 51
Errors '!=' is not preceded with whitespace. 51
Errors '!=' is not followed by whitespace. 51
Errors Line is longer than 80 characters. 52
Errors Line contains a tab character. 52
Errors '(' is followed by whitespace. 52
Errors Line has trailing spaces. 53
Errors Line contains a tab character. 53
Errors 'if' construct must use '{}'s. 54
Errors Line contains a tab character. 54
Errors 'if' is not followed by whitespace. 54
Errors '(' is followed by whitespace. 54
Errors '>' is not preceded with whitespace. 54
Errors '>' is not followed by whitespace. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line has trailing spaces. 57
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter file should be final. 58
Errors 'file' hides a field. 58
Errors Line contains a tab character. 59
Errors '{' should be on the previous line. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line has trailing spaces. 62
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Method 'setAppend' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors '(' is followed by whitespace. 63
Errors Parameter b should be final. 63
Errors Line contains a tab character. 64
Errors '{' should be on the previous line. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line has trailing spaces. 67
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Redundant throws: 'BuildException' is unchecked exception. 68
Errors Line contains a tab character. 69
Errors '{' should be on the previous line. 69
Errors 'if' construct must use '{}'s. 70
Errors Line contains a tab character. 70
Errors 'if' is not followed by whitespace. 70
Errors '(' is followed by whitespace. 70
Errors '==' is not preceded with whitespace. 70
Errors '==' is not followed by whitespace. 70
Errors Line is longer than 80 characters. 71
Errors Line contains a tab character. 71
Errors '(' is followed by whitespace. 71
Errors 'if' construct must use '{}'s. 73
Errors Line contains a tab character. 73
Errors 'if' is not followed by whitespace. 73
Errors '(' is followed by whitespace. 73
Errors '==' is not preceded with whitespace. 73
Errors '==' is not followed by whitespace. 73
Errors Line is longer than 80 characters. 74
Errors Line contains a tab character. 74
Errors '(' is followed by whitespace. 74
Errors Line has trailing spaces. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors 'if' is not followed by whitespace. 76
Errors '(' is followed by whitespace. 76
Errors Line contains a tab character. 77
Errors '{' should be on the previous line. 77
Errors Line has trailing spaces. 78
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors '{' should be on the previous line. 79
Errors Line is longer than 80 characters. 80
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors '(' is followed by whitespace. 81
Errors Line has trailing spaces. 82
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors 'while' is not followed by whitespace. 84
Errors '(' is followed by whitespace. 84
Errors '=' is not preceded with whitespace. 84
Errors '=' is not followed by whitespace. 84
Errors '!=' is not preceded with whitespace. 84
Errors '!=' is not followed by whitespace. 84
Errors Line contains a tab character. 85
Errors '{' should be on the previous line. 85
Errors Line contains a tab character. 86
Errors '(' is followed by whitespace. 86
Errors Line has trailing spaces. 87
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line has trailing spaces. 90
Errors Line contains a tab character. 90
Errors '}' should be on the same line. 90
Errors Line has trailing spaces. 91
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors '{' should be on the previous line. 92
Errors Line is longer than 80 characters. 93
Errors Line contains a tab character. 93
Errors '(' is followed by whitespace. 93
Errors Line has trailing spaces. 94
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line has trailing spaces. 96
Errors Line contains a tab character. 96
Errors Line has trailing spaces. 97
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors '{' should be on the previous line. 98
Errors Line is longer than 80 characters. 99
Errors Line contains a tab character. 99
Errors '(' is followed by whitespace. 99
Errors '(' is followed by whitespace. 99
Errors Line has trailing spaces. 100
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors '(' is followed by whitespace. 101
Errors '(' is followed by whitespace. 101
Errors Line has trailing spaces. 102
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line has trailing spaces. 104
Errors Line contains a tab character. 104
Errors '}' should be on the same line. 104
Errors Line has trailing spaces. 105
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors '{' should be on the previous line. 106
Errors Line is longer than 80 characters. 107
Errors Line contains a tab character. 107
Errors '(' is followed by whitespace. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109

net/sf/ovanttasks/ovanttasks/http/Base64Encode.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors Missing a Javadoc comment. 10
Errors First sentence should end with a period. 12
Errors Line is longer than 80 characters. 15
Errors Parameter data should be final. 25
Errors '3' is a magic number. 26
Errors '4' is a magic number. 26
Errors '3' is a magic number. 32
Errors '4' is a magic number. 32
Errors '0xFF' is a magic number. 36
Errors '8' is a magic number. 37
Errors '0xFF' is a magic number. 39
Errors '8' is a magic number. 42
Errors '0xFF' is a magic number. 44
Errors '3' is a magic number. 47
Errors Avoid inline conditionals. 47
Errors '0x3F' is a magic number. 47
Errors '64' is a magic number. 47
Errors '6' is a magic number. 48
Errors Avoid inline conditionals. 49
Errors '0x3F' is a magic number. 49
Errors '64' is a magic number. 49
Errors '6' is a magic number. 50
Errors '0x3F' is a magic number. 51
Errors '6' is a magic number. 52
Errors '0x3F' is a magic number. 53

net/sf/ovanttasks/ovanttasks/http/ContentGuesser.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors Line is longer than 80 characters. 15
Errors First sentence should end with a period. 20
Errors Parameter url should be final. 25
Errors First sentence should end with a period. 30
Errors Parameter filename should be final. 47

net/sf/ovanttasks/ovanttasks/http/Hostname.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors First sentence should end with a period. 24
Errors First sentence should end with a period. 29
Errors First sentence should end with a period. 34
Errors First sentence should end with a period. 40
Errors Method 'setFailOnError' is not designed for extension - needs to be abstract, final or empty. 45
Errors Parameter failonerror should be final. 45
Errors 'failonerror' hides a field. 45
Errors First sentence should end with a period. 50
Errors Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. 55
Errors Parameter address should be final. 55
Errors 'address' hides a field. 55
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 65
Errors Redundant throws: 'BuildException' is unchecked exception. 66
Errors 'if' is not followed by whitespace. 67
Errors '==' is not preceded with whitespace. 67
Errors '==' is not followed by whitespace. 67
Errors Line has trailing spaces. 68
Errors '}' should be on the same line. 75
Errors '}' should be on the same line. 88
Errors First sentence should end with a period. 96
Errors Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. 103
Errors Redundant throws: 'SecurityException' is unchecked exception. 104
Errors First sentence should end with a period. 109
Errors Method 'getHostname' is not designed for extension - needs to be abstract, final or empty. 116
Errors Redundant throws: 'SecurityException' is unchecked exception. 117
Errors First sentence should end with a period. 122
Errors Method 'getLocalHostAddress' is not designed for extension - needs to be abstract, final or empty. 128

net/sf/ovanttasks/ovanttasks/http/HttpAuthenticationStrategy.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors First sentence should end with a period. 21
Errors Redundant 'public' modifier. 31
Errors Expected @throws tag for 'BuildException'. 34
Errors Redundant throws: 'BuildException' is unchecked exception. 34
Errors ';' is preceded with whitespace. 34

net/sf/ovanttasks/ovanttasks/http/HttpBasicAuth.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors First sentence should end with a period. 22
Errors Unused @param tag for 'user'. 29
Errors Method 'setAuthenticationHeader' is not designed for extension - needs to be abstract, final or empty. 32
Errors Parameter requestConnection should be final. 32
Errors Parameter responseConnection should be final. 33
Errors Parameter username should be final. 34
Errors Expected @param tag for 'username'. 34
Errors Parameter password should be final. 34
Errors Expected @throws tag for 'BuildException'. 35
Errors Redundant throws: 'BuildException' is unchecked exception. 35
Errors Line has trailing spaces. 41
Errors '=' is not preceded with whitespace. 44
Errors '+' is not followed by whitespace. 49

net/sf/ovanttasks/ovanttasks/http/HttpDigestAuth.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 4
Errors Line contains a tab character. 5
Errors Line contains a tab character. 6
Errors First sentence should end with a period. 23
Errors Unused @param tag for 'user'. 30
Errors Method 'setAuthenticationHeader' is not designed for extension - needs to be abstract, final or empty. 33
Errors Parameter requestConnection should be final. 33
Errors Parameter responseConnection should be final. 34
Errors Parameter username should be final. 35
Errors Expected @param tag for 'username'. 35
Errors Parameter password should be final. 35
Errors Expected @throws tag for 'BuildException'. 36
Errors Redundant throws: 'BuildException' is unchecked exception. 36

net/sf/ovanttasks/ovanttasks/http/HttpGet.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors First sentence should end with a period. 20
Errors Method 'areParamsAddedToUrl' is not designed for extension - needs to be abstract, final or empty. 25
Errors First sentence should end with a period. 29
Errors Method 'getRequestMethod' is not designed for extension - needs to be abstract, final or empty. 34

net/sf/ovanttasks/ovanttasks/http/HttpHead.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors First sentence should end with a period. 20
Errors Method 'getRequestMethod' is not designed for extension - needs to be abstract, final or empty. 25
Errors First sentence should end with a period. 29
Errors Method 'areParamsAddedToUrl' is not designed for extension - needs to be abstract, final or empty. 34
Errors Unused Javadoc tag. 42
Errors Method 'verifyArguments' is not designed for extension - needs to be abstract, final or empty. 48
Errors Redundant throws: 'BuildException' is unchecked exception. 49
Errors 'if' is not followed by whitespace. 50
Errors '!=' is not followed by whitespace. 50
Errors Line is longer than 80 characters. 51

net/sf/ovanttasks/ovanttasks/http/HttpPost.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors Variable 'postFile' must be private and have accessor methods. 37
Errors '=' is not preceded with whitespace. 37
Errors '=' is not followed by whitespace. 37
Errors First sentence should end with a period. 39
Errors Method 'setUploadFile' is not designed for extension - needs to be abstract, final or empty. 42
Errors Parameter postFile should be final. 42
Errors 'postFile' hides a field. 42
Errors Expected @param tag for 'postFile'. 42
Errors '=' is not preceded with whitespace. 43
Errors '=' is not followed by whitespace. 43
Errors First sentence should end with a period. 46
Errors Method 'getUploadFile' is not designed for extension - needs to be abstract, final or empty. 50
Errors Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. 64
Errors Parameter contentType should be final. 64
Errors 'contentType' hides a field. 64
Errors Expected @param tag for 'contentType'. 64
Errors '=' is not preceded with whitespace. 65
Errors '=' is not followed by whitespace. 65
Errors First sentence should end with a period. 68
Errors Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. 72
Errors First sentence should end with a period. 76
Errors Method 'areParamsAddedToUrl' is not designed for extension - needs to be abstract, final or empty. 81
Errors First sentence should end with a period. 85
Errors Expected an @return tag. 93
Errors Method 'doConnect' is not designed for extension - needs to be abstract, final or empty. 93
Errors Parameter connection should be final. 93
Errors Redundant throws: 'BuildException' is unchecked exception. 94
Errors 'if' is not followed by whitespace. 96
Errors '==' is not preceded with whitespace. 96
Errors '==' is not followed by whitespace. 96
Errors '}' should be on the same line. 98
Errors First sentence should end with a period. 104
Errors Expected an @return tag. 111
Errors Method 'doConnectFormPost' is not designed for extension - needs to be abstract, final or empty. 111
Errors Parameter connection should be final. 111
Errors Redundant throws: 'BuildException' is unchecked exception. 112
Errors ',' is not followed by whitespace. 114
Errors '256' is a magic number. 116
Errors '=' is not preceded with whitespace. 121
Errors '=' is not followed by whitespace. 121
Errors Line has trailing spaces. 123
Errors First sentence should end with a period. 130
Errors Expected an @return tag. 137
Errors Method 'doConnectFilePost' is not designed for extension - needs to be abstract, final or empty. 137
Errors Parameter connection should be final. 137
Errors Redundant throws: 'BuildException' is unchecked exception. 138
Errors '=' is not preceded with whitespace. 139
Errors '=' is not followed by whitespace. 139
Errors 'cast' is not followed by whitespace. 139
Errors '+' is not preceded with whitespace. 140
Errors '+' is not followed by whitespace. 140
Errors ',' is not followed by whitespace. 140
Errors '=' is not preceded with whitespace. 141
Errors '=' is not followed by whitespace. 141
Errors '=' is not preceded with whitespace. 142
Errors '=' is not followed by whitespace. 142
Errors 'if' is not followed by whitespace. 143
Errors '==' is not preceded with whitespace. 143
Errors '==' is not followed by whitespace. 143
Errors '=' is not preceded with whitespace. 144
Errors '=' is not followed by whitespace. 144
Errors First sentence should end with a period. 153
Errors Method 'writePostData' is not designed for extension - needs to be abstract, final or empty. 158
Errors Parameter out should be final. 158
Errors '=' is not preceded with whitespace. 160
Errors '=' is not followed by whitespace. 160
Errors '+' is not preceded with whitespace. 167
Errors '+' is not followed by whitespace. 167
Errors ',' is not followed by whitespace. 167
Errors First sentence should end with a period. 171
Errors Method 'getRequestMethod' is not designed for extension - needs to be abstract, final or empty. 176

net/sf/ovanttasks/ovanttasks/http/HttpRequestParameter.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors First sentence should end with a period. 12
Errors First sentence should end with a period. 21
Errors Line has trailing spaces. 25
Errors First sentence should end with a period. 26
Errors First sentence should end with a period. 32
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 37
Errors Parameter name should be final. 37
Errors 'name' hides a field. 37
Errors First sentence should end with a period. 42
Errors Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 47
Errors Parameter value should be final. 47
Errors 'value' hides a field. 47
Errors First sentence should end with a period. 52
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 57
Errors First sentence should end with a period. 62
Errors Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 67
Errors First sentence should end with a period. 72
Errors Method 'addText' is not designed for extension - needs to be abstract, final or empty. 77
Errors Parameter text should be final. 77
Errors First sentence should end with a period. 82
Errors Line is longer than 80 characters. 83
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 87
Errors '+' is not preceded with whitespace. 88
Errors '+' should be on a new line. 88
Errors '+' is not preceded with whitespace. 89
Errors '+' is not followed by whitespace. 89

net/sf/ovanttasks/ovanttasks/http/HttpTask.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors First sentence should end with a period. 43
Errors Variable 'failOnError' must be private and have accessor methods. 46
Errors '=' is not preceded with whitespace. 46
Errors '=' is not followed by whitespace. 46
Errors First sentence should end with a period. 48
Errors Variable 'blockSize' must be private and have accessor methods. 52
Errors '64' is a magic number. 52
Errors First sentence should end with a period. 54
Errors Variable 'successProperty' must be private and have accessor methods. 58
Errors First sentence should end with a period. 65
Errors First sentence should end with a period. 69
Errors First sentence should end with a period. 84
Errors First sentence should end with a period. 89
Errors First sentence should end with a period. 94
Errors First sentence should end with a period. 99
Errors First sentence should end with a period. 104
Errors First sentence should end with a period. 109
Errors First sentence should end with a period. 115
Errors '=' is not preceded with whitespace. 119
Errors '=' is not followed by whitespace. 119
Errors First sentence should end with a period. 121
Errors 'static' modifier out of order with the JLS suggestions. 124
Errors First sentence should end with a period. 126
Errors 'static' modifier out of order with the JLS suggestions. 129
Errors 'static' modifier out of order with the JLS suggestions. 134
Errors Method 'setUseCaches' is not designed for extension - needs to be abstract, final or empty. 143
Errors Parameter usecaches should be final. 143
Errors 'usecaches' hides a field. 143
Errors Unused @param tag for 'usecaches'. 151
Errors Method 'setUseResponseCode' is not designed for extension - needs to be abstract, final or empty. 153
Errors Parameter useResponseCode should be final. 153
Errors 'useResponseCode' hides a field. 153
Errors Expected @param tag for 'useResponseCode'. 153
Errors ')' is preceded with whitespace. 153
Errors ';' is preceded with whitespace. 154
Errors Method 'setURL' is not designed for extension - needs to be abstract, final or empty. 163
Errors Parameter u should be final. 163
Errors Method 'setDest' is not designed for extension - needs to be abstract, final or empty. 174
Errors Parameter dest should be final. 174
Errors 'dest' hides a field. 174
Errors Unused @param tag for 'dest'. 182
Errors Method 'setDestinationProperty' is not designed for extension - needs to be abstract, final or empty. 184
Errors Parameter name should be final. 184
Errors Expected @param tag for 'name'. 184
Errors Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. 194
Errors Parameter verbose should be final. 194
Errors 'verbose' hides a field. 194
Errors First sentence should end with a period. 199
Errors Method 'setFailOnError' is not designed for extension - needs to be abstract, final or empty. 204
Errors Parameter b should be final. 204
Errors Method 'setUseTimestamp' is not designed for extension - needs to be abstract, final or empty. 226
Errors Parameter usetimestamp should be final. 226
Errors '}' should be on the same line. 229
Errors First sentence should end with a period. 236
Errors Method 'setAuthtype' is not designed for extension - needs to be abstract, final or empty. 241
Errors Parameter type should be final. 241
Errors '=' is not preceded with whitespace. 242
Errors '=' is not followed by whitespace. 242
Errors Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 252
Errors Parameter username should be final. 252
Errors 'username' hides a field. 252
Errors First sentence should end with a period. 260
Errors Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 265
Errors Parameter password should be final. 265
Errors 'password' hides a field. 265
Errors First sentence should end with a period. 270
Errors Method 'setSuccessProperty' is not designed for extension - needs to be abstract, final or empty. 275
Errors Parameter successProperty should be final. 275
Errors 'successProperty' hides a field. 275
Errors First sentence should end with a period. 279
Errors Expected an @return tag. 283
Errors Method 'getBlockSize' is not designed for extension - needs to be abstract, final or empty. 283
Errors First sentence should end with a period. 287
Errors Unused @param tag for 'the'. 289
Errors Method 'setBlockSize' is not designed for extension - needs to be abstract, final or empty. 291
Errors Parameter blockSize should be final. 291
Errors 'blockSize' hides a field. 291
Errors Expected @param tag for 'blockSize'. 291
Errors '=' is not preceded with whitespace. 292
Errors '=' is not followed by whitespace. 292
Errors First sentence should end with a period. 296
Errors Method 'getUseCaches' is not designed for extension - needs to be abstract, final or empty. 301
Errors First sentence should end with a period. 306
Errors Method 'getFailOnError' is not designed for extension - needs to be abstract, final or empty. 311
Errors First sentence should end with a period. 316
Errors Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 321
Errors First sentence should end with a period. 326
Errors Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 331
Errors Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 339
Errors First sentence should end with a period. 344
Errors Method 'getRequestParameters' is not designed for extension - needs to be abstract, final or empty. 349
Errors First sentence should end with a period. 354
Errors Method 'getSuccessProperty' is not designed for extension - needs to be abstract, final or empty. 359
Errors First sentence should end with a period. 363
Errors Method 'getDestinationProperty' is not designed for extension - needs to be abstract, final or empty. 368
Errors First sentence should end with a period. 372
Errors Method 'getDest' is not designed for extension - needs to be abstract, final or empty. 377
Errors Unused Javadoc tag. 386
Errors Method 'noteSuccess' is not designed for extension - needs to be abstract, final or empty. 389
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 402
Errors Method length is 217 lines (max allowed is 150). 402
Errors Redundant throws: 'BuildException' is unchecked exception. 403
Errors Line has trailing spaces. 406
Errors Line has trailing spaces. 408
Errors '=' is not preceded with whitespace. 434
Errors '=' is not followed by whitespace. 434
Errors Line is longer than 80 characters. 436
Errors ',' is not followed by whitespace. 436
Errors ',' is not followed by whitespace. 436
Errors ',' is not followed by whitespace. 436
Errors Line is longer than 80 characters. 443
Errors '=' is not preceded with whitespace. 448
Errors '=' is not followed by whitespace. 448
Errors '+' is not preceded with whitespace. 454
Errors '+' is not followed by whitespace. 454
Errors '+' is not preceded with whitespace. 454
Errors '+' is not followed by whitespace. 454
Errors '+' is not preceded with whitespace. 454
Errors '+' is not followed by whitespace. 454
Errors '=' is not preceded with whitespace. 458
Errors '=' is not followed by whitespace. 458
Errors Line is longer than 80 characters. 460
Errors 'if' is not followed by whitespace. 469
Errors Line is longer than 80 characters. 473
Errors Line is longer than 80 characters. 475
Errors Line is longer than 80 characters. 477
Errors Line has trailing spaces. 484
Errors Line has trailing spaces. 491
Errors '+' is not preceded with whitespace. 503
Errors '+' is not followed by whitespace. 503
Errors ',' is not followed by whitespace. 503
Errors '}' should be on the same line. 505
Errors 'if' is not followed by whitespace. 507
Errors '!=' is not preceded with whitespace. 507
Errors '!=' is not followed by whitespace. 507
Errors '+' is not preceded with whitespace. 509
Errors '+' is not followed by whitespace. 509
Errors '=' is not preceded with whitespace. 511
Errors '=' is not followed by whitespace. 511
Errors '1024' is a magic number. 511
Errors '}' should be on the same line. 512
Errors Line has trailing spaces. 521
Errors '=' is not preceded with whitespace. 523
Errors '=' is not followed by whitespace. 523
Errors ',' is not followed by whitespace. 523
Errors '=' is not preceded with whitespace. 524
Errors '=' is not followed by whitespace. 524
Errors Line has trailing spaces. 525
Errors '1024' is a magic number. 527
Errors Line has trailing spaces. 530
Errors Inner assignments should be avoided. 530
Errors '&&' should be on a new line. 530
Errors '==' is not preceded with whitespace. 531
Errors '==' is not followed by whitespace. 531
Errors '<' is not preceded with whitespace. 531
Errors '<' is not followed by whitespace. 531
Errors '+=' is not preceded with whitespace. 532
Errors '+=' is not followed by whitespace. 532
Errors 'if' is not followed by whitespace. 547
Errors Line has trailing spaces. 551
Errors '=' is not preceded with whitespace. 556
Errors '=' is not followed by whitespace. 556
Errors '=' is not preceded with whitespace. 557
Errors '=' is not followed by whitespace. 557
Errors Line has trailing spaces. 558
Errors Line is longer than 80 characters. 568
Errors Line is longer than 80 characters. 574
Errors Avoid inline conditionals. 574
Errors Line has trailing spaces. 581
Errors '=' is not preceded with whitespace. 582
Errors '=' is not followed by whitespace. 582
Errors 'if' is not followed by whitespace. 583
Errors '>' is not preceded with whitespace. 583
Errors '>' is not followed by whitespace. 583
Errors '!=' is not preceded with whitespace. 583
Errors '!=' is not followed by whitespace. 583
Errors '=' is not preceded with whitespace. 584
Errors '=' is not followed by whitespace. 584
Errors '+' is not preceded with whitespace. 584
Errors '+' is not followed by whitespace. 584
Errors '+' is not followed by whitespace. 585
Errors '+' is not preceded with whitespace. 585
Errors '+' is not followed by whitespace. 585
Errors '+' is not preceded with whitespace. 585
Errors '+' is not followed by whitespace. 585
Errors '}' should be on the same line. 586
Errors '=' is not preceded with whitespace. 593
Errors '=' is not followed by whitespace. 593
Errors 'if' is not followed by whitespace. 594
Errors '200' is a magic number. 594
Errors '<' is not followed by whitespace. 594
Errors '299' is a magic number. 594
Errors '>' is not followed by whitespace. 594
Errors Line is longer than 80 characters. 595
Errors '=' is not preceded with whitespace. 595
Errors '=' is not followed by whitespace. 595
Errors '+' is not preceded with whitespace. 595
Errors '+' is not followed by whitespace. 595
Errors '+' is not preceded with whitespace. 595
Errors '+' is not followed by whitespace. 595
Errors Line has trailing spaces. 599
Errors 'if' is not followed by whitespace. 601
Errors '==' is not preceded with whitespace. 601
Errors '==' is not followed by whitespace. 601
Errors '}' should be on the same line. 603
Errors 'if' construct must use '{}'s. 605
Errors 'if' is not followed by whitespace. 605
Errors 'else' construct must use '{}'s. 607
Errors ',' is not followed by whitespace. 608
Errors Line has trailing spaces. 610
Errors '}' should be on the same line. 611
Errors '+' is not preceded with whitespace. 613
Errors '+' is not followed by whitespace. 613
Errors '+' is not followed by whitespace. 613
Errors '+' should be on a new line. 613
Errors '+' is not preceded with whitespace. 614
Errors '+' is not followed by whitespace. 614
Errors First sentence should end with a period. 621
Errors Method 'showProgressChar' is not designed for extension - needs to be abstract, final or empty. 626
Errors Parameter c should be final. 626
Errors Expected @param tag for 'c'. 626
Errors Method 'addParam' is not designed for extension - needs to be abstract, final or empty. 637
Errors Parameter param should be final. 637
Errors Method 'addHeader' is not designed for extension - needs to be abstract, final or empty. 647
Errors Parameter header should be final. 647
Errors First sentence should end with a period. 652
Errors Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 669
Errors '}' should be on the same line. 673
Errors Method 'getAuthenticationString' is not designed for extension - needs to be abstract, final or empty. 687
Errors Avoid inline conditionals. 690
Errors '}' should be on the same line. 696
Errors Unused Javadoc tag. 709
Errors Method 'verifyArguments' is not designed for extension - needs to be abstract, final or empty. 715
Errors Redundant throws: 'BuildException' is unchecked exception. 716
Errors Line is longer than 80 characters. 721
Errors Line is longer than 80 characters. 724
Errors '}' should be on the same line. 725
Errors Line is longer than 80 characters. 727
Errors 'if' is not followed by whitespace. 731
Errors '!=' is not preceded with whitespace. 731
Errors '!=' is not followed by whitespace. 731
Errors '==' is not preceded with whitespace. 731
Errors '==' is not followed by whitespace. 731
Errors Line is longer than 80 characters. 732
Errors Method 'touchFile' is not designed for extension - needs to be abstract, final or empty. 746
Errors Parameter file should be final. 746
Errors Parameter timemillis should be final. 746
Errors Redundant throws: 'BuildException' is unchecked exception. 747
Errors First sentence should end with a period. 752
Errors Method 'buildURL' is not designed for extension - needs to be abstract, final or empty. 758
Errors Redundant throws: 'BuildException' is unchecked exception. 759
Errors '}' should be on the same line. 766
Errors Method 'parameterizeURL' is not designed for extension - needs to be abstract, final or empty. 780
Errors Redundant throws: 'BuildException' is unchecked exception. 781
Errors Avoid inline conditionals. 790
Errors First sentence should end with a period. 806
Errors Method 'areParamsAddedToUrl' is not designed for extension - needs to be abstract, final or empty. 813
Errors First sentence should end with a period. 817
Errors Method 'getAuthStrategy' is not designed for extension - needs to be abstract, final or empty. 823
Errors '=' is not preceded with whitespace. 824
Errors '=' is not followed by whitespace. 824
Errors '=' is not preceded with whitespace. 827
Errors '=' is not followed by whitespace. 827
Errors Line is longer than 80 characters. 854
Errors Method 'makeConnectionWithAuthHandling' is not designed for extension - needs to be abstract, final or empty. 854
Errors Parameter connection should be final. 854
Errors Redundant throws: 'BuildException' is unchecked exception. 855
Errors Line has trailing spaces. 856
Errors '+' is not preceded with whitespace. 856
Errors '+' is not followed by whitespace. 856
Errors ',' is not followed by whitespace. 856
Errors '=' is not preceded with whitespace. 858
Errors '=' is not followed by whitespace. 858
Errors ',' is not followed by whitespace. 859
Errors Line is longer than 80 characters. 862
Errors 'if' is not followed by whitespace. 862
Errors '==' is not preceded with whitespace. 862
Errors '==' is not followed by whitespace. 862
Errors '==' is not preceded with whitespace. 863
Errors '==' is not followed by whitespace. 863
Errors Line is longer than 80 characters. 867
Errors ',' is not followed by whitespace. 867
Errors Line has trailing spaces. 875
Errors Line has trailing spaces. 878
Errors Method 'probeConnection' is not designed for extension - needs to be abstract, final or empty. 880
Errors '(' is preceded with whitespace. 880
Errors Parameter connection should be final. 880
Errors Expected @param tag for 'connection'. 880
Errors Line has trailing spaces. 883
Errors Line is longer than 80 characters. 889
Errors Line is longer than 80 characters. 891
Errors Line is longer than 80 characters. 892
Errors Line is longer than 80 characters. 893
Errors Method 'getResponseCode' is not designed for extension - needs to be abstract, final or empty. 902
Errors Parameter connection should be final. 902
Errors '=' is not preceded with whitespace. 909
Errors '=' is not followed by whitespace. 909
Errors '=' is not preceded with whitespace. 910
Errors '=' is not followed by whitespace. 910
Errors '=' is not preceded with whitespace. 911
Errors '=' is not followed by whitespace. 911
Errors '5' is a magic number. 912
Errors '=' is not preceded with whitespace. 915
Errors '=' is not followed by whitespace. 915
Errors '}' should be on the same line. 917
Errors ',' is not followed by whitespace. 921
Errors '=' is not preceded with whitespace. 922
Errors '=' is not followed by whitespace. 922
Errors 'if' is not followed by whitespace. 925
Errors '!=' is not preceded with whitespace. 925
Errors '!=' is not followed by whitespace. 925
Errors Unclosed HTML tag found: <blockquote> 936
Errors Line is longer than 80 characters. 937
Errors Line is longer than 80 characters. 938
Errors Line is longer than 80 characters. 939
Errors Line is longer than 80 characters. 943
Errors Line is longer than 80 characters. 944
Errors Line is longer than 80 characters. 945
Errors Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. 952
Errors Parameter connection should be final. 952
Errors '=' is not preceded with whitespace. 954
Errors '=' is not followed by whitespace. 954
Errors '=' is not preceded with whitespace. 955
Errors '=' is not followed by whitespace. 955
Errors '5' is a magic number. 956
Errors '}' should be on the same line. 960
Errors ',' is not followed by whitespace. 964
Errors '=' is not preceded with whitespace. 965
Errors '=' is not followed by whitespace. 965
Errors 'if' is not followed by whitespace. 968
Errors '==' is not preceded with whitespace. 968
Errors '==' is not followed by whitespace. 968
Errors '!=' is not preceded with whitespace. 968
Errors '!=' is not followed by whitespace. 968
Errors Expected an @return tag. 987
Errors Method 'doConnect' is not designed for extension - needs to be abstract, final or empty. 987
Errors Parameter connection should be final. 987
Errors Redundant throws: 'BuildException' is unchecked exception. 988
Errors First sentence should end with a period. 993
Errors Expected an @return tag. 1002
Errors Method 'doConnectWithUpload' is not designed for extension - needs to be abstract, final or empty. 1002
Errors Parameter connection should be final. 1002
Errors Parameter contentType should be final. 1003
Errors Parameter contentLength should be final. 1003
Errors Parameter content should be final. 1004
Errors Line is longer than 80 characters. 1014
Errors '=' is not preceded with whitespace. 1023
Errors '=' is not followed by whitespace. 1023
Errors '*' is not preceded with whitespace. 1023
Errors '*' is not followed by whitespace. 1023
Errors '1024' is a magic number. 1023
Errors 'if' construct must use '{}'s. 1024
Errors 'if' is not followed by whitespace. 1024
Errors '<' is not preceded with whitespace. 1024
Errors '<' is not followed by whitespace. 1024
Errors '=' is not preceded with whitespace. 1025
Errors '=' is not followed by whitespace. 1025
Errors '+' is not preceded with whitespace. 1031
Errors '+' is not followed by whitespace. 1031
Errors ',' is not followed by whitespace. 1031
Errors ',' is not followed by whitespace. 1041
Errors First sentence should end with a period. 1045
Errors Method 'onConnected' is not designed for extension - needs to be abstract, final or empty. 1053
Errors Parameter connection should be final. 1053
Errors Redundant throws: 'BuildException' is unchecked exception. 1054
Errors Method 'onDownloadFinished' is not designed for extension - needs to be abstract, final or empty. 1069
Errors Parameter connection should be final. 1069
Errors Redundant throws: 'BuildException' is unchecked exception. 1070
Errors First sentence should end with a period. 1075
Errors First sentence should end with a period. 1082
Errors Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 1087
Errors ',' is not followed by whitespace. 1088
Errors Unused @param tag for 'choice'. 1093
Errors Method 'mapValueToNumber' is not designed for extension - needs to be abstract, final or empty. 1096
Errors '=' is not preceded with whitespace. 1097
Errors '=' is not followed by whitespace. 1097
Errors '=' is not preceded with whitespace. 1098
Errors '=' is not followed by whitespace. 1098
Errors '=' is not preceded with whitespace. 1099
Errors '=' is not followed by whitespace. 1099
Errors 'for' is not followed by whitespace. 1100
Errors '=' is not preceded with whitespace. 1100
Errors '=' is not followed by whitespace. 1100
Errors ';' is not followed by whitespace. 1100
Errors '<' is not preceded with whitespace. 1100
Errors '<' is not followed by whitespace. 1100
Errors ';' is not followed by whitespace. 1100
Errors 'if' construct must use '{}'s. 1101
Errors 'if' is not followed by whitespace. 1101
Errors '=' is not preceded with whitespace. 1102
Errors '=' is not followed by whitespace. 1102

net/sf/ovanttasks/ovanttasks/http/NullOutputStream.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 4
Errors Line contains a tab character. 5
Errors Line contains a tab character. 6
Errors First sentence should end with a period. 14
Errors First sentence should end with a period. 22
Errors Parameter b should be final. 28
Errors First sentence should end with a period. 33
Errors Parameter b should be final. 39
Errors First sentence should end with a period. 44
Errors Parameter b should be final. 52
Errors Parameter off should be final. 53
Errors Parameter len should be final. 54

net/sf/ovanttasks/ovanttasks/http/SetProxy.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors First sentence should end with a period. 26
Errors Variable 'proxyHost' must be private and have accessor methods. 29
Errors First sentence should end with a period. 31
Errors Variable 'proxyPort' must be private and have accessor methods. 34
Errors '80' is a magic number. 34
Errors '1080' is a magic number. 43
Errors Method 'setProxyHost' is not designed for extension - needs to be abstract, final or empty. 52
Errors Parameter hostname should be final. 52
Errors Method 'setProxyPort' is not designed for extension - needs to be abstract, final or empty. 62
Errors Parameter port should be final. 62
Errors First sentence should end with a period. 67
Errors Method 'getProxyHost' is not designed for extension - needs to be abstract, final or empty. 73
Errors First sentence should end with a period. 78
Errors Method 'getProxyPort' is not designed for extension - needs to be abstract, final or empty. 84
Errors First sentence should end with a period. 89
Errors Method 'setSocksProxyHost' is not designed for extension - needs to be abstract, final or empty. 94
Errors Parameter host should be final. 94
Errors First sentence should end with a period. 99
Errors Method 'setSocksProxyPort' is not designed for extension - needs to be abstract, final or empty. 104
Errors Parameter port should be final. 104
Errors First sentence should end with a period. 110
Errors Unused Javadoc tag. 115
Errors Method 'applyWebProxySettings' is not designed for extension - needs to be abstract, final or empty. 118
Errors '=' is not preceded with whitespace. 119
Errors '=' is not followed by whitespace. 119
Errors '=' is not preceded with whitespace. 130
Errors '=' is not followed by whitespace. 130
Errors '=' is not preceded with whitespace. 139
Errors '=' is not followed by whitespace. 139
Errors Line is longer than 80 characters. 143
Errors 'if' is not followed by whitespace. 143
Errors Method 'legacyResetProxySettingsCall' is not designed for extension - needs to be abstract, final or empty. 159
Errors '}' should be on the same line. 165
Errors '}' should be on the same line. 168
Errors '}' should be on the same line. 171
Errors '}' should be on the same line. 174
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 187
Errors Redundant throws: 'BuildException' is unchecked exception. 188

net/sf/ovanttasks/ovanttasks/http/package.html

Violation Message Line
Errors Missing package documentation file. 0

net/sf/ovanttasks/ovanttasks/package.html

Violation Message Line
Errors Missing package documentation file. 0

net/sf/ovanttasks/ovanttasks/stub.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line contains a tab character. 2
Errors Line contains a tab character. 3
Errors Line contains a tab character. 4
Errors Unused import - java.io.InputStream. 19
Errors Missing a Javadoc comment. 36
Errors Name 'stub' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36
Errors '{' should be on the previous line. 37
Errors Line contains a tab character. 38
Errors Missing a Javadoc comment. 38
Errors Name '__EXECUTABLE__NAME__' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Errors Variable '__EXECUTABLE__NAME__' must be private and have accessor methods. 38
Errors Line has trailing spaces. 39
Errors Line contains a tab character. 39
Errors Name '__EXECUTABLE__PATH__' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Errors Variable '__EXECUTABLE__PATH__' must be private and have accessor methods. 39
Errors Line has trailing spaces. 40
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Missing a Javadoc comment. 41
Errors Variable 'consoleMode' must be private and have accessor methods. 41
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Missing a Javadoc comment. 43
Errors Variable 'tempDir' must be private and have accessor methods. 43
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Missing a Javadoc comment. 45
Errors Variable 'buffer' must be private and have accessor methods. 45
Errors '8192' is a magic number. 45
Errors Line has trailing spaces. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Missing a Javadoc comment. 47
Errors Variable 'jframe' must be private and have accessor methods. 47
Errors Line contains a tab character. 48
Errors Missing a Javadoc comment. 48
Errors Variable 'progressBar' must be private and have accessor methods. 48
Errors '=' is not preceded with whitespace. 48
Errors '=' is not followed by whitespace. 48
Errors Line has trailing spaces. 49
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Missing a Javadoc comment. 50
Errors Parameter args should be final. 50
Errors Line contains a tab character. 51
Errors '{' should be on the previous line. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line is longer than 80 characters. 57
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line has trailing spaces. 59
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors '(' is followed by whitespace. 61
Errors '(' is followed by whitespace. 61
Errors Line contains a tab character. 62
Errors Line has trailing spaces. 63
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Missing a Javadoc comment. 64
Errors Variable 'bytesToWrite' must be private and have accessor methods. 64
Errors Line contains a tab character. 65
Errors Missing a Javadoc comment. 65
Errors Variable 'bytesWritten' must be private and have accessor methods. 65
Errors Line has trailing spaces. 66
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Method 'unjar' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors '(' is followed by whitespace. 67
Errors Parameter jarFileName should be final. 67
Errors Parameter args should be final. 67
Errors Line contains a tab character. 68
Errors '{' should be on the previous line. 68
Errors 'if' construct must use '{}'s. 69
Errors 'if' is not followed by whitespace. 69
Errors '(' is followed by whitespace. 69
Errors '(' is followed by whitespace. 69
Errors '==' is not preceded with whitespace. 69
Errors '==' is not followed by whitespace. 69
Errors Line is longer than 80 characters. 70
Errors Line contains a tab character. 70
Errors '(' is followed by whitespace. 70
Errors '(' is followed by whitespace. 70
Errors '(' is followed by whitespace. 70
Errors 'else' construct must use '{}'s. 71
Errors Line contains a tab character. 71
Errors Line is longer than 80 characters. 72
Errors Line contains a tab character. 72
Errors '(' is followed by whitespace. 72
Errors '(' is followed by whitespace. 72
Errors '(' is followed by whitespace. 72
Errors '(' is followed by whitespace. 72
Errors '(' is followed by whitespace. 72
Errors '+' is not preceded with whitespace. 72
Errors '+' is not followed by whitespace. 72
Errors Line has trailing spaces. 73
Errors Line contains a tab character. 73
Errors '(' is followed by whitespace. 74
Errors '(' is followed by whitespace. 74
Errors Line has trailing spaces. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line is longer than 80 characters. 77
Errors Line contains a tab character. 77
Errors '(' is followed by whitespace. 77
Errors '(' is followed by whitespace. 77
Errors Line has trailing spaces. 78
Errors Line is longer than 80 characters. 78
Errors Line contains a tab character. 78
Errors '(' is followed by whitespace. 78
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors '(' is followed by whitespace. 79
Errors Line is longer than 80 characters. 80
Errors Line contains a tab character. 80
Errors '(' is followed by whitespace. 80
Errors '(' is followed by whitespace. 80
Errors Line is longer than 80 characters. 81
Errors Line has trailing spaces. 82
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors 'if' is not followed by whitespace. 83
Errors '(' is followed by whitespace. 83
Errors Line contains a tab character. 84
Errors '{' should be on the previous line. 84
Errors Line is longer than 80 characters. 85
Errors Line contains a tab character. 85
Errors '(' is followed by whitespace. 85
Errors Line has trailing spaces. 86
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors '(' is followed by whitespace. 87
Errors Line is longer than 80 characters. 88
Errors Line contains a tab character. 88
Errors '(' is followed by whitespace. 88
Errors '(' is followed by whitespace. 88
Errors '(' is followed by whitespace. 88
Errors Line is longer than 80 characters. 89
Errors Line contains a tab character. 89
Errors 'cast' is not followed by whitespace. 89
Errors '(' is followed by whitespace. 89
Errors '(' is followed by whitespace. 89
Errors '10' is a magic number. 89
Errors '10' is a magic number. 89
Errors '10' is a magic number. 89
Errors '10' is a magic number. 89
Errors Line is longer than 80 characters. 90
Errors Line contains a tab character. 90
Errors '(' is followed by whitespace. 90
Errors Inner assignments should be avoided. 90
Errors '(' is followed by whitespace. 90
Errors Line is longer than 80 characters. 92
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line has trailing spaces. 94
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line is longer than 80 characters. 96
Errors Line contains a tab character. 96
Errors Line is longer than 80 characters. 97
Errors Line contains a tab character. 97
Errors '(' is followed by whitespace. 97
Errors 'if' construct must use '{}'s. 98
Errors Line is longer than 80 characters. 98
Errors Line contains a tab character. 98
Errors 'if' is not followed by whitespace. 98
Errors '(' is followed by whitespace. 98
Errors '-' is not preceded with whitespace. 98
Errors '-' is not followed by whitespace. 98
Errors '/' is not preceded with whitespace. 98
Errors '/' is not followed by whitespace. 98
Errors '<' is not preceded with whitespace. 98
Errors '<' is not followed by whitespace. 98
Errors '-' is not preceded with whitespace. 98
Errors '-' is not followed by whitespace. 98
Errors '/' is not preceded with whitespace. 98
Errors '/' is not followed by whitespace. 98
Errors '<' is not preceded with whitespace. 98
Errors '<' is not followed by whitespace. 98
Errors Line contains a tab character. 99
Errors '(' is followed by whitespace. 99
Errors Line is longer than 80 characters. 100
Errors Line contains a tab character. 100
Errors '(' is followed by whitespace. 100
Errors '-' is not preceded with whitespace. 100
Errors '-' is not followed by whitespace. 100
Errors '/' is not preceded with whitespace. 100
Errors '/' is not followed by whitespace. 100
Errors '-' is not preceded with whitespace. 100
Errors '-' is not followed by whitespace. 100
Errors '/' is not preceded with whitespace. 100
Errors '/' is not followed by whitespace. 100
Errors Line has trailing spaces. 101
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors '(' is followed by whitespace. 102
Errors Line contains a tab character. 103
Errors Line has trailing spaces. 104
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line has trailing spaces. 106
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors '{' should be on the previous line. 109
Errors Line contains a tab character. 110
Errors Line is longer than 80 characters. 111
Errors Line contains a tab character. 111
Errors 'if' is not followed by whitespace. 111
Errors '(' is followed by whitespace. 111
Errors '(' is followed by whitespace. 111
Errors '(' is followed by whitespace. 111
Errors '(' is followed by whitespace. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors 'if' is not followed by whitespace. 113
Errors '(' is followed by whitespace. 113
Errors Line contains a tab character. 114
Errors '{' should be on the previous line. 114
Errors Line contains a tab character. 115
Errors Line has trailing spaces. 116
Errors Line is longer than 80 characters. 116
Errors Line contains a tab character. 116
Errors '(' is followed by whitespace. 116
Errors Line contains a tab character. 118
Errors '(' is followed by whitespace. 118
Errors Line contains a tab character. 120
Errors 'if' is not followed by whitespace. 120
Errors '(' is followed by whitespace. 120
Errors Line has trailing spaces. 121
Errors Line contains a tab character. 121
Errors '{' should be on the previous line. 121
Errors Line contains a tab character. 122
Errors 'if' construct must use '{}'s. 123
Errors Line contains a tab character. 123
Errors 'if' is not followed by whitespace. 123
Errors '(' is followed by whitespace. 123
Errors Line has trailing spaces. 124
Errors Line is longer than 80 characters. 124
Errors Line contains a tab character. 124
Errors '(' is followed by whitespace. 124
Errors Line has trailing spaces. 125
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors '}' should be on the same line. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors '{' should be on the previous line. 128
Errors Line is longer than 80 characters. 129
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors '(' is followed by whitespace. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 136
Errors 'if' is not followed by whitespace. 136
Errors '(' is followed by whitespace. 136
Errors Line contains a tab character. 137
Errors '{' should be on the previous line. 137
Errors Line contains a tab character. 138
Errors '(' is followed by whitespace. 138
Errors Line contains a tab character. 139
Errors '(' is followed by whitespace. 139
Errors Line contains a tab character. 140
Errors '(' is followed by whitespace. 140
Errors Line contains a tab character. 141
Errors Line has trailing spaces. 142
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors '{' should be on the previous line. 144
Errors Line contains a tab character. 145
Errors 'cast' is not followed by whitespace. 145
Errors '(' is followed by whitespace. 145
Errors Line contains a tab character. 146
Errors '(' is followed by whitespace. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors '(' is followed by whitespace. 148
Errors Line has trailing spaces. 149
Errors Line contains a tab character. 149
Errors Line contains a tab character. 151
Errors 'if' construct must use '{}'s. 152
Errors Line contains a tab character. 152
Errors 'if' is not followed by whitespace. 152
Errors '(' is followed by whitespace. 152
Errors '!=' is not preceded with whitespace. 152
Errors '!=' is not followed by whitespace. 152
Errors Line is longer than 80 characters. 153
Errors Line contains a tab character. 153
Errors '(' is followed by whitespace. 153
Errors '(' is followed by whitespace. 153
Errors Line has trailing spaces. 154
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors ')' is preceded with whitespace. 155
Errors Line contains a tab character. 156
Errors 'if' is not followed by whitespace. 156
Errors '(' is followed by whitespace. 156
Errors '(' is followed by whitespace. 156
Errors '!=' is not preceded with whitespace. 156
Errors '!=' is not followed by whitespace. 156
Errors Line contains a tab character. 157
Errors '{' should be on the previous line. 157
Errors Line is longer than 80 characters. 158
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 161
Errors '(' is followed by whitespace. 161
Errors Line contains a tab character. 162
Errors Line has trailing spaces. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors ':' is not preceded with whitespace. 169
Errors Line has trailing spaces. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors '{' should be on the previous line. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors '(' is followed by whitespace. 176
Errors Line contains a tab character. 177
Errors Line has trailing spaces. 178
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors '(' is followed by whitespace. 179
Errors Line has trailing spaces. 180
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors '{' should be on the previous line. 182
Errors Line is longer than 80 characters. 183
Errors Line contains a tab character. 183
Errors '(' is followed by whitespace. 183
Errors Line has trailing spaces. 187
Errors Line contains a tab character. 191
Errors '}' should be on the same line. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors '{' should be on the previous line. 193
Errors Line contains a tab character. 194
Errors Line is longer than 80 characters. 195
Errors Line contains a tab character. 195
Errors '(' is followed by whitespace. 195
Errors Line contains a tab character. 196
Errors 'if' construct must use '{}'s. 197
Errors Line contains a tab character. 197
Errors 'if' is not followed by whitespace. 197
Errors '(' is followed by whitespace. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line has trailing spaces. 200
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Method 'writeEntry' is not designed for extension - needs to be abstract, final or empty. 201
Errors Missing a Javadoc comment. 201
Errors '(' is followed by whitespace. 201
Errors Parameter jarFile should be final. 201
Errors Parameter entry should be final. 201
Errors Line contains a tab character. 202
Errors '{' should be on the previous line. 202
Errors Line contains a tab character. 203
Errors Line has trailing spaces. 204
Errors Line contains a tab character. 204
Errors '(' is followed by whitespace. 204
Errors Line has trailing spaces. 205
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors '(' is followed by whitespace. 206
Errors Line has trailing spaces. 207
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors 'if' is not followed by whitespace. 209
Errors '(' is followed by whitespace. 209
Errors Line has trailing spaces. 210
Errors Line contains a tab character. 210
Errors '{' should be on the previous line. 210
Errors Line contains a tab character. 211
Errors 'if' construct must use '{}'s. 212
Errors Line contains a tab character. 212
Errors 'if' is not followed by whitespace. 212
Errors '(' is followed by whitespace. 212
Errors Line has trailing spaces. 213
Errors Line is longer than 80 characters. 213
Errors Line contains a tab character. 213
Errors '(' is followed by whitespace. 213
Errors Line has trailing spaces. 214
Errors Line contains a tab character. 214
Errors Line has trailing spaces. 215
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors '{' should be on the previous line. 217
Errors Line is longer than 80 characters. 218
Errors Line contains a tab character. 218
Errors '(' is followed by whitespace. 218
Errors '(' is followed by whitespace. 218
Errors Line is longer than 80 characters. 219
Errors Line contains a tab character. 219
Errors '(' is followed by whitespace. 219
Errors '(' is followed by whitespace. 219
Errors Line has trailing spaces. 220
Errors Line contains a tab character. 220
Errors Line is longer than 80 characters. 221
Errors Line contains a tab character. 221
Errors 'if' construct must use '{}'s. 222
Errors Line contains a tab character. 222
Errors 'if' is not followed by whitespace. 222
Errors '(' is followed by whitespace. 222
Errors Line contains a tab character. 223
Errors '(' is followed by whitespace. 223
Errors Line has trailing spaces. 224
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors 'while' is not followed by whitespace. 226
Errors '(' is followed by whitespace. 226
Errors '=' is not preceded with whitespace. 226
Errors '=' is not followed by whitespace. 226
Errors '(' is followed by whitespace. 226
Errors '!=' is not preceded with whitespace. 226
Errors '!=' is not followed by whitespace. 226
Errors Line contains a tab character. 227
Errors '{' should be on the previous line. 227
Errors Line contains a tab character. 228
Errors '(' is followed by whitespace. 228
Errors 'if' construct must use '{}'s. 229
Errors Line contains a tab character. 229
Errors 'if' is not followed by whitespace. 229
Errors '(' is followed by whitespace. 229
Errors '!=' is not preceded with whitespace. 229
Errors '!=' is not followed by whitespace. 229
Errors Line is longer than 80 characters. 230
Errors Line contains a tab character. 230
Errors '(' is followed by whitespace. 230
Errors '+=' is not preceded with whitespace. 230
Errors Inner assignments should be avoided. 230
Errors '+=' is not followed by whitespace. 230
Errors Line contains a tab character. 231
Errors Line has trailing spaces. 232
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors '}' should be on the same line. 235
Errors Line contains a tab character. 236
Errors 'catch' is not followed by whitespace. 236
Errors '(' is followed by whitespace. 236
Errors Line contains a tab character. 237
Errors '{' should be on the previous line. 237
Errors Line is longer than 80 characters. 238
Errors Line contains a tab character. 238
Errors '(' is followed by whitespace. 238
Errors Line has trailing spaces. 239
Errors Line contains a tab character. 239
Errors Line contains a tab character. 240
Errors Line has trailing spaces. 241
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors Method 'alert' is not designed for extension - needs to be abstract, final or empty. 242
Errors Missing a Javadoc comment. 242
Errors '(' is followed by whitespace. 242
Errors Parameter s should be final. 242
Errors Line contains a tab character. 243
Errors '{' should be on the previous line. 243
Errors 'if' construct must use '{}'s. 244
Errors Line contains a tab character. 244
Errors 'if' is not followed by whitespace. 244
Errors '(' is followed by whitespace. 244
Errors Line contains a tab character. 245
Errors '(' is followed by whitespace. 245
Errors 'else' construct must use '{}'s. 246
Errors Line contains a tab character. 246
Errors Line is longer than 80 characters. 247
Errors Line contains a tab character. 247
Errors '(' is followed by whitespace. 247
Errors Line has trailing spaces. 248
Errors Line contains a tab character. 248
Errors 'if' construct must use '{}'s. 249
Errors Line contains a tab character. 249
Errors 'if' is not followed by whitespace. 249
Errors '(' is followed by whitespace. 249
Errors Line contains a tab character. 250
Errors Line has trailing spaces. 251
Errors Line contains a tab character. 251
Errors Line contains a tab character. 252
Errors '(' is followed by whitespace. 252
Errors Line contains a tab character. 253