The following document contains the results of Checkstyle
.  
| Files | Infos  | Warnings  | Errors  | 
|---|---|---|---|
| 13 | 0 | 0 | 888 | 
| Rules | Violations | Severity | 
|---|---|---|
| PackageHtml | 3 |  Error | 
| NewlineAtEndOfFile | 1 |  Error | 
| Translation | 0 |  Error | 
| JavadocMethod | 124 |  Error | 
| JavadocType | 3 |  Error | 
| JavadocVariable | 50 |  Error | 
| JavadocStyle | 56 |  Error | 
| ConstantName | 7 |  Error | 
| LocalFinalVariableName | 0 |  Error | 
| LocalVariableName | 0 |  Error | 
| MemberName | 0 |  Error | 
| MethodName | 0 |  Error | 
| PackageName | 0 |  Error | 
| ParameterName | 0 |  Error | 
| StaticVariableName | 0 |  Error | 
| TypeName | 0 |  Error | 
| AvoidStarImport | 3 |  Error | 
| IllegalImport | 0 |  Error | 
| RedundantImport | 0 |  Error | 
| UnusedImports | 0 |  Error | 
| FileLength | 0 |  Error | 
| LineLength | 226 |  Error | 
| MethodLength | 0 |  Error | 
| ParameterNumber | 1 |  Error | 
| EmptyForIteratorPad | 0 |  Error | 
| MethodParamPad | 0 |  Error | 
| NoWhitespaceAfter | 0 |  Error | 
| NoWhitespaceBefore | 0 |  Error | 
| OperatorWrap | 4 |  Error | 
| ParenPad | 0 |  Error | 
| TypecastParenPad | 0 |  Error | 
| TabCharacter | 8 |  Error | 
| WhitespaceAfter | 1 |  Error | 
| WhitespaceAround | 0 |  Error | 
| ModifierOrder | 0 |  Error | 
| RedundantModifier | 16 |  Error | 
| AvoidNestedBlocks | 0 |  Error | 
| EmptyBlock | 17 |  Error | 
| LeftCurly | 0 |  Error | 
| NeedBraces | 11 |  Error | 
| RightCurly | 32 |  Error | 
| AvoidInlineConditionals | 6 |  Error | 
| DoubleCheckedLocking | 0 |  Error | 
| EmptyStatement | 2 |  Error | 
| EqualsHashCode | 0 |  Error | 
| HiddenField | 50 |  Error | 
| IllegalInstantiation | 0 |  Error | 
| InnerAssignment | 0 |  Error | 
| MagicNumber | 5 |  Error | 
| MissingSwitchDefault | 0 |  Error | 
| RedundantThrows | 8 |  Error | 
| SimplifyBooleanExpression | 0 |  Error | 
| SimplifyBooleanReturn | 0 |  Error | 
| DesignForExtension | 120 |  Error | 
| FinalClass | 0 |  Error | 
| HideUtilityClassConstructor | 1 |  Error | 
| InterfaceIsType | 0 |  Error | 
| VisibilityModifier | 16 |  Error | 
| ArrayTypeStyle | 0 |  Error | 
| FinalParameters | 114 |  Error | 
| GenericIllegalRegexp 
 | 3 |  Error | 
