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 | Warning |
CyclomaticComplexity | 1 | Error |
ClassFanOutComplexity | 2 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 0 | Error |
NPathComplexity | 1 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 1 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 0 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 2 | Warning |
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 |