Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4035

Rules

RulesViolationsSeverity
EmptyStatement0Warnings Warning
CyclomaticComplexity3Errors Error
ClassFanOutComplexity1Errors Error
CovariantEquals0Errors Error
ClassDataAbstractionCoupling
  • max: "12"
1Errors Error
NPathComplexity0Errors Error
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
RedundantModifier0Warnings Warning
RedundantThrows3Warnings Warning
FileLength0Errors Error
NewlineAtEndOfFile0Warnings Warning

Details

org/deegree/client/wpsprinter/CodeTypeConverter.java

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

org/deegree/client/wpsprinter/WpsPrinterBean.java

ViolationMessageLine
ErrorsClass 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
ErrorsClass Fan-Out Complexity is 36 (max allowed is 20).90
ErrorsCyclomatic Complexity is 15 (max allowed is 10).117
WarningsRedundant throws: 'AbortProcessingException' is unchecked exception.220
ErrorsCyclomatic Complexity is 11 (max allowed is 10).261
WarningsRedundant throws: 'AbortProcessingException' is unchecked exception.262
ErrorsCyclomatic Complexity is 21 (max allowed is 10).324