Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
29 0 145 0

Files

Files Infos Warnings Errors
org/company/thesandbox/data/GenericEnumUserType.java 0 48 0
org/company/thesandbox/data/spring/dao/ArtistDao.java 0 1 0
org/company/thesandbox/data/spring/dao/ArtistDaoBase.java 0 2 0
org/company/thesandbox/data/spring/dao/ArtistDaoImpl.java 0 1 0
org/company/thesandbox/data/spring/dao/ArtistDaoImplBase.java 0 10 0
org/company/thesandbox/data/spring/dao/CustomerDao.java 0 1 0
org/company/thesandbox/data/spring/dao/CustomerDaoBase.java 0 2 0
org/company/thesandbox/data/spring/dao/CustomerDaoImpl.java 0 1 0
org/company/thesandbox/data/spring/dao/CustomerDaoImplBase.java 0 9 0
org/company/thesandbox/data/spring/dao/OrderDao.java 0 1 0
org/company/thesandbox/data/spring/dao/OrderDaoBase.java 0 2 0
org/company/thesandbox/data/spring/dao/OrderDaoImpl.java 0 1 0
org/company/thesandbox/data/spring/dao/OrderDaoImplBase.java 0 10 0
org/company/thesandbox/data/spring/dao/OrderLineDao.java 0 1 0
org/company/thesandbox/data/spring/dao/OrderLineDaoBase.java 0 2 0
org/company/thesandbox/data/spring/dao/OrderLineDaoImpl.java 0 1 0
org/company/thesandbox/data/spring/dao/OrderLineDaoImplBase.java 0 10 0
org/company/thesandbox/data/spring/dao/PersonDao.java 0 1 0
org/company/thesandbox/data/spring/dao/PersonDaoBase.java 0 2 0
org/company/thesandbox/data/spring/dao/PersonDaoImpl.java 0 1 0
org/company/thesandbox/data/spring/dao/PersonDaoImplBase.java 0 10 0
org/company/thesandbox/data/spring/dao/ProductDao.java 0 1 0
org/company/thesandbox/data/spring/dao/ProductDaoBase.java 0 2 0
org/company/thesandbox/data/spring/dao/ProductDaoImpl.java 0 1 0
org/company/thesandbox/data/spring/dao/ProductDaoImplBase.java 0 10 0
org/company/thesandbox/data/spring/dao/RecordDao.java 0 1 0
org/company/thesandbox/data/spring/dao/RecordDaoBase.java 0 2 0
org/company/thesandbox/data/spring/dao/RecordDaoImpl.java 0 1 0
org/company/thesandbox/data/spring/dao/RecordDaoImplBase.java 0 10 0

Rules

Rules Violations Severity
JavadocMethod
  • suppressLoadErrors: "true"
  • logLoadErrors: "true"
54 Warnings Warning
JavadocStyle 13 Warnings Warning
JavadocType 0 Warnings Warning
MissingDeprecated 0 Warnings Warning
MissingOverride 0 Warnings Warning
ConstantName 0 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 0 Warnings Warning
MemberName 0 Warnings Warning
MethodName 0 Warnings Warning
PackageName 0 Warnings Warning
MethodTypeParameterName 0 Warnings Warning
StaticVariableName 0 Warnings Warning
PackageName 0 Warnings Warning
ParameterName 0 Warnings Warning
TypeName 0 Warnings Warning
AvoidStarImport 0 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 0 Warnings Warning
LineLength
  • tabWidth: "4"
  • max: "100"
0 Warnings Warning
EmptyForIteratorPad 0 Warnings Warning
GenericWhitespace 0 Warnings Warning
ModifierOrder 0 Warnings Warning
RedundantModifier 0 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
EmptyBlock 0 Warnings Warning
LeftCurly
  • maxLineLength: "100"
0 Warnings Warning
NeedBraces 1 Warnings Warning
AvoidInlineConditionals 0 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyStatement 0 Warnings Warning
EqualsHashCode 0 Warnings Warning
HiddenField 0 Warnings Warning
IllegalInstantiation 0 Warnings Warning
InnerAssignment 0 Warnings Warning
MagicNumber 0 Warnings Warning
MissingSwitchDefault 0 Warnings Warning
RedundantThrows
  • suppressLoadErrors: "true"
  • logLoadErrors: "true"
8 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
StringLiteralEquality 0 Warnings Warning
FinalLocalVariable 12 Warnings Warning
FinalClass 0 Warnings Warning
HideUtilityClassConstructor 0 Warnings Warning
VisibilityModifier 0 Warnings Warning
MutableException 0 Warnings Warning
InterfaceIsType 0 Warnings Warning
ArrayTypeStyle 0 Warnings Warning
FinalParameters 43 Warnings Warning
TodoComment 14 Warnings Warning
UpperEll 0 Warnings Warning
CyclomaticComplexity
  • max: "7"
