The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset.
File | I | W | E |
---|---|---|---|
de/bsvrz/sys/funclib/commandLineArgs/ArgumentList.java | 0 | 4 | 0 |
de/bsvrz/sys/funclib/commandLineArgs/ScaleUnit.java | 0 | 1 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
metrics | CyclomaticComplexity | 5 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 93 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 302 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 721 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 898 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 101 |