Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
20 0 32 83

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
0 Warnings Warning
NewlineAtEndOfFile 4 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
Header
  • headerFile: "/home/baumbart/workspace/hadooptimizer/hadoop/target/checkstyle-header.txt"
1 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!\*)\s+$"
2 Errors Error
JavadocMethod
  • allowMissingParamTags: "true"
  • allowUndeclaredRTE: "true"
  • allowMissingReturnTag: "true"
  • allowMissingJavadoc: "true"
2 Errors Error
JavadocType 20 Errors Error
JavadocVariable
  • scope: "protected"
1 Errors Error
JavadocStyle 0 Errors Error
ConstantName 3 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 11 Errors Error
LineLength 31 Warnings Warning
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 3 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 1 Warnings Warning
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 3 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 22 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 3 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 8 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

de/kumpe/hadooptimizer/hadoop/ClusterInfo.java

Violation Message Line
Errors Missing a Javadoc comment. 26
Errors Utility classes should not have a public or default constructor. 26
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28

de/kumpe/hadooptimizer/hadoop/DemonstrationForPossibleBugInJavaSerialization.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 37
Errors Missing a Javadoc comment. 40
Errors Variable 'value' must be private and have accessor methods. 41
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 43

de/kumpe/hadooptimizer/hadoop/DuplicatingSequenceFileInputFormat.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 32
Errors 'static' modifier out of order with the JLS suggestions. 32
Warnings Line is longer than 80 characters. 63
Warnings Line is longer than 80 characters. 64

de/kumpe/hadooptimizer/hadoop/EaHadoOptimizer.java

Violation Message Line
Errors Unused import - de.kumpe.hadooptimizer.Evaluator. 26
Errors Unused import - de.kumpe.hadooptimizer.Mutator. 27
Errors Unused import - de.kumpe.hadooptimizer.Optimizer. 28

de/kumpe/hadooptimizer/hadoop/EsHadoOptimizer.java

Violation Message Line
Errors Unused import - de.kumpe.hadooptimizer.Evaluator. 29
Errors Unused import - de.kumpe.hadooptimizer.Mutator. 30
Errors Unused import - de.kumpe.hadooptimizer.Optimizer. 31
Errors Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 50
Errors Method 'doOptimize' is not designed for extension - needs to be abstract, final or empty. 55
Errors Method 'checkForHalt' is not designed for extension - needs to be abstract, final or empty. 91
Errors Method 'configureJob' is not designed for extension - needs to be abstract, final or empty. 95
Errors Method 'writeEvaluationResultsToFile' is not designed for extension - needs to be abstract, final or empty. 104
Warnings Line is longer than 80 characters. 108

de/kumpe/hadooptimizer/hadoop/EsMultiPopulationsHadoOptimizer.java

Violation Message Line
Errors Missing a Javadoc comment. 27

de/kumpe/hadooptimizer/hadoop/EvaluateIndividualMapper.java

Violation Message Line
Errors Unused import - org.apache.hadoop.mapreduce.Mapper. 21

de/kumpe/hadooptimizer/hadoop/EvaluationResultReader.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 24
Warnings Line is longer than 80 characters. 36

de/kumpe/hadooptimizer/hadoop/EvolutionCycleMapper.java

Violation Message Line
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 65
Warnings Line is longer than 80 characters. 82
Warnings Line is longer than 80 characters. 104
Warnings Line is longer than 80 characters. 139

de/kumpe/hadooptimizer/hadoop/FileReader.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Warnings Line is longer than 80 characters. 34

de/kumpe/hadooptimizer/hadoop/HadoOptimizerBase.java

