Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
60916

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity8Errors Error
ClassFanOutComplexity4Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity3Errors Error
RedundantImport0Warnings Warning
UnusedImports3Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows2Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile4Warnings Warning

Details

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

ViolationMessageLine
WarningsUnused import - java.text.ParseException.52
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 53 (max allowed is 20).119
ErrorsCyclomatic Complexity is 13 (max allowed is 10).273
ErrorsCyclomatic Complexity is 17 (max allowed is 10).336
ErrorsNPath Complexity is 3,457 (max allowed is 200).336
ErrorsCyclomatic Complexity is 11 (max allowed is 10).436

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

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Fan-Out Complexity is 25 (max allowed is 20).81
ErrorsCyclomatic Complexity is 11 (max allowed is 10).98
WarningsRedundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'.206
WarningsRedundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'.217

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

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsClass Fan-Out Complexity is 41 (max allowed is 20).106
ErrorsCyclomatic Complexity is 13 (max allowed is 10).285

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

ViolationMessageLine
WarningsUnused import - org.deegree.metadata.persistence.ebrim.eo.EbrimEOMDStore.68
ErrorsClass Fan-Out Complexity is 35 (max allowed is 20).97
ErrorsCyclomatic Complexity is 20 (max allowed is 10).243
ErrorsNPath Complexity is 2,880 (max allowed is 200).243
ErrorsCyclomatic Complexity is 31 (max allowed is 10).339
ErrorsNPath Complexity is 2,318 (max allowed is 200).339
ErrorsCyclomatic Complexity is 14 (max allowed is 10).470

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

ViolationMessageLine
WarningsFile does not end with a newline.0

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

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - org.deegree.metadata.ebrim.ExtrinsicObject.38