The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
metrics | ClassDataAbstractionCoupling | 1 | ![]() |
CyclomaticComplexity | 2 | ![]() | |
JavaNCSS | 2 | ![]() | |
NPathComplexity | 1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
metrics | CyclomaticComplexity | Cyclomatic Complexity is 22 (max allowed is 10). | 168 |
![]() |
metrics | JavaNCSS | NCSS for this method is 70 (max allowed is 50). | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 7) classes [ArgumentList, BufferedReader, ClientDavConnection, ClientDavParameters, DataDescription, DataKindDeterminer, InputStreamReader, ProtocolModuleConnector]. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 875 |
![]() |
metrics | JavaNCSS | NCSS for this method is 61 (max allowed is 50). | 875 |
![]() |
metrics | NPathComplexity | NPath Complexity is 256 (max allowed is 200). | 875 |