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