Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
12 0 0 148

Rules

Rules Violations Severity
PackageHtml 4 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
JavadocMethod 7 Errors Error
JavadocType 0 Errors Error
JavadocVariable 3 Errors Error
JavadocStyle 8 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 5 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 98 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 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 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 6 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 10 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 3 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
3 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/octo/captcha/Captcha.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 14
Errors Line is longer than 80 characters. 15
Errors Line is longer than 80 characters. 17
Errors Line is longer than 80 characters. 18
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 21
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 56
Errors Line is longer than 80 characters. 57
Errors Line is longer than 80 characters. 58
Errors Line is longer than 80 characters. 64

com/octo/captcha/CaptchaException.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Missing a Javadoc comment. 17
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors 'cause' hides a field. 45
Errors Line is longer than 80 characters. 51
Errors Line is longer than 80 characters. 52
Errors Line is longer than 80 characters. 53
Errors Line is longer than 80 characters. 56
Errors Line is longer than 80 characters. 57
Errors 'cause' hides a field. 61
Errors Method 'getCause' is not designed for extension - needs to be abstract, final or empty. 69

com/octo/captcha/CaptchaFactory.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 12
Errors Line is longer than 80 characters. 13
Errors Line is longer than 80 characters. 14
Errors First sentence should end with a period. 21
Errors First sentence should end with a period. 28
Errors Line is longer than 80 characters. 29

com/octo/captcha/engine/CaptchaEngine.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 8
Errors Line is longer than 80 characters. 14
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 61
Errors Redundant throws: 'CaptchaEngineException' is unchecked exception. 63

com/octo/captcha/engine/CaptchaEngineException.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 8
Errors Line is longer than 80 characters. 14
Errors First sentence should end with a period. 20
Errors Line is longer than 80 characters. 24
Errors Missing a Javadoc comment. 27
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 47
Errors Line is longer than 80 characters. 49
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 51
Errors 'cause' hides a field. 55
Errors Line is longer than 80 characters. 61
Errors Line is longer than 80 characters. 62
Errors Line is longer than 80 characters. 63
Errors Line is longer than 80 characters. 66
Errors Line is longer than 80 characters. 67
Errors 'cause' hides a field. 71
Errors Method 'getCause' is not designed for extension - needs to be abstract, final or empty. 79

com/octo/captcha/engine/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/octo/captcha/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/octo/captcha/service/CaptchaService.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 12
Errors Line is longer than 80 characters. 13
Errors Line is longer than 80 characters. 14
Errors Line is longer than 80 characters. 15
Errors Line is longer than 80 characters. 16
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 30
Errors Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 48
Errors Line is longer than 80 characters. 60
Errors Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 60
Errors Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 71
Errors Line is longer than 80 characters. 83
Errors Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 83
Errors Line is longer than 80 characters. 87
Errors Line is longer than 80 characters. 95
Errors Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Errors Expected @param tag for 'response'. 95
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 95

com/octo/captcha/service/CaptchaServiceException.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 10
Errors Line is longer than 80 characters. 13
Errors Missing a Javadoc comment. 17
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 39
Errors 'cause' hides a field. 39
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 47
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 51
Errors 'cause' hides a field. 55
Errors Method 'getCause' is not designed for extension - needs to be abstract, final or empty. 63

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

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors First sentence should end with a period. 15
Errors First sentence should end with a period. 19
Errors Expected @param tag for 'id'. 24
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 38
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 38
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 49
Errors Line is longer than 80 characters. 52
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 52
Errors Unused @throws tag for 'CaptchaServiceException'. 62
Errors Line is longer than 80 characters. 72
Errors Expected @param tag for 'id'. 74
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 74
Errors Line is longer than 80 characters. 81
Errors Expected @param tag for 'id'. 83
Errors Redundant throws: 'CaptchaServiceException' is unchecked exception. 83
Errors First sentence should end with a period. 86
Errors Expected an @return tag. 89
Errors First sentence should end with a period. 91
Errors Expected an @return tag. 94
Errors First sentence should end with a period. 96
Errors Line has trailing spaces. 100
Errors Line has trailing spaces. 101
Errors Line has trailing spaces. 105

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

Violation Message Line
Errors Missing package documentation file. 0

com/octo/captcha/service/package.html

Violation Message Line
Errors Missing package documentation file. 0