| Error | Line | |
|---|---|---|
|
| Line has trailing spaces. | 3 |
|
| Line has trailing spaces. | 7 |
|
| Line has trailing spaces. | 9 |
|
| Unused import - java.text.DateFormat. | 19 |
|
| Unused import - org.apache.commons.beanutils.PropertyUtils. | 22 |
|
| Line has trailing spaces. | 33 |
|
| Line has trailing spaces. | 37 |
|
| Line has trailing spaces. | 43 |
|
| Missing a Javadoc comment. | 49 |
|
| Variable 'log' must be private and have accessor methods. | 49 |
|
| Line has trailing spaces. | 53 |
|
| Expected an @return tag. | 58 |
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 |
|
| First sentence should end with a period. | 62 |
|
| Line has trailing spaces. | 64 |
|
| Expected an @return tag. | 68 |
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 68 |
|
| Parameter o should be final. | 68 |
|
| Expected @param tag for 'o'. | 68 |
|
| First sentence should end with a period. | 72 |
|
| Line has trailing spaces. | 74 |
|
| Expected an @return tag. | 78 |
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 78 |
|
| Line has trailing spaces. | 85 |
|
| Expected an @return tag. | 90 |
|
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 90 |
| Error | Line | |
|---|---|---|
|
| File does not end with a newline. | 0 |
| Error | Line | |
|---|---|---|
|
| Line does not match expected header line of ' * '. | 3 |
|
| First sentence should end with a period. | 24 |
|
| Line has trailing spaces. | 26 |
|
| Line has trailing spaces. | 28 |
|
| Missing a Javadoc comment. | 35 |
|
| Missing a Javadoc comment. | 37 |
|
| Parameter object should be final. | 37 |
|
| Line has trailing spaces. | 44 |
|
| Line is longer than 80 characters. | 45 |
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 47 |
|
| Parameter f should be final. | 47 |
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 47 |
|
| 'else' construct must use '{}'s. | 54 |