Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
19 0 13 15

Rules

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

Details

org/deegree/metadata/iso/persistence/AnyTextHelper.java

Violation Message Line
Errors Cyclomatic Complexity is 27 (max allowed is 10). 30
Errors NPath Complexity is 32,776 (max allowed is 200). 30

org/deegree/metadata/iso/persistence/ISOMetadataResultSet.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - org.deegree.metadata.persistence.MetadataResultSet. 45

org/deegree/metadata/iso/persistence/ISOMetadataStore.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Data Abstraction Coupling is 14 (max allowed is 12) classes [ArrayList, CoupledDataInspector, FIInspector, HierarchyLevelInspector, ISOMetadataStoreTransaction, InspireComplianceInspector, MetadataSchemaValidationInspector, MetadataStoreException, NamespaceNormalizationInspector, QName, QueryHelper, Queryable, ResourceInitException, XPath]. 95
Errors Class Fan-Out Complexity is 36 (max allowed is 20). 95
Errors Cyclomatic Complexity is 13 (max allowed is 10). 123
Errors NPath Complexity is 330 (max allowed is 200). 123

org/deegree/metadata/iso/persistence/ISOMetadataStoreProvider.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. 92
Warnings Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. 115

org/deegree/metadata/iso/persistence/ISOMetadataStoreTransaction.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Fan-Out Complexity is 26 (max allowed is 20). 42
Errors Cyclomatic Complexity is 19 (max allowed is 10). 122

org/deegree/metadata/iso/persistence/QueryHelper.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Cyclomatic Complexity is 36 (max allowed is 10). 83
Errors NPath Complexity is 56,161 (max allowed is 200). 83

org/deegree/metadata/iso/persistence/TransactionHelper.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Fan-Out Complexity is 35 (max allowed is 20). 93
Errors Cyclomatic Complexity is 12 (max allowed is 10). 290
Errors NPath Complexity is 1,536 (max allowed is 200). 290
Errors Cyclomatic Complexity is 11 (max allowed is 10). 447

org/deegree/metadata/iso/persistence/inspectors/FIInspector.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Cyclomatic Complexity is 13 (max allowed is 10). 97

org/deegree/metadata/iso/persistence/inspectors/HierarchyLevelInspector.java

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

org/deegree/metadata/iso/persistence/inspectors/IdUtils.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Unused import - org.deegree.protocol.csw.MetadataStoreException. 53