Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
21 0 0 350

Rules

Rules Violations Severity
PackageHtml 1 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 34 Errors Error
JavadocType 1 Errors Error
JavadocVariable 3 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 111 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 177 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 1 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 6 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 5 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 8 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 1 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 1 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 Errors Error
TodoComment 1 Errors Error
UpperEll 0 Errors Error

Details

net/sf/autodao/Dao.java

Violation Message Line
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '>' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors Line is longer than 80 characters. 42
Errors Expected @throws tag for 'DataAccessException'. 42
Errors Redundant throws: 'DataAccessException' is unchecked exception. 42
Errors Redundant throws: 'IllegalArgumentException' is unchecked exception. 42
Errors Line is longer than 80 characters. 45
Errors Expected @throws tag for 'DataAccessException'. 51
Errors Redundant throws: 'DataAccessException' is unchecked exception. 51
Errors Expected @throws tag for 'DataAccessException'. 58
Errors Redundant throws: 'DataAccessException' is unchecked exception. 58
Errors Expected @throws tag for 'DataAccessException'. 65
Errors Redundant throws: 'DataAccessException' is unchecked exception. 65
Errors Expected @throws tag for 'DataAccessException'. 72
Errors Redundant throws: 'DataAccessException' is unchecked exception. 72
Errors Expected @throws tag for 'DataAccessException'. 81
Errors Redundant throws: 'DataAccessException' is unchecked exception. 81
Errors Line is longer than 80 characters. 84
Errors Expected @throws tag for 'DataAccessException'. 88
Errors Redundant throws: 'DataAccessException' is unchecked exception. 88

net/sf/autodao/DefaultQueryArgumentTransformer.java

Violation Message Line
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 30
Errors Method 'transform' is not designed for extension - needs to be abstract, final or empty. 31
Errors Missing a Javadoc comment. 31
Errors Line is longer than 80 characters. 32
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '?' is not preceded with whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '?' is not followed by whitespace. 32

net/sf/autodao/Finder.java

Violation Message Line
Errors Line is longer than 80 characters. 36
Errors Unused Javadoc tag. 37
Errors Unused Javadoc tag. 43
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 55
Errors '<' is not preceded with whitespace. 60
Errors '<' is not followed by whitespace. 60
Errors '?' is not preceded with whitespace. 60
Errors '>' is not preceded with whitespace. 60

net/sf/autodao/FinderExecutor.java

Violation Message Line
Errors Line is longer than 80 characters. 28
Errors Missing a Javadoc comment. 33
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '<' is not preceded with whitespace. 35
Errors '<' is not followed by whitespace. 35
Errors '>' is not preceded with whitespace. 35
Errors '?' is not followed by whitespace. 35
Errors Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 44
Errors '<' is not followed by whitespace. 48
Errors Expected @param tag for '<T>'. 48
Errors '>' is not preceded with whitespace. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors Missing a Javadoc comment. 53
Errors Line is longer than 80 characters. 54
Errors '<' is not followed by whitespace. 54
Errors '>' is not preceded with whitespace. 54
Errors '<' is not preceded with whitespace. 54
Errors '<' is not followed by whitespace. 54
Errors '>' is not preceded with whitespace. 54
Errors '?' is not followed by whitespace. 54
Errors Line is longer than 80 characters. 57
Errors Line is longer than 80 characters. 63
Errors '<' is not followed by whitespace. 63
Errors Expected @param tag for '<T>'. 63
Errors '>' is not preceded with whitespace. 63

net/sf/autodao/FinderIntroductionAdvisor.java

Violation Message Line
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 38
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors Must have at least one statement. 43

net/sf/autodao/FinderIntroductionInterceptor.java

Violation Message Line
Errors Line is longer than 80 characters. 39
Errors Missing a Javadoc comment. 39
Errors Line is longer than 80 characters. 49
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 66
Errors Avoid inline conditionals. 66
Errors Line is longer than 80 characters. 68
Errors Avoid inline conditionals. 68
Errors Avoid inline conditionals. 70
Errors Avoid inline conditionals. 71
Errors Line is longer than 80 characters. 76
Errors Line is longer than 80 characters. 79
Errors Line is longer than 80 characters. 83
Errors '<' is not preceded with whitespace. 83
Errors '<' is not followed by whitespace. 83
Errors '>' is not preceded with whitespace. 83
Errors '?' is not followed by whitespace. 83
Errors '<' is not preceded with whitespace. 84
Errors '<' is not followed by whitespace. 84
Errors '>' is not preceded with whitespace. 84
Errors '<' is not preceded with whitespace. 90
Errors '<' is not followed by whitespace. 90
Errors '>' is not preceded with whitespace. 90
Errors '<' is not preceded with whitespace. 93
Errors '<' is not followed by whitespace. 93
Errors '>' is not preceded with whitespace. 93
Errors Line is longer than 80 characters. 102
Errors '<' is not preceded with whitespace. 102
Errors '<' is not followed by whitespace. 102
Errors '>' is not preceded with whitespace. 102
Errors '?' is not followed by whitespace. 102
Errors Missing a Javadoc comment. 112
Errors '<' is not preceded with whitespace. 113
Errors '<' is not followed by whitespace. 113
Errors '>' is not preceded with whitespace. 113
Errors '?' is not followed by whitespace. 113
Errors Line is longer than 80 characters. 114
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 116
Errors '<' is not preceded with whitespace. 117
Errors '<' is not followed by whitespace. 117
Errors '>' is not preceded with whitespace. 117
Errors '<' is not preceded with whitespace. 117
Errors '<' is not followed by whitespace. 117
Errors '>' is not preceded with whitespace. 117
Errors '>' is not followed by whitespace. 117
Errors Avoid inline conditionals. 121
Errors Line is longer than 80 characters. 122
Errors Avoid inline conditionals. 122
Errors Line is longer than 80 characters. 134
Errors Missing a Javadoc comment. 134
Errors 'queryArgumentTransformer' hides a field. 134

