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 | 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 |
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 |