Checkstyle Results

The following document contains the results of Checkstyle 13.4.1 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
8 0 2 0

Files

File  I  W  E
io/github/moctave/weftspace/DataReader.java 0 2 0

Rules

Category Rule Violations Severity
metrics CyclomaticComplexity 2  Warning

Details

io/github/moctave/weftspace/DataReader.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 18. This may make testing difficult, so it is recommended to reduce it to 10 if possible. 55
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 12. This may make testing difficult, so it is recommended to reduce it to 10 if possible. 136