The following document contains the results of Checkstyle. 
| Rules | Violations | Severity | 
|---|---|---|
| EmptyStatement | 0 | |
| CyclomaticComplexity | 7 | |
| ClassFanOutComplexity | 2 | |
| CovariantEquals | 0 | |
ClassDataAbstractionCoupling
  | 
1 | |
| NPathComplexity | 3 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| RedundantModifier | 0 | |
| RedundantThrows | 6 | |
| FileLength | 0 | |
| NewlineAtEndOfFile | 0 | 
| 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 |