The following document contains the results of Checkstyle. 
| Rules | Violations | Severity | 
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 3 | |
| ClassFanOutComplexity | 0 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
  | 
0 | |
| NPathComplexity | 2 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| RedundantModifier | 0 | |
| RedundantThrows | 4 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 5 | 
| 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 |