Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
6 0 9 16

Rules

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

Details

org/deegree/metadata/persistence/ebrim/eo/EbrimEOMDStore.java

Violation Message Line
Warnings Unused import - java.text.ParseException. 52
Errors Class Data Abstraction Coupling is 24 (max allowed is 12) classes [AdhocQuery, ArrayList, Date, DeleteOperation, EOPropertyNameMapper, EbrimEOMDResultSet, EbrimEOMDStoreTransaction, FilenameFilter, HashMap, InsertOperation, InsertRow, Literal, MetadataResultSet, MetadataStoreException, OperatorFilter, PostGISWhereBuilder, PrimitiveType, PrimitiveValue, PropertyIsEqualTo, ResourceInitException, SQLIdentifier, StringBuilder, TableName, ValueReference]. 119
Errors Class Fan-Out Complexity is 53 (max allowed is 20). 119
Errors Cyclomatic Complexity is 13 (max allowed is 10). 273
Errors Cyclomatic Complexity is 17 (max allowed is 10). 336
Errors NPath Complexity is 3,457 (max allowed is 200). 336
Errors Cyclomatic Complexity is 11 (max allowed is 10). 436

org/deegree/metadata/persistence/ebrim/eo/EbrimEOMDStoreProvider.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Fan-Out Complexity is 25 (max allowed is 20). 81
Errors Cyclomatic Complexity is 11 (max allowed is 10). 98
Warnings Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. 206
Warnings Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. 217

org/deegree/metadata/persistence/ebrim/eo/EbrimEOMDStoreTransaction.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Fan-Out Complexity is 41 (max allowed is 20). 106
Errors Cyclomatic Complexity is 13 (max allowed is 10). 285

org/deegree/metadata/persistence/ebrim/eo/mapping/EOPropertyNameMapper.java

Violation Message Line
Warnings Unused import - org.deegree.metadata.persistence.ebrim.eo.EbrimEOMDStore. 68
Errors Class Fan-Out Complexity is 35 (max allowed is 20). 97
Errors Cyclomatic Complexity is 20 (max allowed is 10). 243
Errors NPath Complexity is 2,880 (max allowed is 200). 243
Errors Cyclomatic Complexity is 31 (max allowed is 10). 339
Errors NPath Complexity is 2,318 (max allowed is 200). 339
Errors Cyclomatic Complexity is 14 (max allowed is 10). 470

org/deegree/metadata/persistence/ebrim/eo/mapping/SlotMapper.java

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

org/deegree/metadata/persistence/ebrim/eo/mapping/SlotMapping.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - org.deegree.metadata.ebrim.ExtrinsicObject. 38