The following document contains the results of Checkstyle. 
| Rules | Violations | Severity | 
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 4 | |
| ClassFanOutComplexity | 4 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
  | 0 | |
| NPathComplexity | 1 | |
| RedundantImport | 0 | |
| UnusedImports | 3 | |
| RedundantModifier | 3 | |
| RedundantThrows | 2 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 1 | 
| Violation | Message | Line | 
|---|---|---|
| Redundant throws: 'XMLProcessingException' is unchecked exception. | 67 | 
| Violation | Message | Line | 
|---|---|---|
| Class Fan-Out Complexity is 53 (max allowed is 20). | 118 | 
| Violation | Message | Line | 
|---|---|---|
| Class Fan-Out Complexity is 32 (max allowed is 20). | 91 | |
| Redundant 'final' modifier. | 224 | 
| Violation | Message | Line | 
|---|---|---|
| Unused import - org.deegree.services.jaxb.wcs.ServiceConfiguration.Coverage. | 65 | |
| Cyclomatic Complexity is 14 (max allowed is 10). | 299 | |
| Cyclomatic Complexity is 13 (max allowed is 10). | 367 | |
| NPath Complexity is 257 (max allowed is 200). | 367 | |
| Redundant 'final' modifier. | 467 | 
| Violation | Message | Line | 
|---|---|---|
| Redundant throws: 'InvalidParameterValueException' is unchecked exception. | 70 | 
| Violation | Message | Line | 
|---|---|---|
| Unused import - org.deegree.commons.xml.CommonNamespaces. | 52 | 
| Violation | Message | Line | 
|---|---|---|
| Class Fan-Out Complexity is 24 (max allowed is 20). | 81 | |
| Cyclomatic Complexity is 11 (max allowed is 10). | 290 |