Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
310437

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity4Errors Error
ClassFanOutComplexity2Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports11Warnings Warning
RedundantModifier23Warnings Warning
RedundantThrows0Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile9Warnings Warning

Details

org/deegree/sqldialect/SQLDialect.java

ViolationMessageLine
WarningsRedundant 'public' modifier.186
WarningsRedundant 'public' modifier.198
WarningsRedundant 'public' modifier.201
WarningsRedundant 'public' modifier.204
WarningsRedundant 'public' modifier.212

org/deegree/sqldialect/SQLDialectManager.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/sqldialect/SQLDialectProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/sqldialect/filter/AbstractWhereBuilder.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - java.sql.ResultSet.43
WarningsUnused import - org.deegree.filter.Filter.55
ErrorsClass Data Abstraction Coupling is 15 (max allowed is 12) classes [ArrayList, DefaultPrimitiveConverter, IsLikeString, Literal, Not, PrimitiveType, PrimitiveValue, PropertyIsLike, SQLArgument, SQLColumn, SQLOperationBuilder, TableAliasManager, TypedObjectNode, UnmappableException, ValueReference].115
ErrorsClass Fan-Out Complexity is 46 (max allowed is 20).115
ErrorsCyclomatic Complexity is 14 (max allowed is 10).172
ErrorsCyclomatic Complexity is 22 (max allowed is 10).328

org/deegree/sqldialect/filter/PropertyNameMapper.java

ViolationMessageLine
WarningsRedundant 'public' modifier.65
WarningsRedundant 'public' modifier.68

org/deegree/sqldialect/filter/PropertyNameMapping.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.filter.expression.ValueReference.43

org/deegree/sqldialect/filter/TableAliasManager.java

ViolationMessageLine
WarningsUnused import - org.deegree.filter.expression.ValueReference.38

org/deegree/sqldialect/filter/UnmappableException.java

ViolationMessageLine
WarningsUnused import - org.deegree.filter.Filter.38
WarningsUnused import - org.deegree.sqldialect.filter.expression.SQLExpression.39

org/deegree/sqldialect/filter/expression/SQLArgument.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/sqldialect/filter/expression/SQLColumn.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/sqldialect/filter/expression/SQLExpression.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - java.sql.PreparedStatement.38
WarningsRedundant 'public' modifier.60
WarningsRedundant 'public' modifier.67
WarningsRedundant 'public' modifier.75
WarningsRedundant 'public' modifier.82
WarningsRedundant 'public' modifier.89
WarningsRedundant 'public' modifier.99
WarningsRedundant 'public' modifier.108
WarningsRedundant 'public' modifier.118
WarningsRedundant 'public' modifier.125

org/deegree/sqldialect/filter/function/SQLFunctionManager.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/sqldialect/filter/function/SQLFunctionProvider.java

ViolationMessageLine
WarningsUnused import - org.deegree.filter.expression.Function.44
WarningsRedundant 'public' modifier.66
WarningsRedundant 'public' modifier.72
WarningsRedundant 'public' modifier.79
WarningsRedundant 'public' modifier.86
WarningsRedundant 'public' modifier.97

org/deegree/sqldialect/filter/islike/IsLikeString.java

ViolationMessageLine
WarningsUnused import - org.deegree.filter.comparison.PropertyIsLike.42
ErrorsCyclomatic Complexity is 11 (max allowed is 10).98

org/deegree/sqldialect/filter/islike/IsLikeStringPart.java

ViolationMessageLine
WarningsRedundant 'public' modifier.60
WarningsRedundant 'public' modifier.76

org/deegree/sqldialect/filter/mssql/MSSQLWhereBuilder.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.filter.expression.ValueReference.50
ErrorsClass Fan-Out Complexity is 32 (max allowed is 20).83
ErrorsCyclomatic Complexity is 14 (max allowed is 10).166

org/deegree/sqldialect/table/ColumnDefinition.java

ViolationMessageLine
WarningsUnused import - java.sql.Types.38