Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files | Infos  | Warnings  | Errors  |
---|
19 | 0 | 13 | 15 |
Rules
Rules | Violations | Severity |
---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 7 | Error |
ClassFanOutComplexity | 3 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling | 1 | Error |
NPathComplexity | 4 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 2 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 2 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 9 | Warning |
Details
org/deegree/metadata/iso/persistence/AnyTextHelper.java
Violation | Message | Line |
---|
 | Cyclomatic Complexity is 27 (max allowed is 10). | 30 |
 | NPath Complexity is 32,776 (max allowed is 200). | 30 |
org/deegree/metadata/iso/persistence/ISOMetadataResultSet.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | Unused import - org.deegree.metadata.persistence.MetadataResultSet. | 45 |
org/deegree/metadata/iso/persistence/ISOMetadataStore.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | 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 |
 | Class Fan-Out Complexity is 36 (max allowed is 20). | 95 |
 | Cyclomatic Complexity is 13 (max allowed is 10). | 121 |
 | NPath Complexity is 330 (max allowed is 200). | 121 |
org/deegree/metadata/iso/persistence/ISOMetadataStoreProvider.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. | 92 |
 | Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. | 115 |
org/deegree/metadata/iso/persistence/ISOMetadataStoreTransaction.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | Class Fan-Out Complexity is 26 (max allowed is 20). | 42 |
 | Cyclomatic Complexity is 19 (max allowed is 10). | 122 |
org/deegree/metadata/iso/persistence/QueryHelper.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | Cyclomatic Complexity is 36 (max allowed is 10). | 83 |
 | NPath Complexity is 56,161 (max allowed is 200). | 83 |
org/deegree/metadata/iso/persistence/TransactionHelper.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | Class Fan-Out Complexity is 35 (max allowed is 20). | 93 |
 | Cyclomatic Complexity is 12 (max allowed is 10). | 290 |
 | NPath Complexity is 1,536 (max allowed is 200). | 290 |
 | Cyclomatic Complexity is 11 (max allowed is 10). | 447 |
org/deegree/metadata/iso/persistence/inspectors/FIInspector.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | Cyclomatic Complexity is 13 (max allowed is 10). | 97 |
org/deegree/metadata/iso/persistence/inspectors/HierarchyLevelInspector.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
org/deegree/metadata/iso/persistence/inspectors/IdUtils.java
Violation | Message | Line |
---|
 | File does not end with a newline. | 0 |
 | Unused import - org.deegree.protocol.csw.MetadataStoreException. | 53 |