0 Warnings Warning
BooleanExpressionComplexity
  • max: "4"
0 Warnings Warning
FallThrough 0 Warnings Warning
ParameterAssignment 0 Warnings Warning
SuperFinalize 0 Warnings Warning
SuperClone 0 Warnings Warning
ClassFanOutComplexity 0 Warnings Warning
FileTabCharacter 0 Warnings Warning

Details

org/company/thesandbox/data/GenericEnumUserType.java

Violation Message Line
Warnings Unclosed HTML tag found: <ul> 22
Warnings Extra HTML tag found: </param> 59
Warnings Extra HTML tag found: </param> 60
Warnings Extra HTML tag found: </param> 61
Warnings Extra HTML tag found: </typedef> 62
Warnings Extra HTML tag found: </class> 66
Warnings Missing a Javadoc comment. 90
Warnings Parameter parameters should be final. 90
Warnings Variable 'enumClassName' should be declared final. 91
Warnings Variable 'identifierMethodName' should be declared final. 98
Warnings 'if' construct must use '{}'s. 110
Warnings Variable 'valueOfMethodName' should be declared final. 115
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 129
Warnings Parameter rs should be final. 129
Warnings Parameter names should be final. 129
Warnings Parameter owner should be final. 129
Warnings Redundant throws: 'HibernateException' is unchecked exception. 130
Warnings Variable 'identifier' should be declared final. 131
Warnings Missing a Javadoc comment. 145
Warnings Parameter st should be final. 145
Warnings Parameter value should be final. 145
Warnings Parameter index should be final. 145
Warnings Redundant throws: 'HibernateException' is unchecked exception. 146
Warnings Variable 'identifier' should be declared final. 151
Warnings Missing a Javadoc comment. 161
Warnings Missing a Javadoc comment. 165
Warnings Parameter cached should be final. 165
Warnings Parameter owner should be final. 165
Warnings Redundant throws: 'HibernateException' is unchecked exception. 165
Warnings Missing a Javadoc comment. 169
Warnings Parameter value should be final. 169
Warnings Redundant throws: 'HibernateException' is unchecked exception. 169
Warnings Missing a Javadoc comment. 173
Warnings Parameter value should be final. 173
Warnings Redundant throws: 'HibernateException' is unchecked exception. 173
Warnings Missing a Javadoc comment. 177
Warnings Parameter x should be final. 177
Warnings Parameter y should be final. 177
Warnings Redundant throws: 'HibernateException' is unchecked exception. 177
Warnings Missing a Javadoc comment. 181
Warnings Redundant throws: 'HibernateException' is unchecked exception. 181
Warnings Missing a Javadoc comment. 185
Warnings Missing a Javadoc comment. 189
Warnings Parameter original should be final. 189
Warnings Parameter target should be final. 189
Warnings Parameter owner should be final. 189
Warnings Redundant throws: 'HibernateException' is unchecked exception. 189

org/company/thesandbox/data/spring/dao/ArtistDao.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 16

org/company/thesandbox/data/spring/dao/ArtistDaoBase.java

Violation Message Line
Warnings First sentence should end with a period. 27
Warnings Expected an @return tag. 43

org/company/thesandbox/data/spring/dao/ArtistDaoImpl.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 14

org/company/thesandbox/data/spring/dao/ArtistDaoImplBase.java

Violation Message Line
Warnings Missing a Javadoc comment. 20
Warnings Parameter id should be final. 20
Warnings Variable 'o' should be declared final. 21
Warnings Missing a Javadoc comment. 28
Warnings Parameter object should be final. 28
Warnings Missing a Javadoc comment. 33
Warnings Parameter object should be final. 33
Warnings Missing a Javadoc comment. 38
Warnings Parameter object should be final. 38
Warnings Missing a Javadoc comment. 42

org/company/thesandbox/data/spring/dao/CustomerDao.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 16

org/company/thesandbox/data/spring/dao/CustomerDaoBase.java

Violation Message Line
Warnings First sentence should end with a period. 27
Warnings Expected an @return tag. 43

org/company/thesandbox/data/spring/dao/CustomerDaoImpl.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 14

org/company/thesandbox/data/spring/dao/CustomerDaoImplBase.java

Violation Message Line
Warnings Missing a Javadoc comment. 20
Warnings Parameter id should be final. 20
Warnings Variable 'o' should be declared final. 21
Warnings Missing a Javadoc comment. 28
Warnings Parameter object should be final. 28
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 38
Warnings Parameter object should be final. 38
Warnings Missing a Javadoc comment. 42

