The following document contains the results of Checkstyle 13.4.1 with checkstyle.xml ruleset.
| Files | |||
|---|---|---|---|
| 8 | 0 | 2 | 0 |
| File | |||
|---|---|---|---|
| io/github/moctave/weftspace/DataReader.java | 0 | 2 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| metrics | CyclomaticComplexity | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 18. This may make testing difficult, so it is recommended to reduce it to 10 if possible. | 55 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 12. This may make testing difficult, so it is recommended to reduce it to 10 if possible. | 136 |