The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset. 
| File | |||
|---|---|---|---|
| de/kappich/pat/configBrowser/main/DataModelTreeModel.java | 0 | 7 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | 1 | |
| ClassFanOutComplexity | 1 | ||
| CyclomaticComplexity | 3 | ||
| JavaNCSS | 1 | ||
| NPathComplexity | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 27 (max allowed is 7) classes [Adapter, AspectAdapter, AttributeAdapter, AttributeGroupAdapter, AttributeGroupUsageAdapter, AttributeListDefinitionAdapter, ClassAdapter, ConfigurationAreaAdapter, ConfigurationAuthorityAdapter, ConfigurationObjectAdapter, ConstantAdapter, DavApplicationAdapter, DoubleAttributeTypeAdapter, DynamicObjectAdapter, DynamicObjectTypeAdapter, IntegerAttributeTypeAdapter, IntegerValueRangeAdapter, IntegerValueStateAdapter, ListAdapter, ObjectSetAdapter, ObjectSetTypeAdapter, ObjectSetUseAdapter, ReferenceAttributeTypeAdapter, StringAttributeTypeAdapter, SystemObjectAdapter, SystemObjectTypeAdapter, TimeAttributeTypeAdapter]. | 114 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 51 (max allowed is 20). | 114 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 28 (max allowed is 10). | 122 | |
| metrics | JavaNCSS | NCSS for this method is 56 (max allowed is 50). | 122 | |
| metrics | NPathComplexity | NPath Complexity is 134,217,728 (max allowed is 200). | 122 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 294 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 687 |