Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
240721

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity9Errors Error
ClassFanOutComplexity10Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
2Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports1Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows4Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile2Warnings Warning

Details

org/deegree/services/wps/provider/jrxml/JrxmlProcessProviderProvider.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 24 (max allowed is 20).71

org/deegree/services/wps/provider/jrxml/JrxmlTemplateProcess.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 27 (max allowed is 20).82

org/deegree/services/wps/provider/jrxml/JrxmlWPSProcess.java

ViolationMessageLine
WarningsUnused import - org.deegree.services.wps.WPSProcess.50

org/deegree/services/wps/provider/jrxml/ParameterDescription.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/deegree/services/wps/provider/jrxml/contentprovider/DataTableContentProvider.java

ViolationMessageLine
ErrorsClass Data Abstraction Coupling is 14 (max allowed is 12) classes [ArrayList, ByteArrayInputStream, ByteArrayOutputStream, ComplexFormatType, ComplexInputDefinition, DOMXPath, JAXBElement, JRXmlDataSource, Pair, ProcessletException, QName, StreamBufferStore, XMLAdapter, XPath].95
ErrorsClass Fan-Out Complexity is 34 (max allowed is 20).95
ErrorsCyclomatic Complexity is 17 (max allowed is 10).176
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.309
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.332

org/deegree/services/wps/provider/jrxml/contentprovider/ImageContentProvider.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).75
ErrorsCyclomatic Complexity is 20 (max allowed is 10).104

org/deegree/services/wps/provider/jrxml/contentprovider/OtherContentProvider.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 22 (max allowed is 20).75
ErrorsCyclomatic Complexity is 19 (max allowed is 10).83
ErrorsCyclomatic Complexity is 32 (max allowed is 10).164

org/deegree/services/wps/provider/jrxml/contentprovider/PropertiesContentProvider.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).71

org/deegree/services/wps/provider/jrxml/contentprovider/SubreportContentProvider.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 25 (max allowed is 20).80

org/deegree/services/wps/provider/jrxml/contentprovider/map/MapContentProvider.java

ViolationMessageLine
ErrorsClass Data Abstraction Coupling is 25 (max allowed is 12) classes [ArrayList, BasicStroke, BigDecimal, BufferedImage, ByteArrayInputStream, ByteArrayOutputStream, ComplexFormatType, ComplexInputDefinition, DecimalFormat, DefaultEnvelope, DefaultPoint, FileInputStream, FileOutputStream, Font, HashMap, JAXBElement, LegendRenderable, MapRenderable, Pair, ProcessletException, QName, WFSOrderedDatasource, WMSOrderedDatasource, XMLAdapter, XPath].118
ErrorsClass Fan-Out Complexity is 61 (max allowed is 20).118
ErrorsCyclomatic Complexity is 16 (max allowed is 10).260
ErrorsCyclomatic Complexity is 11 (max allowed is 10).661
ErrorsCyclomatic Complexity is 13 (max allowed is 10).684
ErrorsCyclomatic Complexity is 13 (max allowed is 10).745

org/deegree/services/wps/provider/jrxml/contentprovider/map/OrderedDatasource.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsRedundant throws: 'MalformedURLException' is subclass of 'IOException'.95
WarningsRedundant throws: 'FactoryConfigurationError' is unchecked exception.95

org/deegree/services/wps/provider/jrxml/contentprovider/map/WFSOrderedDatasource.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 30 (max allowed is 20).81
ErrorsCyclomatic Complexity is 14 (max allowed is 10).93

org/deegree/services/wps/provider/jrxml/contentprovider/map/WMSOrderedDatasource.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 27 (max allowed is 20).78