Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
9001094

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod53error Error
JavadocType6error Error
JavadocVariable12error Error
JavadocStyle27error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName3error Error
MethodName1error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport1error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports2error Error
FileLength0error Error
LineLength38error Error
MethodLength1error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore1error Error
OperatorWrap0error Error
ParenPad7error Error
TypecastParenPad0error Error
TabCharacter597error Error
WhitespaceAfter16error Error
WhitespaceAround58error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly31error Error
NeedBraces72error Error
RightCurly7error Error
AvoidInlineConditionals2error Error
DoubleCheckedLocking0error Error
EmptyStatement2error Error
EqualsHashCode0error Error
HiddenField0error Error
IllegalInstantiation0error Error
InnerAssignment3error Error
MagicNumber67error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension23error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier6error Error
ArrayTypeStyle4error Error
FinalParameters50error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment1error Error
UpperEll0error Error

Details

modules/bsx/BSXInputStream.java

ViolationMessageLine
errorLine contains a tab character.2
errorUnused import - java.awt.Polygon.13
errorUnused import - java.awt.Rectangle.14
errorMissing a Javadoc comment.16
error'{' should be on the previous line.17
errorMissing a Javadoc comment.18
errorParameter in should be final.18
errorMissing a Javadoc comment.20
errorLine contains a tab character.20
error'{' should be on the previous line.22
error'for' construct must use '{}'s.25
error'for' is not followed by whitespace.25
errorMissing a Javadoc comment.29
errorLine contains a tab character.29
error'{' should be on the previous line.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
error'for' is not followed by whitespace.37
error';' is preceded with whitespace.37
errorLine contains a tab character.38
error'{' should be on the previous line.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorMethod 'readASCIIHex' is not designed for extension - needs to be abstract, final or empty.47
errorMissing a Javadoc comment.47
errorLine contains a tab character.47
error'{' should be on the previous line.48
errorLine contains a tab character.51
error'cast' is not followed by whitespace.51
errorLine contains a tab character.52
error'cast' is not followed by whitespace.52
error'catch' is not followed by whitespace.53
error'-' is not preceded with whitespace.54
error'-' is not followed by whitespace.54
error'-' is not preceded with whitespace.54
error'-' is not followed by whitespace.54
error'>' is not preceded with whitespace.54
error'>' is not followed by whitespace.54
error'?' is not preceded with whitespace.54
errorAvoid inline conditionals.54
error'?' is not followed by whitespace.54
error'-' is not preceded with whitespace.54
error'-' is not followed by whitespace.54
error'-' is not preceded with whitespace.54
error'-' is not followed by whitespace.54
error':' is not preceded with whitespace.54
error':' is not followed by whitespace.54
error'-' is not preceded with whitespace.55
error'-' is not followed by whitespace.55
error'-' is not preceded with whitespace.55
error'-' is not followed by whitespace.55
error'>' is not preceded with whitespace.55
error'>' is not followed by whitespace.55
error'?' is not preceded with whitespace.55
errorAvoid inline conditionals.55
error'?' is not followed by whitespace.55
error'-' is not preceded with whitespace.55
error'-' is not followed by whitespace.55
error'-' is not preceded with whitespace.55
error'-' is not followed by whitespace.55
error':' is not preceded with whitespace.55
error':' is not followed by whitespace.55
error'16' is a magic number.56
error'*' is not preceded with whitespace.56
error'*' is not followed by whitespace.56
error'+' is not preceded with whitespace.56
error'+' is not followed by whitespace.56

modules/package.html

ViolationMessageLine
errorMissing package documentation file.0

modules/BSXModule.java

