Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
500112

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile5Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
40Errors Error
JavadocMethod18Errors Error
JavadocType1Errors Error
JavadocVariable6Errors Error
JavadocStyle2Errors Error
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength10Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap1Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier1Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField2Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension6Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor1Errors Error
InterfaceIsType0Errors Error
VisibilityModifier5Errors Error
ArrayTypeStyle0Errors Error
FinalParameters11Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/springbyexample/bean/scope/thread/ThreadScope.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.26
ErrorsExpected an @return tag.34
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.34
ErrorsParameter name should be final.34
ErrorsExpected @param tag for 'name'.34
ErrorsParameter factory should be final.34
ErrorsExpected @param tag for 'factory'.34
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.50
ErrorsExpected an @return tag.54
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter name should be final.54
ErrorsExpected @param tag for 'name'.54
ErrorsLine has trailing spaces.56
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.61
ErrorsMethod 'registerDestructionCallback' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
ErrorsParameter name should be final.68
ErrorsParameter callback should be final.68
ErrorsLine is longer than 80 characters.69
ErrorsExpected an @return tag.76
ErrorsMethod 'resolveContextualObject' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter key should be final.76
ErrorsExpected @param tag for 'key'.76
ErrorsExpected an @return tag.83
ErrorsMethod 'getConversationId' is not designed for extension - needs to be abstract, final or empty.83

org/springbyexample/bean/scope/thread/ThreadScopeAttributes.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.34
ErrorsVariable 'logger' must be private and have accessor methods.34
ErrorsLine has trailing spaces.35
ErrorsMissing a Javadoc comment.36
ErrorsVariable 'hBeans' must be private and have accessor methods.36
ErrorsLine is longer than 80 characters.37
ErrorsMissing a Javadoc comment.37
ErrorsVariable 'hRequestDestructionCallbacks' must be private and have accessor methods.37
ErrorsExpected an @return tag.42
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.52
ErrorsParameter name should be final.52
ErrorsParameter callback should be final.52
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.65
ErrorsRedundant 'final' modifier.71
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.75
Errors'+' should be on a new line.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.80

org/springbyexample/bean/scope/thread/ThreadScopeCallable.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.26
ErrorsType Javadoc comment is missing an @param <V> tag.29
ErrorsLine has trailing spaces.30
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'target' must be private and have accessor methods.31
ErrorsFirst sentence should end with a period.33
ErrorsParameter target should be final.36
Errors'target' hides a field.36
ErrorsExpected @param tag for 'target'.36
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.42
ErrorsExpected an @return tag.45
ErrorsMethod 'call' is not designed for extension - needs to be abstract, final or empty.45
ErrorsExpected @throws tag for 'Exception'.45

org/springbyexample/bean/scope/thread/ThreadScopeContextHolder.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.23
ErrorsUtility classes should not have a public or default constructor.26
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
ErrorsName 'threadScopeAttributesHolder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.28
ErrorsExpected an @return tag.37
ErrorsLine is longer than 80 characters.44
ErrorsParameter accessor should be final.44
ErrorsExpected @param tag for 'accessor'.44
ErrorsExpected an @return tag.51
ErrorsLine is longer than 80 characters.51
ErrorsExpected @throws tag for 'IllegalStateException'.51
ErrorsRedundant throws: 'IllegalStateException' is unchecked exception.51
ErrorsLine has trailing spaces.53
ErrorsLine has trailing spaces.57

org/springbyexample/bean/scope/thread/ThreadScopeRunnable.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.28
ErrorsMissing a Javadoc comment.29
ErrorsVariable 'target' must be private and have accessor methods.29
ErrorsFirst sentence should end with a period.31
ErrorsParameter target should be final.34
Errors'target' hides a field.34
ErrorsExpected @param tag for 'target'.34
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.40