The following document contains the results of Checkstyle 5.7. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | AvoidInlineConditionals | 23 | |
MagicNumber
|
2 | ||
| design | VisibilityModifier | 9 | |
| misc | ArrayTypeStyle | 2 | |
| FinalParameters | 9 | ||
TodoComment
|
3 | ||
| sizes | FileLength
|
1 | |
LineLength
|
63 | ||
MethodLength
|
16 | ||
| ParameterNumber | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 99 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 101 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 104 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 109 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 111 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | FinalParameters | Parameter response should be final. | 38 | |
| misc | FinalParameters | Parameter len should be final. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 103 lines (max allowed is 50). | 168 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'gzipStream' must be private and have accessor methods. | 24 | |
| design | VisibilityModifier | Variable 'open' must be private and have accessor methods. | 26 | |
| design | VisibilityModifier | Variable 'output' must be private and have accessor methods. | 28 | |
| misc | FinalParameters | Parameter output should be final. | 38 | |
| misc | FinalParameters | Parameter b should be final. | 72 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 72 | |
| misc | FinalParameters | Parameter b should be final. | 82 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 82 | |
| misc | FinalParameters | Parameter off should be final. | 82 | |
| misc | FinalParameters | Parameter len should be final. | 82 | |
| misc | FinalParameters | Parameter b should be final. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 110 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 112 | |
| sizes | MethodLength | Method length is 77 lines (max allowed is 50). | 148 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 180 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 188 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 199 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 12 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 110 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 119 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 189 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 192 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 215 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 217 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 237 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 80 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 112 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 114 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 118 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 120 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 124 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 65 lines (max allowed is 50). | 64 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 113 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 119 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 951 lines (max allowed is 500). | 1 | |
| misc | TodoComment | Comment matches to-do format '(?i)todo'. | 139 | |
| misc | TodoComment | Comment matches to-do format '(?i)todo'. | 189 | |
| sizes | MethodLength | Method length is 57 lines (max allowed is 50). | 191 | |
| misc | TodoComment | Comment matches to-do format '(?i)todo'. | 222 | |
| sizes | MethodLength | Method length is 98 lines (max allowed is 50). | 264 | |
| misc | FinalParameters | Parameter response should be final. | 265 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 358 | |
| sizes | MethodLength | Method length is 57 lines (max allowed is 50). | 404 | |
| sizes | MethodLength | Method length is 58 lines (max allowed is 50). | 475 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 529 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 551 | |
| sizes | MethodLength | Method length is 52 lines (max allowed is 50). | 570 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 599 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 600 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 601 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 603 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 605 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 607 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 608 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 609 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 611 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 658 | |
| coding | MagicNumber | '24' is a magic number. | 759 | |
| sizes | MethodLength | Method length is 94 lines (max allowed is 50). | 771 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 808 | |
| sizes | LineLength | Line is longer than 100 characters (found 142). | 813 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 818 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 837 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 842 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 847 | |
| sizes | MethodLength | Method length is 75 lines (max allowed is 50). | 873 | |
| coding | MagicNumber | '0.8f' is a magic number. | 888 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 934 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 939 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 100 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 132). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 128). | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 18 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 27 | |
| design | VisibilityModifier | Variable 'preference' must be private and have accessor methods. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 16 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'eValBuf' must be private and have accessor methods. | 28 | |
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'objStack' must be private and have accessor methods. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 54 lines (max allowed is 50). | 43 | |
| sizes | MethodLength | Method length is 58 lines (max allowed is 50). | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 83 lines (max allowed is 50). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 141 | |
| sizes | MethodLength | Method length is 94 lines (max allowed is 50). | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 88 lines (max allowed is 50). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 146 | |
| sizes | MethodLength | Method length is 89 lines (max allowed is 50). | 182 |