Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 0 3 5

Rules

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

Details

org/deegree/client/wpsprinter/CodeTypeConverter.java

Violation Message Line
Warnings Redundant throws: 'ConverterException' is unchecked exception. 59

org/deegree/client/wpsprinter/WpsPrinterBean.java

Violation Message Line
Errors Class Data Abstraction Coupling is 19 (max allowed is 12) classes [ArrayList, CodeTypeConverter, DateTimeConverter, DoubleConverter, DoubleRangeValidator, FloatConverter, HtmlInputHidden, HtmlInputText, HtmlOutputLabel, HtmlOutputText, HtmlPanelGrid, HtmlPanelGroup, HtmlSelectBooleanCheckbox, IntegerConverter, LongConverter, LongRangeValidator, SelectItem, URL, WPSClient]. 90
Errors Class Fan-Out Complexity is 36 (max allowed is 20). 90
Errors Cyclomatic Complexity is 15 (max allowed is 10). 117
Warnings Redundant throws: 'AbortProcessingException' is unchecked exception. 220
Errors Cyclomatic Complexity is 11 (max allowed is 10). 261
Warnings Redundant throws: 'AbortProcessingException' is unchecked exception. 262
Errors Cyclomatic Complexity is 21 (max allowed is 10). 324