Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
31 0 65 7

Rules

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

Details

org/deegree/sqldialect/SQLDialect.java

Violation Message Line
Warnings Unable to get class information for UnmappableException. 143
Warnings Redundant 'public' modifier. 186
Warnings Redundant 'public' modifier. 198
Warnings Redundant 'public' modifier. 201
Warnings Redundant 'public' modifier. 204
Warnings Redundant 'public' modifier. 212

org/deegree/sqldialect/SQLDialectManager.java

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

org/deegree/sqldialect/SQLDialectProvider.java

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

org/deegree/sqldialect/filter/AbstractWhereBuilder.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - java.sql.ResultSet. 43
Warnings Unused import - org.deegree.filter.Filter. 55
Errors Class 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
Errors Class Fan-Out Complexity is 46 (max allowed is 20). 115
Errors Cyclomatic Complexity is 14 (max allowed is 10). 172
Warnings Unable to get class information for UnmappableException. 173
Warnings Unable to get class information for UnmappableException. 297
Errors Cyclomatic Complexity is 22 (max allowed is 10). 328
Warnings Unable to get class information for UnmappableException. 329
Warnings Unable to get class information for UnmappableException. 518
Warnings Unable to get class information for UnmappableException. 559
Warnings Unable to get class information for UnmappableException. 609
Warnings Unable to get class information for UnmappableException. 656
Warnings Unable to get class information for UnmappableException. 670
Warnings Unable to get class information for UnmappableException. 732
Warnings Unable to get class information for UnmappableException. 752
Warnings Unable to get class information for UnmappableException. 799
Warnings Unable to get class information for UnmappableException. 827
Warnings Unable to get class information for UnmappableException. 853
Warnings Unable to get class information for UnmappableException. 887
Warnings Unable to get class information for UnmappableException. 921
Warnings Unable to get class information for UnmappableException. 947

org/deegree/sqldialect/filter/PropertyNameMapper.java

Violation Message Line
Warnings Redundant 'public' modifier. 65
Warnings Unable to get class information for UnmappableException. 66
Warnings Redundant 'public' modifier. 68
Warnings Unable to get class information for UnmappableException. 69

org/deegree/sqldialect/filter/PropertyNameMapping.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - org.deegree.filter.expression.ValueReference. 43

org/deegree/sqldialect/filter/TableAliasManager.java

Violation Message Line
Warnings Unused import - org.deegree.filter.expression.ValueReference. 38

org/deegree/sqldialect/filter/UnmappableException.java

Violation Message Line
Warnings Unused import - org.deegree.filter.Filter. 38
Warnings Unused import - org.deegree.sqldialect.filter.expression.SQLExpression. 39

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

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

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

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

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

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - java.sql.PreparedStatement. 38
Warnings Redundant 'public' modifier. 60
Warnings Redundant 'public' modifier. 67
Warnings Redundant 'public' modifier. 75
Warnings Redundant 'public' modifier. 82
Warnings Redundant 'public' modifier. 89
Warnings Redundant 'public' modifier. 99
Warnings Redundant 'public' modifier. 108
Warnings Redundant 'public' modifier. 118
Warnings Redundant 'public' modifier. 125

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

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

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

Violation Message Line
Warnings Unused import - org.deegree.filter.expression.Function. 44
Warnings Redundant 'public' modifier. 66
Warnings Redundant 'public' modifier. 72
Warnings Redundant 'public' modifier. 79
Warnings Redundant 'public' modifier. 86
Warnings Redundant 'public' modifier. 97

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

Violation Message Line
Warnings Unused import - org.deegree.filter.comparison.PropertyIsLike. 42
Errors Cyclomatic Complexity is 11 (max allowed is 10). 98

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

Violation Message Line
Warnings Redundant 'public' modifier. 60
Warnings Redundant 'public' modifier. 76

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

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - org.deegree.filter.expression.ValueReference. 50
Errors Class Fan-Out Complexity is 32 (max allowed is 20). 83
Warnings Unable to get class information for UnmappableException. 105
Warnings Unable to get class information for UnmappableException. 123
Errors Cyclomatic Complexity is 14 (max allowed is 10). 166
Warnings Unable to get class information for UnmappableException. 168

org/deegree/sqldialect/table/ColumnDefinition.java

Violation Message Line
Warnings Unused import - java.sql.Types. 38