Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
16 0 0 458

Rules

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

Details

com/octo/captcha/component/sound/soundconfigurator/FreeTTSSoundConfigurator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 2
Errors First sentence should end with a period. 11
Errors Missing a Javadoc comment. 18
Errors Variable 'name' must be private and have accessor methods. 18
Errors Missing a Javadoc comment. 20
Errors Variable 'location' must be private and have accessor methods. 20
Errors Missing a Javadoc comment. 22
Errors Variable 'volume' must be private and have accessor methods. 22
Errors Missing a Javadoc comment. 24
Errors Variable 'pitch' must be private and have accessor methods. 24
Errors Missing a Javadoc comment. 26
Errors Variable 'rate' must be private and have accessor methods. 26
Errors First sentence should end with a period. 28
Errors Line is longer than 80 characters. 37
Errors Parameter name should be final. 37
Errors 'name' hides a field. 37
Errors Parameter location should be final. 37
Errors 'location' hides a field. 37
Errors Parameter volume should be final. 37
Errors 'volume' hides a field. 37
Errors Parameter pitch should be final. 37
Errors 'pitch' hides a field. 37
Errors Parameter rate should be final. 38
Errors 'rate' hides a field. 38
Errors '250' is a magic number. 49
Errors '50' is a magic number. 49
Errors '1000' is a magic number. 55
Errors Line is longer than 80 characters. 64
Errors Expected an @return tag. 66
Errors Method 'getVolume' is not designed for extension - needs to be abstract, final or empty. 66
Errors Line is longer than 80 characters. 71
Errors Expected an @return tag. 73
Errors Method 'getPitch' is not designed for extension - needs to be abstract, final or empty. 73
Errors Line is longer than 80 characters. 78
Errors Expected an @return tag. 80
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters. 85
Errors Expected an @return tag. 87
Errors Method 'getRate' is not designed for extension - needs to be abstract, final or empty. 87
Errors Line is longer than 80 characters. 92
Errors Expected an @return tag. 94
Errors Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 94

