Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 0 2 4

Rules

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

Details

org/deegree/tools/alkis/BackReferenceFixer.java

Violation Message Line
Errors Class Data Abstraction Coupling is 15 (max allowed is 12) classes [ArrayList, FeatureReference, FileInputStream, FileOutputStream, GMLAppSchemaReader, GenericProperty, GmlDocumentIdContext, GmlXlinkOptions, HashMap, IndentingXMLStreamWriter, Option, Options, PosixParser, QName, XlinkedObjectsHandler]. 85
Errors Class Fan-Out Complexity is 31 (max allowed is 20). 85
Errors Cyclomatic Complexity is 23 (max allowed is 10). 112
Errors NPath Complexity is 1,145 (max allowed is 200). 112

org/deegree/tools/alkis/XlinkedObjectsHandler.java

Violation Message Line
Warnings Unused import - org.deegree.commons.tom.gml.GMLObject. 43
Warnings Unused import - org.deegree.protocol.wfs.getfeature.GetFeature. 47