Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 2 0

Files

File  I  W  E
de/bsvrz/sys/funclib/hexdump/HexDumper.java 0 2 0

Rules

Category Rule Violations Severity
metrics CyclomaticComplexity 1  Warning
NPathComplexity 1  Warning

Details

de/bsvrz/sys/funclib/hexdump/HexDumper.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 17 (max allowed is 10). 276
 Warning metrics NPathComplexity NPath Complexity is 444 (max allowed is 200). 276