Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
30 0 46 14

Rules

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

Details

org/deegree/metadata/DCRecord.java

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

org/deegree/metadata/MetadataRecord.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Redundant 'public' modifier. 60
Warnings Redundant 'public' modifier. 62
Warnings Redundant 'public' modifier. 64
Warnings Redundant 'public' modifier. 66
Warnings Redundant 'public' modifier. 68
Warnings Redundant 'public' modifier. 70
Warnings Redundant 'public' modifier. 72
Warnings Redundant 'public' modifier. 74
Warnings Redundant 'public' modifier. 76
Warnings Redundant 'public' modifier. 78
Warnings Redundant 'public' modifier. 80
Warnings Redundant 'public' modifier. 82
Warnings Redundant 'public' modifier. 84
Warnings Redundant 'public' modifier. 86
Warnings Redundant 'public' modifier. 88
Warnings Redundant 'public' modifier. 90
Warnings Redundant 'public' modifier. 92
Warnings Redundant 'public' modifier. 99
Warnings Redundant 'public' modifier. 106
Warnings Redundant 'public' modifier. 116
Warnings Redundant 'public' modifier. 129
Warnings Redundant 'public' modifier. 142
Warnings Redundant 'public' modifier. 153
Warnings Redundant 'public' modifier. 162
Warnings Redundant 'public' modifier. 168

org/deegree/metadata/MetadataRecordFactory.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Fan-Out Complexity is 22 (max allowed is 20). 81
Errors Cyclomatic Complexity is 12 (max allowed is 10). 144
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 145
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 194

org/deegree/metadata/ebrim/AliasedRIMType.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 83

org/deegree/metadata/ebrim/RegistryObject.java

Violation Message Line
Errors Cyclomatic Complexity is 19 (max allowed is 10). 251
Errors NPath Complexity is 288 (max allowed is 200). 251
Errors Cyclomatic Complexity is 22 (max allowed is 10). 314
Errors NPath Complexity is 360 (max allowed is 200). 314

org/deegree/metadata/iso/ISORecord.java

Violation Message Line
Warnings File does not end with a newline. 0
Errors Class Data Abstraction Coupling is 16 (max allowed is 12) classes [AXIOMXPath, ArrayList, ByteArrayOutputStream, CRS, CRSCodeType, DCRecord, Envelope, FilteringXMLStreamWriter, GeometryFactory, ISORecordEvaluator, InvalidParameterException, LinkedList, NamespaceBindings, RecordPropertyParser, XMLAdapter, XPath]. 100
Errors Class Fan-Out Complexity is 38 (max allowed is 20). 100
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 413

org/deegree/metadata/iso/ISORecordEvaluator.java

Violation Message Line
Errors Cyclomatic Complexity is 46 (max allowed is 10). 232

org/deegree/metadata/iso/parsing/ParseIdentificationInfo.java

Violation Message Line
Warnings Unused import - java.io.IOException. 43
Warnings Unused import - org.deegree.protocol.csw.MetadataStoreException. 62
Errors Cyclomatic Complexity is 44 (max allowed is 10). 102
Errors NPath Complexity is 448,680,961 (max allowed is 200). 102
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 104
Warnings Empty statement. 213
Warnings Empty statement. 265
Warnings Empty statement. 336
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 776

org/deegree/metadata/iso/parsing/RecordPropertyParser.java

Violation Message Line
Warnings Unused import - java.io.IOException. 43
Warnings Unused import - org.deegree.protocol.csw.MetadataStoreException. 63
Errors Cyclomatic Complexity is 11 (max allowed is 10). 109
Errors Cyclomatic Complexity is 11 (max allowed is 10). 287
Errors NPath Complexity is 336 (max allowed is 200). 287
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 288

org/deegree/protocol/csw/CSWConstants.java

Violation Message Line
Warnings Unable to get class information for MetadataStoreException. 369

org/deegree/protocol/csw/MetadataStoreException.java

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