ViolationMessageLine
errorComment matches to-do format 'TODO:'.48
errorFirst sentence should end with a period.58
errorLine contains a tab character.58
errorLine contains a tab character.59
errorVariable 'clientVersion' must be private and have accessor methods.59
errorFirst sentence should end with a period.61
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.64
errorLine contains a tab character.65
errorFirst sentence should end with a period.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorFirst sentence should end with a period.70
errorLine contains a tab character.70
errorLine contains a tab character.71
errorFirst sentence should end with a period.73
errorLine contains a tab character.73
errorLine contains a tab character.74
errorFirst sentence should end with a period.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorMethod 'setLoader' is not designed for extension - needs to be abstract, final or empty.77
errorParameter o should be final.77
errorExpected @param tag for 'o'.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorFirst sentence should end with a period.81
errorLine contains a tab character.81
errorLine contains a tab character.82
errorParameter host should be final.82
errorExpected @param tag for 'host'.82
errorParameter port should be final.82
errorExpected @param tag for 'port'.82
errorLine contains a tab character.83
errorFirst sentence should end with a period.85
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorUnused @param tag for 'String'.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorMethod 'receive' is not designed for extension - needs to be abstract, final or empty.97
errorParameter s should be final.97
errorExpected @param tag for 's'.97
errorLine contains a tab character.98
error'if' construct must use '{}'s.99
errorLine contains a tab character.99
errorLine contains a tab character.100
error'else' construct must use '{}'s.101
errorLine contains a tab character.101
errorLine contains a tab character.102
error'if' construct must use '{}'s.103
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorMethod 'addNotify' is not designed for extension - needs to be abstract, final or empty.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorInner assignments should be avoided.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorInner assignments should be avoided.117
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.127
errorLine contains a tab character.128
errorUnused @param tag for 'Event'.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorMethod 'handleEvent' is not designed for extension - needs to be abstract, final or empty.132
errorParameter e should be final.132
errorExpected @param tag for 'e'.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine is longer than 80 characters.136
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine is longer than 80 characters.144
errorLine contains a tab character.144
errorLine is longer than 80 characters.145
errorLine contains a tab character.145
errorLine is longer than 80 characters.146
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine contains a tab character.161
errorLine contains a tab character.162
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine contains a tab character.166
errorLine is longer than 80 characters.167
errorLine contains a tab character.167
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine contains a tab character.171
errorLine contains a tab character.172
errorLine contains a tab character.173
errorLine contains a tab character.174
errorFirst sentence should end with a period.176
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine contains a tab character.179
errorParameter args should be final.179
errorExpected @param tag for 'args'.179
errorArray brackets at illegal position.179
errorLine contains a tab character.180
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.183
errorLine is longer than 80 characters.184
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine is longer than 80 characters.186
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine contains a tab character.188
errorLine contains a tab character.190
errorLine contains a tab character.191
errorLine is longer than 80 characters.192
errorLine contains a tab character.192
errorLine contains a tab character.193
errorLine is longer than 80 characters.194
errorLine contains a tab character.194
errorLine is longer than 80 characters.195
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine contains a tab character.198
errorLine contains a tab character.199
errorFirst sentence should end with a period.201
errorLine contains a tab character.201
errorLine contains a tab character.202
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine contains a tab character.205
errorLine contains a tab character.206
errorLine contains a tab character.207
errorLine contains a tab character.208
errorLine contains a tab character.209
errorLine contains a tab character.210
errorFirst sentence should end with a period.212
errorLine contains a tab character.212
errorLine contains a tab character.213
errorFirst sentence should end with a period.215
errorLine contains a tab character.215
errorLine contains a tab character.216
errorFirst sentence should end with a period.218
errorLine contains a tab character.218
errorLine contains a tab character.219
errorFirst sentence should end with a period.221
errorLine contains a tab character.221
errorLine contains a tab character.222
errorFirst sentence should end with a period.224
errorLine contains a tab character.224
errorLine contains a tab character.225
errorFirst sentence should end with a period.227
errorLine is longer than 80 characters.227
errorLine contains a tab character.227
errorLine contains a tab character.228
errorFirst sentence should end with a period.230
errorLine contains a tab character.230
errorLine contains a tab character.231
errorFirst sentence should end with a period.233
errorLine contains a tab character.233
errorLine contains a tab character.234
errorFirst sentence should end with a period.236
errorLine contains a tab character.236
errorLine contains a tab character.237
errorFirst sentence should end with a period.239
errorLine is longer than 80 characters.239
errorLine contains a tab character.239
errorLine contains a tab character.240
errorName 'BSXData' must match pattern '^[a-z][a-zA-Z0-9]*$'.240
errorFirst sentence should end with a period.242
errorLine contains a tab character.242
errorLine contains a tab character.243
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine contains a tab character.246
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine contains a tab character.249
errorLine contains a tab character.250
errorLine contains a tab character.251
errorLine contains a tab character.252
errorLine contains a tab character.253
errorLine contains a tab character.254
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine contains a tab character.257
errorLine contains a tab character.258
errorLine contains a tab character.259
errorLine contains a tab character.260
errorLine contains a tab character.261
errorLine contains a tab character.262
errorLine contains a tab character.263
errorLine contains a tab character.264
errorFirst sentence should end with a period.266
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.268
errorLine contains a tab character.269
errorUnused @param tag for 'String'.269
errorLine contains a tab character.270
errorLine contains a tab character.271
errorLine contains a tab character.272
errorLine contains a tab character.273
errorParameter s should be final.273
errorExpected @param tag for 's'.273
errorLine contains a tab character.274
errorLine contains a tab character.275
errorLine contains a tab character.276
error'if' construct must use '{}'s.277
errorLine contains a tab character.277
errorLine contains a tab character.278
error'10' is a magic number.278
error'else' construct must use '{}'s.279
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine contains a tab character.281
error'if' construct must use '{}'s.282
errorLine contains a tab character.282
errorLine contains a tab character.283
error'10' is a magic number.283
error'else' construct must use '{}'s.284
errorLine contains a tab character.284
errorLine contains a tab character.285
error'if' construct must use '{}'s.286
errorLine contains a tab character.286
error'9' is a magic number.286
errorLine is longer than 80 characters.287
errorLine contains a tab character.287
error'16' is a magic number.287
errorLine contains a tab character.288
error'16' is a magic number.288
errorLine contains a tab character.289
errorLine contains a tab character.290
errorLine contains a tab character.291
errorLine contains a tab character.292
errorLine contains a tab character.293
errorLine contains a tab character.294
errorFirst sentence should end with a period.296
errorLine contains a tab character.296
errorLine contains a tab character.297
errorLine contains a tab character.298
errorLine contains a tab character.299
errorUnused @param tag for 'String'.299
errorLine contains a tab character.300
errorLine contains a tab character.301
errorLine contains a tab character.302
errorLine contains a tab character.303
errorParameter s should be final.303
errorExpected @param tag for 's'.303
errorLine contains a tab character.304
error'if' construct must use '{}'s.305
errorLine contains a tab character.305
errorLine contains a tab character.306
errorLine contains a tab character.307
errorLine contains a tab character.308
errorLine contains a tab character.309
error'if' construct must use '{}'s.310
errorLine contains a tab character.310
errorLine contains a tab character.311
errorLine contains a tab character.312
errorLine contains a tab character.313
errorLine contains a tab character.314
errorLine contains a tab character.315
errorLine contains a tab character.316
errorLine contains a tab character.317
error'if' construct must use '{}'s.318
errorLine contains a tab character.318
errorLine contains a tab character.319
errorLine contains a tab character.320
error'if' construct must use '{}'s.321
errorLine contains a tab character.321
errorLine contains a tab character.322
errorLine contains a tab character.323
error'if' construct must use '{}'s.324
errorLine contains a tab character.324
errorLine contains a tab character.325
error'else' construct must use '{}'s.326
errorLine contains a tab character.326
errorLine contains a tab character.327
errorLine contains a tab character.328
errorLine contains a tab character.329
errorLine contains a tab character.330
errorLine contains a tab character.331
errorLine contains a tab character.332
errorLine contains a tab character.333
errorFirst sentence should end with a period.335
errorLine contains a tab character.335
errorLine contains a tab character.336
errorLine contains a tab character.337
errorLine contains a tab character.338
errorUnused @param tag for 'String'.338
errorLine contains a tab character.339
errorLine contains a tab character.340
errorLine contains a tab character.341
errorParameter s should be final.341
errorExpected @param tag for 's'.341
errorLine contains a tab character.342
errorLine contains a tab character.343
errorFirst sentence should end with a period.345
errorLine contains a tab character.345
errorLine contains a tab character.346
errorLine contains a tab character.347
errorLine contains a tab character.348
errorUnused @param tag for 'String'.348
errorLine contains a tab character.349
errorLine contains a tab character.350
errorLine contains a tab character.351
errorExpected an @return tag.352
errorLine contains a tab character.352
errorParameter s should be final.352
errorExpected @param tag for 's'.352
error'if' construct must use '{}'s.353
errorLine contains a tab character.353
errorLine contains a tab character.354
errorLine contains a tab character.355
errorLine contains a tab character.356
errorLine contains a tab character.357
errorLine contains a tab character.358
errorLine contains a tab character.359
errorLine contains a tab character.360
errorLine contains a tab character.361
errorLine contains a tab character.362
errorLine contains a tab character.363
errorLine contains a tab character.364
errorLine contains a tab character.365
errorLine contains a tab character.366
errorLine contains a tab character.367
errorFirst sentence should end with a period.369
errorLine contains a tab character.369
errorLine contains a tab character.370
errorLine contains a tab character.371
errorLine contains a tab character.372
errorUnused @param tag for 'String'.372
errorLine contains a tab character.373
errorLine contains a tab character.374
errorLine contains a tab character.375
errorLine contains a tab character.376
errorParameter s should be final.376
errorExpected @param tag for 's'.376
error'if' construct must use '{}'s.377
errorLine contains a tab character.377
errorLine contains a tab character.378
errorLine contains a tab character.379
errorLine contains a tab character.380
errorLine contains a tab character.381
errorLine contains a tab character.382
errorLine contains a tab character.383
errorLine contains a tab character.384
error'if' construct must use '{}'s.385
errorLine contains a tab character.385
errorLine contains a tab character.386
error'if' construct must use '{}'s.387
errorLine contains a tab character.387
errorLine contains a tab character.388
error'if' construct must use '{}'s.389
errorLine contains a tab character.389
errorLine contains a tab character.390
error'if' construct must use '{}'s.391
errorLine contains a tab character.391
error'9' is a magic number.391
errorLine contains a tab character.392
errorLine contains a tab character.393
errorLine is longer than 80 characters.394
errorLine contains a tab character.394
errorLine contains a tab character.395
errorLine contains a tab character.396
errorLine contains a tab character.397
errorLine contains a tab character.398
error'if' construct must use '{}'s.399
errorLine contains a tab character.399
errorLine contains a tab character.400
error'if' construct must use '{}'s.401
errorLine contains a tab character.401
errorLine contains a tab character.402
error'if' construct must use '{}'s.403
errorLine contains a tab character.403
errorLine is longer than 80 characters.404
errorLine contains a tab character.404
errorLine is longer than 80 characters.405
errorLine contains a tab character.405
errorLine contains a tab character.406
errorLine contains a tab character.407
errorLine contains a tab character.408
errorLine contains a tab character.409
errorLine contains a tab character.410
errorLine contains a tab character.411
error'if' construct must use '{}'s.412
errorLine contains a tab character.412
errorLine contains a tab character.413
errorLine contains a tab character.414
errorLine contains a tab character.415
errorLine contains a tab character.416
error'if' construct must use '{}'s.417
errorLine contains a tab character.417
errorLine contains a tab character.418
error'if' construct must use '{}'s.419
errorLine contains a tab character.419
errorLine contains a tab character.420
errorLine contains a tab character.421
errorLine contains a tab character.422
errorLine contains a tab character.423
errorLine contains a tab character.424
errorFirst sentence should end with a period.426
errorLine contains a tab character.426
errorLine contains a tab character.427
errorLine contains a tab character.428
errorLine contains a tab character.429
errorUnused @param tag for 'String'.429
errorLine contains a tab character.430
errorLine contains a tab character.431
errorLine contains a tab character.432
errorLine contains a tab character.433
errorMethod length is 180 lines (max allowed is 150).433
errorParameter s should be final.433
errorExpected @param tag for 's'.433
errorLine contains a tab character.434
error'4' is a magic number.434
errorLine contains a tab character.435
errorLine contains a tab character.436
errorLine contains a tab character.437
errorLine contains a tab character.438
error'4' is a magic number.438
errorLine contains a tab character.439
errorLine contains a tab character.440
errorLine contains a tab character.441
errorLine contains a tab character.442
errorMust have at least one statement.442
errorLine contains a tab character.443
error'}' should be on the same line.443
errorLine contains a tab character.444
errorLine contains a tab character.445
errorLine contains a tab character.446
error'if' construct must use '{}'s.447
errorLine contains a tab character.447
errorLine contains a tab character.448
error'else' construct must use '{}'s.449
errorLine contains a tab character.449
errorLine contains a tab character.450
errorLine contains a tab character.451
error'}' should be on the same line.451
errorLine contains a tab character.452
errorLine contains a tab character.453
errorLine contains a tab character.454
error'if' construct must use '{}'s.455
errorLine contains a tab character.455
errorLine contains a tab character.456
errorLine contains a tab character.457
errorLine contains a tab character.458
errorLine contains a tab character.459
errorLine contains a tab character.460
errorLine contains a tab character.461
errorLine contains a tab character.462
errorLine contains a tab character.463
errorLine contains a tab character.464
errorLine contains a tab character.465
errorLine contains a tab character.466
errorLine contains a tab character.467
errorLine contains a tab character.468
errorLine contains a tab character.469
errorLine contains a tab character.470
errorLine contains a tab character.471
errorLine contains a tab character.472
error'if' construct must use '{}'s.473
errorLine contains a tab character.473
error'if' construct must use '{}'s.474
errorLine is longer than 80 characters.474
errorLine contains a tab character.474
error'if' construct must use '{}'s.475
errorLine contains a tab character.475
errorLine is longer than 80 characters.476
errorLine contains a tab character.476
error'else' construct must use '{}'s.477
errorLine contains a tab character.477
errorLine contains a tab character.478
error'if' construct must use '{}'s.479
errorLine contains a tab character.479
errorLine is longer than 80 characters.480
errorLine contains a tab character.480
errorLine contains a tab character.481
error'else' construct must use '{}'s.482
errorLine contains a tab character.482
errorLine contains a tab character.483
errorEmpty statement.483
error'else' construct must use '{}'s.484
errorLine contains a tab character.484
errorLine contains a tab character.485
errorLine contains a tab character.486
errorLine contains a tab character.487
error'}' should be on the same line.487
errorLine contains a tab character.488
errorLine contains a tab character.489
errorLine contains a tab character.490
error'if' construct must use '{}'s.491
errorLine contains a tab character.491
errorLine contains a tab character.492
error'if' construct must use '{}'s.493
errorLine contains a tab character.493
errorLine contains a tab character.494
error'else' construct must use '{}'s.495
errorLine contains a tab character.495
errorLine contains a tab character.496
errorLine contains a tab character.497
errorLine contains a tab character.498
error'}' should be on the same line.498
errorLine contains a tab character.499
errorLine contains a tab character.500
error'if' construct must use '{}'s.501
errorLine contains a tab character.501
errorLine is longer than 80 characters.502
errorLine contains a tab character.502
error'else' construct must use '{}'s.503
errorLine contains a tab character.503
errorLine contains a tab character.504
errorLine contains a tab character.505
errorLine contains a tab character.506
error'}' should be on the same line.506
errorLine contains a tab character.507
errorLine contains a tab character.508
error'if' construct must use '{}'s.509
errorLine contains a tab character.509
errorLine contains a tab character.510
errorLine is longer than 80 characters.511
errorLine contains a tab character.511
errorLine is longer than 80 characters.512
errorLine contains a tab character.512
errorLine is longer than 80 characters.513
errorLine contains a tab character.513
errorLine is longer than 80 characters.514
errorLine contains a tab character.514
errorLine is longer than 80 characters.515
errorLine contains a tab character.515
errorLine is longer than 80 characters.516
errorLine contains a tab character.516
errorLine is longer than 80 characters.517
errorLine contains a tab character.517
errorLine is longer than 80 characters.518
errorLine contains a tab character.518
errorLine is longer than 80 characters.519
errorLine contains a tab character.519
error'else' construct must use '{}'s.520
errorLine contains a tab character.520
errorLine contains a tab character.521
errorLine contains a tab character.522
errorLine contains a tab character.523
error'}' should be on the same line.523
errorLine contains a tab character.524
errorLine contains a tab character.525
errorLine contains a tab character.526
error'if' construct must use '{}'s.527
errorLine contains a tab character.527
errorLine contains a tab character.528
error'if' construct must use '{}'s.529
errorLine contains a tab character.529
error'if' construct must use '{}'s.530
errorLine contains a tab character.530
error'if' construct must use '{}'s.531
errorLine contains a tab character.531
errorLine is longer than 80 characters.532
errorLine contains a tab character.532
error'else' construct must use '{}'s.533
errorLine contains a tab character.533
errorLine contains a tab character.534
error'if' construct must use '{}'s.535
errorLine contains a tab character.535
errorLine is longer than 80 characters.536
errorLine contains a tab character.536
error'else' construct must use '{}'s.537
errorLine contains a tab character.537
errorLine contains a tab character.538
errorEmpty statement.538
error'else' construct must use '{}'s.539
errorLine contains a tab character.539
errorLine contains a tab character.540
errorLine contains a tab character.541
errorLine contains a tab character.542
error'}' should be on the same line.542
errorLine contains a tab character.543
errorLine contains a tab character.544
errorLine contains a tab character.545
error'if' construct must use '{}'s.546
errorLine contains a tab character.546
errorLine contains a tab character.547
errorLine contains a tab character.548
error'if' construct must use '{}'s.549
errorLine contains a tab character.549
errorLine contains a tab character.550
errorLine contains a tab character.551
errorLine contains a tab character.552
error'if' construct must use '{}'s.553
errorLine contains a tab character.553
errorLine contains a tab character.554
errorLine is longer than 80 characters.555
errorLine contains a tab character.555
errorLine contains a tab character.556
errorLine contains a tab character.557
errorLine contains a tab character.558
errorLine contains a tab character.559
errorLine contains a tab character.560
error'else' construct must use '{}'s.561
errorLine contains a tab character.561
errorLine contains a tab character.562
errorLine contains a tab character.563
errorLine contains a tab character.564
errorLine contains a tab character.565
error'if' construct must use '{}'s.566
errorLine contains a tab character.566
errorLine contains a tab character.567
errorLine contains a tab character.568
error'if' construct must use '{}'s.569
errorLine contains a tab character.569
errorLine contains a tab character.570
errorLine contains a tab character.571
errorLine contains a tab character.572
error'if' construct must use '{}'s.573
errorLine contains a tab character.573
errorLine contains a tab character.574
errorLine is longer than 80 characters.575
errorLine contains a tab character.575
errorLine contains a tab character.576
errorLine contains a tab character.577
errorLine contains a tab character.578
errorLine contains a tab character.579
errorLine contains a tab character.580
error'else' construct must use '{}'s.581
errorLine contains a tab character.581
errorLine contains a tab character.582
errorLine contains a tab character.583
errorLine contains a tab character.584
errorLine contains a tab character.585
errorLine contains a tab character.586
errorLine contains a tab character.587
errorLine is longer than 80 characters.588
errorLine contains a tab character.588
errorLine contains a tab character.589
errorLine contains a tab character.590
errorLine is longer than 80 characters.591
errorLine contains a tab character.591
errorLine contains a tab character.592
errorLine contains a tab character.593
errorLine is longer than 80 characters.594
errorLine contains a tab character.594
errorLine contains a tab character.595
errorLine contains a tab character.596
errorLine contains a tab character.597
errorLine contains a tab character.598
errorLine contains a tab character.599
errorLine contains a tab character.600
errorLine contains a tab character.601
errorLine contains a tab character.602
errorLine contains a tab character.603
errorLine is longer than 80 characters.604
errorLine contains a tab character.604
error'else' construct must use '{}'s.605
errorLine contains a tab character.605
errorLine is longer than 80 characters.606
errorLine contains a tab character.606
errorLine contains a tab character.607
errorLine contains a tab character.608
errorLine contains a tab character.609
errorLine contains a tab character.610
errorLine contains a tab character.611
errorLine contains a tab character.612

