Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
47 0 0 1058

Rules

Rules Violations Severity
PackageHtml 6 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
JavadocMethod 60 Errors Error
JavadocType 1 Errors Error
JavadocVariable 51 Errors Error
JavadocStyle 24 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 2 Errors Error
UnusedImports 14 Errors Error
FileLength 0 Errors Error
LineLength 24 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 4 Errors Error
OperatorWrap 0 Errors Error
ParenPad 12 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 286 Errors Error
WhitespaceAfter 30 Errors Error
WhitespaceAround 215 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 14 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 1 Errors Error
LeftCurly 0 Errors Error
NeedBraces 7 Errors Error
RightCurly 2 Errors Error
AvoidInlineConditionals 2 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 2 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 4 Errors Error
MagicNumber 2 Errors Error
MissingSwitchDefault 1 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 1 Errors Error
DesignForExtension 86 Errors Error
FinalClass 1 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 4 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 22 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
179 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/molwind/graph/DefaultEntityEdge.java

Violation Message Line
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 35
Errors Line has trailing spaces. 36
Errors Missing a Javadoc comment. 37
Errors Method 'getEdgeWeight' is not designed for extension - needs to be abstract, final or empty. 43
Errors Line contains a tab character. 45
Errors Line has trailing spaces. 48
Errors Line has trailing spaces. 49
Errors Method 'getV1' is not designed for extension - needs to be abstract, final or empty. 55
Errors Line contains a tab character. 56
Errors Line has trailing spaces. 59
Errors Method 'getV2' is not designed for extension - needs to be abstract, final or empty. 64
Errors Line contains a tab character. 65
Errors Line has trailing spaces. 68
Errors Line has trailing spaces. 70
Errors Method 'setEdgeWeight' is not designed for extension - needs to be abstract, final or empty. 75
Errors Parameter newEdgeWeight should be final. 75
Errors Line has trailing spaces. 76
Errors Line contains a tab character. 77
Errors First sentence should end with a period. 80
Errors Method 'getVerticePair' is not designed for extension - needs to be abstract, final or empty. 86
Errors '<' is not preceded with whitespace. 86
Errors '<' is not followed by whitespace. 86
Errors '>' is not preceded with whitespace. 86
Errors '{' is not preceded with whitespace. 86
Errors Line has trailing spaces. 87
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors '<' is not preceded with whitespace. 88
Errors '<' is not followed by whitespace. 88
Errors '>' is not preceded with whitespace. 88
Errors '>' is not followed by whitespace. 88
Errors ',' is not followed by whitespace. 88
Errors Line has trailing spaces. 89
Errors Line contains a tab character. 89
Errors Line has trailing spaces. 91
Errors Line has trailing spaces. 93
Errors Line has trailing spaces. 94
Errors Line contains a tab character. 107
Errors ',' is not followed by whitespace. 107
Errors Parameter edgeWeight should be final. 107
Errors 'edgeWeight' hides a field. 107
Errors Line has trailing spaces. 108
Errors Line contains a tab character. 109
Errors '=' is not preceded with whitespace. 109
Errors '=' is not followed by whitespace. 109
Errors Line contains a tab character. 110
Errors '=' is not preceded with whitespace. 110
Errors '=' is not followed by whitespace. 110
Errors Line contains a tab character. 111
Errors '=' is not preceded with whitespace. 111
Errors '=' is not followed by whitespace. 111
Errors Line has trailing spaces. 115
Errors Line contains a tab character. 126
Errors Line has trailing spaces. 127
Errors Line contains a tab character. 128
Errors '=' is not preceded with whitespace. 128
Errors '=' is not followed by whitespace. 128
Errors Line contains a tab character. 129
Errors '=' is not preceded with whitespace. 129
Errors '=' is not followed by whitespace. 129
Errors Line has trailing spaces. 131
Errors Line has trailing spaces. 132
Errors First sentence should end with a period. 133
Errors Line has trailing spaces. 135
Errors Expected an @return tag. 140
Errors Method 'isVertexIncluded' is not designed for extension - needs to be abstract, final or empty. 140
Errors Parameter v should be final. 140
Errors Expected @param tag for 'v'. 140
Errors '{' is not preceded with whitespace. 140
Errors Line has trailing spaces. 141
Errors 'if' construct must use '{}'s. 142
Errors Line contains a tab character. 142
Errors Conditional logic can be removed. 142
Errors 'if' is not followed by whitespace. 142
Errors Line contains a tab character. 143
Errors '||' is not followed by whitespace. 143
Errors Line contains a tab character. 144
Errors 'else' construct must use '{}'s. 145
Errors Line contains a tab character. 145
Errors Line has trailing spaces. 146
Errors Line contains a tab character. 146
Errors Line has trailing spaces. 148
Errors Method 'getRelationship' is not designed for extension - needs to be abstract, final or empty. 156
Errors Method 'setRelationship' is not designed for extension - needs to be abstract, final or empty. 166

org/molwind/graph/DefaultEntityGraph.java

