Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
24 0 7 21

Rules

Rules Violations Severity
EmptyStatement 0 Warnings Warning
CyclomaticComplexity 9 Errors Error
ClassFanOutComplexity 10 Errors Error
CovariantEquals 0 Errors Error
ClassDataAbstractionCoupling
  • max: "12"
2 Errors Error
NPathComplexity 0 Errors Error
RedundantImport 0 Warnings Warning
UnusedImports 1 Warnings Warning
RedundantModifier 0 Warnings Warning
RedundantThrows 4 Warnings Warning
FileLength 0 Errors Error
NewlineAtEndOfFile 2 Warnings Warning

Details

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

Violation Message Line
Errors Class Fan-Out Complexity is 24 (max allowed is 20). 71

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

Violation Message Line
Errors Class Fan-Out Complexity is 27 (max allowed is 20). 82

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

Violation Message Line
Warnings Unused import - org.deegree.services.wps.WPSProcess. 50

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

Violation Message Line
Warnings File does not end with a newline. 0

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

Violation Message Line
Errors Class 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
Errors Class Fan-Out Complexity is 34 (max allowed is 20). 95
Errors Cyclomatic Complexity is 17 (max allowed is 10). 176
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 309
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 332

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

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 75
Errors Cyclomatic Complexity is 20 (max allowed is 10). 104

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

Violation Message Line
Errors Class Fan-Out Complexity is 22 (max allowed is 20). 75
Errors Cyclomatic Complexity is 19 (max allowed is 10). 83
Errors Cyclomatic Complexity is 32 (max allowed is 10). 164

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

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 71

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

Violation Message Line
Errors Class Fan-Out Complexity is 25 (max allowed is 20). 80

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

Violation Message Line
Errors Class 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
Errors Class Fan-Out Complexity is 61 (max allowed is 20). 118
Errors Cyclomatic Complexity is 16 (max allowed is 10). 260
Errors Cyclomatic Complexity is 11 (max allowed is 10). 661
Errors Cyclomatic Complexity is 13 (max allowed is 10). 684
Errors Cyclomatic Complexity is 13 (max allowed is 10). 745

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

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Redundant throws: 'MalformedURLException' is subclass of 'IOException'. 95
Warnings Redundant throws: 'FactoryConfigurationError' is unchecked exception. 95

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

Violation Message Line
Errors Class Fan-Out Complexity is 30 (max allowed is 20). 81
Errors Cyclomatic Complexity is 14 (max allowed is 10). 93

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

Violation Message Line
Errors Class Fan-Out Complexity is 27 (max allowed is 20). 78