The following document contains the results of Checkstyle. 
| Files | I | W | E |
|---|---|---|---|
| org/deegree/tools/alkis/BackReferenceFixer.java | 0 | 0 | 4 |
| org/deegree/tools/alkis/XlinkedObjectsHandler.java | 0 | 2 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 1 | |
| ClassFanOutComplexity | 1 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
| 1 | |
| NPathComplexity | 1 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| RedundantModifier | 0 | |
| RedundantThrows | 0 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 0 |
| 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 |