Violation Message Line
Errors Unused import - java.util.Collection. 23
Errors Redundant import from the java.lang package - java.lang.Double. 27
Errors Unused import - java.lang.Double. 27
Errors Unused import - org.apache.commons.collections15.TransformerUtils. 42
Errors Unused import - edu.uci.ics.jung.graph.DirectedSparseGraph. 45
Errors Unused import - edu.uci.ics.jung.graph.DelegateTree. 46
Errors Unused import - edu.uci.ics.jung.graph.DelegateForest. 47
Errors Unused import - edu.uci.ics.jung.algorithms.layout.CircleLayout. 52
Errors Unused import - edu.uci.ics.jung.algorithms.layout.SpringLayout2. 54
Errors Unused import - edu.uci.ics.jung.algorithms.layout.AggregateLayout. 55
Errors Unused import - edu.uci.ics.jung.algorithms.layout.KKLayout. 56
Errors Unused import - edu.uci.ics.jung.algorithms.layout.ISOMLayout. 57
Errors Unused import - edu.uci.ics.jung.algorithms.layout.BalloonLayout. 58
Errors ';' is preceded with whitespace. 58
Errors Line has trailing spaces. 60
Errors Unused import - edu.uci.ics.jung.graph.Graph. 60
Errors Missing a Javadoc comment. 75
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 77
Errors '<' is not preceded with whitespace. 77
Errors '<' is not followed by whitespace. 77
Errors '<' is not preceded with whitespace. 77
Errors '<' is not followed by whitespace. 77
Errors '>' is not preceded with whitespace. 77
Errors '>' is not followed by whitespace. 77
Errors '>' is not preceded with whitespace. 77
Errors Line has trailing spaces. 78
Errors Line has trailing spaces. 79
Errors Line has trailing spaces. 81
Errors Method 'getGraph' is not designed for extension - needs to be abstract, final or empty. 88
Errors '<' is not preceded with whitespace. 88
Errors '<' is not followed by whitespace. 88
Errors ',' is not followed by whitespace. 88
Errors '>' is not preceded with whitespace. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. 97
Errors Parameter newGraph should be final. 97
Errors Line contains a tab character. 98
Errors Line has trailing spaces. 99
Errors Line contains a tab character. 99
Errors Line has trailing spaces. 102
Errors '<' is not preceded with whitespace. 108
Errors '<' is not followed by 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 has trailing spaces. 110
Errors Line contains a tab character. 110
Errors Line has trailing spaces. 113
Errors Method 'addEntity' is not designed for extension - needs to be abstract, final or empty. 124
Errors '==' is not preceded with whitespace. 128
Errors 'cast' is not followed by whitespace. 132
Errors Method 'findEntity' is not designed for extension - needs to be abstract, final or empty. 146
Errors Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. 167
Errors Line contains a tab character. 168
Errors ',' is not followed by whitespace. 168
Errors Parameter weight should be final. 168
Errors Expected @param tag for 'weight'. 168
Errors Line contains a tab character. 188
Errors '<' is not preceded with whitespace. 188
Errors '<' is not followed by whitespace. 188
Errors '>' is not preceded with whitespace. 188
Errors '<' is not preceded with whitespace. 188
Errors '<' is not followed by whitespace. 188
Errors '>' is not preceded with whitespace. 188
Errors '>' is not followed by whitespace. 188
Errors ',' is not followed by whitespace. 188
Errors Line has trailing spaces. 189
Errors Line contains a tab character. 189
Errors Line contains a tab character. 192
Errors Line has trailing spaces. 193
Errors Line contains a tab character. 193
Errors ',' is not followed by whitespace. 194
Errors ',' is not followed by whitespace. 194
Errors Line has trailing spaces. 196
Errors Method 'analyze' is not designed for extension - needs to be abstract, final or empty. 205
Errors Line has trailing spaces. 207
Errors Line contains a tab character. 207
Errors Line has trailing spaces. 211
Errors Line contains a tab character. 211
Errors Line has trailing spaces. 218
Errors Line is longer than 80 characters. 219
Errors Missing a Javadoc comment. 219
Errors Parameter entity should be final. 219
Errors ',' is not followed by whitespace. 219
Errors Parameter vertexVector should be final. 219
Errors '<' is not preceded with whitespace. 219
Errors '<' is not followed by whitespace. 219
Errors '>' is not preceded with whitespace. 219
Errors '{' is not preceded with whitespace. 219
Errors Line contains a tab character. 220
Errors 'for' is not followed by whitespace. 220
Errors ':' is not preceded with whitespace. 220
Errors ':' is not followed by whitespace. 220
Errors '{' is not preceded with whitespace. 220
Errors 'if' construct must use '{}'s. 221
Errors Line is longer than 80 characters. 221
Errors Line contains a tab character. 221
Errors 'if' is not followed by whitespace. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Line has trailing spaces. 225
Errors Line has trailing spaces. 227
Errors First sentence should end with a period. 228
Errors Line has trailing spaces. 231
Errors Method 'getLayerCount' is not designed for extension - needs to be abstract, final or empty. 235
Errors '{' is not preceded with whitespace. 235
Errors Line contains a tab character. 236
Errors Line has trailing spaces. 237
Errors Line has trailing spaces. 239
Errors Line has trailing spaces. 240
Errors First sentence should end with a period. 241
Errors Line has trailing spaces. 243
Errors Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. 248
Errors Parameter layer should be final. 248
Errors Expected @param tag for 'layer'. 248
Errors '{' is not preceded with whitespace. 248
Errors Line has trailing spaces. 249
Errors Line has trailing spaces. 250
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors '<' is not preceded with whitespace. 251
Errors '<' is not followed by whitespace. 251
Errors '>' is not preceded with whitespace. 251
Errors '=' is not preceded with whitespace. 251
Errors '=' is not followed by whitespace. 251
Errors Line has trailing spaces. 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 'for' is not followed by whitespace. 255
Errors ':' is not preceded with whitespace. 255
Errors ':' is not followed by whitespace. 255
Errors '{' is not preceded with whitespace. 255
Errors Line contains a tab character. 256
Errors '=' is not preceded with whitespace. 256
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors Line has trailing spaces. 259
Errors Line contains a tab character. 259
Errors Line has trailing spaces. 262
Errors Line has trailing spaces. 264
Errors Line has trailing spaces. 265
Errors First sentence should end with a period. 266
Errors Method 'devideLayers' is not designed for extension - needs to be abstract, final or empty. 271
Errors '{' is not preceded with whitespace. 271
Errors Line is longer than 80 characters. 272
Errors Line contains a tab character. 272
Errors '<' is not preceded with whitespace. 272
Errors '<' is not followed by whitespace. 272
Errors '<' is not preceded with whitespace. 272
Errors '<' is not followed by whitespace. 272
Errors '>' is not preceded with whitespace. 272
Errors '>' is not followed by whitespace. 272
Errors '>' is not preceded with whitespace. 272
Errors '<' is not preceded with whitespace. 272
Errors '<' is not followed by whitespace. 272
Errors '<' is not preceded with whitespace. 272
Errors '<' is not followed by whitespace. 272
Errors '>' is not preceded with whitespace. 272
Errors '>' is not followed by whitespace. 272
Errors '>' is not preceded with whitespace. 272
Errors '>' is not followed by whitespace. 272
Errors Line contains a tab character. 273
Errors '<' is not preceded with whitespace. 273
Errors '<' is not followed by whitespace. 273
Errors '>' is not preceded with whitespace. 273
Errors '<' is not preceded with whitespace. 273
Errors '<' is not followed by whitespace. 273
Errors '>' is not preceded with whitespace. 273
Errors '>' is not followed by whitespace. 273
Errors Line contains a tab character. 274
Errors '<' is not preceded with whitespace. 274
Errors '<' is not followed by whitespace. 274
Errors '>' is not preceded with whitespace. 274
Errors '<' is not preceded with whitespace. 274
Errors '<' is not followed by whitespace. 274
Errors '>' is not preceded with whitespace. 274
Errors '>' is not followed by whitespace. 274
Errors Line contains a tab character. 275
Errors '<' is not preceded with whitespace. 275
Errors '<' is not followed by whitespace. 275
Errors '>' is not preceded with whitespace. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277
Errors 'while' is not followed by whitespace. 277
Errors '{' is not preceded with whitespace. 277
Errors Line contains a tab character. 278
Errors 'cast' is not followed by whitespace. 278
Errors Line contains a tab character. 279
Errors '=' is not followed by whitespace. 279
Errors 'cast' is not followed by whitespace. 279
Errors Line contains a tab character. 280
Errors '=' is not followed by whitespace. 280
Errors Line has trailing spaces. 281
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors '=' is not followed by whitespace. 282
Errors Line contains a tab character. 283
Errors 'if' is not followed by whitespace. 283
Errors '{' is not preceded with whitespace. 283
Errors Line contains a tab character. 284
Errors Line contains a tab character. 285
Errors '}' should be on the same line. 285
Errors 'else' construct must use '{}'s. 286
Errors Line contains a tab character. 286
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 'while' is not followed by whitespace. 290
Errors '{' is not preceded with whitespace. 290
Errors Line contains a tab character. 291
Errors '<' is not preceded with whitespace. 291
Errors '<' is not followed by whitespace. 291
Errors '>' is not preceded with whitespace. 291
Errors '>' is not followed by whitespace. 291
Errors Line contains a tab character. 292
Errors 'for' is not followed by whitespace. 292
Errors ':' is not preceded with whitespace. 292
Errors ':' is not followed by whitespace. 292
Errors '{' is not preceded with whitespace. 292
Errors Line contains a tab character. 293
Errors 'if' is not followed by whitespace. 293
Errors ',' is not followed by whitespace. 293
Errors '{' is not preceded with whitespace. 293
Errors Line contains a tab character. 294
Errors Line contains a tab character. 295
Errors Line contains a tab character. 296
Errors Line has trailing spaces. 297
Errors Line contains a tab character. 297
Errors Line contains a tab character. 298
Errors 'for' is not followed by whitespace. 298
Errors ':' is not preceded with whitespace. 298
Errors ':' is not followed by whitespace. 298
Errors '{' is not preceded with whitespace. 298
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors Line contains a tab character. 301
Errors '=' is not preceded with whitespace. 301
Errors '=' is not followed by whitespace. 301
Errors Line contains a tab character. 302
Errors Line has trailing spaces. 303
Errors Line contains a tab character. 303
Errors Line has trailing spaces. 304
Errors Line contains a tab character. 304
Errors Line contains a tab character. 305
Errors Line contains a tab character. 306
Errors 'for' is not followed by whitespace. 306
Errors ';' is not followed by whitespace. 306
Errors '<' is not preceded with whitespace. 306
Errors '<' is not followed by whitespace. 306
Errors ';' is not followed by whitespace. 306
Errors '{' is not preceded with whitespace. 306
Errors Line contains a tab character. 307
Errors 'for' is not followed by whitespace. 307
Errors ':' is not preceded with whitespace. 307
Errors ':' is not followed by whitespace. 307
Errors '{' is not preceded with whitespace. 307
Errors Line contains a tab character. 308
Errors '=' is not followed by whitespace. 308
Errors Line has trailing spaces. 309
Errors Line contains a tab character. 309
Errors Line contains a tab character. 310
Errors Line contains a tab character. 311
Errors Line has trailing spaces. 312
Errors Line contains a tab character. 312
Errors Line contains a tab character. 313
Errors Line has trailing spaces. 314
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors Line has trailing spaces. 316
Errors Line contains a tab character. 316
Errors Line has trailing spaces. 318
Errors Line has trailing spaces. 319
Errors Line has trailing spaces. 320
Errors Line has trailing spaces. 322
Errors Line has trailing spaces. 323
Errors Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 331
Errors First sentence should end with a period. 335
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 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 '(' is followed by whitespace. 344
Errors ')' is preceded with whitespace. 344
Errors Line contains a tab character. 345
Errors '}' should be on the same line. 345
Errors Line contains a tab character. 346
Errors 'catch' is not followed by whitespace. 346
Errors '(' is followed by whitespace. 346
Errors ')' is preceded with whitespace. 346
Errors Line contains a tab character. 347
Errors Line contains a tab character. 348
Errors Line contains a tab character. 349
Errors Line has trailing spaces. 351
Errors Line has trailing spaces. 352
Errors Line has trailing spaces. 354
Errors Line has trailing spaces. 355
Errors Line has trailing spaces. 357
Errors Line has trailing spaces. 358
Errors First sentence should end with a period. 359
Errors Line has trailing spaces. 362
Errors Method 'viewGraph' is not designed for extension - needs to be abstract, final or empty. 366
Errors Parameter size should be final. 366
Errors Expected @param tag for 'size'. 366
Errors '{' is not preceded with whitespace. 366
Errors Line is longer than 80 characters. 368
Errors Line contains a tab character. 368
Errors Line has trailing spaces. 369
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 contains a tab character. 373
Errors Line is longer than 80 characters. 375
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 has trailing spaces. 379
Errors Line contains a tab character. 379
Errors Line contains a tab character. 380
Errors Line has trailing spaces. 381
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 contains a tab character. 384
Errors Line contains a tab character. 385
Errors Line contains a tab character. 386
Errors Line has trailing spaces. 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. 390
Errors Line contains a tab character. 391
Errors Line is longer than 80 characters. 393
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 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 is longer than 80 characters. 400
Errors Line contains a tab character. 400
Errors Line contains a tab character. 401
Errors Line has trailing spaces. 402
Errors Line contains a tab character. 402
Errors Line contains a tab character. 403
Errors Line contains a tab character. 404
Errors Line has trailing spaces. 405
Errors Line contains a tab character. 405
Errors Line contains a tab character. 406
Errors Line contains a tab character. 407
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 has trailing spaces. 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 contains a tab character. 414
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 Line is longer than 80 characters. 420
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. 423
Errors Line contains a tab character. 424
Errors Line has trailing spaces. 425
Errors Line contains a tab character. 425
Errors Line has trailing spaces. 426
Errors Line contains a tab character. 426
Errors Line has trailing spaces. 428
Errors Line contains a tab character. 428
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 Line contains a tab character. 434
Errors Line has trailing spaces. 435
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 has trailing spaces. 441
Errors Line contains a tab character. 441
Errors Line has trailing spaces. 442
Errors Line contains a tab character. 442
Errors Line is longer than 80 characters. 443
Errors Line contains a tab character. 443
Errors '<' is not preceded with whitespace. 443
Errors '<' is not followed by whitespace. 443
Errors ',' is not followed by whitespace. 443
Errors '>' is not preceded with whitespace. 443
Errors '<' is not preceded with whitespace. 443
Errors '<' is not followed by whitespace. 443
Errors ',' is not followed by whitespace. 443
Errors '>' is not preceded with whitespace. 443
Errors '>' is not followed by whitespace. 443
Errors Line contains a tab character. 444
Errors Parameter vertex should be final. 444
Errors Line contains a tab character. 445
Errors Line contains a tab character. 446
Errors Line contains a tab character. 447
Errors Line is longer than 80 characters. 450
Errors Line contains a tab character. 450
Errors '<' is not preceded with whitespace. 450
Errors '<' is not followed by whitespace. 450
Errors ',' is not followed by whitespace. 450
Errors '>' is not preceded with whitespace. 450
Errors '<' is not preceded with whitespace. 450
Errors '<' is not followed by whitespace. 450
Errors ',' is not followed by whitespace. 450
Errors '>' is not preceded with whitespace. 450
Errors '>' is not followed by whitespace. 450
Errors '{' is not preceded with whitespace. 450
Errors Line contains a tab character. 451
Errors Parameter vertex should be final. 451
Errors '{' is not preceded with whitespace. 451
Errors Line contains a tab character. 452
Errors Line contains a tab character. 453
Errors Line has trailing spaces. 454
Errors Line contains a tab character. 454
Errors Line contains a tab character. 455
Errors Line is longer than 80 characters. 457
Errors Line contains a tab character. 457
Errors '<' is not preceded with whitespace. 457
Errors '<' is not followed by whitespace. 457
Errors ',' is not followed by whitespace. 457
Errors '>' is not preceded with whitespace. 457
Errors '<' is not preceded with whitespace. 457
Errors '<' is not followed by whitespace. 457
Errors ',' is not followed by whitespace. 457
Errors '>' is not preceded with whitespace. 457
Errors '>' is not followed by whitespace. 457
Errors Line contains a tab character. 458
Errors Line is longer than 80 characters. 459
Errors Line contains a tab character. 459
Errors Line contains a tab character. 460
Errors Line is longer than 80 characters. 461
Errors Line contains a tab character. 461
Errors Line is longer than 80 characters. 462
Errors Line contains a tab character. 462
Errors '<' is not preceded with whitespace. 462
Errors '<' is not followed by whitespace. 462
Errors '>' is not preceded with whitespace. 462
Errors '>' is not followed by whitespace. 462
Errors Line has trailing spaces. 463
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 contains a tab character. 467
Errors Line contains a tab character. 468
Errors Line has trailing spaces. 469
Errors Line contains a tab character. 469
Errors Line has trailing spaces. 471
Errors Line has trailing spaces. 472
Errors Line has trailing spaces. 473
Errors Line has trailing spaces. 474
Errors Line has trailing spaces. 475
Errors Line has trailing spaces. 476
Errors Line has trailing spaces. 477
Errors Line has trailing spaces. 479
Errors Line contains a tab character. 479
Errors Line has trailing spaces. 480

