Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
5 0 3 4

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 1 Errors Error
ClassFanOutComplexity 2 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0 Errors Error
NPathComplexity 1 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 1 Warnings Warning
RedundantModifier 0 Warnings Warning
RedundantThrows 0 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 2 Warnings Warning

Details

org/deegree/sqldialect/postgis/PostGISDialect.java

Violation Message Line
Errors Class Fan-Out Complexity is 30 (max allowed is 20). 94

org/deegree/sqldialect/postgis/PostGISGeometryConverter.java

Violation Message Line
Warnings File does not end with a newline. 0

org/deegree/sqldialect/postgis/PostGISWhereBuilder.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - org.deegree.filter.expression.ValueReference. 56
Errors Class Fan-Out Complexity is 37 (max allowed is 20). 88
Errors Cyclomatic Complexity is 25 (max allowed is 10). 200
Errors NPath Complexity is 8,196 (max allowed is 200). 200