Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
11032

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity0Errors Error
ClassFanOutComplexity1Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports2Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows1Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

org/deegree/protocol/sos/SOSRequest100XMLAdapter.java

ViolationMessageLine
WarningsUnused import - org.deegree.commons.ows.exception.OWSException.39
WarningsRedundant throws: 'XMLParsingException' is unchecked exception.98

org/deegree/protocol/sos/describesensor/DescribeSensor100KVPAdapter.java

ViolationMessageLine
WarningsUnused import - org.deegree.commons.ows.exception.OWSException.42

org/deegree/protocol/sos/getobservation/GetObservation100XMLAdapter.java

ViolationMessageLine
ErrorsClass Data Abstraction Coupling is 13 (max allowed is 12) classes [ArrayList, EventTime100XMLAdapter, GeometryFactory, GetObservation, LinkedList, Pair, ProcedureFilter, PropertyFilter, ResultFilter, ResultFilterException, SpatialBBOXFilter, XMLParsingException, XPath].81
ErrorsClass Fan-Out Complexity is 22 (max allowed is 20).81