Checkstyle Results

The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
7 0 0 107

Files

File  I  W  E
org/leplus/ristretto/util/ArrayListVector.java 0 0 6
org/leplus/ristretto/util/IdentityEnum.java 0 0 1
org/leplus/ristretto/util/IdentityHashSet.java 0 0 14
org/leplus/ristretto/util/IdentityObject.java 0 0 1
org/leplus/ristretto/util/ReproducibleUUIDs.java 0 0 29
org/leplus/ristretto/util/UUIDConvertor.java 0 0 55
org/leplus/ristretto/util/VectorAdapter.java 0 0 1

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Error
coding MagicNumber 8  Error
sizes LineLength
  • fileExtensions: "java"
96  Error
whitespace WhitespaceAround 2  Error

Details

org/leplus/ristretto/util/ArrayListVector.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 85). 27
 Error sizes LineLength Line is longer than 80 characters (found 88). 28
 Error sizes LineLength Line is longer than 80 characters (found 86). 29
 Error sizes LineLength Line is longer than 80 characters (found 97). 49
 Error sizes LineLength Line is longer than 80 characters (found 84). 63
 Error sizes LineLength Line is longer than 80 characters (found 90). 70

org/leplus/ristretto/util/IdentityEnum.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 86). 20

org/leplus/ristretto/util/IdentityHashSet.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 97). 27
 Error sizes LineLength Line is longer than 80 characters (found 93). 28
 Error sizes LineLength Line is longer than 80 characters (found 100). 30
 Error sizes LineLength Line is longer than 80 characters (found 87). 31
 Error sizes LineLength Line is longer than 80 characters (found 94). 32
 Error sizes LineLength Line is longer than 80 characters (found 87). 33
 Error sizes LineLength Line is longer than 80 characters (found 86). 34
 Error sizes LineLength Line is longer than 80 characters (found 99). 40
 Error sizes LineLength Line is longer than 80 characters (found 86). 45
 Error sizes LineLength Line is longer than 80 characters (found 99). 51
 Error sizes LineLength Line is longer than 80 characters (found 93). 56
 Error sizes LineLength Line is longer than 80 characters (found 90). 63
 Error sizes LineLength Line is longer than 80 characters (found 96). 73
 Error sizes LineLength Line is longer than 80 characters (found 97). 74

org/leplus/ristretto/util/IdentityObject.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 92). 22

org/leplus/ristretto/util/ReproducibleUUIDs.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 96). 31
 Error sizes LineLength Line is longer than 80 characters (found 83). 32
 Error sizes LineLength Line is longer than 80 characters (found 99). 33
 Error sizes LineLength Line is longer than 80 characters (found 97). 34
 Error sizes LineLength Line is longer than 80 characters (found 98). 35
 Error sizes LineLength Line is longer than 80 characters (found 81). 36
 Error sizes LineLength Line is longer than 80 characters (found 98). 38
 Error sizes LineLength Line is longer than 80 characters (found 100). 39
 Error sizes LineLength Line is longer than 80 characters (found 95). 40
 Error sizes LineLength Line is longer than 80 characters (found 86). 41
 Error sizes LineLength Line is longer than 80 characters (found 91). 50
 Error sizes LineLength Line is longer than 80 characters (found 95). 64
 Error sizes LineLength Line is longer than 80 characters (found 93). 77
 Error sizes LineLength Line is longer than 80 characters (found 99). 92
 Error coding MagicNumber '6' is a magic number. 110
 Error coding MagicNumber '0x0f' is a magic number. 110
 Error coding MagicNumber '6' is a magic number. 111
 Error coding MagicNumber '0x30' is a magic number. 111
 Error coding MagicNumber '8' is a magic number. 112
 Error coding MagicNumber '0x3f' is a magic number. 112
 Error coding MagicNumber '8' is a magic number. 113
 Error coding MagicNumber '0x80' is a magic number. 113
 Error sizes LineLength Line is longer than 80 characters (found 100). 131
 Error sizes LineLength Line is longer than 80 characters (found 97). 137
 Error sizes LineLength Line is longer than 80 characters (found 82). 138
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 145
 Error blocks EmptyBlock Must have at least one statement. 145
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 145
 Error sizes LineLength Line is longer than 80 characters (found 93). 151