modules/bsx/BSXScene.java

ViolationMessageLine
errorLine contains a tab character.2
errorMissing a Javadoc comment.10
error'{' should be on the previous line.11
errorMissing a Javadoc comment.12
errorVariable 'background' must be private and have accessor methods.12
errorMissing a Javadoc comment.13
errorVariable 'objects' must be private and have accessor methods.13
errorMissing a Javadoc comment.15
errorLine contains a tab character.16
errorMissing a Javadoc comment.16
errorParameter pic should be final.16

modules/bsx/package.html

ViolationMessageLine
errorMissing package documentation file.0

modules/bsx/BSXObject.java

ViolationMessageLine
errorLine contains a tab character.2
errorMissing a Javadoc comment.8
error'{' should be on the previous line.9
errorMissing a Javadoc comment.10
errorVariable 'position' must be private and have accessor methods.10
errorVariable 'layer' must be private and have accessor methods.10
errorMissing a Javadoc comment.11
errorVariable 'visible' must be private and have accessor methods.11
errorMissing a Javadoc comment.13
errorParameter p should be final.13
errorParameter l should be final.13

modules/bsx/BSXGraphic.java

ViolationMessageLine
errorLine contains a tab character.2
errorMissing a Javadoc comment.11
error'{' should be on the previous line.12
errorMissing a Javadoc comment.13
errorMissing a Javadoc comment.14
errorParameter s should be final.14
error'{' should be on the previous line.15
errorLine contains a tab character.16
errorMethod 'addPolygon' is not designed for extension - needs to be abstract, final or empty.19
errorMissing a Javadoc comment.19
errorParameter p should be final.19

