The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 5 | Error |
ClassFanOutComplexity | 3 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 0 | Error |
NPathComplexity | 2 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 2 | Warning |
RedundantModifier | 18 | Warning |
RedundantThrows | 0 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 4 | Warning |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.geometry.Geometry. | 50 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Class Fan-Out Complexity is 27 (max allowed is 20). | 87 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - org.deegree.filter.expression.ValueReference. | 56 | |
Class Fan-Out Complexity is 30 (max allowed is 20). | 90 | |
Cyclomatic Complexity is 12 (max allowed is 10). | 119 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 52 | |
Redundant 'public' modifier. | 54 | |
Redundant 'public' modifier. | 56 | |
Redundant 'public' modifier. | 58 | |
Redundant 'public' modifier. | 60 | |
Redundant 'public' modifier. | 62 | |
Redundant 'public' modifier. | 64 | |
Redundant 'public' modifier. | 66 | |
Redundant 'public' modifier. | 68 | |
Redundant 'public' modifier. | 70 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 62 | |
Redundant 'public' modifier. | 65 | |
Redundant 'public' modifier. | 68 | |
Redundant 'public' modifier. | 71 | |
Redundant 'public' modifier. | 74 | |
Redundant 'public' modifier. | 77 | |
Redundant 'public' modifier. | 80 | |
Redundant 'public' modifier. | 83 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 47 (max allowed is 20). | 87 | |
Cyclomatic Complexity is 28 (max allowed is 10). | 261 | |
NPath Complexity is 288 (max allowed is 200). | 261 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 651 | |
Cyclomatic Complexity is 22 (max allowed is 10). | 763 | |
Cyclomatic Complexity is 17 (max allowed is 10). | 907 | |
NPath Complexity is 433 (max allowed is 200). | 907 |