Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
52 0 0 63

Details

tinlizard/dao/io/MashDaoImpl.java

Violation Message Line
Errors '5' is a magic number. 53
Errors '?' is not preceded with whitespace. 157
Errors '?' is not followed by whitespace. 157
Errors '?' is not preceded with whitespace. 203
Errors '?' is not followed by whitespace. 203
Errors '?' is not preceded with whitespace. 210
Errors '?' is not followed by whitespace. 210

tinlizard/dao/jpa/JpaDao.java

Violation Message Line
Errors '?' is not preceded with whitespace. 133
Errors '?' is not followed by whitespace. 133
Errors '?' is not preceded with whitespace. 177
Errors '?' is not followed by whitespace. 177
Errors Line has trailing spaces. 339
Errors Line contains a tab character. 339

tinlizard/model/Codeline.java

Violation Message Line
Errors '{' is followed by whitespace. 295
Errors '?' is not preceded with whitespace. 358
Errors '?' is not followed by whitespace. 358
Errors 'id' hides a field. 359
Errors 'id' hides a field. 402

tinlizard/model/CurrentUser.java

Violation Message Line
Errors Missing a Javadoc comment. 68
Errors Variable 'username' must be private and have accessor methods. 69
Errors Variable 'locale' must be private and have accessor methods. 70

tinlizard/model/Project.java

Violation Message Line
Errors '?' is not preceded with whitespace. 186
Errors '?' is not followed by whitespace. 186
Errors 'id' hides a field. 187
Errors 'name' hides a field. 242

tinlizard/util/JndiUtil.java

Violation Message Line
Errors Inner assignments should be avoided. 95

tinlizard/web/DependencyWeb.java

Violation Message Line
Errors Variable 'subject' must be private and have accessor methods. 39
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 57
Errors Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. 61
Errors Method 'getArtifactId' is not designed for extension - needs to be abstract, final or empty. 66
Errors Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 71
Errors Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. 76
Errors Method 'getCreatedBy' is not designed for extension - needs to be abstract, final or empty. 81
Errors Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. 86
Errors Method 'getLastModifiedBy' is not designed for extension - needs to be abstract, final or empty. 91
Errors Method 'getDynamic' is not designed for extension - needs to be abstract, final or empty. 140

tinlizard/web/LocalizationFilter.java

Violation Message Line
Errors Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 28

tinlizard/web/ObjectCollectionWeb.java

Violation Message Line
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 62
Errors '?' is not preceded with whitespace. 96
Errors '?' is not followed by whitespace. 96
Errors '?' is not preceded with whitespace. 108
Errors '?' is not followed by whitespace. 108
Errors '?' is not preceded with whitespace. 124
Errors '?' is not followed by whitespace. 124
Errors '?' is not preceded with whitespace. 128
Errors '?' is not followed by whitespace. 128

tinlizard/web/ObjectWeb.java

Violation Message Line
Errors Method 'doDelete' is not designed for extension - needs to be abstract, final or empty. 60
Errors Method 'gotoMyIndex' is not designed for extension - needs to be abstract, final or empty. 94

tinlizard/web/TinLizardWeb.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 78
Errors Comment matches to-do format 'TODO:'. 79
Errors Comment matches to-do format 'TODO:'. 80
Errors Comment matches to-do format 'TODO:'. 81
Errors Comment matches to-do format 'TODO:'. 84
Errors Comment matches to-do format 'TODO:'. 88
Errors Comment matches to-do format 'TODO:'. 89
Errors Comment matches to-do format 'TODO:'. 90
Errors Comment matches to-do format 'TODO:'. 91
Errors Comment matches to-do format 'TODO:'. 92
Errors Comment matches to-do format 'TODO:'. 95
Errors Comment matches to-do format 'TODO:'. 98
Errors Parameter home should be final. 146
Errors '5' is a magic number. 246
Errors Avoid inline conditionals. 368