net/sf/autodao/Limit.java

Violation Message Line
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 37

net/sf/autodao/Named.java

Violation Message Line
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 35

net/sf/autodao/Offset.java

Violation Message Line
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 37

net/sf/autodao/PersistentEntity.java

Violation Message Line
Errors '<' is not preceded with whitespace. 26
Errors '<' is not followed by whitespace. 26
Errors '>' is not preceded with whitespace. 26

net/sf/autodao/QueryArgumentTransformer.java

Violation Message Line
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 37
Errors '<' is not preceded with whitespace. 37
Errors '<' is not followed by whitespace. 37
Errors '?' is not preceded with whitespace. 37
Errors '>' is not preceded with whitespace. 37
Errors '?' is not followed by whitespace. 37

net/sf/autodao/SpecificationViolationException.java

Violation Message Line
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 37
Errors Missing a Javadoc comment. 37

net/sf/autodao/Utils.java

Violation Message Line
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 51
Errors Line is longer than 80 characters. 55
Errors Missing a Javadoc comment. 55
Errors '<' is not followed by whitespace. 55
Errors '>' is not preceded with whitespace. 55
Errors '<' is not preceded with whitespace. 55
Errors '<' is not followed by whitespace. 55
Errors '?' is not preceded with whitespace. 55
Errors '>' is not preceded with whitespace. 55
Errors Line is longer than 80 characters. 64
Errors Missing a Javadoc comment. 64
Errors '<' is not preceded with whitespace. 64
Errors '<' is not followed by whitespace. 64
Errors '?' is not preceded with whitespace. 64
Errors '>' is not preceded with whitespace. 64
Errors Missing a Javadoc comment. 73
Errors Line is longer than 80 characters. 80

net/sf/autodao/hibernate/HibernateDao.java

Violation Message Line
Errors Missing a Javadoc comment. 46
Errors Variable 'hibernateTemplate' must be private and have accessor methods. 46
Errors Missing a Javadoc comment. 48
Errors 'hibernateTemplate' hides a field. 48
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors '<' is not preceded with whitespace. 57
Errors '<' is not followed by whitespace. 57
Errors '>' is not preceded with whitespace. 57
Errors '?' is not followed by whitespace. 57
Errors Line is longer than 80 characters. 63
Errors '<' is not followed by whitespace. 72
Errors '>' is not preceded with whitespace. 72
Errors '<' is not preceded with whitespace. 72
Errors '<' is not followed by whitespace. 72
Errors '>' is not preceded with whitespace. 72
Errors Line is longer than 80 characters. 79
Errors Line is longer than 80 characters. 87
Errors '<' is not followed by whitespace. 87
Errors '>' is not preceded with whitespace. 87
Errors '<' is not preceded with whitespace. 87
Errors '<' is not followed by whitespace. 87
Errors '>' is not preceded with whitespace. 87
Errors '?' is not followed by whitespace. 87
Errors Line is longer than 80 characters. 91
Errors Line is longer than 80 characters. 99
Errors '<' is not followed by whitespace. 99
Errors '>' is not preceded with whitespace. 99
Errors Line is longer than 80 characters. 103
Errors Missing a Javadoc comment. 108
Errors Missing a Javadoc comment. 131
Errors Line is longer than 80 characters. 132
Errors '<' is not preceded with whitespace. 132
Errors '<' is not followed by whitespace. 132
Errors '>' is not preceded with whitespace. 132
Errors '?' is not followed by whitespace. 132
Errors '<' is not preceded with whitespace. 133
Errors '<' is not followed by whitespace. 133
Errors '>' is not preceded with whitespace. 133
Errors '?' is not followed by whitespace. 133
Errors Missing a Javadoc comment. 151
Errors Line is longer than 80 characters. 152

net/sf/autodao/hibernate/HibernateDaoBeanDefinitionParser.java

Violation Message Line
Errors Line is longer than 80 characters. 21
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 53
Errors Line is longer than 80 characters. 56
Errors Line is longer than 80 characters. 67

net/sf/autodao/hibernate/HibernateDaoProxyFactoryBean.java

