Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 0 0 33

Rules

Rules Violations Severity
PackageHtml 1 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 2 Errors Error
JavadocType 0 Errors Error
JavadocVariable 1 Errors Error
JavadocStyle 0 Errors Error
ConstantName 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
FileLength 0 Errors Error
LineLength 10 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 6 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 1 Errors Error
LeftCurly 3 Errors Error
NeedBraces 1 Errors Error
RightCurly 1 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 1 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 1 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 4 Errors Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
0 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/octo/captcha/module/servlet/image/SimpleImageCaptchaServlet.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors '{' should be on the previous line. 28
Errors Line is longer than 80 characters. 29
Errors Missing a Javadoc comment. 29
Errors Variable 'service' must be private and have accessor methods. 29
Errors '=' is not preceded with whitespace. 29
Errors Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 33
Errors Missing a Javadoc comment. 33
Errors Line is longer than 80 characters. 34
Errors Parameter httpServletRequest should be final. 34
Errors Parameter httpServletResponse should be final. 34
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 49
Errors Line is longer than 80 characters. 51
Errors '{' should be on the previous line. 56
Errors '}' should be on the same line. 58
Errors '{' should be on the previous line. 60
Errors Line is longer than 80 characters. 66
Errors Missing a Javadoc comment. 66
Errors Parameter request should be final. 66
Errors Parameter userCaptchaResponse should be final. 66
Errors '{' is not preceded with whitespace. 66
Errors 'if' construct must use '{}'s. 68
Errors 'if' is not followed by whitespace. 68
Errors '==' is not preceded with whitespace. 68
Errors '==' is not followed by whitespace. 68
Errors 'return' is not preceded with whitespace. 68
Errors Line is longer than 80 characters. 72
Errors ',' is not followed by whitespace. 72
Errors Must have at least one statement. 73

com/octo/captcha/module/servlet/image/package.html

Violation Message Line
Errors Missing package documentation file. 0