org/molwind/graph/DefaultEntityVertex.java

Violation Message Line
Errors Unused import - java.awt.Paint. 26
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 40
Errors Variable 'color' must be private and have accessor methods. 40
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 51
Errors Line has trailing spaces. 52
Errors Line has trailing spaces. 53
Errors Line has trailing spaces. 54
Errors Method 'getId' is not designed for extension - needs to be abstract, final or empty. 62
Errors Method 'setId' is not designed for extension - needs to be abstract, final or empty. 72
Errors Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. 82
Errors Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. 92
Errors Line has trailing spaces. 95
Errors Line has trailing spaces. 96
Errors First sentence should end with a period. 97
Errors Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 104
Errors '{' is not preceded with whitespace. 104
Errors Line has trailing spaces. 105
Errors Line contains a tab character. 105
Errors 'cast' is not followed by whitespace. 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 followed by whitespace. 109
Errors Line has trailing spaces. 110
Errors Line contains a tab character. 110
Errors Line has trailing spaces. 111
Errors Line has trailing spaces. 113
Errors First sentence should end with a period. 114
Errors Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. 121
Errors Parameter position should be final. 121
Errors Expected @param tag for 'position'. 121
Errors '{' is not preceded with whitespace. 121
Errors Line contains a tab character. 122
Errors 'cast' is not followed by whitespace. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line has trailing spaces. 125
Errors Line has trailing spaces. 126
Errors Line has trailing spaces. 128
Errors First sentence should end with a period. 129
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 136
Errors '{' is not preceded with whitespace. 136
Errors Line contains a tab character. 137
Errors Line has trailing spaces. 138
Errors Line has trailing spaces. 140
Errors Line has trailing spaces. 141

