The following document contains the results of Checkstyle. 
| Rules | Violations | Severity | 
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 8 | |
| ClassFanOutComplexity | 4 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
  | 1 | |
| NPathComplexity | 3 | |
| RedundantImport | 0 | |
| UnusedImports | 3 | |
| RedundantModifier | 0 | |
| RedundantThrows | 2 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 4 | 
| Violation | Message | Line | 
|---|---|---|
| Unused import - java.text.ParseException. | 52 | |
| Class Data Abstraction Coupling is 24 (max allowed is 12) classes [AdhocQuery, ArrayList, Date, DeleteOperation, EOPropertyNameMapper, EbrimEOMDResultSet, EbrimEOMDStoreTransaction, FilenameFilter, HashMap, InsertOperation, InsertRow, Literal, MetadataResultSet, MetadataStoreException, OperatorFilter, PostGISWhereBuilder, PrimitiveType, PrimitiveValue, PropertyIsEqualTo, ResourceInitException, SQLIdentifier, StringBuilder, TableName, ValueReference]. | 119 | |
| Class Fan-Out Complexity is 53 (max allowed is 20). | 119 | |
| Cyclomatic Complexity is 13 (max allowed is 10). | 273 | |
| Cyclomatic Complexity is 17 (max allowed is 10). | 336 | |
| NPath Complexity is 3,457 (max allowed is 200). | 336 | |
| Cyclomatic Complexity is 11 (max allowed is 10). | 436 | 
| Violation | Message | Line | 
|---|---|---|
| File does not end with a newline. | 0 | |
| Class Fan-Out Complexity is 25 (max allowed is 20). | 81 | |
| Cyclomatic Complexity is 11 (max allowed is 10). | 98 | |
| Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. | 206 | |
| Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. | 217 | 
| Violation | Message | Line | 
|---|---|---|
| File does not end with a newline. | 0 | |
| Class Fan-Out Complexity is 41 (max allowed is 20). | 106 | |
| Cyclomatic Complexity is 13 (max allowed is 10). | 285 | 
| Violation | Message | Line | 
|---|---|---|
| Unused import - org.deegree.metadata.persistence.ebrim.eo.EbrimEOMDStore. | 68 | |
| Class Fan-Out Complexity is 35 (max allowed is 20). | 97 | |
| Cyclomatic Complexity is 20 (max allowed is 10). | 243 | |
| NPath Complexity is 2,880 (max allowed is 200). | 243 | |
| Cyclomatic Complexity is 31 (max allowed is 10). | 339 | |
| NPath Complexity is 2,318 (max allowed is 200). | 339 | |
| Cyclomatic Complexity is 14 (max allowed is 10). | 470 |