The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 20 | 0 | 32 | 83 |
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
|
0 | |
| NewlineAtEndOfFile | 4 | |
| Translation | 0 | |
| FileLength | 0 | |
Header
|
1 | |
RegexpSingleline
|
2 | |
JavadocMethod
|
2 | |
| JavadocType | 20 | |
JavadocVariable
|
1 | |
| JavadocStyle | 0 | |
| ConstantName | 3 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 11 | |
| LineLength | 31 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 3 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 1 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 3 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 22 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 8 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 0 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 26 | |
| Utility classes should not have a public or default constructor. | 26 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 37 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'value' must be private and have accessor methods. | 41 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| 'static' modifier out of order with the JLS suggestions. | 32 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 |
| Violation | Message | Line |
|---|---|---|
| Unused import - de.kumpe.hadooptimizer.Evaluator. | 26 | |
| Unused import - de.kumpe.hadooptimizer.Mutator. | 27 | |
| Unused import - de.kumpe.hadooptimizer.Optimizer. | 28 |
| Violation | Message | Line |
|---|---|---|
| Unused import - de.kumpe.hadooptimizer.Evaluator. | 29 | |
| Unused import - de.kumpe.hadooptimizer.Mutator. | 30 | |
| Unused import - de.kumpe.hadooptimizer.Optimizer. | 31 | |
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Method 'doOptimize' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Method 'checkForHalt' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Method 'configureJob' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Method 'writeEvaluationResultsToFile' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Line is longer than 80 characters. | 108 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.hadoop.mapreduce.Mapper. | 21 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 24 | |
| Line is longer than 80 characters. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 139 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 34 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.math.random.RandomGenerator. | 30 | |
| Unused import - org.apache.commons.math.random.Well44497b. | 31 | |
| Unused import - org.apache.hadoop.mapreduce.Reducer. | 44 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 85 | |
| Expected @throws tag for 'IOException'. | 95 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 127 | |
| Variable 'evaluationResults' must be private and have accessor methods. | 127 | |
| Variable 'key' must be private and have accessor methods. | 128 | |
| Variable 'valueClass' must be private and have accessor methods. | 129 | |
| Variable 'conf' must be private and have accessor methods. | 130 | |
| Variable 'fileSystem' must be private and have accessor methods. | 131 | |
| Variable 'baseDir' must be private and have accessor methods. | 132 | |
| Line is longer than 80 characters. | 134 | |
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Method 'getConf' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Method 'setConf' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line is longer than 80 characters. | 215 | |
| Method 'initialEvaluation' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Method 'writePopulation' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Expected @throws tag for 'Exception'. | 276 | |
| Method 'createJob' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Method 'executeJob' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Method 'getMaxMapTasks' is not designed for extension - needs to be abstract, final or empty. | 305 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 42 | |
| Missing a Javadoc comment. | 45 | |
| Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'map' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 73 | |
| Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Method 'reduce' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| '100' is a magic number. | 125 | |
| '100' is a magic number. | 126 | |
| Avoid inline conditionals. | 128 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| Missing a Javadoc comment. | 62 | |
| 'static' modifier out of order with the JLS suggestions. | 62 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 91 | |
| 'static' modifier out of order with the JLS suggestions. | 91 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 203 | |
| '1000000000d' is a magic number. | 225 | |
| Line is longer than 80 characters. | 241 | |
| Line is longer than 80 characters. | 246 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '/*'. | 1 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 97 | |
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Method 'getDeserializer' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. | 137 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'configuration' must be private and have accessor methods. | 27 | |
| Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.hadoop.mapreduce.Mapper. | 21 |