Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
Files | Infos  | Warnings  | Errors  |
---|
3 | 0 | 0 | 1 |
Rules
Rules | Violations | Severity |
---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 0 | Error |
ClassFanOutComplexity | 0 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling | 1 | Error |
NPathComplexity | 0 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 0 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
Details
org/deegree/services/wps/provider/style/StyleProcessProvider.java
Violation | Message | Line |
---|
 | Class Data Abstraction Coupling is 14 (max allowed is 12) classes [CodeType, ComplexFormatType, ComplexInputDefinition, ComplexOutputDefinition, GenericWPSProcess, HashMap, InputParameters, JAXBElement, LanguageStringType, OutputParameters, ProcessDefinition, QName, StyleProcesslet, org.deegree.process.jaxb.java.CodeType]. | 68 |