com/octo/captcha/component/sound/soundconfigurator/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/octo/captcha/component/sound/wordtosound/AbstractFreeTTSWordToSound.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. 27
Errors Missing a Javadoc comment. 33
Errors Variable 'defaultVoiceName' must be private and have accessor methods. 33
Errors Line is longer than 80 characters. 35
Errors Missing a Javadoc comment. 35
Errors Variable 'defaultVoicePackage' must be private and have accessor methods. 35
Errors Missing a Javadoc comment. 37
Errors Name 'FREETTS_PROPERTIES_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors First sentence should end with a period. 47
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 56
Errors First sentence should end with a period. 58
Errors Line is longer than 80 characters. 64
Errors '100' is a magic number. 65
Errors '100' is a magic number. 65
Errors '4' is a magic number. 67
Errors '6' is a magic number. 68
Errors Line is longer than 80 characters. 73
Errors Line is longer than 80 characters. 80
Errors Parameter configurator should be final. 80
Errors 'configurator' hides a field. 80
Errors Parameter minAcceptedWordLength should be final. 80
Errors 'minAcceptedWordLength' hides a field. 80
Errors Parameter maxAcceptedWordLength should be final. 81
Errors 'maxAcceptedWordLength' hides a field. 81
Errors Line is longer than 80 characters. 89
Errors Expected an @return tag. 91
Errors Method 'getSound' is not designed for extension - needs to be abstract, final or empty. 91
Errors Parameter word should be final. 91
Errors Expected @param tag for 'word'. 91
Errors Expected @throws tag for 'CaptchaException'. 91
Errors Redundant throws: 'CaptchaException' is unchecked exception. 91
Errors Expected an @return tag. 100
Errors Line is longer than 80 characters. 100
Errors Method 'getSound' is not designed for extension - needs to be abstract, final or empty. 100
Errors Parameter word should be final. 100
Errors Expected @param tag for 'word'. 100
Errors Parameter locale should be final. 100
Errors 'locale' hides a field. 100
Errors Expected @param tag for 'locale'. 100
Errors Expected @throws tag for 'CaptchaException'. 100
Errors Redundant throws: 'CaptchaException' is unchecked exception. 100
Errors Line is longer than 80 characters. 121
Errors Method 'getMaxAcceptedWordLength' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors Method 'getMinAcceptedWordLength' is not designed for extension - needs to be abstract, final or empty. 132
Errors Missing a Javadoc comment. 132
Errors Method 'getMaxAcceptedWordLenght' is not designed for extension - needs to be abstract, final or empty. 140
Errors Method 'getMinAcceptedWordLenght' is not designed for extension - needs to be abstract, final or empty. 148
Errors Missing a Javadoc comment. 152
Errors First sentence should end with a period. 154
Errors Line is longer than 80 characters. 159
Errors Line is longer than 80 characters. 166
Errors Line is longer than 80 characters. 177
Errors Parameter soundPackage should be final. 179
Errors Expected @param tag for 'soundPackage'. 179
Errors First sentence should end with a period. 191
Errors Parameter voice should be final. 194
Errors 'voice' hides a field. 194
Errors Expected @param tag for 'voice'. 194
Errors Line is longer than 80 characters. 201
Errors Line is longer than 80 characters. 209
Errors Line is longer than 80 characters. 211
Errors Method 'stringToSound' is not designed for extension - needs to be abstract, final or empty. 211
Errors Parameter sentence should be final. 211
Errors Redundant throws: 'CaptchaException' is unchecked exception. 211
Errors Line is longer than 80 characters. 212
Errors Line is longer than 80 characters. 226
Errors Line is longer than 80 characters. 227
Errors Missing a Javadoc comment. 230
Errors Missing a Javadoc comment. 232
Errors Missing a Javadoc comment. 234
Errors Missing a Javadoc comment. 236
Errors Missing a Javadoc comment. 238
Errors Missing a Javadoc comment. 240
Errors Missing a Javadoc comment. 242
Errors First sentence should end with a period. 244
Errors Line is longer than 80 characters. 249
Errors First sentence should end with a period. 253
Errors Line is longer than 80 characters. 258
Errors Unused @throws tag for 'UnsupportedOperationException'. 258
Errors Parameter format should be final. 260
Errors First sentence should end with a period. 264
Errors First sentence should end with a period. 273
Errors First sentence should end with a period. 279
Errors First sentence should end with a period. 285
Errors Line is longer than 80 characters. 292
Errors First sentence should end with a period. 298
Errors First sentence should end with a period. 304
Errors Missing a Javadoc comment. 316
Errors Line is longer than 80 characters. 317
Errors Line is longer than 80 characters. 318
Errors Parameter volume should be final. 338
Errors Line is longer than 80 characters. 342
Errors Parameter size should be final. 347
Errors Line is longer than 80 characters. 353
Errors Line is longer than 80 characters. 355
Errors First sentence should end with a period. 363
Errors Line is longer than 80 characters. 366
Errors First sentence should end with a period. 372
Errors First sentence should end with a period. 381
Errors First sentence should end with a period. 387
Errors Line is longer than 80 characters. 392
Errors Parameter audioData should be final. 395
Errors First sentence should end with a period. 399
Errors Line is longer than 80 characters. 406
Errors Parameter bytes should be final. 409
Errors Parameter offset should be final. 409
Errors Parameter size should be final. 409
Errors Line is longer than 80 characters. 416
Errors Line is longer than 80 characters. 419
Errors First sentence should end with a period. 425
Errors First sentence should end with a period. 434
Errors Parameter msg should be final. 439
Errors First sentence should end with a period. 445

com/octo/captcha/component/sound/wordtosound/CleanFreeTTSWordToSound.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 2
Errors Missing a Javadoc comment. 20
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 27
Errors Parameter configurator should be final. 27
Errors Expected @param tag for 'configurator'. 27
Errors Parameter minAcceptedWordLength should be final. 27
Errors Expected @param tag for 'minAcceptedWordLength'. 27
Errors Parameter maxAcceptedWordLength should be final. 28
Errors Expected @param tag for 'maxAcceptedWordLength'. 28
Errors Line is longer than 80 characters. 33
Errors Expected an @return tag. 35
Errors Method 'addEffects' is not designed for extension - needs to be abstract, final or empty. 35
Errors Parameter sound should be final. 35
Errors Expected @param tag for 'sound'. 35

