The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 23 | 0 | 0 | 63 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 71 | |
| Must have at least one statement. | 275 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @author tag. | 55 | |
| Utility classes should not have a public or default constructor. | 55 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 26 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 45 | |
| '{' should be on a new line. | 92 | |
| '}' should be alone on a line. | 94 | |
| 'catch' is not followed by whitespace. | 94 | |
| '{' should be on a new line. | 94 | |
| '+' should be on a new line. | 95 | |
| ')' is preceded with whitespace. | 96 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @author tag. | 35 | |
| Utility classes should not have a public or default constructor. | 35 | |
| Expected @throws tag for 'ParseException'. | 46 | |
| Expected @throws tag for 'ParseException'. | 60 | |
| Expected @throws tag for 'ParseException'. | 111 | |
| Expected @throws tag for 'ParseException'. | 146 | |
| Expected @throws tag for 'ParseException'. | 171 | |
| Expected @throws tag for 'ParseException'. | 190 | |
| Expected @throws tag for 'ParseException'. | 202 | |
| Expected @throws tag for 'ParseException'. | 220 | |
| Expected @throws tag for 'ParseException'. | 231 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 349 | |
| '}' should be alone on a line. | 361 | |
| '{' should be on a new line. | 361 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 50 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.StringTokenizer. | 27 | |
| Unused import - java.io.InputStream. | 28 | |
| Unused import - java.io.ByteArrayOutputStream. | 29 | |
| Variable 'defaultWidth' must be private and have accessor methods. | 74 | |
| Variable 'defaultLeftPad' must be private and have accessor methods. | 82 | |
| Variable 'defaultDescPad' must be private and have accessor methods. | 91 | |
| Variable 'defaultSyntaxPrefix' must be private and have accessor methods. | 99 | |
| Variable 'defaultNewLine' must be private and have accessor methods. | 107 | |
| Variable 'defaultOptPrefix' must be private and have accessor methods. | 115 | |
| Variable 'defaultLongOptPrefix' must be private and have accessor methods. | 123 | |
| Variable 'defaultArgName' must be private and have accessor methods. | 131 | |
| Expected an @return tag. | 306 | |
| Expected @param tag for 'comparator'. | 317 | |
| More than 7 parameters. | 444 | |
| More than 7 parameters. | 471 | |
| '8' is a magic number. | 739 | |
| '(' is followed by whitespace. | 849 | |
| ')' is preceded with whitespace. | 849 | |
| Inner assignments should be avoided. | 876 | |
| Inner assignments should be avoided. | 877 | |
| Inner assignments should be avoided. | 892 | |
| Inner assignments should be avoided. | 908 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 41 | |
| Variable access definition in wrong order. | 44 | |
| Variable access definition in wrong order. | 47 | |
| Unnecessary parentheses around assignment right-hand side. | 622 | |
| '31' is a magic number. | 623 | |
| Expected an @return tag. | 637 | |
| Expected an @return tag. | 668 | |
| Expected @param tag for 'value'. | 668 |