Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files | Infos  | Warnings  | Errors  |
---|
2 | 0 | 2 | 4 |
Rules
Rules | Violations | Severity |
---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 1 | Error |
ClassFanOutComplexity | 1 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling | 1 | Error |
NPathComplexity | 1 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 2 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 0 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
Details
org/deegree/tools/alkis/BackReferenceFixer.java
Violation | Message | Line |
---|
 | 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 |
 | Class Fan-Out Complexity is 31 (max allowed is 20). | 85 |
 | Cyclomatic Complexity is 23 (max allowed is 10). | 112 |
 | NPath Complexity is 1,145 (max allowed is 200). | 112 |
org/deegree/tools/alkis/XlinkedObjectsHandler.java
Violation | Message | Line |
---|
 | Unused import - org.deegree.commons.tom.gml.GMLObject. | 43 |
 | Unused import - org.deegree.protocol.wfs.getfeature.GetFeature. | 47 |