Checkstyle Results
The following document contains the results of Checkstyle 9.3 with /var/jenkins_home/workspace/TP-ACL_deploy_develop/server/../checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
7 | 0 | 0 | 22 |
Files
Details
org/europa/together/application/acl/AccountHbmDAO.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.europa.together.domain.ConfigurationDO. | 14 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 86 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 100 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 114 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 128 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 142 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 156 |
org/europa/together/application/acl/PermissionHbmDAO.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | LocalVariableName | Name '_role' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | naming | LocalVariableName | Name '_resource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 83 |
org/europa/together/orchestration/acl/LoginLogout.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | FinalParameters | Parameter loginId should be final. | 62 |
Error | misc | FinalParameters | Parameter loginPwd should be final. | 63 |
Error | misc | FinalParameters | Parameter loginId should be final. | 109 |
org/europa/together/orchestration/acl/Registration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | FinalParameters | Parameter accountID should be final. | 58 |
Error | misc | FinalParameters | Parameter accountPwd should be final. | 59 |
Error | sizes | LineLength | Line is longer than 100 characters (found 103). | 84 |
Error | misc | FinalParameters | Parameter activationCode should be final. | 84 |
Error | misc | TodoComment | Comment matches to-do format 'TODO:'. | 85 |
org/europa/together/service/acl/AclConfiguartionService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | blocks | EmptyBlock | Must have at least one statement. | 33 |
Error | blocks | EmptyBlock | Must have at least one statement. | 44 |
Error | blocks | EmptyBlock | Must have at least one statement. | 55 |
org/europa/together/service/acl/PermissionService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 100 characters (found 101). | 167 |