org/molwind/graph/EntityEdge.java

Violation Message Line
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 47
Errors Redundant 'public' modifier. 52
Errors ';' is preceded with whitespace. 52
Errors Line has trailing spaces. 53
Errors Line has trailing spaces. 54
Errors First sentence should end with a period. 55
Errors Line has trailing spaces. 61
Errors Redundant 'public' modifier. 62
Errors '<' is not preceded with whitespace. 62
Errors '<' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors Redundant 'public' modifier. 68
Errors ';' is preceded with whitespace. 68
Errors Line has trailing spaces. 71
Errors Redundant 'public' modifier. 76
Errors ';' is preceded with whitespace. 76
Errors Line has trailing spaces. 78
Errors Line has trailing spaces. 79

org/molwind/graph/EntityGraph.java

Violation Message Line
Errors Line contains a tab character. 65
Errors ',' is not followed by whitespace. 65
Errors Expected @param tag for 'weight'. 65
Errors Line has trailing spaces. 74

org/molwind/graph/EntityVertex.java

Violation Message Line
Errors Line has trailing spaces. 62
Errors First sentence should end with a period. 63
Errors Redundant 'public' modifier. 70
Errors First sentence should end with a period. 72
Errors Redundant 'public' modifier. 79
Errors Expected @param tag for 'position'. 79
Errors Line has trailing spaces. 80
Errors Line has trailing spaces. 81
Errors Line has trailing spaces. 82
Errors Line has trailing spaces. 83

