Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1300173

Files

FilesIWE
net/sf/oness/user/model/bo/Authority.java 0015
net/sf/oness/user/model/bo/User.java 001
net/sf/oness/user/model/bo/User.java 0059
net/sf/oness/user/model/bo/package.html 001
net/sf/oness/user/model/dao/UserDao.java 001
net/sf/oness/user/model/dao/UserDao.java 0013
net/sf/oness/user/model/dao/UserHibernateDao.java 001
net/sf/oness/user/model/dao/UserHibernateDao.java 0055
net/sf/oness/user/model/dao/package.html 001
net/sf/oness/user/model/spring/SessionFactoryPostProcessor.java 001
net/sf/oness/user/model/spring/SessionFactoryPostProcessor.java 0024
net/sf/oness/user/model/spring/package.html 001

net/sf/oness/user/model/bo/Authority.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 33
Error Parameter name should be final. 33
Error 'name' hides a field. 33
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter name should be final. 37
Error 'name' hides a field. 37
Error Line has trailing spaces. 43
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 46

net/sf/oness/user/model/bo/User.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/user/model/bo/User.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error '{' should be on the previous line. 29
Error First sentence should end with a period. 31
Error Line has trailing spaces. 33
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 46
Error '{' should be on the previous line. 47
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error Parameter name should be final. 50
Error 'name' hides a field. 50
Error Parameter password should be final. 50
Error 'password' hides a field. 50
Error Parameter enabled should be final. 50
Error 'enabled' hides a field. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error '(' is followed by whitespace. 57
Error Parameter name should be final. 57
Error 'name' hides a field. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 66
Error '{' should be on the previous line. 67
Error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '(' is followed by whitespace. 71
Error Parameter password should be final. 71
Error 'password' hides a field. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 80
Error '{' should be on the previous line. 81
Error Line has trailing spaces. 87
Error Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. 91
Error '(' is followed by whitespace. 91
Error Parameter enabled should be final. 91
Error 'enabled' hides a field. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error Avoid inline conditionals. 93
Error Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. 100
Error '{' should be on the previous line. 101
Error Method 'setAuthorities' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error '(' is followed by whitespace. 105
Error Parameter authorities should be final. 105
Error 'authorities' hides a field. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error Line is longer than 80 characters. 113
Error Method 'getAuthorities' is not designed for extension - needs to be abstract, final or empty. 116
Error '{' should be on the previous line. 117

net/sf/oness/user/model/bo/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/oness/user/model/dao/UserDao.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/user/model/dao/UserDao.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error First sentence should end with a period. 21
Error Line has trailing spaces. 23
Error First sentence should end with a period. 29
Error Expected an @return tag. 34
Error Redundant 'public' modifier. 34
Error Expected @param tag for 'user'. 34
Error First sentence should end with a period. 36
Error Expected an @return tag. 41
Error Redundant 'public' modifier. 41
Error Expected @param tag for 'authority'. 41

net/sf/oness/user/model/dao/UserHibernateDao.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/user/model/dao/UserHibernateDao.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 30
Error Line has trailing spaces. 34
Error '{' should be on the previous line. 41
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error Parameter user should be final. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Method 'create' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 49
Error Parameter authority should be final. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 50
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line is longer than 80 characters. 55
Error Method 'loadUserByUsername' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error '(' is followed by whitespace. 55
Error Parameter name should be final. 55
Error ')' is preceded with whitespace. 55
Error Redundant throws: 'UsernameNotFoundException' is unchecked exception. 55
Error Redundant throws: 'DataAccessException' is unchecked exception. 56
Error '{' should be on the previous line. 57
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line is longer than 80 characters. 68
Error '}' should be on the same line. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error Line is longer than 80 characters. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line is longer than 80 characters. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 94

net/sf/oness/user/model/dao/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/oness/user/model/spring/SessionFactoryPostProcessor.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/user/model/spring/SessionFactoryPostProcessor.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error Line has trailing spaces. 28
Error Line is longer than 80 characters. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 36
Error Method 'setMappingResources' is not designed for extension - needs to be abstract, final or empty. 42
Error Parameter mappingResources should be final. 42
Error 'mappingResources' hides a field. 42
Error Method 'getMappingResources' is not designed for extension - needs to be abstract, final or empty. 49
Error Method 'setUserMappingResources' is not designed for extension - needs to be abstract, final or empty. 57
Error Parameter userMappingResources should be final. 57
Error 'userMappingResources' hides a field. 57
Error Method 'getUserMappingResources' is not designed for extension - needs to be abstract, final or empty. 64
Error Line is longer than 80 characters. 69
Error Method 'postProcessBeforeInitialization' is not designed for extension - needs to be abstract, final or empty. 72
Error Parameter bean should be final. 72
Error Parameter name should be final. 72
Error Redundant throws: 'BeansException' is unchecked exception. 73
Error Line is longer than 80 characters. 75
Error Line is longer than 80 characters. 87
Error Method 'postProcessAfterInitialization' is not designed for extension - needs to be abstract, final or empty. 90
Error Parameter bean should be final. 90
Error Parameter name should be final. 90
Error Redundant throws: 'BeansException' is unchecked exception. 91

net/sf/oness/user/model/spring/package.html

ErrorLine
Error Missing package documentation file.0