The following document contains the results of Checkstyle.
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 133 | 
|  | Missing a Javadoc comment. | 140 | 
|  | Don't use trailing comments. | 184 | 
|  | Don't use trailing comments. | 188 | 
|  | Missing a Javadoc comment. | 210 | 
|  | Missing a Javadoc comment. | 217 | 
|  | Missing a Javadoc comment. | 224 | 
|  | Parameter off should be final. | 224 | 
|  | Parameter len should be final. | 224 | 
|  | Don't use trailing comments. | 252 | 
|  | Don't use trailing comments. | 263 | 
|  | Don't use trailing comments. | 268 | 
|  | Assignment of parameter 'off' is not allowed. | 290 | 
|  | Assignment of parameter 'len' is not allowed. | 291 | 
|  | Don't use trailing comments. | 296 | 
|  | Missing a Javadoc comment. | 319 | 
|  | Parameter off should be final. | 319 | 
|  | Parameter len should be final. | 319 | 
|  | Don't use trailing comments. | 341 | 
|  | Don't use trailing comments. | 358 | 
|  | Assignment of parameter 'off' is not allowed. | 379 | 
|  | Assignment of parameter 'len' is not allowed. | 380 | 
|  | Don't use trailing comments. | 385 | 
|  | Missing a Javadoc comment. | 403 | 
|  | Missing a Javadoc comment. | 411 | 
|  | Don't use trailing comments. | 477 | 
|  | Don't use trailing comments. | 485 | 
|  | Don't use trailing comments. | 499 | 
|  | Don't use trailing comments. | 517 | 
|  | Don't use trailing comments. | 538 | 
|  | Missing a Javadoc comment. | 550 | 
|  | Missing a Javadoc comment. | 557 | 
|  | Missing a Javadoc comment. | 559 | 
|  | Missing a Javadoc comment. | 561 | 
|  | Missing a Javadoc comment. | 563 | 
|  | Missing a Javadoc comment. | 588 | 
|  | Missing a Javadoc comment. | 590 | 
|  | 'filePointer' hides a field. | 753 | 
|  | 'filePointer' hides a field. | 797 | 
|  | Don't use trailing comments. | 853 | 
|  | Don't use trailing comments. | 859 | 
|  | Don't use trailing comments. | 869 | 
|  | Don't use trailing comments. | 875 | 
|  | 'blockSize' hides a field. | 1011 | 
|  | 'cacheBlocks' hides a field. | 1012 | 
|  | 'blockSize' hides a field. | 1039 | 
|  | 'cacheBlocks' hides a field. | 1040 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 139 | 
|  | Missing a Javadoc comment. | 165 | 
|  | Missing a Javadoc comment. | 170 | 
|  | Missing a Javadoc comment. | 181 | 
|  | Missing a Javadoc comment. | 239 | 
|  | Missing a Javadoc comment. | 274 | 
|  | Missing a Javadoc comment. | 285 | 
|  | Variable 's0' should be declared final. | 479 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 97 | 
|  | Missing a Javadoc comment. | 99 | 
|  | Missing a Javadoc comment. | 110 | 
|  | Missing a Javadoc comment. | 123 | 
|  | Missing a Javadoc comment. | 130 | 
|  | Missing a Javadoc comment. | 137 | 
|  | Missing a Javadoc comment. | 154 | 
|  | Missing a Javadoc comment. | 162 | 
|  | Missing a Javadoc comment. | 191 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 104 | 
|  | Missing a Javadoc comment. | 111 | 
|  | Don't use trailing comments. | 124 | 
|  | Missing a Javadoc comment. | 129 | 
|  | Missing a Javadoc comment. | 136 | 
|  | Missing a Javadoc comment. | 143 | 
|  | Parameter off should be final. | 143 | 
|  | Parameter len should be final. | 143 | 
|  | Don't use trailing comments. | 178 | 
|  | Assignment of parameter 'len' is not allowed. | 195 | 
|  | Assignment of parameter 'off' is not allowed. | 196 | 
|  | Missing a Javadoc comment. | 204 | 
|  | Don't use trailing comments. | 229 | 
|  | Missing a Javadoc comment. | 250 | 
|  | Missing a Javadoc comment. | 258 | 
|  | Missing a Javadoc comment. | 313 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 74 | 
|  | Missing a Javadoc comment. | 161 | 
|  | Missing a Javadoc comment. | 166 | 
|  | Missing a Javadoc comment. | 183 | 
|  | Missing a Javadoc comment. | 306 | 
|  | Missing a Javadoc comment. | 425 | 
|  | Missing a Javadoc comment. | 431 | 
|  | Missing a Javadoc comment. | 459 | 
|  | Missing a Javadoc comment. | 465 | 
|  | Missing a Javadoc comment. | 496 | 
|  | Missing a Javadoc comment. | 502 | 
|  | Missing a Javadoc comment. | 508 | 
|  | Redundant throws: 'NullPointerException' is unchecked exception. | 655 | 
|  | Redundant throws: 'IndexOutOfBoundsException' is unchecked exception. | 655 | 
| Violation | Message | Line | 
|---|---|---|
|  | Variable 'task' must be private and have accessor methods. | 208 | 
|  | Variable 'panel' must be private and have accessor methods. | 211 | 
|  | Variable 'cancelListener' must be private and have accessor methods. | 214 | 
|  | Variable 'visibleMillis' must be private and have accessor methods. | 217 | 
|  | Missing a Javadoc comment. | 261 | 
|  | 'parent' hides a field. | 393 | 
|  | Redundant throws: 'HeadlessException' is unchecked exception. | 514 | 
|  | Don't use trailing comments. | 674 | 
|  | Expected @throws tag for 'Throwable'. | 895 | 
|  | Expected @param tag for 'columns'. | 1077 | 
|  | Missing a Javadoc comment. | 1128 | 
|  | Missing a Javadoc comment. | 1133 | 
|  | Missing a Javadoc comment. | 1138 | 
|  | Missing a Javadoc comment. | 1143 | 
|  | Missing a Javadoc comment. | 1194 | 
|  | Missing a Javadoc comment. | 1214 | 
| Violation | Message | Line | 
|---|---|---|
|  | Unused import - java.io.InputStream. | 25 | 
|  | Class Charsets should be declared as final. | 52 | 
|  | Expected an @return tag. | 206 | 
|  | Expected an @return tag. | 277 | 
|  | Expected an @return tag. | 346 |