The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
20 | 0 | 32 | 83 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage
|
0 | Warning |
NewlineAtEndOfFile | 4 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
Header
|
1 | Error |
RegexpSingleline
|
2 | Error |
JavadocMethod
|
2 | Error |
JavadocType | 20 | Error |
JavadocVariable
|
1 | Error |
JavadocStyle | 0 | Error |
ConstantName | 3 | 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 | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 11 | Error |
LineLength | 31 | Warning |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 3 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 1 | Warning |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 3 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 22 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 3 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 8 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 0 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
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 |