Checkstyle Results

The following document contains the results of Checkstyle 10.18.2 with config/checkstyle/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
48 0 0 5

Files

File  I  W  E
io/github/olyutorskii/aletojio/BitPool.java 0 0 2
io/github/olyutorskii/aletojio/emergence/EfMsSeq.java 0 0 1
io/github/olyutorskii/aletojio/rng/RndAdapter.java 0 0 1
io/github/olyutorskii/aletojio/shrink/VnExtractor.java 0 0 1

Rules

Category Rule Violations Severity
coding VariableDeclarationUsageDistance 2  Error
misc TodoComment
  • format: "TODO"
3  Error

Details

io/github/olyutorskii/aletojio/BitPool.java

Severity Category Rule Message Line
 Error coding VariableDeclarationUsageDistance Distance between variable 'result' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 254
 Error coding VariableDeclarationUsageDistance Distance between variable 'result' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 407

io/github/olyutorskii/aletojio/emergence/EfMsSeq.java

Severity Category Rule Message Line
 Error misc TodoComment Comment matches to-do format 'TODO'. 10

io/github/olyutorskii/aletojio/rng/RndAdapter.java

Severity Category Rule Message Line
 Error misc TodoComment Comment matches to-do format 'TODO'. 11

io/github/olyutorskii/aletojio/shrink/VnExtractor.java

Severity Category Rule Message Line
 Error misc TodoComment Comment matches to-do format 'TODO'. 67