The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 9 | Error |
ClassFanOutComplexity | 10 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 2 | Error |
NPathComplexity | 0 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 1 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 4 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 2 | Warning |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 24 (max allowed is 20). | 71 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 27 (max allowed is 20). | 82 |
Violation | Message | Line |
---|---|---|
Unused import - org.deegree.services.wps.WPSProcess. | 50 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
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 | |
Class Fan-Out Complexity is 34 (max allowed is 20). | 95 | |
Cyclomatic Complexity is 17 (max allowed is 10). | 176 | |
Redundant throws: 'FactoryConfigurationError' is unchecked exception. | 309 | |
Redundant throws: 'FactoryConfigurationError' is unchecked exception. | 332 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 21 (max allowed is 20). | 75 | |
Cyclomatic Complexity is 20 (max allowed is 10). | 104 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 22 (max allowed is 20). | 75 | |
Cyclomatic Complexity is 19 (max allowed is 10). | 83 | |
Cyclomatic Complexity is 32 (max allowed is 10). | 164 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 21 (max allowed is 20). | 71 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 25 (max allowed is 20). | 80 |
Violation | Message | Line |
---|---|---|
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 | |
Class Fan-Out Complexity is 61 (max allowed is 20). | 118 | |
Cyclomatic Complexity is 16 (max allowed is 10). | 260 | |
Cyclomatic Complexity is 11 (max allowed is 10). | 661 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 684 | |
Cyclomatic Complexity is 13 (max allowed is 10). | 745 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 95 | |
Redundant throws: 'FactoryConfigurationError' is unchecked exception. | 95 |