The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 29 | 0 | 145 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
54 | |
| JavadocStyle | 13 | |
| JavadocType | 0 | |
| MissingDeprecated | 0 | |
| MissingOverride | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| MethodTypeParameterName | 0 | |
| StaticVariableName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
LineLength
|
0 | |
| EmptyForIteratorPad | 0 | |
| GenericWhitespace | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
LeftCurly
|
0 | |
| NeedBraces | 1 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
RedundantThrows
|
8 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| StringLiteralEquality | 0 | |
| FinalLocalVariable | 12 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| VisibilityModifier | 0 | |
| MutableException | 0 | |
| InterfaceIsType | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 43 | |
| TodoComment | 14 | |
| UpperEll | 0 | |
CyclomaticComplexity
|
0 | |
BooleanExpressionComplexity
|
0 | |
| FallThrough | 0 | |
| ParameterAssignment | 0 | |
| SuperFinalize | 0 | |
| SuperClone | 0 | |
| ClassFanOutComplexity | 0 | |
| FileTabCharacter | 0 |
| Violation | Message | Line |
|---|---|---|
| Unclosed HTML tag found: <ul> | 22 | |
| Extra HTML tag found: </param> | 59 | |
| Extra HTML tag found: </param> | 60 | |
| Extra HTML tag found: </param> | 61 | |
| Extra HTML tag found: </typedef> | 62 | |
| Extra HTML tag found: </class> | 66 | |
| Missing a Javadoc comment. | 90 | |
| Parameter parameters should be final. | 90 | |
| Variable 'enumClassName' should be declared final. | 91 | |
| Variable 'identifierMethodName' should be declared final. | 98 | |
| 'if' construct must use '{}'s. | 110 | |
| Variable 'valueOfMethodName' should be declared final. | 115 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 129 | |
| Parameter rs should be final. | 129 | |
| Parameter names should be final. | 129 | |
| Parameter owner should be final. | 129 | |
| Redundant throws: 'HibernateException' is unchecked exception. | 130 | |
| Variable 'identifier' should be declared final. | 131 | |
| Missing a Javadoc comment. | 145 | |
| Parameter st should be final. | 145 | |
| Parameter value should be final. | 145 | |
| Parameter index should be final. | 145 | |
| Redundant throws: 'HibernateException' is unchecked exception. | 146 | |
| Variable 'identifier' should be declared final. | 151 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 165 | |
| Parameter cached should be final. | 165 | |
| Parameter owner should be final. | 165 | |
| Redundant throws: 'HibernateException' is unchecked exception. | 165 | |
| Missing a Javadoc comment. | 169 | |
| Parameter value should be final. | 169 | |
| Redundant throws: 'HibernateException' is unchecked exception. | 169 | |
| Missing a Javadoc comment. | 173 | |
| Parameter value should be final. | 173 | |
| Redundant throws: 'HibernateException' is unchecked exception. | 173 | |
| Missing a Javadoc comment. | 177 | |
| Parameter x should be final. | 177 | |
| Parameter y should be final. | 177 | |
| Redundant throws: 'HibernateException' is unchecked exception. | 177 | |
| Missing a Javadoc comment. | 181 | |
| Redundant throws: 'HibernateException' is unchecked exception. | 181 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 189 | |
| Parameter original should be final. | 189 | |
| Parameter target should be final. | 189 | |
| Parameter owner should be final. | 189 | |
| Redundant throws: 'HibernateException' is unchecked exception. | 189 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 16 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 43 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Parameter id should be final. | 20 | |
| Variable 'o' should be declared final. | 21 | |
| Missing a Javadoc comment. | 28 | |
| Parameter object should be final. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Parameter object should be final. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Parameter object should be final. | 38 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 16 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 43 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Parameter id should be final. | 20 | |
| Variable 'o' should be declared final. | 21 | |
| Missing a Javadoc comment. | 28 | |
| Parameter object should be final. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Parameter object should be final. | 38 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 16 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 43 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| Parameter id should be final. | 19 | |
| Variable 'o' should be declared final. | 20 | |
| Missing a Javadoc comment. | 27 | |
| Parameter object should be final. | 27 | |
| Missing a Javadoc comment. | 32 | |
| Parameter object should be final. | 32 | |
| Missing a Javadoc comment. | 37 | |
| Parameter object should be final. | 37 | |
| Missing a Javadoc comment. | 41 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 16 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 43 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Parameter id should be final. | 20 | |
| Variable 'o' should be declared final. | 21 | |
| Missing a Javadoc comment. | 28 | |
| Parameter object should be final. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Parameter object should be final. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Parameter object should be final. | 38 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 16 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 43 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Parameter id should be final. | 20 | |
| Variable 'o' should be declared final. | 21 | |
| Missing a Javadoc comment. | 28 | |
| Parameter object should be final. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Parameter object should be final. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Parameter object should be final. | 38 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 16 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 43 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Parameter id should be final. | 20 | |
| Variable 'o' should be declared final. | 21 | |
| Missing a Javadoc comment. | 28 | |
| Parameter object should be final. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Parameter object should be final. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Parameter object should be final. | 38 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 16 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 43 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Parameter id should be final. | 20 | |
| Variable 'o' should be declared final. | 21 | |
| Missing a Javadoc comment. | 28 | |
| Parameter object should be final. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Parameter object should be final. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Parameter object should be final. | 38 | |
| Missing a Javadoc comment. | 42 |