The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
7 | 0 | 9 | 24 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage
|
0 | Warning |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
Header
|
0 | Error |
RegexpSingleline
|
1 | Error |
JavadocMethod
|
1 | Error |
JavadocType | 0 | Error |
JavadocVariable
|
0 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | 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 | 5 | Error |
LineLength | 9 | 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 | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Warning |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 2 | Error |
MagicNumber | 1 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 8 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 5 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 0 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Unused import - de.kumpe.hadooptimizer.Optimizer. | 21 | |
Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Method 'processPopulation' is not designed for extension - needs to be abstract, final or empty. | 45 |
Violation | Message | Line |
---|---|---|
Unused import - de.kumpe.hadooptimizer.Optimizer. | 21 | |
Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Method 'processPopulation' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line is longer than 80 characters. | 46 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Variable 'log' must be private and have accessor methods. | 44 | |
Line is longer than 80 characters. | 46 | |
Variable 'evaluationResults' must be private and have accessor methods. | 46 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 130 | |
Expected @throws tag for 'Exception'. | 150 |
Violation | Message | Line |
---|---|---|
Unused import - de.kumpe.hadooptimizer.Optimizer. | 22 | |
Line is longer than 80 characters. | 37 | |
Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Method 'processPopulation' is not designed for extension - needs to be abstract, final or empty. | 46 |
Violation | Message | Line |
---|---|---|
Unused import - de.kumpe.hadooptimizer.Optimizer. | 21 | |
Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Method 'processPopulation' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line is longer than 80 characters. | 46 |
Violation | Message | Line |
---|---|---|
Unused import - de.kumpe.hadooptimizer.Optimizer. | 24 | |
Variable 'configuration' must be private and have accessor methods. | 50 | |
Variable 'configuration' must be private and have accessor methods. | 78 | |
Variable 'individualsToProcess' must be private and have accessor methods. | 106 | |
'1000' is a magic number. | 171 | |
Line is longer than 80 characters. | 180 | |
Inner assignments should be avoided. | 181 | |
Line is longer than 80 characters. | 188 | |
Inner assignments should be avoided. | 189 | |
Line is longer than 80 characters. | 204 |