Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
50042

Files

FilesIWE
net/sf/oness/common/all/BaseObject.java 001
net/sf/oness/common/all/BaseObject.java 0026
net/sf/oness/common/all/ReflectionToStringBuilder.java 001
net/sf/oness/common/all/ReflectionToStringBuilder.java 0013
net/sf/oness/common/all/package.html 001

net/sf/oness/common/all/BaseObject.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/common/all/BaseObject.java

ErrorLine
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Unused import - java.text.DateFormat. 19
Error Unused import - org.apache.commons.beanutils.PropertyUtils. 22
Error Line has trailing spaces. 33
Error Line has trailing spaces. 37
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 49
Error Variable 'log' must be private and have accessor methods. 49
Error Line has trailing spaces. 53
Error Expected an @return tag. 58
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 58
Error First sentence should end with a period. 62
Error Line has trailing spaces. 64
Error Expected an @return tag. 68
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 68
Error Parameter o should be final. 68
Error Expected @param tag for 'o'. 68
Error First sentence should end with a period. 72
Error Line has trailing spaces. 74
Error Expected an @return tag. 78
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 78
Error Line has trailing spaces. 85
Error Expected an @return tag. 90
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 90

net/sf/oness/common/all/ReflectionToStringBuilder.java

ErrorLine
Error File does not end with a newline. 0

net/sf/oness/common/all/ReflectionToStringBuilder.java

ErrorLine
Error Line does not match expected header line of ' * '. 3
Error First sentence should end with a period. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Parameter object should be final. 37
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter f should be final. 47
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 47
Error 'else' construct must use '{}'s. 54

net/sf/oness/common/all/package.html

ErrorLine
Error Missing package documentation file.0