Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1002410

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity5Errors Error
ClassFanOutComplexity3Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
0Errors Error
NPathComplexity2Errors Error
RedundantImport0Warnings Warning
UnusedImports2Warnings Warning
RedundantModifier18Warnings Warning
RedundantThrows0Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile4Warnings Warning

Details

org/deegree/sqldialect/oracle/JGeometryAdapter.java

ViolationMessageLine
WarningsUnused import - org.deegree.geometry.Geometry.50

org/deegree/sqldialect/oracle/OracleDialect.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Fan-Out Complexity is 27 (max allowed is 20).87

org/deegree/sqldialect/oracle/OracleGeometryConverter.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/sqldialect/oracle/OraclePrimitiveConverter.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/sqldialect/oracle/OracleWhereBuilder.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.filter.expression.ValueReference.56
ErrorsClass Fan-Out Complexity is 30 (max allowed is 20).90
ErrorsCyclomatic Complexity is 12 (max allowed is 10).119

org/deegree/sqldialect/oracle/sdo/SDOEType.java

ViolationMessageLine
WarningsRedundant 'public' modifier.52
WarningsRedundant 'public' modifier.54
WarningsRedundant 'public' modifier.56
WarningsRedundant 'public' modifier.58
WarningsRedundant 'public' modifier.60
WarningsRedundant 'public' modifier.62
WarningsRedundant 'public' modifier.64
WarningsRedundant 'public' modifier.66
WarningsRedundant 'public' modifier.68
WarningsRedundant 'public' modifier.70

org/deegree/sqldialect/oracle/sdo/SDOGTypeTT.java

ViolationMessageLine
WarningsRedundant 'public' modifier.62
WarningsRedundant 'public' modifier.65
WarningsRedundant 'public' modifier.68
WarningsRedundant 'public' modifier.71
WarningsRedundant 'public' modifier.74
WarningsRedundant 'public' modifier.77
WarningsRedundant 'public' modifier.80
WarningsRedundant 'public' modifier.83

org/deegree/sqldialect/oracle/sdo/SDOGeometryConverter.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 47 (max allowed is 20).87
ErrorsCyclomatic Complexity is 28 (max allowed is 10).261
ErrorsNPath Complexity is 288 (max allowed is 200).261
ErrorsCyclomatic Complexity is 13 (max allowed is 10).651
ErrorsCyclomatic Complexity is 22 (max allowed is 10).763
ErrorsCyclomatic Complexity is 17 (max allowed is 10).907
ErrorsNPath Complexity is 433 (max allowed is 200).907