The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 52 | 0 | 0 | 63 |
| Files | I |
W |
E |
|---|---|---|---|
| tinlizard/dao/io/MashDaoImpl.java | 0 | 0 | 7 |
| tinlizard/dao/jpa/JpaDao.java | 0 | 0 | 6 |
| tinlizard/model/Codeline.java | 0 | 0 | 5 |
| tinlizard/model/CurrentUser.java | 0 | 0 | 3 |
| tinlizard/model/Project.java | 0 | 0 | 4 |
| tinlizard/util/JndiUtil.java | 0 | 0 | 1 |
| tinlizard/web/DependencyWeb.java | 0 | 0 | 10 |
| tinlizard/web/LocalizationFilter.java | 0 | 0 | 1 |
| tinlizard/web/ObjectCollectionWeb.java | 0 | 0 | 9 |
| tinlizard/web/ObjectWeb.java | 0 | 0 | 2 |
| tinlizard/web/TinLizardWeb.java | 0 | 0 | 15 |
| Violation | Message | Line |
|---|---|---|
| '5' is a magic number. | 53 | |
| '?' is not preceded with whitespace. | 157 | |
| '?' is not followed by whitespace. | 157 | |
| '?' is not preceded with whitespace. | 203 | |
| '?' is not followed by whitespace. | 203 | |
| '?' is not preceded with whitespace. | 210 | |
| '?' is not followed by whitespace. | 210 |
| Violation | Message | Line |
|---|---|---|
| '?' is not preceded with whitespace. | 133 | |
| '?' is not followed by whitespace. | 133 | |
| '?' is not preceded with whitespace. | 177 | |
| '?' is not followed by whitespace. | 177 | |
| Line has trailing spaces. | 339 | |
| Line contains a tab character. | 339 |
| Violation | Message | Line |
|---|---|---|
| '{' is followed by whitespace. | 295 | |
| '?' is not preceded with whitespace. | 358 | |
| '?' is not followed by whitespace. | 358 | |
| 'id' hides a field. | 359 | |
| 'id' hides a field. | 402 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 68 | |
| Variable 'username' must be private and have accessor methods. | 69 | |
| Variable 'locale' must be private and have accessor methods. | 70 |
| Violation | Message | Line |
|---|---|---|
| '?' is not preceded with whitespace. | 186 | |
| '?' is not followed by whitespace. | 186 | |
| 'id' hides a field. | 187 | |
| 'name' hides a field. | 242 |
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 95 |
| Violation | Message | Line |
|---|---|---|
| Variable 'subject' must be private and have accessor methods. | 39 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Method 'getArtifactId' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Method 'getCreatedBy' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Method 'getLastModifiedBy' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Method 'getDynamic' is not designed for extension - needs to be abstract, final or empty. | 140 |
| Violation | Message | Line |
|---|---|---|
| Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. | 28 |
| Violation | Message | Line |
|---|---|---|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| '?' is not preceded with whitespace. | 96 | |
| '?' is not followed by whitespace. | 96 | |
| '?' is not preceded with whitespace. | 108 | |
| '?' is not followed by whitespace. | 108 | |
| '?' is not preceded with whitespace. | 124 | |
| '?' is not followed by whitespace. | 124 | |
| '?' is not preceded with whitespace. | 128 | |
| '?' is not followed by whitespace. | 128 |
| Violation | Message | Line |
|---|---|---|
| Method 'doDelete' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Method 'gotoMyIndex' is not designed for extension - needs to be abstract, final or empty. | 94 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 78 | |
| Comment matches to-do format 'TODO:'. | 79 | |
| Comment matches to-do format 'TODO:'. | 80 | |
| Comment matches to-do format 'TODO:'. | 81 | |
| Comment matches to-do format 'TODO:'. | 84 | |
| Comment matches to-do format 'TODO:'. | 88 | |
| Comment matches to-do format 'TODO:'. | 89 | |
| Comment matches to-do format 'TODO:'. | 90 | |
| Comment matches to-do format 'TODO:'. | 91 | |
| Comment matches to-do format 'TODO:'. | 92 | |
| Comment matches to-do format 'TODO:'. | 95 | |
| Comment matches to-do format 'TODO:'. | 98 | |
| Parameter home should be final. | 146 | |
| '5' is a magic number. | 246 | |
| Avoid inline conditionals. | 368 |