modules/bsx/BSXPolygon.java

ViolationMessageLine
errorLine contains a tab character.2
errorLine contains a tab character.3
errorMissing a Javadoc comment.12
error'{' should be on the previous line.13
errorMissing a Javadoc comment.14
errorArray brackets at illegal position.14
error'(' is followed by whitespace.15
errorLine contains a tab character.16
error'(' is followed by whitespace.16
error'255' is a magic number.16
errorLine contains a tab character.17
error'(' is followed by whitespace.17
error'34' is a magic number.17
error'139' is a magic number.17
error'34' is a magic number.17
errorLine contains a tab character.18
error'135' is a magic number.18
error'206' is a magic number.18
error'235' is a magic number.18
errorLine contains a tab character.19
error'205' is a magic number.19
error'92' is a magic number.19
error'92' is a magic number.19
errorLine contains a tab character.20
error'255' is a magic number.20
error'105' is a magic number.20
error'180' is a magic number.20
errorLine contains a tab character.21
error'165' is a magic number.21
error'42' is a magic number.21
error'42' is a magic number.21
errorLine contains a tab character.22
error'211' is a magic number.22
error'211' is a magic number.22
error'211' is a magic number.22
errorLine contains a tab character.23
error'105' is a magic number.23
error'105' is a magic number.23
error'105' is a magic number.23
errorLine contains a tab character.24
error'(' is followed by whitespace.24
error'191' is a magic number.24
error'255' is a magic number.24
errorLine contains a tab character.25
error'(' is followed by whitespace.25
error'255' is a magic number.25
errorLine contains a tab character.26
error'(' is followed by whitespace.26
error'255' is a magic number.26
error'255' is a magic number.26
errorLine contains a tab character.27
error'255' is a magic number.27
error'99' is a magic number.27
error'71' is a magic number.27
errorLine contains a tab character.28
error'255' is a magic number.28
error'255' is a magic number.28
errorLine contains a tab character.29
error'255' is a magic number.29
error'255' is a magic number.29
errorLine contains a tab character.30
error'255' is a magic number.30
error'255' is a magic number.30
error'255' is a magic number.30
errorLine contains a tab character.31
errorMissing a Javadoc comment.33
errorName 'Pcolor' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorParameter color should be final.36
errorMissing a Javadoc comment.37
errorParameter xpoints should be final.37
errorArray brackets at illegal position.37
errorParameter ypoints should be final.37
errorArray brackets at illegal position.37
errorParameter npoints should be final.37
errorParameter color should be final.37
error'{' should be on the previous line.38
errorMethod 'setColor' is not designed for extension - needs to be abstract, final or empty.43
errorMissing a Javadoc comment.43
errorParameter color should be final.43
errorMethod 'getColor' is not designed for extension - needs to be abstract, final or empty.44
errorMissing a Javadoc comment.44