org/molwind/graph/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/molwind/io/AbstractWorldLocator.java

Violation Message Line
Errors Method 'configure' is not designed for extension - needs to be abstract, final or empty. 45
Errors First sentence should end with a period. 50
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. 52
Errors Line has trailing spaces. 53
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

org/molwind/io/BasePathSupport.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 24
Errors '{' is not preceded with whitespace. 24
Errors First sentence should end with a period. 25
Errors Line has trailing spaces. 26
Errors Redundant 'public' modifier. 31
Errors First sentence should end with a period. 32
Errors Redundant 'public' modifier. 38
Errors Line has trailing spaces. 39

org/molwind/io/ImageFileCache.java

Violation Message Line
Errors Missing a Javadoc comment. 38
Errors Line has trailing spaces. 44
Errors Method 'getImageCache' is not designed for extension - needs to be abstract, final or empty. 50
Errors Line contains a tab character. 51
Errors Unused @param tag for 'new'. 56
Errors Method 'set' is not designed for extension - needs to be abstract, final or empty. 58
Errors Parameter newCache should be final. 58
Errors Expected @param tag for 'newCache'. 58
Errors Line contains a tab character. 59
Errors Line has trailing spaces. 62
Errors Line has trailing spaces. 63
Errors First sentence should end with a period. 64
Errors '{' is not preceded with whitespace. 70
Errors Line contains a tab character. 71
Errors Line has trailing spaces. 72
Errors Line contains a tab character. 72
Errors Line has trailing spaces. 74
Errors First sentence should end with a period. 75
Errors Line has trailing spaces. 77
Errors Parameter size should be final. 82
Errors Expected @param tag for 'size'. 82
Errors '{' is not preceded with whitespace. 82
Errors Line contains a tab character. 83
Errors Unused @param tag for 'imageCache'. 102
Errors Line has trailing spaces. 105
Errors Line is longer than 80 characters. 105
Errors Method 'update' is not designed for extension - needs to be abstract, final or empty. 105
Errors Expected @param tag for 'imageFileCache'. 105
Errors Line contains a tab character. 106
Errors Expected @throws tag for 'IOException'. 106
Errors '{' is not preceded with whitespace. 106
Errors Line has trailing spaces. 107
Errors Line contains a tab character. 108
Errors 'if' construct must use '{}'s. 109
Errors Line contains a tab character. 109
Errors 'if' 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 Method 'getImage' is not designed for extension - needs to be abstract, final or empty. 121
Errors Missing a Javadoc comment. 121
Errors Parameter fileName should be final. 121
Errors '{' is not preceded with whitespace. 121
Errors Line contains a tab character. 122
Errors 'cast' is not followed by whitespace. 122
Errors Line has trailing spaces. 125
Errors First sentence should end with a period. 126
Errors Method 'putImage' is not designed for extension - needs to be abstract, final or empty. 133
Errors Parameter imageFile should be final. 133
Errors Expected @param tag for 'imageFile'. 133
Errors Line contains a tab character. 134
Errors Expected @throws tag for 'IOException'. 134
Errors '{' is not preceded with whitespace. 134
Errors Line contains a tab character. 135
Errors 'if' construct must use '{}'s. 136
Errors Line contains a tab character. 136
Errors 'if' is not followed by whitespace. 136
Errors Line contains a tab character. 137
Errors ',' is not followed by whitespace. 137
Errors Line has trailing spaces. 138
Errors Line contains a tab character. 138
Errors Line has trailing spaces. 140
Errors Missing a Javadoc comment. 141
Errors Parameter imageFile should be final. 141
Errors Line contains a tab character. 142
Errors Line has trailing spaces. 143
Errors Method 'getImage' is not designed for extension - needs to be abstract, final or empty. 158
Errors Line contains a tab character. 159
Errors 'if' construct must use '{}'s. 160
Errors Line contains a tab character. 160
Errors 'if' is not followed by whitespace. 160
Errors Line contains a tab character. 161

