Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
11 0 6 13

Rules

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

Details

org/deegree/wpsclient/controller/ProcessExecuter.java

Violation Message Line
Errors Class Fan-Out Complexity is 21 (max allowed is 20). 73
Errors Cyclomatic Complexity is 29 (max allowed is 10). 96
Errors NPath Complexity is 1,772 (max allowed is 200). 96

org/deegree/wpsclient/gui/ClientBean.java

Violation Message Line
Warnings Redundant throws: 'AbortProcessingException' is unchecked exception. 115
Warnings Redundant throws: 'AbortProcessingException' is unchecked exception. 143
Errors Cyclomatic Complexity is 21 (max allowed is 10). 171

org/deegree/wpsclient/gui/ExecuteBean.java

Violation Message Line
Errors Cyclomatic Complexity is 12 (max allowed is 10). 114

org/deegree/wpsclient/gui/FormBean.java

Violation Message Line
Errors Class Data Abstraction Coupling is 24 (max allowed is 12) classes [AjaxBehavior, ArrayList, Class, ComplexFormatConverter, HashMap, HtmlCommandButton, HtmlFieldset, HtmlForm, HtmlInputBBox, HtmlInputFile, HtmlInputText, HtmlLiteralInput, HtmlMessage, HtmlOutputLabel, HtmlOutputText, HtmlPanelGrid, HtmlPanelGroup, HtmlSelectFormat, HtmlSelectManyCheckbox, HtmlSelectOneRadio, MultipleComponentListener, StringBuilder, UIParameter, UISelectItem]. 105
Errors Class Fan-Out Complexity is 51 (max allowed is 20). 105
Warnings Redundant throws: 'AbortProcessingException' is unchecked exception. 162
Errors Cyclomatic Complexity is 20 (max allowed is 10). 202
Errors NPath Complexity is 1,105 (max allowed is 200). 202
Errors Cyclomatic Complexity is 16 (max allowed is 10). 361
Errors NPath Complexity is 320 (max allowed is 200). 361

org/deegree/wpsclient/gui/MultipleComponentListener.java

Violation Message Line
Errors Cyclomatic Complexity is 21 (max allowed is 10). 77
Warnings Redundant throws: 'AbortProcessingException' is unchecked exception. 80

org/deegree/wpsclient/gui/component/HtmlLiteralInput.java

Violation Message Line
Errors Cyclomatic Complexity is 13 (max allowed is 10). 110

org/deegree/wpsclient/gui/component/LiteralInputRenderer.java

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

org/deegree/wpsclient/gui/converter/CodeTypeConverter.java

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