The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
EmptyStatement | 0 | Warning |
CyclomaticComplexity | 7 | Error |
ClassFanOutComplexity | 2 | Error |
CovariantEquals | 0 | Error |
ClassDataAbstractionCoupling
| 1 | Error |
NPathComplexity | 3 | Error |
RedundantImport | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantModifier | 0 | Warning |
RedundantThrows | 6 | Warning |
FileLength | 0 | Error |
NewlineAtEndOfFile | 0 | Warning |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 21 (max allowed is 20). | 73 | |
Cyclomatic Complexity is 29 (max allowed is 10). | 96 | |
NPath Complexity is 1,772 (max allowed is 200). | 96 |
Violation | Message | Line |
---|---|---|
Redundant throws: 'AbortProcessingException' is unchecked exception. | 115 | |
Redundant throws: 'AbortProcessingException' is unchecked exception. | 143 | |
Cyclomatic Complexity is 21 (max allowed is 10). | 171 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 12 (max allowed is 10). | 114 |
Violation | Message | Line |
---|---|---|
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 | |
Class Fan-Out Complexity is 51 (max allowed is 20). | 105 | |
Redundant throws: 'AbortProcessingException' is unchecked exception. | 162 | |
Cyclomatic Complexity is 20 (max allowed is 10). | 202 | |
NPath Complexity is 1,105 (max allowed is 200). | 202 | |
Cyclomatic Complexity is 16 (max allowed is 10). | 361 | |
NPath Complexity is 320 (max allowed is 200). | 361 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 21 (max allowed is 10). | 77 | |
Redundant throws: 'AbortProcessingException' is unchecked exception. | 80 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 13 (max allowed is 10). | 110 |