The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
44 | 0 | 38 | 118 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage
|
0 | Warning |
NewlineAtEndOfFile | 10 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
Header
|
0 | Error |
RegexpSingleline
|
3 | Error |
JavadocMethod
|
0 | Error |
JavadocType | 2 | Error |
JavadocVariable
|
3 | Error |
JavadocStyle | 1 | Error |
ConstantName | 15 | 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 | 1 | Error |
LineLength | 30 | Warning |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 2 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 2 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 8 | Warning |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 22 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 38 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 4 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 0 | Error |
TodoComment | 0 | Error |
UpperEll | 16 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Method 'injectRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Avoid inline conditionals. | 106 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Line is longer than 80 characters. | 121 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 132 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Method 'injectRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Avoid inline conditionals. | 224 | |
Avoid inline conditionals. | 225 | |
Avoid inline conditionals. | 226 | |
Avoid inline conditionals. | 228 | |
'1231' is a magic number. | 228 | |
'1237' is a magic number. | 228 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Line is longer than 80 characters. | 243 |
Violation | Message | Line |
---|---|---|
'{' is followed by whitespace. | 45 | |
'{' is followed by whitespace. | 67 | |
'32' is a magic number. | 124 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 108 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - de.kumpe.hadooptimizer.impl.EsMutatorWrapper. | 18 |
Violation | Message | Line |
---|---|---|
Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method 'getRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 80 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 43 | |
'static' modifier out of order with the JLS suggestions. | 43 | |
Line is longer than 80 characters. | 68 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method 'injectRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'getRandomGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Method 'setRandomGeneratorFactory' is not designed for extension - needs to be abstract, final or empty. | 245 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Avoid inline conditionals. | 262 | |
Avoid inline conditionals. | 264 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 269 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 65 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 69 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 93 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 56 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
'1.3d' is a magic number. | 55 | |
Line is longer than 80 characters. | 74 | |
'32' is a magic number. | 113 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 41 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 65 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
Line is longer than 80 characters. | 41 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'randomGenerator' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 36 | |
Variable 'standardDeviation' must be private and have accessor methods. | 36 | |
Method 'setRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Method 'mutate' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Method 'getMinIncrement' is not designed for extension - needs to be abstract, final or empty. | 70 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 33 | |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 52 | |
'1000l' is a magic number. | 82 | |
Should use uppercase 'L'. | 82 | |
'1000l' is a magic number. | 82 | |
Should use uppercase 'L'. | 82 | |
'1000l' is a magic number. | 82 | |
Should use uppercase 'L'. | 82 | |
'60l' is a magic number. | 82 | |
Should use uppercase 'L'. | 82 | |
'1000l' is a magic number. | 86 | |
Should use uppercase 'L'. | 86 | |
'1000l' is a magic number. | 86 | |
Should use uppercase 'L'. | 86 | |
'1000l' is a magic number. | 86 | |
Should use uppercase 'L'. | 86 | |
'60l' is a magic number. | 86 | |
Should use uppercase 'L'. | 86 | |
'1000l' is a magic number. | 87 | |
Should use uppercase 'L'. | 87 | |
'1000l' is a magic number. | 87 | |
Should use uppercase 'L'. | 87 | |
'1000l' is a magic number. | 87 | |
Should use uppercase 'L'. | 87 | |
'1000l' is a magic number. | 91 | |
Should use uppercase 'L'. | 91 | |
'1000l' is a magic number. | 91 | |
Should use uppercase 'L'. | 91 | |
'1000l' is a magic number. | 91 | |
Should use uppercase 'L'. | 91 | |
'1000l' is a magic number. | 92 | |
Should use uppercase 'L'. | 92 | |
'1000l' is a magic number. | 92 | |
Should use uppercase 'L'. | 92 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 155 |
Violation | Message | Line |
---|---|---|
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Method 'getPopulation' is not designed for extension - needs to be abstract, final or empty. | 50 |
Violation | Message | Line |
---|---|---|
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Method 'getPopulation' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Method 'getWinner' is not designed for extension - needs to be abstract, final or empty. | 44 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 25 | |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
Missing a Javadoc comment. | 31 | |
Variable 'delegate' must be private and have accessor methods. | 31 | |
Method 'setRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 55 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
Line is longer than 80 characters. | 49 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 78 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Method 'report' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line is longer than 80 characters. | 74 | |
Avoid inline conditionals. | 79 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
Line is longer than 80 characters. | 67 |