modules/bsx/BSXDisplay.java

ViolationMessageLine
errorLine contains a tab character.2
errorUsing the '.*' form of import should be avoided - java.awt.*.9
errorMissing a Javadoc comment.14
error'{' should be on the previous line.15
errorMissing a Javadoc comment.16
errorName 'Scale' must match pattern '^[a-z][a-zA-Z0-9]*$'.16
error'100' is a magic number.16
errorLine contains a tab character.16
errorMissing a Javadoc comment.18
errorLine contains a tab character.18
errorMissing a Javadoc comment.19
errorLine contains a tab character.19
errorMissing a Javadoc comment.21
errorLine contains a tab character.21
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.26
errorParameter title should be final.26
error'511' is a magic number.29
error',' is not followed by whitespace.29
error'255' is a magic number.29
error'if' is not followed by whitespace.30
error'==' is not preceded with whitespace.30
error'==' is not followed by whitespace.30
error'100' is a magic number.37
error'510' is a magic number.38
error',' is not followed by whitespace.38
error'255' is a magic number.38
errorMethod 'setScale' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
errorParameter scale should be final.42
error'511' is a magic number.44
error'100' is a magic number.44
error'255' is a magic number.44
error'100' is a magic number.44
errorMethod 'addScene' is not designed for extension - needs to be abstract, final or empty.48
errorMissing a Javadoc comment.48
errorParameter id should be final.48
errorParameter picture should be final.48
error'{' should be on the previous line.49
error'cast' is not followed by whitespace.51
error'if' is not followed by whitespace.52
error'{' should be on the previous line.53
errorLine contains a tab character.54
errorLine contains a tab character.55
error'if' construct must use '{}'s.58
error'if' is not followed by whitespace.58
errorMethod 'showScene' is not designed for extension - needs to be abstract, final or empty.62
errorMissing a Javadoc comment.62
errorMethod 'showScene' is not designed for extension - needs to be abstract, final or empty.65
errorMissing a Javadoc comment.65
errorParameter id should be final.65
error'{' should be on the previous line.66
error'if' is not followed by whitespace.68
error'{' should be on the previous line.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorMethod 'addObject' is not designed for extension - needs to be abstract, final or empty.78
errorMissing a Javadoc comment.78
errorParameter id should be final.78
errorParameter o should be final.78
error'{' should be on the previous line.79
error'cast' is not followed by whitespace.81
error'if' construct must use '{}'s.82
error'if' is not followed by whitespace.82
errorMethod 'showObject' is not designed for extension - needs to be abstract, final or empty.86
errorMissing a Javadoc comment.86
errorParameter id should be final.86
errorMethod 'showObject' is not designed for extension - needs to be abstract, final or empty.89
errorMissing a Javadoc comment.89
errorParameter id should be final.89
errorParameter position should be final.89
errorParameter layer should be final.89
error'{' should be on the previous line.90
error'cast' is not followed by whitespace.91
error'if' is not followed by whitespace.94
errorInner assignments should be avoided.94
error'cast' is not followed by whitespace.94
error'{' should be on the previous line.95
errorLine contains a tab character.96
errorLine contains a tab character.97
error'cast' is not followed by whitespace.97
error'if' construct must use '{}'s.104
error'if' is not followed by whitespace.104
errorMethod 'removeObject' is not designed for extension - needs to be abstract, final or empty.111
errorMissing a Javadoc comment.111
errorParameter id should be final.111
error'{' should be on the previous line.112
error'cast' is not followed by whitespace.113
error'if' is not followed by whitespace.114
error'{' should be on the previous line.115
errorLine contains a tab character.116
error'cast' is not followed by whitespace.116
errorLine contains a tab character.117
error'if' construct must use '{}'s.118
errorLine contains a tab character.118
error'if' is not followed by whitespace.118
errorLine contains a tab character.119
errorMethod 'redraw' is not designed for extension - needs to be abstract, final or empty.125
errorMissing a Javadoc comment.125
error'{' should be on the previous line.126
error'cast' is not followed by whitespace.127
error'if' construct must use '{}'s.128
error'if' is not followed by whitespace.128
error'8' is a magic number.130
error'for' is not followed by whitespace.132
error'{' should be on the previous line.133
errorLine contains a tab character.134
error'cast' is not followed by whitespace.134
errorLine contains a tab character.135
error'cast' is not followed by whitespace.135
error'if' construct must use '{}'s.136
errorLine contains a tab character.136
error'if' is not followed by whitespace.136
errorLine contains a tab character.137
error'if' construct must use '{}'s.141
error'if' is not followed by whitespace.141
error'else' construct must use '{}'s.143
error'for' construct must use '{}'s.147
error'for' is not followed by whitespace.147
error'7' is a magic number.147
error'if' construct must use '{}'s.148
error'if' is not followed by whitespace.148
errorLine contains a tab character.149
error'for' is not followed by whitespace.149
error'-' is not preceded with whitespace.149
error'-' is not followed by whitespace.149
errorLine contains a tab character.150
error'{' should be on the previous line.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.153
error'cast' is not followed by whitespace.153
errorLine contains a tab character.154
error'16' is a magic number.154
error'4' is a magic number.154
errorLine contains a tab character.155
errorMethod 'Translate' is not designed for extension - needs to be abstract, final or empty.159
errorMissing a Javadoc comment.159
errorName 'Translate' must match pattern '^[a-z][a-zA-Z0-9]*$'.159
errorParameter x should be final.159
errorParameter y should be final.159
errorLine contains a tab character.160
errorParameter centreX should be final.160
errorParameter centreY should be final.160
errorParameter scale should be final.160
error'{' should be on the previous line.161
error'(' is followed by whitespace.162
error'127' is a magic number.162
error'100' is a magic number.162
error'255' is a magic number.163
error'127' is a magic number.163
error'100' is a magic number.163
errorMethod 'drawPicture' is not designed for extension - needs to be abstract, final or empty.166
errorMissing a Javadoc comment.166
errorParameter pic should be final.166
error'127' is a magic number.166
error'127' is a magic number.166
errorMethod 'drawPicture' is not designed for extension - needs to be abstract, final or empty.168
errorMissing a Javadoc comment.168
errorParameter pic should be final.168
errorParameter position should be final.168
errorParameter layer should be final.168
error'{' should be on the previous line.169
error'if' construct must use '{}'s.170
error'if' is not followed by whitespace.170
error'for' is not followed by whitespace.172
error'{' should be on the previous line.173
errorLine contains a tab character.174
error'cast' is not followed by whitespace.174
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine contains a tab character.177
error'for' is not followed by whitespace.177
errorLine contains a tab character.178
error'{' should be on the previous line.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.183
errorMethod 'mouseEnter' is not designed for extension - needs to be abstract, final or empty.187
errorMissing a Javadoc comment.187
errorParameter evt should be final.187
errorParameter x should be final.187
errorParameter y should be final.187
error'{' should be on the previous line.188
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.195
errorMissing a Javadoc comment.195
errorParameter g should be final.195
error'{' should be on the previous line.196
errorMethod 'paint' is not designed for extension - needs to be abstract, final or empty.201
errorMissing a Javadoc comment.201
errorParameter g should be final.201
error'{' should be on the previous line.202