The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
164 | 0 | 4 | 0 |
File | I | W | E |
---|---|---|---|
com/opencsv/CSVParser.java | 0 | 1 | 0 |
com/opencsv/bean/AbstractMappingStrategy.java | 0 | 1 | 0 |
com/opencsv/bean/FieldMapByPosition.java | 0 | 1 | 0 |
com/opencsv/bean/PositionToBeanField.java | 0 | 1 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
metrics | NPathComplexity | 4 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | NPathComplexity | NPath Complexity is 1,872 (max allowed is 200). | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | NPathComplexity | NPath Complexity is 786 (max allowed is 200). | 635 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | NPathComplexity | NPath Complexity is 2,496 (max allowed is 200). | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | NPathComplexity | NPath Complexity is 810 (max allowed is 200). | 56 |