Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
13 | 0 | 0 | 173 |
Files
net/sf/oness/user/model/bo/Authority.java
Error | Line |
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
33
|
| Parameter name should be final. |
33
|
| 'name' hides a field. |
33
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter name should be final. |
37
|
| 'name' hides a field. |
37
|
| Line has trailing spaces. |
43
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
46
|
net/sf/oness/user/model/bo/User.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/user/model/bo/User.java
Error | Line |
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| '{' should be on the previous line. |
29
|
| First sentence should end with a period. |
31
|
| Line has trailing spaces. |
33
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
46
|
| '{' should be on the previous line. |
47
|
| Missing a Javadoc comment. |
50
|
| '(' is followed by whitespace. |
50
|
| Parameter name should be final. |
50
|
| 'name' hides a field. |
50
|
| Parameter password should be final. |
50
|
| 'password' hides a field. |
50
|
| Parameter enabled should be final. |
50
|
| 'enabled' hides a field. |
50
|
| ')' is preceded with whitespace. |
50
|
| '{' should be on the previous line. |
51
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| '(' is followed by whitespace. |
57
|
| Parameter name should be final. |
57
|
| 'name' hides a field. |
57
|
| ')' is preceded with whitespace. |
57
|
| '{' should be on the previous line. |
58
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
66
|
| '{' should be on the previous line. |
67
|
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| '(' is followed by whitespace. |
71
|
| Parameter password should be final. |
71
|
| 'password' hides a field. |
71
|
| ')' is preceded with whitespace. |
71
|
| '{' should be on the previous line. |
72
|
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. |
80
|
| '{' should be on the previous line. |
81
|
| Line has trailing spaces. |
87
|
| Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. |
91
|
| '(' is followed by whitespace. |
91
|
| Parameter enabled should be final. |
91
|
| 'enabled' hides a field. |
91
|
| ')' is preceded with whitespace. |
91
|
| '{' should be on the previous line. |
92
|
| Avoid inline conditionals. |
93
|
| Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. |
100
|
| '{' should be on the previous line. |
101
|
| Method 'setAuthorities' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| '(' is followed by whitespace. |
105
|
| Parameter authorities should be final. |
105
|
| 'authorities' hides a field. |
105
|
| ')' is preceded with whitespace. |
105
|
| '{' should be on the previous line. |
106
|
| Line is longer than 80 characters. |
113
|
| Method 'getAuthorities' is not designed for extension - needs to be abstract, final or empty. |
116
|
| '{' should be on the previous line. |
117
|
net/sf/oness/user/model/bo/package.html
Error | Line |
| Missing package documentation file. | 0 |
net/sf/oness/user/model/dao/UserDao.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/user/model/dao/UserDao.java
Error | Line |
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| First sentence should end with a period. |
21
|
| Line has trailing spaces. |
23
|
| First sentence should end with a period. |
29
|
| Expected an @return tag. |
34
|
| Redundant 'public' modifier. |
34
|
| Expected @param tag for 'user'. |
34
|
| First sentence should end with a period. |
36
|
| Expected an @return tag. |
41
|
| Redundant 'public' modifier. |
41
|
| Expected @param tag for 'authority'. |
41
|
net/sf/oness/user/model/dao/UserHibernateDao.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/user/model/dao/UserHibernateDao.java
Error | Line |
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
30
|
| Line has trailing spaces. |
34
|
| '{' should be on the previous line. |
41
|
| Method 'create' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| '(' is followed by whitespace. |
43
|
| Parameter user should be final. |
43
|
| ')' is preceded with whitespace. |
43
|
| '{' should be on the previous line. |
44
|
| '(' is followed by whitespace. |
45
|
| ')' is preceded with whitespace. |
45
|
| Method 'create' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| '(' is followed by whitespace. |
49
|
| Parameter authority should be final. |
49
|
| ')' is preceded with whitespace. |
49
|
| '{' should be on the previous line. |
50
|
| '(' is followed by whitespace. |
51
|
| ')' is preceded with whitespace. |
51
|
| Line is longer than 80 characters. |
55
|
| Method 'loadUserByUsername' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| '(' is followed by whitespace. |
55
|
| Parameter name should be final. |
55
|
| ')' is preceded with whitespace. |
55
|
| Redundant throws: 'UsernameNotFoundException' is unchecked exception. |
55
|
| Redundant throws: 'DataAccessException' is unchecked exception. |
56
|
| '{' should be on the previous line. |
57
|
| '{' should be on the previous line. |
61
|
| '(' is followed by whitespace. |
62
|
| ')' is preceded with whitespace. |
62
|
| Line is longer than 80 characters. |
68
|
| '}' should be on the same line. |
72
|
| '(' is followed by whitespace. |
73
|
| ')' is preceded with whitespace. |
73
|
| '{' should be on the previous line. |
74
|
| '(' is followed by whitespace. |
75
|
| ')' is preceded with whitespace. |
75
|
| '(' is followed by whitespace. |
79
|
| ')' is preceded with whitespace. |
79
|
| '{' should be on the previous line. |
80
|
| Line is longer than 80 characters. |
81
|
| '(' is followed by whitespace. |
81
|
| ')' is preceded with whitespace. |
81
|
| '(' is followed by whitespace. |
87
|
| ')' is preceded with whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| '(' is followed by whitespace. |
90
|
| ')' is preceded with whitespace. |
90
|
| Line is longer than 80 characters. |
93
|
| '(' is followed by whitespace. |
93
|
| ')' is preceded with whitespace. |
94
|
net/sf/oness/user/model/dao/package.html
Error | Line |
| Missing package documentation file. | 0 |
net/sf/oness/user/model/spring/SessionFactoryPostProcessor.java
Error | Line |
| File does not end with a newline. |
0
|
net/sf/oness/user/model/spring/SessionFactoryPostProcessor.java
Error | Line |
| Line does not match expected header line of ' * '. |
3
|
| Line has trailing spaces. |
28
|
| Line is longer than 80 characters. |
29
|
| Line has trailing spaces. |
30
|
| Missing a Javadoc comment. |
36
|
| Method 'setMappingResources' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Parameter mappingResources should be final. |
42
|
| 'mappingResources' hides a field. |
42
|
| Method 'getMappingResources' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Method 'setUserMappingResources' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter userMappingResources should be final. |
57
|
| 'userMappingResources' hides a field. |
57
|
| Method 'getUserMappingResources' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Line is longer than 80 characters. |
69
|
| Method 'postProcessBeforeInitialization' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter bean should be final. |
72
|
| Parameter name should be final. |
72
|
| Redundant throws: 'BeansException' is unchecked exception. |
73
|
| Line is longer than 80 characters. |
75
|
| Line is longer than 80 characters. |
87
|
| Method 'postProcessAfterInitialization' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter bean should be final. |
90
|
| Parameter name should be final. |
90
|
| Redundant throws: 'BeansException' is unchecked exception. |
91
|
net/sf/oness/user/model/spring/package.html
Error | Line |
| Missing package documentation file. | 0 |