The following document contains the results of Checkstyle .
Files | Infos | Warnings | Errors |
---|---|---|---|
16 | 0 | 0 | 458 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 5 | Error |
NewlineAtEndOfFile | 3 | Error |
Translation | 0 | Error |
JavadocMethod | 48 | Error |
JavadocType | 1 | Error |
JavadocVariable | 35 | Error |
JavadocStyle | 46 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 2 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength | 123 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 5 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 50 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 1 | Error |
LeftCurly | 0 | Error |
NeedBraces | 1 | Error |
RightCurly | 4 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 11 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 20 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 6 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 20 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 1 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 10 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 60 | Error |
GenericIllegalRegexp
|
6 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
First sentence should end with a period. | 11 | |
Missing a Javadoc comment. | 18 | |
Variable 'name' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Variable 'location' must be private and have accessor methods. | 20 | |
Missing a Javadoc comment. | 22 | |
Variable 'volume' must be private and have accessor methods. | 22 | |
Missing a Javadoc comment. | 24 | |
Variable 'pitch' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'rate' must be private and have accessor methods. | 26 | |
First sentence should end with a period. | 28 | |
Line is longer than 80 characters. | 37 | |
Parameter name should be final. | 37 | |
'name' hides a field. | 37 | |
Parameter location should be final. | 37 | |
'location' hides a field. | 37 | |
Parameter volume should be final. | 37 | |
'volume' hides a field. | 37 | |
Parameter pitch should be final. | 37 | |
'pitch' hides a field. | 37 | |
Parameter rate should be final. | 38 | |
'rate' hides a field. | 38 | |
'250' is a magic number. | 49 | |
'50' is a magic number. | 49 | |
'1000' is a magic number. | 55 | |
Line is longer than 80 characters. | 64 | |
Expected an @return tag. | 66 | |
Method 'getVolume' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line is longer than 80 characters. | 71 | |
Expected an @return tag. | 73 | |
Method 'getPitch' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line is longer than 80 characters. | 78 | |
Expected an @return tag. | 80 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Line is longer than 80 characters. | 85 | |
Expected an @return tag. | 87 | |
Method 'getRate' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Line is longer than 80 characters. | 92 | |
Expected an @return tag. | 94 | |
Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 94 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 33 | |
Variable 'defaultVoiceName' must be private and have accessor methods. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Variable 'defaultVoicePackage' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 37 | |
Name 'FREETTS_PROPERTIES_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
First sentence should end with a period. | 47 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
First sentence should end with a period. | 58 | |
Line is longer than 80 characters. | 64 | |
'100' is a magic number. | 65 | |
'100' is a magic number. | 65 | |
'4' is a magic number. | 67 | |
'6' is a magic number. | 68 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 80 | |
Parameter configurator should be final. | 80 | |
'configurator' hides a field. | 80 | |
Parameter minAcceptedWordLength should be final. | 80 | |
'minAcceptedWordLength' hides a field. | 80 | |
Parameter maxAcceptedWordLength should be final. | 81 | |
'maxAcceptedWordLength' hides a field. | 81 | |
Line is longer than 80 characters. | 89 | |
Expected an @return tag. | 91 | |
Method 'getSound' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Parameter word should be final. | 91 | |
Expected @param tag for 'word'. | 91 | |
Expected @throws tag for 'CaptchaException'. | 91 | |
Redundant throws: 'CaptchaException' is unchecked exception. | 91 | |
Expected an @return tag. | 100 | |
Line is longer than 80 characters. | 100 | |
Method 'getSound' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter word should be final. | 100 | |
Expected @param tag for 'word'. | 100 | |
Parameter locale should be final. | 100 | |
'locale' hides a field. | 100 | |
Expected @param tag for 'locale'. | 100 | |
Expected @throws tag for 'CaptchaException'. | 100 | |
Redundant throws: 'CaptchaException' is unchecked exception. | 100 | |
Line is longer than 80 characters. | 121 | |
Method 'getMaxAcceptedWordLength' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Method 'getMinAcceptedWordLength' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Method 'getMaxAcceptedWordLenght' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Method 'getMinAcceptedWordLenght' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 152 | |
First sentence should end with a period. | 154 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 177 | |
Parameter soundPackage should be final. | 179 | |
Expected @param tag for 'soundPackage'. | 179 | |
First sentence should end with a period. | 191 | |
Parameter voice should be final. | 194 | |
'voice' hides a field. | 194 | |
Expected @param tag for 'voice'. | 194 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 211 | |
Method 'stringToSound' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Parameter sentence should be final. | 211 | |
Redundant throws: 'CaptchaException' is unchecked exception. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 226 | |
Line is longer than 80 characters. | 227 | |
Missing a Javadoc comment. | 230 | |
Missing a Javadoc comment. | 232 | |
Missing a Javadoc comment. | 234 | |
Missing a Javadoc comment. | 236 | |
Missing a Javadoc comment. | 238 | |
Missing a Javadoc comment. | 240 | |
Missing a Javadoc comment. | 242 | |
First sentence should end with a period. | 244 | |
Line is longer than 80 characters. | 249 | |
First sentence should end with a period. | 253 | |
Line is longer than 80 characters. | 258 | |
Unused @throws tag for 'UnsupportedOperationException'. | 258 | |
Parameter format should be final. | 260 | |
First sentence should end with a period. | 264 | |
First sentence should end with a period. | 273 | |
First sentence should end with a period. | 279 | |
First sentence should end with a period. | 285 | |
Line is longer than 80 characters. | 292 | |
First sentence should end with a period. | 298 | |
First sentence should end with a period. | 304 | |
Missing a Javadoc comment. | 316 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 318 | |
Parameter volume should be final. | 338 | |
Line is longer than 80 characters. | 342 | |
Parameter size should be final. | 347 | |
Line is longer than 80 characters. | 353 | |
Line is longer than 80 characters. | 355 | |
First sentence should end with a period. | 363 | |
Line is longer than 80 characters. | 366 | |
First sentence should end with a period. | 372 | |
First sentence should end with a period. | 381 | |
First sentence should end with a period. | 387 | |
Line is longer than 80 characters. | 392 | |
Parameter audioData should be final. | 395 | |
First sentence should end with a period. | 399 | |
Line is longer than 80 characters. | 406 | |
Parameter bytes should be final. | 409 | |
Parameter offset should be final. | 409 | |
Parameter size should be final. | 409 | |
Line is longer than 80 characters. | 416 | |
Line is longer than 80 characters. | 419 | |
First sentence should end with a period. | 425 | |
First sentence should end with a period. | 434 | |
Parameter msg should be final. | 439 | |
First sentence should end with a period. | 445 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Missing a Javadoc comment. | 20 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 27 | |
Parameter configurator should be final. | 27 | |
Expected @param tag for 'configurator'. | 27 | |
Parameter minAcceptedWordLength should be final. | 27 | |
Expected @param tag for 'minAcceptedWordLength'. | 27 | |
Parameter maxAcceptedWordLength should be final. | 28 | |
Expected @param tag for 'maxAcceptedWordLength'. | 28 | |
Line is longer than 80 characters. | 33 | |
Expected an @return tag. | 35 | |
Method 'addEffects' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Parameter sound should be final. | 35 | |
Expected @param tag for 'sound'. | 35 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'defaultVoiceName' must be private and have accessor methods. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Variable 'defaultVoicePackage' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 40 | |
First sentence should end with a period. | 42 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 57 | |
Parameter configurator should be final. | 57 | |
Expected @param tag for 'configurator'. | 57 | |
Parameter minAcceptedWordLength should be final. | 57 | |
Parameter maxAcceptedWordLength should be final. | 58 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 76 | |
Expected an @return tag. | 78 | |
Method 'getSound' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Parameter word should be final. | 78 | |
Expected @param tag for 'word'. | 78 | |
Expected @throws tag for 'CaptchaException'. | 78 | |
Redundant throws: 'CaptchaException' is unchecked exception. | 78 | |
Line has trailing spaces. | 80 | |
Line has trailing spaces. | 81 | |
Expected an @return tag. | 88 | |
Line is longer than 80 characters. | 88 | |
Method 'getSound' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter word should be final. | 88 | |
Expected @param tag for 'word'. | 88 | |
Parameter locale should be final. | 88 | |
Expected @param tag for 'locale'. | 88 | |
Expected @throws tag for 'CaptchaException'. | 88 | |
Redundant throws: 'CaptchaException' is unchecked exception. | 88 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 126 | |
Expected an @return tag. | 128 | |
Method 'addEffects' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Parameter sound should be final. | 128 | |
Expected @param tag for 'sound'. | 128 | |
First sentence should end with a period. | 134 | |
Parameter voice should be final. | 137 | |
'voice' hides a field. | 137 | |
Expected @param tag for 'voice'. | 137 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 154 | |
Method 'stringToSound' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Parameter sentence should be final. | 154 | |
Redundant throws: 'CaptchaException' is unchecked exception. | 154 | |
Line is longer than 80 characters. | 155 | |
Line has trailing spaces. | 163 | |
Line has trailing spaces. | 168 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 175 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 184 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 188 | |
Missing a Javadoc comment. | 190 | |
First sentence should end with a period. | 192 | |
Line is longer than 80 characters. | 197 | |
First sentence should end with a period. | 201 | |
Line is longer than 80 characters. | 206 | |
Unused @throws tag for 'UnsupportedOperationException'. | 206 | |
Parameter format should be final. | 208 | |
First sentence should end with a period. | 212 | |
First sentence should end with a period. | 221 | |
First sentence should end with a period. | 227 | |
First sentence should end with a period. | 233 | |
Line is longer than 80 characters. | 240 | |
First sentence should end with a period. | 246 | |
First sentence should end with a period. | 252 | |
Missing a Javadoc comment. | 264 | |
Line is longer than 80 characters. | 265 | |
Line is longer than 80 characters. | 266 | |
Parameter volume should be final. | 286 | |
Line is longer than 80 characters. | 290 | |
Parameter size should be final. | 295 | |
Line is longer than 80 characters. | 301 | |
Line is longer than 80 characters. | 303 | |
First sentence should end with a period. | 311 | |
Line is longer than 80 characters. | 314 | |
First sentence should end with a period. | 320 | |
First sentence should end with a period. | 329 | |
First sentence should end with a period. | 335 | |
Line is longer than 80 characters. | 340 | |
Parameter audioData should be final. | 343 | |
First sentence should end with a period. | 347 | |
Line is longer than 80 characters. | 354 | |
Parameter bytes should be final. | 357 | |
Parameter offset should be final. | 357 | |
Parameter size should be final. | 357 | |
First sentence should end with a period. | 363 | |
First sentence should end with a period. | 372 | |
Parameter msg should be final. | 377 | |
First sentence should end with a period. | 383 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 22 | |
First sentence should end with a period. | 29 | |
Method 'buildInitialFactories' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 43 | |
'100' is a magic number. | 43 | |
'70' is a magic number. | 43 | |
Line is longer than 80 characters. | 44 | |
'4' is a magic number. | 44 | |
'10' is a magic number. | 44 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 29 | |
Extra HTML tag found: </p> | 29 | |
Line is longer than 80 characters. | 37 | |
Method 'buildInitialFactories' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 45 | |
'100' is a magic number. | 45 | |
'110' is a magic number. | 45 | |
Line is longer than 80 characters. | 46 | |
'4' is a magic number. | 46 | |
'10' is a magic number. | 46 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 14 | |
First sentence should end with a period. | 29 | |
Utility classes should not have a public or default constructor. | 36 | |
Missing a Javadoc comment. | 38 | |
Name 'SHOULD_DELETE_OLD_WAVS_FIRST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
Missing a Javadoc comment. | 40 | |
Parameter args should be final. | 40 | |
Line is longer than 80 characters. | 43 | |
'+' should be on a new line. | 53 | |
'+' should be on a new line. | 54 | |
'+' should be on a new line. | 55 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 71 | |
'}' should be on the same line. | 72 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 80 | |
'}' should be on the same line. | 81 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
'}' should be on the same line. | 87 | |
Line is longer than 80 characters. | 89 | |
Missing a Javadoc comment. | 100 | |
Parameter outputDir should be final. | 100 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter iterations should be final. | 119 | |
Parameter captchaEngine should be final. | 119 | |
Parameter outputDir should be final. | 119 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 135 | |
'100' is a magic number. | 139 | |
'99' is a magic number. | 139 | |
'}' should be on the same line. | 143 | |
'+' should be on a new line. | 151 | |
Line is longer than 80 characters. | 152 | |
'+' should be on a new line. | 152 | |
Line is longer than 80 characters. | 153 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Variable 'service' must be private and have accessor methods. | 28 | |
Line contains a tab character. | 30 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Parameter httpServletRequest should be final. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Parameter httpServletResponse should be final. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter request should be final. | 70 | |
Line contains a tab character. | 71 | |
Parameter userCaptchaResponse should be final. | 71 | |
Line contains a tab character. | 72 | |
'if' construct must use '{}'s. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Must have at least one statement. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
First sentence should end with a period. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 33 | |
Parameter minGuarantedStorageDelayInSeconds should be final. | 33 | |
Expected @param tag for 'minGuarantedStorageDelayInSeconds'. | 33 | |
Parameter maxCaptchaStoreSize should be final. | 33 | |
Expected @param tag for 'maxCaptchaStoreSize'. | 33 | |
Parameter captchaStoreLoadBeforeGarbageCollection should be final. | 33 | |
Expected @param tag for 'captchaStoreLoadBeforeGarbageCollection'. | 33 | |
Line is longer than 80 characters. | 34 | |
First sentence should end with a period. | 38 | |
Line is longer than 80 characters. | 39 | |
'180' is a magic number. | 45 | |
'100000' is a magic number. | 45 | |
'75000' is a magic number. | 45 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter captchaStore should be final. | 49 | |
Parameter captchaEngine should be final. | 49 | |
Parameter minGuarantedStorageDelayInSeconds should be final. | 49 | |
Parameter maxCaptchaStoreSize should be final. | 49 | |
Parameter captchaStoreLoadBeforeGarbageCollection should be final. | 49 | |
Line is longer than 80 characters. | 50 |