Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
10066

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile1Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
21Errors Error
JavadocMethod14Errors Error
JavadocType0Errors Error
JavadocVariable3Errors Error
JavadocStyle0Errors Error
ConstantName0Errors 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
LineLength3Errors 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
RedundantModifier0Errors 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
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension9Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier3Errors Error
ArrayTypeStyle0Errors Error
FinalParameters8Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/springbyexample/web/context/ServletContextScope.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.32
ErrorsMissing a Javadoc comment.37
ErrorsVariable 'logger' must be private and have accessor methods.37
ErrorsLine has trailing spaces.38
ErrorsMissing a Javadoc comment.39
ErrorsVariable 'servletContext' must be private and have accessor methods.39
ErrorsMissing a Javadoc comment.40
ErrorsVariable 'context' must be private and have accessor methods.40
ErrorsLine has trailing spaces.41
ErrorsMethod 'setServletContext' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter servletContext should be final.45
Errors'servletContext' hides a field.45
ErrorsExpected @param tag for 'servletContext'.45
ErrorsLine has trailing spaces.50
ErrorsExpected an @return tag.54
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.54
ErrorsLine has trailing spaces.59
ErrorsMethod 'setContext' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter context should be final.63
Errors'context' hides a field.63
ErrorsExpected @param tag for 'context'.63
ErrorsExpected an @return tag.70
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter name should be final.70
ErrorsExpected @param tag for 'name'.70
ErrorsParameter factory should be final.70
ErrorsExpected @param tag for 'factory'.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.82
ErrorsExpected an @return tag.89
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter name should be final.89
ErrorsExpected @param tag for 'name'.89
ErrorsLine has trailing spaces.91
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.103
ErrorsMethod 'registerDestructionCallback' is not designed for extension - needs to be abstract, final or empty.106
ErrorsParameter name should be final.106
ErrorsExpected @param tag for 'name'.106
ErrorsParameter callback should be final.106
ErrorsExpected @param tag for 'callback'.106
ErrorsLine is longer than 80 characters.107
ErrorsExpected an @return tag.114
ErrorsMethod 'resolveContextualObject' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter key should be final.114
ErrorsExpected @param tag for 'key'.114
ErrorsLine has trailing spaces.120
ErrorsExpected an @return tag.123
ErrorsMethod 'getConversationId' is not designed for extension - needs to be abstract, final or empty.123
ErrorsExpected an @return tag.130
ErrorsMethod 'getServletContext' is not designed for extension - needs to be abstract, final or empty.130
ErrorsLine has trailing spaces.132
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.137
Errors'+' should be on a new line.137
ErrorsLine is longer than 80 characters.138
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.146