Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
164 0 4 0

Files

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

Rules

Category Rule Violations Severity
metrics NPathComplexity 4  Warning

Details

com/opencsv/CSVParser.java

Severity Category Rule Message Line
 Warning metrics NPathComplexity NPath Complexity is 1,872 (max allowed is 200). 202

com/opencsv/bean/AbstractMappingStrategy.java

Severity Category Rule Message Line
 Warning metrics NPathComplexity NPath Complexity is 786 (max allowed is 200). 635

com/opencsv/bean/FieldMapByPosition.java

Severity Category Rule Message Line
 Warning metrics NPathComplexity NPath Complexity is 2,496 (max allowed is 200). 61

com/opencsv/bean/PositionToBeanField.java

Severity Category Rule Message Line
 Warning metrics NPathComplexity NPath Complexity is 810 (max allowed is 200). 56