Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
7 0 9 24

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
0 Warnings Warning
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
Header
  • headerFile: "/home/baumbart/workspace/hadooptimizer/simple/target/checkstyle-header.txt"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!\*)\s+$"
1 Errors Error
JavadocMethod
  • allowMissingParamTags: "true"
  • allowUndeclaredRTE: "true"
  • allowMissingReturnTag: "true"
  • allowMissingJavadoc: "true"
1 Errors Error
JavadocType 0 Errors Error
JavadocVariable
  • scope: "protected"
0 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 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 5 Errors Error
LineLength 9 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 0 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 0 Warnings Warning
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 2 Errors Error
MagicNumber 1 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 8 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 5 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

de/kumpe/hadooptimizer/simple/SimpleEaOptimizer.java

Violation Message Line
Errors Unused import - de.kumpe.hadooptimizer.Optimizer. 21
Errors Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 40
Errors Method 'processPopulation' is not designed for extension - needs to be abstract, final or empty. 45

de/kumpe/hadooptimizer/simple/SimpleEsOptimizer.java

Violation Message Line
Errors Unused import - de.kumpe.hadooptimizer.Optimizer. 21
Errors Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 37
Errors Method 'processPopulation' is not designed for extension - needs to be abstract, final or empty. 42
Warnings Line is longer than 80 characters. 46

de/kumpe/hadooptimizer/simple/SimpleOptimizerBase.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Variable 'log' must be private and have accessor methods. 44
Warnings Line is longer than 80 characters. 46
Errors Variable 'evaluationResults' must be private and have accessor methods. 46
Warnings Line is longer than 80 characters. 107
Warnings Line is longer than 80 characters. 130
Errors Expected @throws tag for 'Exception'. 150

de/kumpe/hadooptimizer/simple/ThreadedEaOptimizer.java

Violation Message Line
Errors Unused import - de.kumpe.hadooptimizer.Optimizer. 22
Warnings Line is longer than 80 characters. 37
Errors Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 41
Errors Method 'processPopulation' is not designed for extension - needs to be abstract, final or empty. 46

de/kumpe/hadooptimizer/simple/ThreadedEsOptimizer.java

Violation Message Line
Errors Unused import - de.kumpe.hadooptimizer.Optimizer. 21
Errors Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 36
Errors Method 'processPopulation' is not designed for extension - needs to be abstract, final or empty. 41
Warnings Line is longer than 80 characters. 46

de/kumpe/hadooptimizer/simple/ThreadedOptimizerBase.java

Violation Message Line
Errors Unused import - de.kumpe.hadooptimizer.Optimizer. 24
Errors Variable 'configuration' must be private and have accessor methods. 50
Errors Variable 'configuration' must be private and have accessor methods. 78
Errors Variable 'individualsToProcess' must be private and have accessor methods. 106
Errors '1000' is a magic number. 171
Warnings Line is longer than 80 characters. 180
Errors Inner assignments should be avoided. 181
Warnings Line is longer than 80 characters. 188
Errors Inner assignments should be avoided. 189
Warnings Line is longer than 80 characters. 204

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

Violation Message Line
Errors Line has trailing spaces. 19