org/company/thesandbox/data/spring/dao/OrderDao.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 16

org/company/thesandbox/data/spring/dao/OrderDaoBase.java

Violation Message Line
Warnings First sentence should end with a period. 27
Warnings Expected an @return tag. 43

org/company/thesandbox/data/spring/dao/OrderDaoImpl.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 14

org/company/thesandbox/data/spring/dao/OrderDaoImplBase.java

Violation Message Line
Warnings Missing a Javadoc comment. 19
Warnings Parameter id should be final. 19
Warnings Variable 'o' should be declared final. 20
Warnings Missing a Javadoc comment. 27
Warnings Parameter object should be final. 27
Warnings Missing a Javadoc comment. 32
Warnings Parameter object should be final. 32
Warnings Missing a Javadoc comment. 37
Warnings Parameter object should be final. 37
Warnings Missing a Javadoc comment. 41

org/company/thesandbox/data/spring/dao/OrderLineDao.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 16

org/company/thesandbox/data/spring/dao/OrderLineDaoBase.java

Violation Message Line
Warnings First sentence should end with a period. 27
Warnings Expected an @return tag. 43

org/company/thesandbox/data/spring/dao/OrderLineDaoImpl.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 14

org/company/thesandbox/data/spring/dao/OrderLineDaoImplBase.java

Violation Message Line
Warnings Missing a Javadoc comment. 20
Warnings Parameter id should be final. 20
Warnings Variable 'o' should be declared final. 21
Warnings Missing a Javadoc comment. 28
Warnings Parameter object should be final. 28
Warnings Missing a Javadoc comment. 33
Warnings Parameter object should be final. 33
Warnings Missing a Javadoc comment. 38
Warnings Parameter object should be final. 38
Warnings Missing a Javadoc comment. 42

org/company/thesandbox/data/spring/dao/PersonDao.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 16

org/company/thesandbox/data/spring/dao/PersonDaoBase.java

Violation Message Line
Warnings First sentence should end with a period. 27
Warnings Expected an @return tag. 43

org/company/thesandbox/data/spring/dao/PersonDaoImpl.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 14

org/company/thesandbox/data/spring/dao/PersonDaoImplBase.java

Violation Message Line
Warnings Missing a Javadoc comment. 20
Warnings Parameter id should be final. 20
Warnings Variable 'o' should be declared final. 21
Warnings Missing a Javadoc comment. 28
Warnings Parameter object should be final. 28
Warnings Missing a Javadoc comment. 33
Warnings Parameter object should be final. 33
Warnings Missing a Javadoc comment. 38
Warnings Parameter object should be final. 38
Warnings Missing a Javadoc comment. 42

org/company/thesandbox/data/spring/dao/ProductDao.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 16

org/company/thesandbox/data/spring/dao/ProductDaoBase.java

Violation Message Line
Warnings First sentence should end with a period. 27
Warnings Expected an @return tag. 43

org/company/thesandbox/data/spring/dao/ProductDaoImpl.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 14

org/company/thesandbox/data/spring/dao/ProductDaoImplBase.java

Violation Message Line
Warnings Missing a Javadoc comment. 20
Warnings Parameter id should be final. 20
Warnings Variable 'o' should be declared final. 21
Warnings Missing a Javadoc comment. 28
Warnings Parameter object should be final. 28
Warnings Missing a Javadoc comment. 33
Warnings Parameter object should be final. 33
Warnings Missing a Javadoc comment. 38
Warnings Parameter object should be final. 38
Warnings Missing a Javadoc comment. 42

org/company/thesandbox/data/spring/dao/RecordDao.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 16

org/company/thesandbox/data/spring/dao/RecordDaoBase.java

Violation Message Line
Warnings First sentence should end with a period. 27
Warnings Expected an @return tag. 43

org/company/thesandbox/data/spring/dao/RecordDaoImpl.java

Violation Message Line
Warnings Comment matches to-do format 'TODO:'. 14

org/company/thesandbox/data/spring/dao/RecordDaoImplBase.java

Violation Message Line
Warnings Missing a Javadoc comment. 20
Warnings Parameter id should be final. 20
Warnings Variable 'o' should be declared final. 21
Warnings Missing a Javadoc comment. 28
Warnings Parameter object should be final. 28
Warnings Missing a Javadoc comment. 33
Warnings Parameter object should be final. 33
Warnings Missing a Javadoc comment. 38
Warnings Parameter object should be final. 38
Warnings Missing a Javadoc comment. 42