The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 12 | 0 | 0 | 79 |
| Rules | Violations | Severity |
|---|---|---|
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
|
0 | |
JavadocMethod
|
39 | |
JavadocType
|
0 | |
JavadocVariable
|
15 | |
JavadocStyle
|
0 | |
ConstantName
|
0 | |
| LocalFinalVariableName | 1 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
LineLength
|
1 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 3 | |
NoWhitespaceBefore
|
0 | |
| OperatorWrap | 2 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 3 | |
WhitespaceAround
|
0 | |
| ModifierOrder | 2 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| ArrayTypeStyle | 0 | |
FinalParameters
|
1 | |
| UpperEll | 0 | |
NestedIfDepth
|
0 | |
| NestedTryDepth | 0 | |
| ExplicitInitialization | 12 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'userManager' explicitly initialized to 'null' (default value for its type). | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'mailEngine' explicitly initialized to 'null' (default value for its type). | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'message' explicitly initialized to 'null' (default value for its type). | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 82 | |
| Expected an @return tag. | 103 | |
| Expected @param tag for 'msgKey'. | 103 | |
| Expected an @return tag. | 116 | |
| Expected @param tag for 'msgKey'. | 116 | |
| Expected @param tag for 'arg'. | 116 | |
| '{' is followed by whitespace. | 117 | |
| Expected an @return tag. | 128 | |
| Expected @param tag for 'msgKey'. | 128 | |
| Expected @param tag for 'args'. | 128 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 214 | |
| Missing a Javadoc comment. | 226 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Variable 'userManager' explicitly initialized to 'null' (default value for its type). | 34 | |
| Variable 'messageSource' explicitly initialized to 'null' (default value for its type). | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'mailEngine' explicitly initialized to 'null' (default value for its type). | 36 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'message' explicitly initialized to 'null' (default value for its type). | 37 | |
| Missing a Javadoc comment. | 59 | |
| '+' should be on a new line. | 85 | |
| Line is longer than 120 characters. | 91 | |
| '{' is followed by whitespace. | 91 | |
| '{' is followed by whitespace. | 94 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 114 |
| Violation | Message | Line |
|---|---|---|
| 'final' modifier out of order with the JLS suggestions. | 31 | |
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.lang.StringUtils. | 3 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| Variable 'mgr' explicitly initialized to 'null' (default value for its type). | 25 | |
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.appfuse.service.UserManager. | 9 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 153 | |
| '+' should be on a new line. | 161 | |
| Missing a Javadoc comment. | 211 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'scope'. | 70 | |
| Name 'EMPTY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
| Parameter locale should be final. | 191 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| 'final' modifier out of order with the JLS suggestions. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'key' explicitly initialized to 'null' (default value for its type). | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'styleClass' explicitly initialized to 'null' (default value for its type). | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'errorClass' explicitly initialized to 'null' (default value for its type). | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'colon' explicitly initialized to 'false' (default value for its type). | 44 | |
| Missing a Javadoc comment. | 46 | |
| Expected @param tag for 'key'. | 172 | |
| Expected @param tag for 'colon'. | 181 | |
| Expected @param tag for 'styleClass'. | 190 | |
| Expected @param tag for 'errorClass'. | 200 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 21 | |
| Expected an @return tag. | 31 | |
| Expected @param tag for 'bean'. | 31 | |
| Expected @param tag for 'va'. | 31 | |
| Expected @param tag for 'field'. | 32 | |
| Expected @param tag for 'errors'. | 32 |