Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
19 0 0 13

Rules

Rules Violations Severity
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
JavadocMethod
  • scope: "protected"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowUndeclaredRTE: "true"
4 Errors Error
JavadocType
  • scope: "protected"
1 Errors Error
JavadocVariable
  • scope: "protected"
0 Errors Error
JavadocStyle
  • scope: "protected"
  • checkFirstSentence: "false"
0 Errors Error
ConstantName
  • format: "^log$|^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"
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
LineLength
  • max: "120"
1 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore
  • allowLineBreaks: "true"
  • tokens: "DOT"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround
  • tokens: "ASSIGN"
0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 2 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 3 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters
  • tokens: "CTOR_DEF"
2 Errors Error
UpperEll 0 Errors Error
NestedIfDepth
  • max: "3"
0 Errors Error
NestedTryDepth 0 Errors Error
ExplicitInitialization 0 Errors Error

Details

org/appfuse/service/BaseManagerTestCase.java

Violation Message Line
Errors Missing a Javadoc comment. 14
Errors Must have at least one statement. 45

org/appfuse/service/MailEngine.java

Violation Message Line
Errors Redundant throws: 'MailException' is unchecked exception. 74

org/appfuse/service/UserManager.java

Violation Message Line
Errors Redundant throws: 'UsernameNotFoundException' is unchecked exception. 39

org/appfuse/service/UserSecurityAdvice.java

Violation Message Line
Errors Line is longer than 120 characters. 72

org/appfuse/service/impl/BaseManagerMockTestCase.java

Violation Message Line
Errors Must have at least one statement. 46

org/appfuse/service/impl/GenericManagerImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 65
Errors Missing a Javadoc comment. 68
Errors Parameter genericDao should be final. 68

org/appfuse/service/impl/RoleManagerImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 20
Errors Parameter roleDao should be final. 21

org/appfuse/service/impl/UserManagerImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 35
Errors Redundant throws: 'UsernameNotFoundException' is unchecked exception. 120