org/leplus/ristretto/util/UUIDConvertor.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 99). 23
 Error sizes LineLength Line is longer than 80 characters (found 98). 24
 Error sizes LineLength Line is longer than 80 characters (found 99). 25
 Error sizes LineLength Line is longer than 80 characters (found 97). 28
 Error sizes LineLength Line is longer than 80 characters (found 93). 29
 Error sizes LineLength Line is longer than 80 characters (found 97). 30
 Error sizes LineLength Line is longer than 80 characters (found 100). 31
 Error sizes LineLength Line is longer than 80 characters (found 98). 32
 Error sizes LineLength Line is longer than 80 characters (found 98). 33
 Error sizes LineLength Line is longer than 80 characters (found 93). 36
 Error sizes LineLength Line is longer than 80 characters (found 98). 37
 Error sizes LineLength Line is longer than 80 characters (found 99). 38
 Error sizes LineLength Line is longer than 80 characters (found 98). 41
 Error sizes LineLength Line is longer than 80 characters (found 98). 42
 Error sizes LineLength Line is longer than 80 characters (found 98). 43
 Error sizes LineLength Line is longer than 80 characters (found 96). 44
 Error sizes LineLength Line is longer than 80 characters (found 99). 45
 Error sizes LineLength Line is longer than 80 characters (found 96). 46
 Error sizes LineLength Line is longer than 80 characters (found 100). 47
 Error sizes LineLength Line is longer than 80 characters (found 98). 48
 Error sizes LineLength Line is longer than 80 characters (found 91). 49
 Error sizes LineLength Line is longer than 80 characters (found 89). 50
 Error sizes LineLength Line is longer than 80 characters (found 97). 92
 Error sizes LineLength Line is longer than 80 characters (found 100). 207
 Error sizes LineLength Line is longer than 80 characters (found 99). 208
 Error sizes LineLength Line is longer than 80 characters (found 88). 213
 Error sizes LineLength Line is longer than 80 characters (found 88). 216
 Error sizes LineLength Line is longer than 80 characters (found 100). 234
 Error sizes LineLength Line is longer than 80 characters (found 96). 235
 Error sizes LineLength Line is longer than 80 characters (found 88). 240
 Error sizes LineLength Line is longer than 80 characters (found 88). 243
 Error sizes LineLength Line is longer than 80 characters (found 99). 256
 Error sizes LineLength Line is longer than 80 characters (found 96). 257
 Error sizes LineLength Line is longer than 80 characters (found 88). 262
 Error sizes LineLength Line is longer than 80 characters (found 92). 265
 Error sizes LineLength Line is longer than 80 characters (found 97). 278
 Error sizes LineLength Line is longer than 80 characters (found 96). 279
 Error sizes LineLength Line is longer than 80 characters (found 88). 284
 Error sizes LineLength Line is longer than 80 characters (found 90). 287
 Error sizes LineLength Line is longer than 80 characters (found 97). 300
 Error sizes LineLength Line is longer than 80 characters (found 96). 301
 Error sizes LineLength Line is longer than 80 characters (found 100). 306
 Error sizes LineLength Line is longer than 80 characters (found 86). 308
 Error sizes LineLength Line is longer than 80 characters (found 100). 321
 Error sizes LineLength Line is longer than 80 characters (found 99). 322
 Error sizes LineLength Line is longer than 80 characters (found 88). 327
 Error sizes LineLength Line is longer than 80 characters (found 88). 330
 Error sizes LineLength Line is longer than 80 characters (found 97). 343
 Error sizes LineLength Line is longer than 80 characters (found 96). 344
 Error sizes LineLength Line is longer than 80 characters (found 88). 349
 Error sizes LineLength Line is longer than 80 characters (found 90). 352
 Error sizes LineLength Line is longer than 80 characters (found 93). 365
 Error sizes LineLength Line is longer than 80 characters (found 97). 366
 Error sizes LineLength Line is longer than 80 characters (found 89). 371
 Error sizes LineLength Line is longer than 80 characters (found 88). 374

org/leplus/ristretto/util/VectorAdapter.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 90). 32