Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
5034

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity1Errors Error
ClassFanOutComplexity2Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0Errors Error
NPathComplexity1Errors Error
RedundantImport0Warnings Warning
UnusedImports1Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows0Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile2Warnings Warning

Details

org/deegree/sqldialect/postgis/PostGISDialect.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 30 (max allowed is 20).94

org/deegree/sqldialect/postgis/PostGISGeometryConverter.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/sqldialect/postgis/PostGISWhereBuilder.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.filter.expression.ValueReference.56
ErrorsClass Fan-Out Complexity is 37 (max allowed is 20).88
ErrorsCyclomatic Complexity is 25 (max allowed is 10).200
ErrorsNPath Complexity is 8,196 (max allowed is 200).200