com/octo/captcha/component/sound/wordtosound/FreeTTSWordToSound.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 32
Errors Missing a Javadoc comment. 33
Errors Variable 'defaultVoiceName' must be private and have accessor methods. 33
Errors Line is longer than 80 characters. 35
Errors Missing a Javadoc comment. 35
Errors Variable 'defaultVoicePackage' must be private and have accessor methods. 35
Errors Missing a Javadoc comment. 40
Errors First sentence should end with a period. 42
Errors Missing a Javadoc comment. 47
Errors Line is longer than 80 characters. 51
Errors Line is longer than 80 characters. 57
Errors Parameter configurator should be final. 57
Errors Expected @param tag for 'configurator'. 57
Errors Parameter minAcceptedWordLength should be final. 57
Errors Parameter maxAcceptedWordLength should be final. 58
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 69
Errors Line is longer than 80 characters. 76
Errors Expected an @return tag. 78
Errors Method 'getSound' is not designed for extension - needs to be abstract, final or empty. 78
Errors Parameter word should be final. 78
Errors Expected @param tag for 'word'. 78
Errors Expected @throws tag for 'CaptchaException'. 78
Errors Redundant throws: 'CaptchaException' is unchecked exception. 78
Errors Line has trailing spaces. 80
Errors Line has trailing spaces. 81
Errors Expected an @return tag. 88
Errors Line is longer than 80 characters. 88
Errors Method 'getSound' is not designed for extension - needs to be abstract, final or empty. 88
Errors Parameter word should be final. 88
Errors Expected @param tag for 'word'. 88
Errors Parameter locale should be final. 88
Errors Expected @param tag for 'locale'. 88
Errors Expected @throws tag for 'CaptchaException'. 88
Errors Redundant throws: 'CaptchaException' is unchecked exception. 88
Errors Line is longer than 80 characters. 118
Errors Line is longer than 80 characters. 126
Errors Expected an @return tag. 128
Errors Method 'addEffects' is not designed for extension - needs to be abstract, final or empty. 128
Errors Parameter sound should be final. 128
Errors Expected @param tag for 'sound'. 128
Errors First sentence should end with a period. 134
Errors Parameter voice should be final. 137
Errors 'voice' hides a field. 137
Errors Expected @param tag for 'voice'. 137
Errors Line is longer than 80 characters. 144
Errors Line is longer than 80 characters. 152
Errors Line is longer than 80 characters. 154
Errors Method 'stringToSound' is not designed for extension - needs to be abstract, final or empty. 154
Errors Parameter sentence should be final. 154
Errors Redundant throws: 'CaptchaException' is unchecked exception. 154
Errors Line is longer than 80 characters. 155
Errors Line has trailing spaces. 163
Errors Line has trailing spaces. 168
Errors Line is longer than 80 characters. 174
Errors Line is longer than 80 characters. 175
Errors Missing a Javadoc comment. 178
Errors Missing a Javadoc comment. 180
Errors Missing a Javadoc comment. 182
Errors Missing a Javadoc comment. 184
Errors Missing a Javadoc comment. 186
Errors Missing a Javadoc comment. 188
Errors Missing a Javadoc comment. 190
Errors First sentence should end with a period. 192
Errors Line is longer than 80 characters. 197
Errors First sentence should end with a period. 201
Errors Line is longer than 80 characters. 206
Errors Unused @throws tag for 'UnsupportedOperationException'. 206
Errors Parameter format should be final. 208
Errors First sentence should end with a period. 212
Errors First sentence should end with a period. 221
Errors First sentence should end with a period. 227
Errors First sentence should end with a period. 233
Errors Line is longer than 80 characters. 240
Errors First sentence should end with a period. 246
Errors First sentence should end with a period. 252
Errors Missing a Javadoc comment. 264
Errors Line is longer than 80 characters. 265
Errors Line is longer than 80 characters. 266
Errors Parameter volume should be final. 286
Errors Line is longer than 80 characters. 290
Errors Parameter size should be final. 295
Errors Line is longer than 80 characters. 301
Errors Line is longer than 80 characters. 303
Errors First sentence should end with a period. 311
Errors Line is longer than 80 characters. 314
Errors First sentence should end with a period. 320
Errors First sentence should end with a period. 329
Errors First sentence should end with a period. 335
Errors Line is longer than 80 characters. 340
Errors Parameter audioData should be final. 343
Errors First sentence should end with a period. 347
Errors Line is longer than 80 characters. 354
Errors Parameter bytes should be final. 357
Errors Parameter offset should be final. 357
Errors Parameter size should be final. 357
Errors First sentence should end with a period. 363
Errors First sentence should end with a period. 372
Errors Parameter msg should be final. 377
Errors First sentence should end with a period. 383

com/octo/captcha/component/sound/wordtosound/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/octo/captcha/engine/sound/gimpy/SimpleListSoundCaptchaEngine.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. 22
Errors First sentence should end with a period. 29
Errors Method 'buildInitialFactories' is not designed for extension - needs to be abstract, final or empty. 38
Errors Missing a Javadoc comment. 38
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 43
Errors '100' is a magic number. 43
Errors '70' is a magic number. 43
Errors Line is longer than 80 characters. 44
Errors '4' is a magic number. 44
Errors '10' is a magic number. 44

com/octo/captcha/engine/sound/speller/SpellerSoundCaptchaEngine.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. 8
Errors Line is longer than 80 characters. 14
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 29
Errors Extra HTML tag found: </p> 29
Errors Line is longer than 80 characters. 37
Errors Method 'buildInitialFactories' is not designed for extension - needs to be abstract, final or empty. 39
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 45
Errors '100' is a magic number. 45
Errors '110' is a magic number. 45
Errors Line is longer than 80 characters. 46
Errors '4' is a magic number. 46
Errors '10' is a magic number. 46