Violation Message Line
Errors Line is longer than 80 characters. 55
Errors Line is longer than 80 characters. 58
Errors '<' is not preceded with whitespace. 65
Errors '<' is not followed by whitespace. 65
Errors '?' is not preceded with whitespace. 65
Errors '<' is not preceded with whitespace. 65
Errors '<' is not followed by whitespace. 65
Errors '?' is not preceded with whitespace. 65
Errors '>' is not preceded with whitespace. 65
Errors '?' is not followed by whitespace. 65
Errors '>' is not followed by whitespace. 65
Errors '>' is not preceded with whitespace. 65
Errors Line is longer than 80 characters. 72
Errors '<' is not preceded with whitespace. 73
Errors '<' is not followed by whitespace. 73
Errors '?' is not preceded with whitespace. 73
Errors '>' is not preceded with whitespace. 73
Errors '?' is not followed by whitespace. 73
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 83
Errors Comment matches to-do format 'TODO:'. 92
Errors Line is longer than 80 characters. 94
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 104
Errors Line is longer than 80 characters. 105
Errors Line is longer than 80 characters. 106
Errors Missing a Javadoc comment. 115
Errors 'sessionFactory' hides a field. 116
Errors Line is longer than 80 characters. 120
Errors Missing a Javadoc comment. 120
Errors '<' is not preceded with whitespace. 120
Errors '<' is not followed by whitespace. 120
Errors '?' is not preceded with whitespace. 120
Errors '<' is not preceded with whitespace. 120
Errors '<' is not followed by whitespace. 120
Errors '?' is not preceded with whitespace. 120
Errors '>' is not preceded with whitespace. 120
Errors '?' is not followed by whitespace. 120
Errors '>' is not followed by whitespace. 120
Errors '>' is not preceded with whitespace. 120
Errors 'entityType' hides a field. 120
Errors '<' is not preceded with whitespace. 128
Errors '<' is not followed by whitespace. 128
Errors '?' is not preceded with whitespace. 128
Errors '>' is not preceded with whitespace. 128
Errors '?' is not followed by whitespace. 128
Errors Line is longer than 80 characters. 135
Errors Line is longer than 80 characters. 136
Errors Line is longer than 80 characters. 144
Errors Line is longer than 80 characters. 150
Errors Line is longer than 80 characters. 152
Errors Line is longer than 80 characters. 157
Errors Line is longer than 80 characters. 159
Errors Line is longer than 80 characters. 161
Errors Line is longer than 80 characters. 164
Errors Line is longer than 80 characters. 165
Errors '<' is not preceded with whitespace. 169
Errors '<' is not followed by whitespace. 169
Errors '?' is not preceded with whitespace. 169
Errors '>' is not preceded with whitespace. 169
Errors '?' is not followed by whitespace. 169
Errors Line is longer than 80 characters. 173
Errors Line is longer than 80 characters. 178
Errors Line is longer than 80 characters. 185
Errors Missing a Javadoc comment. 197
Errors Line is longer than 80 characters. 198
Errors '<' is not preceded with whitespace. 201
Errors '<' is not followed by whitespace. 201
Errors '>' is not preceded with whitespace. 201
Errors '<' is not preceded with whitespace. 201
Errors '<' is not followed by whitespace. 201
Errors '>' is not preceded with whitespace. 201
Errors '>' is not followed by whitespace. 201
Errors '<' is not preceded with whitespace. 204
Errors '<' is not followed by whitespace. 204
Errors '?' is not preceded with whitespace. 204
Errors '>' is not preceded with whitespace. 204
Errors '?' is not followed by whitespace. 204
Errors Line is longer than 80 characters. 206
Errors Line is longer than 80 characters. 207
Errors Line is longer than 80 characters. 213
Errors Line is longer than 80 characters. 218
Errors Line is longer than 80 characters. 222
Errors Line is longer than 80 characters. 226
Errors Line is longer than 80 characters. 233
Errors Line is longer than 80 characters. 236

net/sf/autodao/hibernate/HibernateEntityDao.java

Violation Message Line
Errors Line is longer than 80 characters. 28
Errors Missing a Javadoc comment. 28
Errors '<' is not preceded with whitespace. 28
Errors '<' is not followed by whitespace. 28
Errors '<' is not preceded with whitespace. 28
Errors '<' is not followed by whitespace. 28
Errors '>' is not preceded with whitespace. 28
Errors '>' is not followed by whitespace. 28
Errors '>' is not preceded with whitespace. 28
Errors '<' is not preceded with whitespace. 29
Errors '<' is not followed by whitespace. 29
Errors '>' is not preceded with whitespace. 29
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors Line is longer than 80 characters. 36
Errors Missing a Javadoc comment. 36
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors 'entityType' hides a field. 36
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 53
Errors Line is longer than 80 characters. 96

net/sf/autodao/spring/AutoDAONamespaceHandler.java

Violation Message Line
Errors Line is longer than 80 characters. 33

net/sf/autodao/spring/package.html

Violation Message Line
Errors Missing package documentation file. 0