Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
110613

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity7Errors Error
ClassFanOutComplexity2Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity3Errors Error
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows6Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

org/deegree/wpsclient/controller/ProcessExecuter.java

ViolationMessageLine
ErrorsClass Fan-Out Complexity is 21 (max allowed is 20).73
ErrorsCyclomatic Complexity is 29 (max allowed is 10).96
ErrorsNPath Complexity is 1,772 (max allowed is 200).96

org/deegree/wpsclient/gui/ClientBean.java

ViolationMessageLine
WarningsRedundant throws: 'AbortProcessingException' is unchecked exception.115
WarningsRedundant throws: 'AbortProcessingException' is unchecked exception.143
ErrorsCyclomatic Complexity is 21 (max allowed is 10).171

org/deegree/wpsclient/gui/ExecuteBean.java

ViolationMessageLine
ErrorsCyclomatic Complexity is 12 (max allowed is 10).114

org/deegree/wpsclient/gui/FormBean.java

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 51 (max allowed is 20).105
WarningsRedundant throws: 'AbortProcessingException' is unchecked exception.162
ErrorsCyclomatic Complexity is 20 (max allowed is 10).202
ErrorsNPath Complexity is 1,105 (max allowed is 200).202
ErrorsCyclomatic Complexity is 16 (max allowed is 10).361
ErrorsNPath Complexity is 320 (max allowed is 200).361

org/deegree/wpsclient/gui/MultipleComponentListener.java

ViolationMessageLine
ErrorsCyclomatic Complexity is 21 (max allowed is 10).77
WarningsRedundant throws: 'AbortProcessingException' is unchecked exception.80

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

ViolationMessageLine
ErrorsCyclomatic Complexity is 13 (max allowed is 10).110

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

ViolationMessageLine
WarningsRedundant throws: 'ConverterException' is unchecked exception.159

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

ViolationMessageLine
WarningsRedundant throws: 'ConverterException' is unchecked exception.59