Violation Message Line
Errors Unused import - org.apache.commons.math.random.RandomGenerator. 30
Errors Unused import - org.apache.commons.math.random.Well44497b. 31
Errors Unused import - org.apache.hadoop.mapreduce.Reducer. 44
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 72
Warnings Line is longer than 80 characters. 75
Warnings Line is longer than 80 characters. 85
Errors Expected @throws tag for 'IOException'. 95
Warnings Line is longer than 80 characters. 109
Warnings Line is longer than 80 characters. 116
Warnings Line is longer than 80 characters. 127
Errors Variable 'evaluationResults' must be private and have accessor methods. 127
Errors Variable 'key' must be private and have accessor methods. 128
Errors Variable 'valueClass' must be private and have accessor methods. 129
Errors Variable 'conf' must be private and have accessor methods. 130
Errors Variable 'fileSystem' must be private and have accessor methods. 131
Errors Variable 'baseDir' must be private and have accessor methods. 132
Warnings Line is longer than 80 characters. 134
Errors Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 138
Errors Method 'getConf' is not designed for extension - needs to be abstract, final or empty. 143
Errors Method 'setConf' is not designed for extension - needs to be abstract, final or empty. 148
Warnings Line is longer than 80 characters. 215
Errors Method 'initialEvaluation' is not designed for extension - needs to be abstract, final or empty. 229
Errors Method 'writePopulation' is not designed for extension - needs to be abstract, final or empty. 261
Errors Expected @throws tag for 'Exception'. 276
Errors Method 'createJob' is not designed for extension - needs to be abstract, final or empty. 278
Errors Method 'executeJob' is not designed for extension - needs to be abstract, final or empty. 297
Errors Method 'getMaxMapTasks' is not designed for extension - needs to be abstract, final or empty. 305

de/kumpe/hadooptimizer/hadoop/HadoopTest.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 42
Errors Missing a Javadoc comment. 45
Errors Method 'setup' is not designed for extension - needs to be abstract, final or empty. 51
Errors Method 'map' is not designed for extension - needs to be abstract, final or empty. 58
Warnings Line is longer than 80 characters. 60
Errors Missing a Javadoc comment. 73
Errors Method 'setup' is not designed for extension - needs to be abstract, final or empty. 77
Errors Method 'reduce' is not designed for extension - needs to be abstract, final or empty. 84
Errors '100' is a magic number. 125
Errors '100' is a magic number. 126
Warnings Avoid inline conditionals. 128

de/kumpe/hadooptimizer/hadoop/HasSeed.java

Violation Message Line
Errors Missing a Javadoc comment. 18

de/kumpe/hadooptimizer/hadoop/IndividualInputFormat.java

Violation Message Line
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 57
Errors Missing a Javadoc comment. 62
Errors 'static' modifier out of order with the JLS suggestions. 62
Warnings Line is longer than 80 characters. 86
Errors Missing a Javadoc comment. 91
Errors 'static' modifier out of order with the JLS suggestions. 91
Warnings Line is longer than 80 characters. 103
Warnings Line is longer than 80 characters. 146
Warnings Line is longer than 80 characters. 147
Warnings Line is longer than 80 characters. 148
Warnings Line is longer than 80 characters. 149
Warnings Line is longer than 80 characters. 150
Warnings Line is longer than 80 characters. 157
Warnings Line is longer than 80 characters. 166
Warnings Line is longer than 80 characters. 174
Warnings Line is longer than 80 characters. 203
Errors '1000000000d' is a magic number. 225
Warnings Line is longer than 80 characters. 241
Warnings Line is longer than 80 characters. 246

de/kumpe/hadooptimizer/hadoop/IndividualReader.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 22
Warnings Line is longer than 80 characters. 30

de/kumpe/hadooptimizer/hadoop/JavaSerialization.java

Violation Message Line
Errors Line does not match expected header line of '/*'. 1
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 97
Errors Method 'accept' is not designed for extension - needs to be abstract, final or empty. 125
Errors Method 'getDeserializer' is not designed for extension - needs to be abstract, final or empty. 130
Errors Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. 137

de/kumpe/hadooptimizer/hadoop/MapperWithOptimizerConfiguration.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 27
Errors Variable 'configuration' must be private and have accessor methods. 27
Errors Method 'setup' is not designed for extension - needs to be abstract, final or empty. 29

de/kumpe/hadooptimizer/hadoop/MutateAndEvaluateChildMapper.java

Violation Message Line
Errors Unused import - org.apache.hadoop.mapreduce.Mapper. 21

de/kumpe/hadooptimizer/hadoop/SelectionReducer.java

Violation Message Line
Errors Type Javadoc comment is missing an @param <K> tag. 29
Errors Type Javadoc comment is missing an @param <V> tag. 29
Warnings Line is longer than 80 characters. 30

de/kumpe/hadooptimizer/hadoop/package-info.java

Violation Message Line
Errors Line has trailing spaces. 17
Errors Line has trailing spaces. 19