Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
13044

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity1Errors Error
ClassFanOutComplexity1Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity1Errors Error
RedundantImport0Warnings Warning
UnusedImports1Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows1Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile2Warnings Warning

Details

org/deegree/services/sos/SOS100ExceptionReportSerializer.java

ViolationMessageLine
WarningsUnused import - org.deegree.services.ows.OWS110ExceptionReportSerializer.48

org/deegree/services/sos/SOSController.java

ViolationMessageLine
ErrorsClass Data Abstraction Coupling is 16 (max allowed is 12) classes [BufferedReader, DescribeSensor100XMLAdapter, FilterCollection, GetCapabilitiesXMLParser, GetFeatureOfInterest100XMLAdapter, GetObservation100XMLAdapter, HashSet, InputStreamReader, LinkedList, NamespaceBindings, OWSException, ResourceInitException, SOS100ExceptionReportSerializer, ServiceConfigurationXMLAdapter, XMLAdapter, XPath].144
ErrorsClass Fan-Out Complexity is 62 (max allowed is 20).144

org/deegree/services/sos/SOSProvider.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/sos/ServiceConfigurationXMLAdapter.java

ViolationMessageLine
WarningsRedundant throws: 'XMLProcessingException' is unchecked exception.67

org/deegree/services/sos/capabilities/Capabilities100XMLAdapter.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsCyclomatic Complexity is 14 (max allowed is 10).248
ErrorsNPath Complexity is 220 (max allowed is 200).248