The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 44 | 0 | 38 | 118 |
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
|
0 | |
| NewlineAtEndOfFile | 10 | |
| Translation | 0 | |
| FileLength | 0 | |
Header
|
0 | |
RegexpSingleline
|
3 | |
JavadocMethod
|
0 | |
| JavadocType | 2 | |
JavadocVariable
|
3 | |
| JavadocStyle | 1 | |
| ConstantName | 15 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| LineLength | 30 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 2 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 2 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 8 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 22 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 38 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 4 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 0 | |
| TodoComment | 0 | |
| UpperEll | 16 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Method 'injectRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Avoid inline conditionals. | 106 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Line is longer than 80 characters. | 121 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 132 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Method 'injectRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Avoid inline conditionals. | 224 | |
| Avoid inline conditionals. | 225 | |
| Avoid inline conditionals. | 226 | |
| Avoid inline conditionals. | 228 | |
| '1231' is a magic number. | 228 | |
| '1237' is a magic number. | 228 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Line is longer than 80 characters. | 243 |
| Violation | Message | Line |
|---|---|---|
| '{' is followed by whitespace. | 45 | |
| '{' is followed by whitespace. | 67 | |
| '32' is a magic number. | 124 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - de.kumpe.hadooptimizer.impl.EsMutatorWrapper. | 18 |
| Violation | Message | Line |
|---|---|---|
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Method 'getRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 80 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 43 | |
| 'static' modifier out of order with the JLS suggestions. | 43 | |
| Line is longer than 80 characters. | 68 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Method 'injectRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Method 'getRandomGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Method 'setRandomGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Avoid inline conditionals. | 262 | |
| Avoid inline conditionals. | 264 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 269 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 65 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 69 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 93 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 56 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| '1.3d' is a magic number. | 55 | |
| Line is longer than 80 characters. | 74 | |
| '32' is a magic number. | 113 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 41 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 65 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| Line is longer than 80 characters. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'randomGenerator' must be private and have accessor methods. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'standardDeviation' must be private and have accessor methods. | 36 | |
| Method 'setRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Method 'mutate' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Method 'getMinIncrement' is not designed for extension - needs to be abstract, final or empty. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 33 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 52 | |
| '1000l' is a magic number. | 82 | |
| Should use uppercase 'L'. | 82 | |
| '1000l' is a magic number. | 82 | |
| Should use uppercase 'L'. | 82 | |
| '1000l' is a magic number. | 82 | |
| Should use uppercase 'L'. | 82 | |
| '60l' is a magic number. | 82 | |
| Should use uppercase 'L'. | 82 | |
| '1000l' is a magic number. | 86 | |
| Should use uppercase 'L'. | 86 | |
| '1000l' is a magic number. | 86 | |
| Should use uppercase 'L'. | 86 | |
| '1000l' is a magic number. | 86 | |
| Should use uppercase 'L'. | 86 | |
| '60l' is a magic number. | 86 | |
| Should use uppercase 'L'. | 86 | |
| '1000l' is a magic number. | 87 | |
| Should use uppercase 'L'. | 87 | |
| '1000l' is a magic number. | 87 | |
| Should use uppercase 'L'. | 87 | |
| '1000l' is a magic number. | 87 | |
| Should use uppercase 'L'. | 87 | |
| '1000l' is a magic number. | 91 | |
| Should use uppercase 'L'. | 91 | |
| '1000l' is a magic number. | 91 | |
| Should use uppercase 'L'. | 91 | |
| '1000l' is a magic number. | 91 | |
| Should use uppercase 'L'. | 91 | |
| '1000l' is a magic number. | 92 | |
| Should use uppercase 'L'. | 92 | |
| '1000l' is a magic number. | 92 | |
| Should use uppercase 'L'. | 92 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 155 |
| Violation | Message | Line |
|---|---|---|
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Method 'getPopulation' is not designed for extension - needs to be abstract, final or empty. | 50 |
| Violation | Message | Line |
|---|---|---|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Method 'getPopulation' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Method 'getWinner' is not designed for extension - needs to be abstract, final or empty. | 44 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 25 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'delegate' must be private and have accessor methods. | 31 | |
| Method 'setRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 55 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Line is longer than 80 characters. | 49 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 78 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 24 | |
| Method 'report' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Avoid inline conditionals. | 79 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| Line is longer than 80 characters. | 67 |