The following document contains the results of Checkstyle
.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 21 | 0 | 0 | 55 |
| 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 |
|---|---|---|
| Missing a Javadoc comment. | 48 |
| 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 |
|---|---|---|
| Must have at least one statement. | 268 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 26 |
| 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'. | 47 | |
| Expected @throws tag for 'ParseException'. | 62 | |
| Expected @throws tag for 'ParseException'. | 114 | |
| Expected @throws tag for 'ParseException'. | 150 | |
| Expected @throws tag for 'ParseException'. | 176 | |
| Expected @throws tag for 'ParseException'. | 196 | |
| Expected @throws tag for 'ParseException'. | 209 | |
| Expected @throws tag for 'ParseException'. | 228 | |
| Expected @throws tag for 'ParseException'. | 240 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 27 |
| 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 |
|---|---|---|
| Variable 'defaultWidth' must be private and have accessor methods. | 71 | |
| Variable 'defaultLeftPad' must be private and have accessor methods. | 79 | |
| Variable 'defaultDescPad' must be private and have accessor methods. | 88 | |
| Variable 'defaultSyntaxPrefix' must be private and have accessor methods. | 96 | |
| Variable 'defaultNewLine' must be private and have accessor methods. | 104 | |
| Variable 'defaultOptPrefix' must be private and have accessor methods. | 112 | |
| Variable 'defaultLongOptPrefix' must be private and have accessor methods. | 120 | |
| Variable 'defaultArgName' must be private and have accessor methods. | 128 | |
| Expected an @return tag. | 302 | |
| Expected @param tag for 'comparator'. | 312 | |
| More than 7 parameters. | 439 | |
| More than 7 parameters. | 466 | |
| '8' is a magic number. | 734 | |
| '(' is followed by whitespace. | 844 | |
| ')' is preceded with whitespace. | 844 | |
| Inner assignments should be avoided. | 871 | |
| Inner assignments should be avoided. | 872 | |
| Inner assignments should be avoided. | 887 | |
| Inner assignments should be avoided. | 903 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 |
| 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 |