The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 3 | Error |
ClassFanOutComplexity | 0 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 0 | Error |
NPathComplexity | 2 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 1 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 4 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 5 | Warning |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 12 (max allowed is 10). | 207 | |
NPath Complexity is 256 (max allowed is 200). | 207 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant throws: 'ConverterException' is unchecked exception. | 81 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 11 (max allowed is 10). | 66 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'ConverterException' is unchecked exception. | 126 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'ConverterException' is unchecked exception. | 164 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.client.core.component.HtmlInputMultiple. | 50 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 21 (max allowed is 10). | 138 | |
NPath Complexity is 292 (max allowed is 200). | 138 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |