Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2024

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity1Errors Error
ClassFanOutComplexity1Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity1Errors Error
RedundantImport0Warnings Warning
UnusedImports2Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows0Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

org/deegree/tools/alkis/BackReferenceFixer.java

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 31 (max allowed is 20).85
ErrorsCyclomatic Complexity is 23 (max allowed is 10).112
ErrorsNPath Complexity is 1,145 (max allowed is 200).112

org/deegree/tools/alkis/XlinkedObjectsHandler.java

ViolationMessageLine
WarningsUnused import - org.deegree.commons.tom.gml.GMLObject.43
WarningsUnused import - org.deegree.protocol.wfs.getfeature.GetFeature.47