org/molwind/io/MolwindLocator.java

Violation Message Line
Errors Missing a Javadoc comment. 30

org/molwind/io/WorldLocator.java

Violation Message Line
Errors First sentence should end with a period. 33
Errors Line contains a tab character. 33
Errors Line has trailing spaces. 34
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line has trailing spaces. 36
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line has trailing spaces. 39
Errors Line contains a tab character. 39
Errors Redundant 'public' modifier. 40
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42

org/molwind/io/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/molwind/model/AbstractMolwindWorld.java

Violation Message Line
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 35
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 53
Errors Method 'setName' is not designed for extension - needs to be abstract, final or empty. 63
Errors Method 'getRelationshipResolver' is not designed for extension - needs to be abstract, final or empty. 73
Errors Method 'setRelationshipResolver' is not designed for extension - needs to be abstract, final or empty. 83
Errors Method 'getTopologyManager' is not designed for extension - needs to be abstract, final or empty. 94
Errors Method 'setTopologyManager' is not designed for extension - needs to be abstract, final or empty. 104

org/molwind/model/BaseRelationship.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 29
Errors Method 'setLeft' is not designed for extension - needs to be abstract, final or empty. 62
Errors Method 'getLeft' is not designed for extension - needs to be abstract, final or empty. 72
Errors Method 'setRight' is not designed for extension - needs to be abstract, final or empty. 82
Errors Method 'getRight' is not designed for extension - needs to be abstract, final or empty. 92
Errors Method 'isTransitive' is not designed for extension - needs to be abstract, final or empty. 102
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 117
Errors Line has trailing spaces. 152
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 157
Errors Line has trailing spaces. 159
Errors Line contains a tab character. 159
Errors Method 'matches' is not designed for extension - needs to be abstract, final or empty. 171

org/molwind/model/BaseWorldEntity.java

Violation Message Line
Errors Missing a Javadoc comment. 32
Errors Variable 'relationships' must be private and have accessor methods. 32
Errors Missing a Javadoc comment. 33
Errors Line has trailing spaces. 34
Errors Method 'putAttribute' is not designed for extension - needs to be abstract, final or empty. 44
Errors Parameter name should be final. 44
Errors ',' is not followed by whitespace. 44
Errors Parameter value should be final. 44
Errors '{' is not preceded with whitespace. 44
Errors Line has trailing spaces. 45
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors ',' is not followed by whitespace. 46
Errors Line has trailing spaces. 47
Errors Line contains a tab character. 47
Errors Line has trailing spaces. 49
Errors Line has trailing spaces. 51
Errors Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. 60
Errors '{' is not preceded with whitespace. 60
Errors Line contains a tab character. 61
Errors Missing a Javadoc comment. 65
Errors Line contains a tab character. 67
Errors Method 'getRelationships' is not designed for extension - needs to be abstract, final or empty. 76
Errors Method 'existRelationship' is not designed for extension - needs to be abstract, final or empty. 89
Errors Method 'addRelationship' is not designed for extension - needs to be abstract, final or empty. 99
Errors Method 'getRelationship' is not designed for extension - needs to be abstract, final or empty. 121
Errors First sentence should end with a period. 149
Errors Method 'getDimension' is not designed for extension - needs to be abstract, final or empty. 154
Errors '{' is not preceded with whitespace. 154
Errors Line contains a tab character. 155

