The following document contains the results of Checkstyle. 
| Files | I | W | E |
|---|---|---|---|
| org/deegree/sqldialect/postgis/PostGISDialect.java | 0 | 0 | 1 |
| org/deegree/sqldialect/postgis/PostGISGeometryConverter.java | 0 | 1 | 0 |
| org/deegree/sqldialect/postgis/PostGISWhereBuilder.java | 0 | 2 | 3 |
| Rules | Violations | Severity |
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 1 | |
| ClassFanOutComplexity | 2 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
| 0 | |
| NPathComplexity | 1 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| RedundantModifier | 0 | |
| RedundantThrows | 0 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 2 |
| Violation | Message | Line |
|---|---|---|
| Class Fan-Out Complexity is 30 (max allowed is 20). | 94 |
| 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 37 (max allowed is 20). | 88 | |
| Cyclomatic Complexity is 25 (max allowed is 10). | 200 | |
| NPath Complexity is 8,196 (max allowed is 200). | 200 |