Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 0 0 123

Rules

Rules Violations Severity
PackageHtml 1 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 13 Errors Error
JavadocType 0 Errors Error
JavadocVariable 4 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 47 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 8 Errors Error
RightCurly 3 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 1 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 4 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 2 Errors Error
DesignForExtension 11 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 10 Errors Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
9 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/octo/captcha/service/captchastore/JBossCacheCaptchaStore.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 31
Errors Line contains a tab character. 31
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 36
Errors Line has trailing spaces. 39
Errors Missing a Javadoc comment. 40
Errors Parameter cacheQualifiedName should be final. 40
Errors 'cacheQualifiedName' hides a field. 40
Errors Method 'hasCaptcha' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors Parameter s should be final. 44
Errors Line contains a tab character. 46
Errors Conditional logic can be removed. 48
Errors '}' should be on the same line. 50
Errors 'else' construct must use '{}'s. 51
Errors Line has trailing spaces. 56
Errors Line is longer than 80 characters. 59
Errors Method 'storeCaptcha' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Parameter s should be final. 59
Errors Parameter captcha should be final. 59
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 59
Errors Line is longer than 80 characters. 68
Errors Method 'storeCaptcha' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Parameter s should be final. 68
Errors Parameter captcha should be final. 68
Errors Parameter locale should be final. 68
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 68
Errors Line is longer than 80 characters. 71
Errors Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Parameter s should be final. 77
Errors 'if' construct must use '{}'s. 80
Errors Conditional logic can be removed. 80
Errors 'else' construct must use '{}'s. 82
Errors Method 'getCaptcha' is not designed for extension - needs to be abstract, final or empty. 89
Errors Missing a Javadoc comment. 89
Errors Parameter s should be final. 89
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 89
Errors '}' should be on the same line. 96
Errors 'else' construct must use '{}'s. 97
Errors Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. 105
Errors Missing a Javadoc comment. 105
Errors Parameter s should be final. 105
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 105
Errors '}' should be on the same line. 112
Errors 'else' construct must use '{}'s. 113
Errors Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 121
Errors Missing a Javadoc comment. 121
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors 'if' construct must use '{}'s. 127
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line has trailing spaces. 133
Errors Line contains a tab character. 133
Errors Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. 136
Errors Missing a Javadoc comment. 136
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line has trailing spaces. 143
Errors Line contains a tab character. 143
Errors 'if' construct must use '{}'s. 144
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Method 'empty' is not designed for extension - needs to be abstract, final or empty. 154
Errors Missing a Javadoc comment. 154
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line has trailing spaces. 162
Errors Line contains a tab character. 162
Errors Line has trailing spaces. 168
Errors Line is longer than 80 characters. 170
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Method 'initAndStart' is not designed for extension - needs to be abstract, final or empty. 172
Errors Missing a Javadoc comment. 172
Errors Line has trailing spaces. 173
Errors Line contains a tab character. 173
Errors Line is longer than 80 characters. 174
Errors Line contains a tab character. 174
Errors 'if' construct must use '{}'s. 175
Errors Line is longer than 80 characters. 176
Errors Line has trailing spaces. 177
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors Line has trailing spaces. 179
Errors Line is longer than 80 characters. 179
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 182
Errors Line is longer than 80 characters. 183
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Method 'cleanAndShutdown' is not designed for extension - needs to be abstract, final or empty. 185
Errors Missing a Javadoc comment. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188

com/octo/captcha/service/captchastore/package.html

Violation Message Line
Errors Missing package documentation file. 0