org/molwind/model/LayeredPosition.java

Violation Message Line
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 36
Errors Method 'getX' is not designed for extension - needs to be abstract, final or empty. 61
Errors Method 'setX' is not designed for extension - needs to be abstract, final or empty. 71
Errors Method 'getY' is not designed for extension - needs to be abstract, final or empty. 81
Errors Method 'setY' is not designed for extension - needs to be abstract, final or empty. 91
Errors Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. 101
Errors Method 'setLayer' is not designed for extension - needs to be abstract, final or empty. 111
Errors Method 'isOrigin' is not designed for extension - needs to be abstract, final or empty. 121
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 134
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 158
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 177

org/molwind/model/PartOf.java

Violation Message Line
Errors Method 'contains' is not designed for extension - needs to be abstract, final or empty. 48

org/molwind/model/PlacedWorldEntity.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Errors Variable 'x' must be private and have accessor methods. 28
Errors Missing a Javadoc comment. 29
Errors Variable 'y' must be private and have accessor methods. 29
Errors Missing a Javadoc comment. 31
Errors Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. 37
Errors Line contains a tab character. 38
Errors Method 'setLayer' is not designed for extension - needs to be abstract, final or empty. 45
Errors Parameter newLayer should be final. 45
Errors Line contains a tab character. 46
Errors Line has trailing spaces. 49
Errors Missing a Javadoc comment. 52
Errors Method 'getX' is not designed for extension - needs to be abstract, final or empty. 65
Errors Method 'setX' is not designed for extension - needs to be abstract, final or empty. 75
Errors Method 'getY' is not designed for extension - needs to be abstract, final or empty. 85
Errors Method 'setY' is not designed for extension - needs to be abstract, final or empty. 95
Errors Line has trailing spaces. 98
Errors First sentence should end with a period. 99
Errors Method 'setDeltaX' is not designed for extension - needs to be abstract, final or empty. 105
Errors Parameter delta should be final. 105
Errors Expected @param tag for 'delta'. 105
Errors '{' is not preceded with whitespace. 105
Errors Line contains a tab character. 107
Errors Line has trailing spaces. 109
Errors Line contains a tab character. 109
Errors Line has trailing spaces. 111
Errors First sentence should end with a period. 112
Errors Method 'setDeltaY' is not designed for extension - needs to be abstract, final or empty. 119
Errors Parameter delta should be final. 119
Errors Expected @param tag for 'delta'. 119
Errors '{' is not preceded with whitespace. 119
Errors Line has trailing spaces. 121
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors '=' is not followed by whitespace. 122
Errors '+' is not followed by whitespace. 122
Errors Line has trailing spaces. 125
Errors Line has trailing spaces. 126

org/molwind/model/RelationshipResolver.java

Violation Message Line
Errors Line has trailing spaces. 51
Errors Line has trailing spaces. 52
Errors Redundant 'public' modifier. 57

org/molwind/model/WorldEntity.java

Violation Message Line
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 50
Errors Line has trailing spaces. 51
Errors Redundant 'public' modifier. 60
Errors First sentence should end with a period. 72
Errors Line has trailing spaces. 75
Errors Redundant 'public' modifier. 78
Errors Line has trailing spaces. 79

org/molwind/model/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/molwind/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/molwind/util/MolwindLogger.java

Violation Message Line
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 75
Errors Missing a Javadoc comment. 89
Errors Missing a Javadoc comment. 103
Errors Missing a Javadoc comment. 117
Errors Missing a Javadoc comment. 131
Errors Missing a Javadoc comment. 146
Errors Missing a Javadoc comment. 150
Errors Missing a Javadoc comment. 154
Errors Missing a Javadoc comment. 158
Errors Missing a Javadoc comment. 162
Errors Missing a Javadoc comment. 168
Errors Missing a Javadoc comment. 172
Errors Missing a Javadoc comment. 176
Errors Missing a Javadoc comment. 180
Errors Missing a Javadoc comment. 184
Errors Missing a Javadoc comment. 190
Errors Missing a Javadoc comment. 194
Errors Missing a Javadoc comment. 198
Errors Missing a Javadoc comment. 202
Errors Missing a Javadoc comment. 206

org/molwind/util/MolwindServerConfiguration.java