com/octo/captcha/engine/sound/utils/SoundCaptchaToWAV.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. 29
Errors Utility classes should not have a public or default constructor. 36
Errors Missing a Javadoc comment. 38
Errors Name 'SHOULD_DELETE_OLD_WAVS_FIRST' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Errors Missing a Javadoc comment. 40
Errors Parameter args should be final. 40
Errors Line is longer than 80 characters. 43
Errors '+' should be on a new line. 53
Errors '+' should be on a new line. 54
Errors '+' should be on a new line. 55
Errors Line is longer than 80 characters. 69
Errors Line is longer than 80 characters. 71
Errors '}' should be on the same line. 72
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 80
Errors '}' should be on the same line. 81
Errors Line is longer than 80 characters. 83
Errors Line is longer than 80 characters. 86
Errors '}' should be on the same line. 87
Errors Line is longer than 80 characters. 89
Errors Missing a Javadoc comment. 100
Errors Parameter outputDir should be final. 100
Errors Line is longer than 80 characters. 108
Errors Line is longer than 80 characters. 119
Errors Missing a Javadoc comment. 119
Errors Parameter iterations should be final. 119
Errors Parameter captchaEngine should be final. 119
Errors Parameter outputDir should be final. 119
Errors Line is longer than 80 characters. 122
Errors Line is longer than 80 characters. 135
Errors '100' is a magic number. 139
Errors '99' is a magic number. 139
Errors '}' should be on the same line. 143
Errors '+' should be on a new line. 151
Errors Line is longer than 80 characters. 152
Errors '+' should be on a new line. 152
Errors Line is longer than 80 characters. 153

com/octo/captcha/engine/sound/utils/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/octo/captcha/module/servlet/SimpleSoundCaptchaServlet.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Missing a Javadoc comment. 25
Errors Line has trailing spaces. 27
Errors Line contains a tab character. 27
Errors Line is longer than 80 characters. 28
Errors Line contains a tab character. 28
Errors Missing a Javadoc comment. 28
Errors Variable 'service' must be private and have accessor methods. 28
Errors Line contains a tab character. 30
Errors Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 30
Errors Missing a Javadoc comment. 30
Errors Line contains a tab character. 31
Errors Parameter httpServletRequest should be final. 31
Errors Line is longer than 80 characters. 32
Errors Line contains a tab character. 32
Errors Parameter httpServletResponse should be final. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Line contains a tab character. 54
Errors Line is longer than 80 characters. 56
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line is longer than 80 characters. 59
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 70
Errors Missing a Javadoc comment. 70
Errors Parameter request should be final. 70
Errors Line contains a tab character. 71
Errors Parameter userCaptchaResponse should be final. 71
Errors Line contains a tab character. 72
Errors 'if' construct must use '{}'s. 73
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line is longer than 80 characters. 78
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Must have at least one statement. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84

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

Violation Message Line
Errors Missing package documentation file. 0

com/octo/captcha/service/sound/DefaultManageableSoundCaptchaService.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors First sentence should end with a period. 14
Errors Line is longer than 80 characters. 15
Errors Line is longer than 80 characters. 16
Errors Line is longer than 80 characters. 19
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 22
Errors First sentence should end with a period. 24
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 33
Errors Parameter minGuarantedStorageDelayInSeconds should be final. 33
Errors Expected @param tag for 'minGuarantedStorageDelayInSeconds'. 33
Errors Parameter maxCaptchaStoreSize should be final. 33
Errors Expected @param tag for 'maxCaptchaStoreSize'. 33
Errors Parameter captchaStoreLoadBeforeGarbageCollection should be final. 33
Errors Expected @param tag for 'captchaStoreLoadBeforeGarbageCollection'. 33
Errors Line is longer than 80 characters. 34
Errors First sentence should end with a period. 38
Errors Line is longer than 80 characters. 39
Errors '180' is a magic number. 45
Errors '100000' is a magic number. 45
Errors '75000' is a magic number. 45
Errors Line is longer than 80 characters. 49
Errors Missing a Javadoc comment. 49
Errors Parameter captchaStore should be final. 49
Errors Parameter captchaEngine should be final. 49
Errors Parameter minGuarantedStorageDelayInSeconds should be final. 49
Errors Parameter maxCaptchaStoreSize should be final. 49
Errors Parameter captchaStoreLoadBeforeGarbageCollection should be final. 49
Errors Line is longer than 80 characters. 50

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

Violation Message Line
Errors Missing package documentation file. 0