| TodoComment | 0 |  Error | 
| UpperEll | 0 |  Error | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 2 | 
|  | Line is longer than 80 characters. | 8 | 
|  | Line is longer than 80 characters. | 14 | 
|  | Using the '.*' form of import should be avoided - java.util.*. | 31 | 
|  | Line is longer than 80 characters. | 34 | 
|  | Line is longer than 80 characters. | 35 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Line is longer than 80 characters. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Variable 'persistentBuffer' must be private and have accessor methods. | 46 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Variable 'volatileBuffer' must be private and have accessor methods. | 48 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Variable 'engine' must be private and have accessor methods. | 50 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Variable 'config' must be private and have accessor methods. | 52 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Variable 'volatileMemoryHits' must be private and have accessor methods. | 54 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Variable 'persistentMemoryHits' must be private and have accessor methods. | 56 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Variable 'persistentToVolatileSwaps' must be private and have accessor methods. | 58 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Variable 'persistentFeedings' must be private and have accessor methods. | 60 | 
|  | Missing a Javadoc comment. | 62 | 
|  | Line is longer than 80 characters. | 66 | 
|  | Line is longer than 80 characters. | 70 | 
|  | Line is longer than 80 characters. | 71 | 
|  | Line is longer than 80 characters. | 74 | 
|  | Parameter engine should be final. | 74 | 
|  | 'engine' hides a field. | 74 | 
|  | Parameter volatileBuffer should be final. | 74 | 
|  | 'volatileBuffer' hides a field. | 74 | 
|  | Line is longer than 80 characters. | 75 | 
|  | Parameter persistentBuffer should be final. | 75 | 
|  | 'persistentBuffer' hides a field. | 75 | 
|  | Parameter containerConfiguration should be final. | 75 | 
|  | Line is longer than 80 characters. | 78 | 
|  | Line is longer than 80 characters. | 82 | 
|  | Line is longer than 80 characters. | 86 | 
|  | Line is longer than 80 characters. | 90 | 
|  | Expected an @return tag. | 101 | 
|  | Method 'getNextCaptcha' is not designed for extension - needs to be abstract, final or empty. | 101 | 
|  | Line is longer than 80 characters. | 107 | 
|  | Expected an @return tag. | 109 | 
|  | Method 'getNextCaptcha' is not designed for extension - needs to be abstract, final or empty. | 109 | 
|  | Parameter locale should be final. | 109 | 
|  | Expected @param tag for 'locale'. | 109 | 
|  | Line is longer than 80 characters. | 126 | 
|  | Method 'getFactories' is not designed for extension - needs to be abstract, final or empty. | 140 | 
|  | Method 'setFactories' is not designed for extension - needs to be abstract, final or empty. | 147 | 
|  | Parameter factories should be final. | 147 | 
|  | First sentence should end with a period. | 152 | 
|  | Expected an @return tag. | 155 | 
|  | Parameter locale should be final. | 155 | 
|  | Expected @param tag for 'locale'. | 155 | 
|  | Line is longer than 80 characters. | 163 | 
|  | Line is longer than 80 characters. | 174 | 
|  | Method 'swapCaptchasFromPersistentToVolatileMemory' is not designed for extension - needs to be abstract, final or empty. | 177 | 
|  | Line is longer than 80 characters. | 189 | 
|  | Line is longer than 80 characters. | 192 | 
|  | Avoid inline conditionals. | 195 | 
|  | Avoid inline conditionals. | 196 | 
|  | Line is longer than 80 characters. | 207 | 
|  | Line is longer than 80 characters. | 215 | 
|  | Line is longer than 80 characters. | 231 | 
|  | Method 'feedPersistentBuffer' is not designed for extension - needs to be abstract, final or empty. | 234 | 
|  | Line is longer than 80 characters. | 238 | 
|  | Line is longer than 80 characters. | 239 | 
|  | Avoid inline conditionals. | 239 | 
|  | Line is longer than 80 characters. | 240 | 
|  | Avoid inline conditionals. | 240 | 
|  | Line is longer than 80 characters. | 253 | 
|  | Line is longer than 80 characters. | 258 | 
|  | Avoid inline conditionals. | 258 | 
|  | Line is longer than 80 characters. | 267 | 
|  | Line is longer than 80 characters. | 273 | 
|  | Line is longer than 80 characters. | 279 | 
|  | Line is longer than 80 characters. | 280 | 
|  | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 284 | 
|  | Missing a Javadoc comment. | 284 | 
|  | Method 'getPersistentBuffer' is not designed for extension - needs to be abstract, final or empty. | 288 | 
|  | Missing a Javadoc comment. | 288 | 
|  | Method 'getPersistentFeedings' is not designed for extension - needs to be abstract, final or empty. | 292 | 
|  | Missing a Javadoc comment. | 292 | 
|  | Method 'getPersistentMemoryHits' is not designed for extension - needs to be abstract, final or empty. | 296 | 
|  | Missing a Javadoc comment. | 296 | 
|  | Method 'getPersistentToVolatileSwaps' is not designed for extension - needs to be abstract, final or empty. | 300 | 
|  | Missing a Javadoc comment. | 300 | 
|  | Method 'getVolatileBuffer' is not designed for extension - needs to be abstract, final or empty. | 304 | 
|  | Missing a Javadoc comment. | 304 | 
|  | Method 'getVolatileMemoryHits' is not designed for extension - needs to be abstract, final or empty. | 308 | 
|  | Missing a Javadoc comment. | 308 | 
|  | Missing a Javadoc comment. | 312 | 
|  | Missing a Javadoc comment. | 313 | 
|  | Missing a Javadoc comment. | 317 | 
|  | Method 'closeBuffers' is not designed for extension - needs to be abstract, final or empty. | 328 | 
|  | Missing a Javadoc comment. | 328 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 2 | 
|  | Line is longer than 80 characters. | 8 | 
|  | Line is longer than 80 characters. | 14 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Missing a Javadoc comment. | 43 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Missing a Javadoc comment. | 47 | 
|  | First sentence should end with a period. | 49 | 
|  | Line is longer than 80 characters. | 52 | 
|  | Line is longer than 80 characters. | 55 | 
|  | Line is longer than 80 characters. | 57 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Parameter localeRatio should be final. | 60 | 
|  | 'localeRatio' hides a field. | 60 | 
|  | Parameter maxVolatileMemorySize should be final. | 60 | 
|  | 'maxVolatileMemorySize' hides a field. | 60 | 
|  | Parameter maxPersistentMemorySize should be final. | 60 | 
|  | 'maxPersistentMemorySize' hides a field. | 60 | 
|  | Parameter swapSize should be final. | 61 | 
|  | 'swapSize' hides a field. | 61 | 
|  | Parameter feedSize should be final. | 61 | 
|  | 'feedSize' hides a field. | 61 | 
|  | First sentence should end with a period. | 71 | 
|  | Line is longer than 80 characters. | 74 | 
|  | Line is longer than 80 characters. | 77 | 
|  | Line is longer than 80 characters. | 79 | 
|  | Line is longer than 80 characters. | 81 | 
|  | Line is longer than 80 characters. | 83 | 
|  | Line is longer than 80 characters. | 85 | 
|  | Parameter localeRatio should be final. | 85 | 
|  | 'localeRatio' hides a field. | 85 | 
|  | Parameter maxVolatileMemorySize should be final. | 85 | 
|  | 'maxVolatileMemorySize' hides a field. | 85 | 
|  | Parameter maxPersistentMemorySize should be final. | 85 | 
|  | 'maxPersistentMemorySize' hides a field. | 85 | 
|  | Line is longer than 80 characters. | 86 | 
|  | Parameter swapSize should be final. | 86 | 
|  | 'swapSize' hides a field. | 86 | 
|  | Parameter feedSize should be final. | 86 | 
|  | 'feedSize' hides a field. | 86 | 
|  | Parameter serveOnlyConfiguredLocales should be final. | 86 | 
|  | 'serveOnlyConfiguredLocales' hides a field. | 86 | 
|  | Parameter defaultLocale should be final. | 86 | 
|  | 'defaultLocale' hides a field. | 86 | 
|  | Line is longer than 80 characters. | 87 | 
|  | Line is longer than 80 characters. | 89 | 
|  | Avoid inline conditionals. | 89 | 
|  | First sentence should end with a period. | 94 | 
|  | Line is longer than 80 characters. | 97 | 
|  | Line is longer than 80 characters. | 100 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Line is longer than 80 characters. | 104 | 
|  | Line is longer than 80 characters. | 106 | 
|  | Line is longer than 80 characters. | 108 | 
|  | Line is longer than 80 characters. | 110 | 
|  | More than 7 parameters. | 110 | 
|  | Parameter localeRatio should be final. | 110 | 
|  | 'localeRatio' hides a field. | 110 | 
|  | Parameter maxVolatileMemorySize should be final. | 110 | 
|  | 'maxVolatileMemorySize' hides a field. | 110 | 
|  | Parameter maxPersistentMemorySize should be final. | 110 | 
|  | 'maxPersistentMemorySize' hides a field. | 110 | 
|  | Line is longer than 80 characters. | 111 | 
|  | Parameter swapSize should be final. | 111 | 
|  | 'swapSize' hides a field. | 111 | 
|  | Parameter feedSize should be final. | 111 | 
|  | 'feedSize' hides a field. | 111 | 
|  | Parameter feedBatchSize should be final. | 111 | 
|  | 'feedBatchSize' hides a field. | 111 | 
|  | Parameter serveOnlyConfiguredLocales should be final. | 111 | 
|  | 'serveOnlyConfiguredLocales' hides a field. | 111 | 
|  | Parameter defaultLocale should be final. | 111 | 
|  | 'defaultLocale' hides a field. | 111 | 
|  | Line is longer than 80 characters. | 112 | 
|  | Method 'getFeedBatchSize' is not designed for extension - needs to be abstract, final or empty. | 117 | 
|  | Missing a Javadoc comment. | 117 | 
|  | Method 'setFeedBatchSize' is not designed for extension - needs to be abstract, final or empty. | 121 | 
|  | Missing a Javadoc comment. | 121 | 
|  | Parameter feedBatchSize should be final. | 121 | 
|  | 'feedBatchSize' hides a field. | 121 | 
|  | Method 'isServeOnlyConfiguredLocales' is not designed for extension - needs to be abstract, final or empty. | 125 | 
|  | Missing a Javadoc comment. | 125 | 
|  | Line is longer than 80 characters. | 129 | 
|  | Method 'setServeOnlyConfiguredLocales' is not designed for extension - needs to be abstract, final or empty. | 129 | 
|  | Missing a Javadoc comment. | 129 | 
|  | Parameter serveOnlyConfiguredLocales should be final. | 129 | 
|  | 'serveOnlyConfiguredLocales' hides a field. | 129 | 
|  | Method 'getDefaultLocale' is not designed for extension - needs to be abstract, final or empty. | 134 | 
|  | Missing a Javadoc comment. | 134 | 
|  | Method 'setDefaultLocale' is not designed for extension - needs to be abstract, final or empty. | 138 | 
|  | Missing a Javadoc comment. | 138 | 
|  | Parameter defaultLocale should be final. | 138 | 
|  | 'defaultLocale' hides a field. | 138 | 
|  | Line is longer than 80 characters. | 144 | 
|  | Missing a Javadoc comment. | 144 | 
|  | Parameter serveOnlyConfiguredLocales should be final. | 144 | 
|  | 'serveOnlyConfiguredLocales' hides a field. | 144 | 
|  | Parameter defaultLocale should be final. | 144 | 
|  | 'defaultLocale' hides a field. | 144 | 
|  | Line is longer than 80 characters. | 145 | 
|  | Line is longer than 80 characters. | 146 | 
|  | '+' should be on a new line. | 146 | 
|  | Line is longer than 80 characters. | 147 | 
|  | Expected an @return tag. | 154 | 
|  | Method 'getFeedSize' is not designed for extension - needs to be abstract, final or empty. | 154 | 
|  | Method 'setFeedSize' is not designed for extension - needs to be abstract, final or empty. | 161 | 
|  | Parameter feedSize should be final. | 161 | 
|  | 'feedSize' hides a field. | 161 | 
|  | Expected @param tag for 'feedSize'. | 161 | 
|  | Method 'getLocaleRatio' is not designed for extension - needs to be abstract, final or empty. | 168 | 
|  | Line is longer than 80 characters. | 173 | 
|  | Method 'setLocaleRatio' is not designed for extension - needs to be abstract, final or empty. | 175 | 
|  | Parameter localeRatio should be final. | 175 | 
|  | 'localeRatio' hides a field. | 175 | 
|  | Method 'getMaxPersistentMemorySize' is not designed for extension - needs to be abstract, final or empty. | 183 | 
|  | Method 'setMaxPersistentMemorySize' is not designed for extension - needs to be abstract, final or empty. | 190 | 
|  | Parameter maxPersistentMemorySize should be final. | 190 | 
|  | 'maxPersistentMemorySize' hides a field. | 190 | 
|  | Method 'getMaxVolatileMemorySize' is not designed for extension - needs to be abstract, final or empty. | 197 | 
|  | Method 'setMaxVolatileMemorySize' is not designed for extension - needs to be abstract, final or empty. | 204 | 
|  | Parameter maxVolatileMemorySize should be final. | 204 | 
|  | 'maxVolatileMemorySize' hides a field. | 204 | 
|  | Line is longer than 80 characters. | 209 | 
|  | Method 'getSwapSize' is not designed for extension - needs to be abstract, final or empty. | 211 | 
|  | Line is longer than 80 characters. | 216 | 
|  | Method 'setSwapSize' is not designed for extension - needs to be abstract, final or empty. | 218 | 
|  | Parameter swapSize should be final. | 218 | 
|  | 'swapSize' hides a field. | 218 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 3 | 
|  | Line is longer than 80 characters. | 9 | 
|  | Line is longer than 80 characters. | 15 | 
|  | Line is longer than 80 characters. | 21 | 
|  | First sentence should end with a period. | 32 | 
|  | Line is longer than 80 characters. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | 
|  | Line is longer than 80 characters. | 41 | 
|  | Missing a Javadoc comment. | 41 | 
|  | Parameter engine should be final. | 41 | 
|  | Parameter memoryBuffer should be final. | 41 | 
|  | Line is longer than 80 characters. | 42 | 
|  | Parameter diskBuffer should be final. | 42 | 
|  | Parameter containerConfiguration should be final. | 42 | 
| 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 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Missing a Javadoc comment. | 42 | 
|  | '10000' is a magic number. | 42 | 
|  | Missing a Javadoc comment. | 44 | 
|  | '1000' is a magic number. | 44 | 
|  | Line is longer than 80 characters. | 49 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Parameter engine should be final. | 49 | 
|  | Parameter memoryBuffer should be final. | 49 | 
|  | Line is longer than 80 characters. | 50 | 
|  | Parameter diskBuffer should be final. | 50 | 
|  | Parameter containerConfiguration should be final. | 50 | 
|  | Parameter feedPeriod should be final. | 50 | 
|  | 'feedPeriod' hides a field. | 50 | 
|  | Parameter swapPeriod should be final. | 51 | 
|  | 'swapPeriod' hides a field. | 51 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Method 'startScheduler' is not designed for extension - needs to be abstract, final or empty. | 62 | 
|  | Method 'stopDaemon' is not designed for extension - needs to be abstract, final or empty. | 70 | 
|  | Missing a Javadoc comment. | 70 | 
|  | Method 'startDaemon' is not designed for extension - needs to be abstract, final or empty. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Line is longer than 80 characters. | 79 | 
|  | Missing a Javadoc comment. | 83 | 
|  | Method 'feedDisk' is not designed for extension - needs to be abstract, final or empty. | 85 | 
|  | Missing a Javadoc comment. | 85 | 
|  | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 89 | 
|  | Missing a Javadoc comment. | 89 | 
|  | Missing a Javadoc comment. | 95 | 
|  | Method 'diskToMemory' is not designed for extension - needs to be abstract, final or empty. | 98 | 
|  | Missing a Javadoc comment. | 98 | 
|  | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 102 | 
|  | Missing a Javadoc comment. | 102 | 
| 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. | 32 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Redundant 'public' modifier. | 39 | 
|  | Redundant throws: 'NoSuchElementException' is unchecked exception. | 39 | 
|  | First sentence should end with a period. | 41 | 
|  | Line is longer than 80 characters. | 48 | 
|  | Redundant 'public' modifier. | 50 | 
|  | Redundant throws: 'NoSuchElementException' is unchecked exception. | 50 | 
|  | First sentence should end with a period. | 52 | 
|  | Redundant 'public' modifier. | 59 | 
|  | First sentence should end with a period. | 61 | 
|  | Redundant 'public' modifier. | 69 | 
|  | First sentence should end with a period. | 71 | 
|  | Redundant 'public' modifier. | 74 | 
|  | Expected @param tag for 'captcha'. | 74 | 
|  | First sentence should end with a period. | 76 | 
|  | Redundant 'public' modifier. | 82 | 
|  | First sentence should end with a period. | 84 | 
|  | Redundant 'public' modifier. | 89 | 
|  | First sentence should end with a period. | 91 | 
|  | Redundant 'public' modifier. | 97 | 
|  | First sentence should end with a period. | 99 | 
|  | Redundant 'public' modifier. | 104 | 
|  | First sentence should end with a period. | 106 | 
|  | Redundant 'public' modifier. | 113 | 
|  | Redundant 'public' modifier. | 118 | 
|  | First sentence should end with a period. | 120 | 
|  | Redundant 'public' modifier. | 123 | 
|  | First sentence should end with a period. | 125 | 
|  | Expected an @return tag. | 128 | 
|  | Redundant 'public' modifier. | 128 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 2 | 
|  | Line is longer than 80 characters. | 8 | 
|  | Line is longer than 80 characters. | 14 | 
|  | Using the '.*' form of import should be avoided - java.io.*. | 26 | 
|  | Using the '.*' form of import should be avoided - java.util.*. | 31 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Extra HTML tag found: </p> <ul> <li> timemillis , long </li> | 36 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Line is longer than 80 characters. | 39 | 
|  | Line is longer than 80 characters. | 44 | 
|  | Missing a Javadoc comment. | 44 | 
|  | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Missing a Javadoc comment. | 48 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Missing a Javadoc comment. | 50 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Missing a Javadoc comment. | 52 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Parameter datasource should be final. | 56 | 
|  | 'datasource' hides a field. | 56 | 
|  | Missing a Javadoc comment. | 63 | 
|  | Parameter datasource should be final. | 63 | 
|  | 'datasource' hides a field. | 63 | 
|  | Parameter table should be final. | 63 | 
|  | 'table' hides a field. | 63 | 
|  | Line is longer than 80 characters. | 71 | 
|  | Missing a Javadoc comment. | 71 | 
|  | Parameter datasource should be final. | 71 | 
|  | 'datasource' hides a field. | 71 | 
|  | Parameter table should be final. | 71 | 
|  | 'table' hides a field. | 71 | 
|  | Parameter timeMillisColumn should be final. | 71 | 
|  | 'timeMillisColumn' hides a field. | 71 | 
|  | Parameter hashCodeColumn should be final. | 71 | 
|  | 'hashCodeColumn' hides a field. | 71 | 
|  | Parameter captchaColumn should be final. | 71 | 
|  | 'captchaColumn' hides a field. | 71 | 
|  | Parameter localeColumn should be final. | 71 | 
|  | 'localeColumn' hides a field. | 71 | 
|  | First sentence should end with a period. | 86 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 94 | 
|  | Redundant throws: 'NoSuchElementException' is unchecked exception. | 94 | 
|  | First sentence should end with a period. | 98 | 
|  | Line is longer than 80 characters. | 105 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 107 | 
|  | Parameter locale should be final. | 107 | 
|  | Redundant throws: 'NoSuchElementException' is unchecked exception. | 107 | 
|  | Line is longer than 80 characters. | 112 | 
|  | First sentence should end with a period. | 116 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 123 | 
|  | Parameter number should be final. | 123 | 
|  | First sentence should end with a period. | 127 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 135 | 
|  | Parameter number should be final. | 135 | 
|  | Parameter locale should be final. | 135 | 
|  | Empty statement. | 149 | 
|  | Line is longer than 80 characters. | 153 | 
|  | Line is longer than 80 characters. | 156 | 
|  | ';' is not followed by whitespace. | 158 | 
|  | Line is longer than 80 characters. | 181 | 
|  | '+' should be on a new line. | 185 | 
|  | Line is longer than 80 characters. | 186 | 
|  | Line is longer than 80 characters. | 189 | 
|  | Must have at least one statement. | 207 | 
|  | '}' should be on the same line. | 216 | 
|  | Must have at least one statement. | 217 | 
|  | '}' should be on the same line. | 223 | 
|  | Must have at least one statement. | 224 | 
|  | First sentence should end with a period. | 231 | 
|  | Method 'putCaptcha' is not designed for extension - needs to be abstract, final or empty. | 234 | 
|  | Parameter captcha should be final. | 234 | 
|  | Expected @param tag for 'captcha'. | 234 | 
|  | First sentence should end with a period. | 238 | 
|  | Method 'putCaptcha' is not designed for extension - needs to be abstract, final or empty. | 244 | 
|  | Parameter captcha should be final. | 244 | 
|  | Parameter locale should be final. | 244 | 
|  | First sentence should end with a period. | 252 | 
|  | Method 'putAllCaptcha' is not designed for extension - needs to be abstract, final or empty. | 257 | 
|  | Parameter captchas should be final. | 257 | 
|  | First sentence should end with a period. | 261 | 
|  | Method 'putAllCaptcha' is not designed for extension - needs to be abstract, final or empty. | 267 | 
|  | Parameter captchas should be final. | 267 | 
|  | Parameter locale should be final. | 267 | 
|  | Line is longer than 80 characters. | 281 | 
|  | '+' should be on a new line. | 281 | 
|  | Line is longer than 80 characters. | 282 | 
|  | '3' is a magic number. | 294 | 
|  | Line is longer than 80 characters. | 296 | 
|  | Line is longer than 80 characters. | 297 | 
|  | Line is longer than 80 characters. | 300 | 
|  | '4' is a magic number. | 302 | 
|  | Line is longer than 80 characters. | 307 | 
|  | '+' should be on a new line. | 311 | 
|  | Line is longer than 80 characters. | 312 | 
|  | Must have at least one statement. | 330 | 
|  | Must have at least one statement. | 336 | 
|  | First sentence should end with a period. | 345 | 
|  | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 350 | 
|  | Must have at least one statement. | 370 | 
|  | Must have at least one statement. | 377 | 
|  | Must have at least one statement. | 383 | 
|  | First sentence should end with a period. | 392 | 
|  | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 399 | 
|  | Parameter locale should be final. | 399 | 
|  | Line is longer than 80 characters. | 407 | 
|  | Must have at least one statement. | 420 | 
|  | Must have at least one statement. | 427 | 
|  | Must have at least one statement. | 433 | 
|  | First sentence should end with a period. | 447 | 
|  | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 450 | 
|  | Must have at least one statement. | 466 | 
|  | Must have at least one statement. | 473 | 
|  | Must have at least one statement. | 479 | 
|  | First sentence should end with a period. | 487 | 
|  | Expected an @return tag. | 490 | 
|  | Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. | 490 | 
|  | Line is longer than 80 characters. | 498 | 
|  | Must have at least one statement. | 510 | 
|  | Must have at least one statement. | 517 | 
|  | Must have at least one statement. | 523 | 
| 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 | 
|  | First sentence should end with a period. | 48 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Missing a Javadoc comment. | 54 | 
|  | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Line is longer than 80 characters. | 63 | 
|  | Missing a Javadoc comment. | 68 | 
|  | Missing a Javadoc comment. | 70 | 
|  | First sentence should end with a period. | 72 | 
|  | Missing a Javadoc comment. | 77 | 
|  | First sentence should end with a period. | 79 | 
|  | First sentence should end with a period. | 84 | 
|  | Missing a Javadoc comment. | 89 | 
|  | First sentence should end with a period. | 91 | 
|  | Line is longer than 80 characters. | 95 | 
|  | Parameter fileName should be final. | 98 | 
|  | Parameter persistant should be final. | 98 | 
|  | 'persistant' hides a field. | 98 | 
|  | '}' should be on the same line. | 107 | 
|  | Missing a Javadoc comment. | 113 | 
|  | Redundant 'final' modifier. | 113 | 
|  | Line is longer than 80 characters. | 122 | 
|  | Line is longer than 80 characters. | 128 | 
|  | Line is longer than 80 characters. | 139 | 
|  | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 139 | 
|  | Parameter number should be final. | 139 | 
|  | Expected @param tag for 'number'. | 139 | 
|  | Parameter locale should be final. | 139 | 
|  | Expected @param tag for 'locale'. | 139 | 
|  | Expected @throws tag for 'IOException'. | 139 | 
|  | 'if' construct must use '{}'s. | 140 | 
|  | Line is longer than 80 characters. | 157 | 
|  | Line is longer than 80 characters. | 164 | 
|  | '}' should be on the same line. | 173 | 
|  | Line is longer than 80 characters. | 176 | 
|  | '}' should be on the same line. | 179 | 
|  | Line is longer than 80 characters. | 184 | 
|  | Line is longer than 80 characters. | 193 | 
|  | Method 'store' is not designed for extension - needs to be abstract, final or empty. | 193 | 
|  | Parameter collection should be final. | 193 | 
|  | Expected @param tag for 'collection'. | 193 | 
|  | Parameter locale should be final. | 193 | 
|  | Expected @param tag for 'locale'. | 193 | 
|  | Expected @throws tag for 'IOException'. | 193 | 
|  | 'if' construct must use '{}'s. | 194 | 
|  | Line is longer than 80 characters. | 214 | 
|  | Method 'store' is not designed for extension - needs to be abstract, final or empty. | 214 | 
|  | Parameter element should be final. | 214 | 
|  | Expected @param tag for 'element'. | 214 | 
|  | Parameter locale should be final. | 214 | 
|  | Expected @param tag for 'locale'. | 214 | 
|  | Expected @throws tag for 'IOException'. | 214 | 
|  | 'if' construct must use '{}'s. | 215 | 
|  | Line is longer than 80 characters. | 259 | 
|  | Line is longer than 80 characters. | 260 | 
|  | Line is longer than 80 characters. | 261 | 
|  | Expected @param tag for 'element'. | 268 | 
|  | Method 'clearFile' is not designed for extension - needs to be abstract, final or empty. | 277 | 
|  | Expected @throws tag for 'IOException'. | 277 | 
|  | '}' should be on the same line. | 288 | 
|  | Line is longer than 80 characters. | 298 | 
|  | Line is longer than 80 characters. | 299 | 
|  | Line is longer than 80 characters. | 300 | 
|  | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 303 | 
|  | '}' should be on the same line. | 319 | 
|  | '}' should be on the same line. | 322 | 
|  | First sentence should end with a period. | 328 | 
|  | Line is longer than 80 characters. | 329 | 
|  | Line is longer than 80 characters. | 330 | 
|  | Expected @throws tag for 'IOException'. | 332 | 
|  | '}' should be on the same line. | 340 | 
|  | Line is longer than 80 characters. | 351 | 
|  | Expected @throws tag for 'IOException'. | 354 | 
|  | '}' should be on the same line. | 363 | 
|  | '}' should be on the same line. | 368 | 
|  | '}' should be on the same line. | 372 | 
|  | Line is longer than 80 characters. | 374 | 
|  | '}' should be on the same line. | 376 | 
|  | '}' should be on the same line. | 384 | 
|  | Missing a Javadoc comment. | 394 | 
|  | Line is longer than 80 characters. | 406 | 
|  | Expected an @return tag. | 413 | 
|  | Expected @param tag for 'length'. | 413 | 
|  | First sentence should end with a period. | 424 | 
|  | Expected an @return tag. | 427 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 427 | 
|  | Line is longer than 80 characters. | 429 | 
|  | Line is longer than 80 characters. | 430 | 
|  | Utility classes should not have a public or default constructor. | 437 | 
|  | First sentence should end with a period. | 438 | 
|  | Method 'getTotalFileSize' is not designed for extension - needs to be abstract, final or empty. | 458 | 
|  | Method 'getDataFileSize' is not designed for extension - needs to be abstract, final or empty. | 465 | 
|  | Line is longer than 80 characters. | 470 | 
|  | Line is longer than 80 characters. | 473 | 
|  | Method 'calculateDataFileSparseness' is not designed for extension - needs to be abstract, final or empty. | 475 | 
|  | Line is longer than 80 characters. | 480 | 
|  | Line is longer than 80 characters. | 481 | 
|  | Expected an @return tag. | 484 | 
|  | Method 'getUsedDataSize' is not designed for extension - needs to be abstract, final or empty. | 484 | 
|  | Method 'getIndexFileSize' is not designed for extension - needs to be abstract, final or empty. | 491 | 
|  | Line is longer than 80 characters. | 500 | 
|  | Method 'getDataFileName' is not designed for extension - needs to be abstract, final or empty. | 502 | 
|  | Line is longer than 80 characters. | 507 | 
|  | Method 'getIndexFileName' is not designed for extension - needs to be abstract, final or empty. | 510 | 
|  | Line is longer than 80 characters. | 515 | 
|  | Expected an @return tag. | 517 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 517 | 
|  | Expected @throws tag for 'NoSuchElementException'. | 517 | 
|  | Redundant throws: 'NoSuchElementException' is unchecked exception. | 517 | 
|  | 'if' construct must use '{}'s. | 518 | 
|  | Line is longer than 80 characters. | 523 | 
|  | Expected an @return tag. | 525 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 525 | 
|  | Parameter number should be final. | 525 | 
|  | Expected @param tag for 'number'. | 525 | 
|  | 'if' construct must use '{}'s. | 526 | 
|  | '}' should be on the same line. | 531 | 
|  | Line is longer than 80 characters. | 540 | 
|  | Method 'putCaptcha' is not designed for extension - needs to be abstract, final or empty. | 542 | 
|  | Parameter captcha should be final. | 542 | 
|  | Expected @param tag for 'captcha'. | 542 | 
|  | Line is longer than 80 characters. | 548 | 
|  | Method 'putAllCaptcha' is not designed for extension - needs to be abstract, final or empty. | 550 | 
|  | Parameter captchas should be final. | 550 | 
|  | Expected @param tag for 'captchas'. | 550 | 
|  | Expected an @return tag. | 559 | 
|  | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 559 | 
|  | 'if' construct must use '{}'s. | 560 | 
|  | Line is longer than 80 characters. | 571 | 
|  | Expected an @return tag. | 573 | 
|  | Method 'maxSize' is not designed for extension - needs to be abstract, final or empty. | 573 | 
|  | Line is longer than 80 characters. | 578 | 
|  | Expected an @return tag. | 580 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 580 | 
|  | Parameter locale should be final. | 580 | 
|  | Expected @param tag for 'locale'. | 580 | 
|  | Expected @throws tag for 'NoSuchElementException'. | 580 | 
|  | Redundant throws: 'NoSuchElementException' is unchecked exception. | 580 | 
|  | '}' should be on the same line. | 586 | 
|  | Expected an @return tag. | 599 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 599 | 
|  | Parameter number should be final. | 599 | 
|  | Expected @param tag for 'number'. | 599 | 
|  | Parameter locale should be final. | 599 | 
|  | Expected @param tag for 'locale'. | 599 | 
|  | 'if' construct must use '{}'s. | 600 | 
|  | '}' should be on the same line. | 604 | 
|  | Method 'putCaptcha' is not designed for extension - needs to be abstract, final or empty. | 614 | 
|  | Parameter captcha should be final. | 614 | 
|  | Expected @param tag for 'captcha'. | 614 | 
|  | Parameter locale should be final. | 614 | 
|  | Expected @param tag for 'locale'. | 614 | 
|  | 'if' construct must use '{}'s. | 615 | 
|  | '}' should be on the same line. | 619 | 
|  | Method 'putAllCaptcha' is not designed for extension - needs to be abstract, final or empty. | 629 | 
|  | Parameter captchas should be final. | 629 | 
|  | Expected @param tag for 'captchas'. | 629 | 
|  | Parameter locale should be final. | 629 | 
|  | Expected @param tag for 'locale'. | 629 | 
|  | 'if' construct must use '{}'s. | 630 | 
|  | '}' should be on the same line. | 634 | 
|  | Line is longer than 80 characters. | 641 | 
|  | Expected an @return tag. | 643 | 
|  | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 643 | 
|  | Parameter locale should be final. | 643 | 
|  | Expected @param tag for 'locale'. | 643 | 
|  | 'if' construct must use '{}'s. | 644 | 
|  | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 651 | 
|  | '}' should be on the same line. | 654 | 
|  | Line is longer than 80 characters. | 662 | 
|  | Expected an @return tag. | 664 | 
|  | Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. | 664 | 
|  | 'if' construct must use '{}'s. | 665 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 2 | 
|  | Line is longer than 80 characters. | 23 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Variable 'buffers' must be private and have accessor methods. | 31 | 
|  | Line is longer than 80 characters. | 34 | 
|  | Expected an @return tag. | 36 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 36 | 
|  | Parameter locale should be final. | 36 | 
|  | Expected @param tag for 'locale'. | 36 | 
|  | Expected @throws tag for 'NoSuchElementException'. | 36 | 
|  | Redundant throws: 'NoSuchElementException' is unchecked exception. | 36 | 
|  | Line is longer than 80 characters. | 39 | 
|  | Line contains a tab character. | 39 | 
|  | Line has trailing spaces. | 40 | 
|  | Line is longer than 80 characters. | 40 | 
|  | Line contains a tab character. | 40 | 
|  | Expected an @return tag. | 51 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 51 | 
|  | Parameter number should be final. | 51 | 
|  | Expected @param tag for 'number'. | 51 | 
|  | Parameter locale should be final. | 51 | 
|  | Expected @param tag for 'locale'. | 51 | 
|  | Line is longer than 80 characters. | 56 | 
|  | '}' should be on the same line. | 64 | 
|  | Line is longer than 80 characters. | 66 | 
|  | Line contains a tab character. | 66 | 
|  | Line contains a tab character. | 67 | 
|  | Line has trailing spaces. | 69 | 
|  | Line is longer than 80 characters. | 70 | 
|  | Line contains a tab character. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Parameter message should be final. | 75 | 
|  | Line contains a tab character. | 76 | 
|  | Line contains a tab character. | 79 | 
|  | Line is longer than 80 characters. | 82 | 
|  | Expected an @return tag. | 84 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 84 | 
|  | Parameter number should be final. | 84 | 
|  | Expected @param tag for 'number'. | 84 | 
|  | Method 'removeCaptcha' is not designed for extension - needs to be abstract, final or empty. | 88 | 
|  | Missing a Javadoc comment. | 88 | 
|  | Redundant throws: 'NoSuchElementException' is unchecked exception. | 88 | 
|  | Method 'putCaptcha' is not designed for extension - needs to be abstract, final or empty. | 92 | 
|  | Missing a Javadoc comment. | 92 | 
|  | Parameter captcha should be final. | 92 | 
|  | Parameter locale should be final. | 92 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Method 'putAllCaptcha' is not designed for extension - needs to be abstract, final or empty. | 104 | 
|  | Parameter captchas should be final. | 104 | 
|  | Expected @param tag for 'captchas'. | 104 | 
|  | Parameter locale should be final. | 104 | 
|  | Expected @param tag for 'locale'. | 104 | 
|  | Line has trailing spaces. | 105 | 
|  | Line contains a tab character. | 105 | 
|  | Line is longer than 80 characters. | 112 | 
|  | Line is longer than 80 characters. | 113 | 
|  | Expected an @return tag. | 119 | 
|  | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 119 | 
|  | Expected an @return tag. | 133 | 
|  | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 133 | 
|  | Parameter locale should be final. | 133 | 
|  | Expected @param tag for 'locale'. | 133 | 
|  | Line is longer than 80 characters. | 141 | 
|  | Method 'putCaptcha' is not designed for extension - needs to be abstract, final or empty. | 143 | 
|  | Parameter captcha should be final. | 143 | 
|  | Expected @param tag for 'captcha'. | 143 | 
|  | Line is longer than 80 characters. | 148 | 
|  | Method 'putAllCaptcha' is not designed for extension - needs to be abstract, final or empty. | 150 | 
|  | Parameter captchas should be final. | 150 | 
|  | Expected @param tag for 'captchas'. | 150 | 
|  | Line is longer than 80 characters. | 155 | 
|  | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 164 | 
|  | Line is longer than 80 characters. | 169 | 
|  | Expected an @return tag. | 171 | 
|  | Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. | 171 | 
| 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 | 
|  | First sentence should end with a period. | 22 | 
|  | First sentence should end with a period. | 29 | 
|  | Expected an @return tag. | 32 | 
|  | Redundant 'public' modifier. | 37 | 
|  | Line is longer than 80 characters. | 40 | 
|  | First sentence should end with a period. | 44 | 
|  | Line is longer than 80 characters. | 45 | 
|  | Expected an @return tag. | 47 | 
|  | First sentence should end with a period. | 54 | 
|  | Expected an @return tag. | 57 | 
|  | First sentence should end with a period. | 64 | 
|  | Expected an @return tag. | 67 | 
|  | First sentence should end with a period. | 115 | 
|  | First sentence should end with a period. | 120 | 
|  | First sentence should end with a period. | 125 | 
|  | Line is longer than 80 characters. | 126 | 
|  | First sentence should end with a period. | 130 | 
|  | Line is longer than 80 characters. | 131 | 
|  | First sentence should end with a period. | 135 | 
|  | First sentence should end with a period. | 140 | 
|  | First sentence should end with a period. | 145 | 
|  | First sentence should end with a period. | 150 | 
|  | Line is longer than 80 characters. | 151 | 
|  | Redundant 'abstract' modifier. | 153 | 
|  | Line is longer than 80 characters. | 156 | 
| 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. | 39 | 
|  | Line is longer than 80 characters. | 44 | 
|  | Line is longer than 80 characters. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | 
|  | Missing a Javadoc comment. | 47 | 
|  | Variable 'schduler' must be private and have accessor methods. | 47 | 
|  | Missing a Javadoc comment. | 49 | 
|  | Variable 'cronFeeder' must be private and have accessor methods. | 49 | 
|  | Missing a Javadoc comment. | 51 | 
|  | Variable 'cronSwapper' must be private and have accessor methods. | 51 | 
|  | Missing a Javadoc comment. | 53 | 
|  | Variable 'container' must be private and have accessor methods. | 53 | 
|  | Missing a Javadoc comment. | 55 | 
|  | Variable 'config' must be private and have accessor methods. | 55 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Variable 'jobFeeder' must be private and have accessor methods. | 57 | 
|  | Missing a Javadoc comment. | 59 | 
|  | Variable 'jobSwapper' must be private and have accessor methods. | 59 | 
|  | First sentence should end with a period. | 61 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Parameter container should be final. | 71 | 
|  | 'container' hides a field. | 71 | 
|  | Line is longer than 80 characters. | 72 | 
|  | Parameter factory should be final. | 72 | 
|  | Parameter cronFeeder should be final. | 72 | 
|  | 'cronFeeder' hides a field. | 72 | 
|  | Parameter cronSwapper should be final. | 72 | 
|  | 'cronSwapper' hides a field. | 72 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Parameter jobFeeder should be final. | 73 | 
|  | 'jobFeeder' hides a field. | 73 | 
|  | Parameter jobSwapper should be final. | 73 | 
|  | 'jobSwapper' hides a field. | 73 | 
|  | Line is longer than 80 characters. | 84 | 
|  | Method 'startToFeedPersistantBuffer' is not designed for extension - needs to be abstract, final or empty. | 86 | 
|  | '}' should be on the same line. | 91 | 
|  | Line is longer than 80 characters. | 98 | 
|  | Method 'stopToFeedPersistentBuffer' is not designed for extension - needs to be abstract, final or empty. | 100 | 
|  | '}' should be on the same line. | 105 | 
|  | Line is longer than 80 characters. | 112 | 
|  | Method 'startToSwapFromPersistentToVolatileMemory' is not designed for extension - needs to be abstract, final or empty. | 114 | 
|  | '}' should be on the same line. | 119 | 
|  | Line is longer than 80 characters. | 127 | 
|  | Method 'stopToSwapFromPersistentToVolatileMemory' is not designed for extension - needs to be abstract, final or empty. | 129 | 
|  | '}' should be on the same line. | 134 | 
|  | First sentence should end with a period. | 140 | 
|  | Method 'setFeedCronExpr' is not designed for extension - needs to be abstract, final or empty. | 145 | 
|  | Parameter feedCronExpr should be final. | 145 | 
|  | '}' should be on the same line. | 152 | 
|  | '}' should be on the same line. | 155 | 
|  | First sentence should end with a period. | 162 | 
|  | Method 'setSwapCronExpr' is not designed for extension - needs to be abstract, final or empty. | 167 | 
|  | Parameter swapCronExpr should be final. | 167 | 
|  | '}' should be on the same line. | 175 | 
|  | '}' should be on the same line. | 178 | 
|  | Method 'getFeedCronExpr' is not designed for extension - needs to be abstract, final or empty. | 188 | 
|  | Method 'getSwapCronExpr' is not designed for extension - needs to be abstract, final or empty. | 195 | 
|  | Line is longer than 80 characters. | 200 | 
|  | Method 'pause' is not designed for extension - needs to be abstract, final or empty. | 202 | 
|  | '}' should be on the same line. | 205 | 
|  | Line is longer than 80 characters. | 213 | 
|  | Method 'resume' is not designed for extension - needs to be abstract, final or empty. | 215 | 
|  | '}' should be on the same line. | 218 | 
|  | Line is longer than 80 characters. | 226 | 
|  | Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 228 | 
|  | Empty statement. | 233 | 
|  | '}' should be on the same line. | 236 | 
|  | Line is longer than 80 characters. | 244 | 
|  | Expected an @return tag. | 246 | 
|  | Method 'getPersistentFeedings' is not designed for extension - needs to be abstract, final or empty. | 246 | 
|  | Line is longer than 80 characters. | 251 | 
|  | Expected an @return tag. | 253 | 
|  | Method 'getPersistentMemoryHits' is not designed for extension - needs to be abstract, final or empty. | 253 | 
|  | Line is longer than 80 characters. | 258 | 
|  | Expected an @return tag. | 260 | 
|  | Method 'getPersistentToVolatileSwaps' is not designed for extension - needs to be abstract, final or empty. | 260 | 
|  | Line is longer than 80 characters. | 265 | 
|  | Expected an @return tag. | 267 | 
|  | Method 'getVolatileMemoryHits' is not designed for extension - needs to be abstract, final or empty. | 267 | 
|  | Line is longer than 80 characters. | 272 | 
|  | Expected an @return tag. | 274 | 
|  | Method 'getFeedSize' is not designed for extension - needs to be abstract, final or empty. | 274 | 
|  | Line is longer than 80 characters. | 279 | 
|  | Method 'setFeedSize' is not designed for extension - needs to be abstract, final or empty. | 281 | 
|  | Parameter feedSize should be final. | 281 | 
|  | Expected @param tag for 'feedSize'. | 281 | 
|  | Line is longer than 80 characters. | 286 | 
|  | Expected an @return tag. | 288 | 
|  | Method 'getLocaleRatio' is not designed for extension - needs to be abstract, final or empty. | 288 | 
|  | Line is longer than 80 characters. | 293 | 
|  | Method 'setLocaleRatio' is not designed for extension - needs to be abstract, final or empty. | 295 | 
|  | Parameter localeName should be final. | 295 | 
|  | Expected @param tag for 'localeName'. | 295 | 
|  | Parameter ratio should be final. | 295 | 
|  | Expected @param tag for 'ratio'. | 295 | 
|  | Line is longer than 80 characters. | 305 | 
|  | Line is longer than 80 characters. | 317 | 
|  | Line is longer than 80 characters. | 331 | 
|  | Expected an @return tag. | 333 | 
|  | Method 'getLocaleFromName' is not designed for extension - needs to be abstract, final or empty. | 333 | 
|  | Parameter localeName should be final. | 333 | 
|  | Expected @param tag for 'localeName'. | 333 | 
|  | '3' is a magic number. | 339 | 
|  | Line is longer than 80 characters. | 340 | 
|  | Line is longer than 80 characters. | 346 | 
|  | Line is longer than 80 characters. | 347 | 
|  | Line is longer than 80 characters. | 348 | 
|  | Line is longer than 80 characters. | 354 | 
|  | Method 'removeLocaleRatio' is not designed for extension - needs to be abstract, final or empty. | 356 | 
|  | Parameter localeName should be final. | 356 | 
|  | Expected @param tag for 'localeName'. | 356 | 
|  | Line is longer than 80 characters. | 368 | 
|  | Expected an @return tag. | 370 | 
|  | Method 'getMaxPersistentMemorySize' is not designed for extension - needs to be abstract, final or empty. | 370 | 
|  | Line is longer than 80 characters. | 375 | 
|  | Method 'setMaxPersistentMemorySize' is not designed for extension - needs to be abstract, final or empty. | 377 | 
|  | Parameter maxPersistentMemorySize should be final. | 377 | 
|  | Expected @param tag for 'maxPersistentMemorySize'. | 377 | 
|  | Line is longer than 80 characters. | 382 | 
|  | Expected an @return tag. | 384 | 
|  | Method 'getMaxVolatileMemorySize' is not designed for extension - needs to be abstract, final or empty. | 384 | 
|  | Line is longer than 80 characters. | 389 | 
|  | Method 'setMaxVolatileMemorySize' is not designed for extension - needs to be abstract, final or empty. | 391 | 
|  | Parameter maxVolatileMemorySize should be final. | 391 | 
|  | Expected @param tag for 'maxVolatileMemorySize'. | 391 | 
|  | Line is longer than 80 characters. | 396 | 
|  | Expected an @return tag. | 398 | 
|  | Method 'getSwapSize' is not designed for extension - needs to be abstract, final or empty. | 398 | 
|  | Line is longer than 80 characters. | 403 | 
|  | Method 'setSwapSize' is not designed for extension - needs to be abstract, final or empty. | 405 | 
|  | Parameter swapSize should be final. | 405 | 
|  | Expected @param tag for 'swapSize'. | 405 | 
|  | Line is longer than 80 characters. | 410 | 
|  | Expected an @return tag. | 412 | 
|  | Method 'getVolatileBufferSize' is not designed for extension - needs to be abstract, final or empty. | 412 | 
|  | Line is longer than 80 characters. | 417 | 
|  | Expected an @return tag. | 419 | 
|  | Method 'getVolatileBufferSizeByLocales' is not designed for extension - needs to be abstract, final or empty. | 419 | 
|  | Line is longer than 80 characters. | 425 | 
|  | Line is longer than 80 characters. | 431 | 
|  | Expected an @return tag. | 433 | 
|  | Method 'getPersistentBufferSize' is not designed for extension - needs to be abstract, final or empty. | 433 | 
|  | Line is longer than 80 characters. | 438 | 
|  | Expected an @return tag. | 440 | 
|  | Method 'getPersistentBufferSizesByLocales' is not designed for extension - needs to be abstract, final or empty. | 440 | 
|  | Line is longer than 80 characters. | 446 | 
|  | Line is longer than 80 characters. | 452 | 
|  | Method 'clearVolatileBuffer' is not designed for extension - needs to be abstract, final or empty. | 454 | 
|  | Line is longer than 80 characters. | 459 | 
|  | Method 'clearPersistentBuffer' is not designed for extension - needs to be abstract, final or empty. | 461 |