Violation Message Line
Errors Missing a Javadoc comment. 71
Errors Missing a Javadoc comment. 72
Errors Missing a Javadoc comment. 73
Errors Missing a Javadoc comment. 74
Errors Missing a Javadoc comment. 75
Errors Missing a Javadoc comment. 76
Errors '<' is not preceded with whitespace. 76
Errors '<' is not followed by whitespace. 76
Errors '>' is not preceded with whitespace. 76
Errors Missing a Javadoc comment. 77
Errors Missing a Javadoc comment. 78
Errors Missing a Javadoc comment. 79
Errors Missing a Javadoc comment. 81
Errors Missing a Javadoc comment. 99
Errors Missing a Javadoc comment. 103
Errors '<' is not preceded with whitespace. 110
Errors '<' is not followed by whitespace. 110
Errors '>' is not preceded with whitespace. 110
Errors '>' is not followed by whitespace. 110
Errors Line has trailing spaces. 113
Errors Line contains a tab character. 113
Errors Missing a Javadoc comment. 116
Errors Missing a Javadoc comment. 173
Errors Missing a Javadoc comment. 190
Errors Line has trailing spaces. 210
Errors Line contains a tab character. 210
Errors Line is longer than 80 characters. 216
Errors Line contains a tab character. 216
Errors '=' is not preceded with whitespace. 216
Errors Line contains a tab character. 232
Errors 'if' is not followed by whitespace. 232
Errors '(' is followed by whitespace. 232
Errors ')' is preceded with whitespace. 232
Errors Line contains a tab character. 233
Errors 'cast' is not followed by whitespace. 233
Errors Line contains a tab character. 234
Errors 'for' is not followed by whitespace. 234
Errors ':' is not preceded with whitespace. 234
Errors ')' is preceded with whitespace. 234
Errors '{' is not preceded with whitespace. 234
Errors Line contains a tab character. 235
Errors '(' is followed by whitespace. 235
Errors ')' is preceded with whitespace. 235
Errors Line contains a tab character. 236
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 240
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Missing a Javadoc comment. 265
Errors Missing a Javadoc comment. 383
Errors Missing a Javadoc comment. 411
Errors Avoid inline conditionals. 422
Errors 'worldPaths' hides a field. 443
Errors Missing a Javadoc comment. 479
Errors Missing a Javadoc comment. 490
Errors Missing a Javadoc comment. 508
Errors Avoid inline conditionals. 516
Errors Missing a Javadoc comment. 566
Errors Line has trailing spaces. 614
Errors Line contains a tab character. 614
Errors Line has trailing spaces. 619
Errors Line contains a tab character. 625
Errors '<' is not preceded with whitespace. 625
Errors '<' is not followed by whitespace. 625
Errors '>' is not preceded with whitespace. 625
Errors '<' is not preceded with whitespace. 625
Errors '<' is not followed by whitespace. 625
Errors '>' is not preceded with whitespace. 625
Errors '>' is not followed by whitespace. 625
Errors Line contains a tab character. 626
Errors 'for' is not followed by whitespace. 626
Errors ':' is not preceded with whitespace. 626
Errors ':' is not followed by whitespace. 626
Errors '{' is not preceded with whitespace. 626
Errors Line contains a tab character. 627
Errors 'for' is not followed by whitespace. 627
Errors ':' is not preceded with whitespace. 627
Errors ':' is not followed by whitespace. 627
Errors '{' is not preceded with whitespace. 627
Errors Line contains a tab character. 628
Errors Line contains a tab character. 629
Errors Line has trailing spaces. 630
Errors Line contains a tab character. 630
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 'for' is not followed by whitespace. 634
Errors ':' is not preceded with whitespace. 634
Errors ':' is not followed by whitespace. 634
Errors '{' is not preceded with whitespace. 634
Errors Line contains a tab character. 635
Errors '=' is not preceded with whitespace. 635
Errors '=' is not followed by whitespace. 635
Errors Line contains a tab character. 636
Errors Line contains a tab character. 637
Errors Line contains a tab character. 639
Errors Line has trailing spaces. 640
Errors Line contains a tab character. 640
Errors Line has trailing spaces. 641
Errors Line contains a tab character. 641
Errors Line has trailing spaces. 644

org/molwind/util/Stringx.java

Violation Message Line
Errors Inner assignments should be avoided. 533
Errors Inner assignments should be avoided. 535
Errors switch without "default" clause. 840
Errors '16' is a magic number. 1048
Errors Must have at least one statement. 1050
Errors '3' is a magic number. 1058
Errors Inner assignments should be avoided. 1202
Errors Inner assignments should be avoided. 1203

org/molwind/util/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/molwind/view/AbstractTile.java

Violation Message Line
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Method 'getEmptyImage' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Method 'getImageType' is not designed for extension - needs to be abstract, final or empty. 69
Errors Method 'setImageType' is not designed for extension - needs to be abstract, final or empty. 79
Errors Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 100
Errors Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. 110
Errors Method 'addEntities' is not designed for extension - needs to be abstract, final or empty. 120
Errors Method 'getEntityIterator' is not designed for extension - needs to be abstract, final or empty. 133
Errors Method 'getEntityCount' is not designed for extension - needs to be abstract, final or empty. 143

org/molwind/view/AbstractTopologyManager.java

Violation Message Line
Errors Redundant import from the same package - org.molwind.view.TopologyManager. 23
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 33
Errors Method 'getEntityIterator' is not designed for extension - needs to be abstract, final or empty. 49
Errors Method 'setEntityIterator' is not designed for extension - needs to be abstract, final or empty. 59
Errors Method 'getRelationshipResolver' is not designed for extension - needs to be abstract, final or empty. 69
Errors Method 'setRelationshipResolver' is not designed for extension - needs to be abstract, final or empty. 79

org/molwind/view/TileException.java

Violation Message Line
Errors Missing a Javadoc comment. 28

org/molwind/view/Tiles.java

Violation Message Line
Errors Class Tiles should be declared as final. 35
Errors Missing a Javadoc comment. 37
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 44
Errors Line is longer than 80 characters. 166
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167

org/molwind/view/TopologyManager.java

Violation Message Line
Errors Redundant 'public' modifier. 50
Errors '(' is followed by whitespace. 50
Errors ')' is preceded with whitespace. 50
Errors Line is longer than 80 characters. 58
Errors Redundant 'public' modifier. 58
Errors '(' is followed by whitespace. 58

org/molwind/view/package.html

Violation Message Line
Errors Missing package documentation file. 0