The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 50 | 0 | 82 | 405 |
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
|
1 | |
| NewlineAtEndOfFile | 14 | |
| Translation | 0 | |
| FileLength | 0 | |
Header
|
2 | |
RegexpSingleline
|
6 | |
JavadocMethod
|
2 | |
| JavadocType | 44 | |
JavadocVariable
|
25 | |
| JavadocStyle | 1 | |
| ConstantName | 7 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 3 | |
| LineLength | 81 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 11 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 11 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 14 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 2 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 168 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 79 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 7 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 18 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 0 | |
| TodoComment | 0 | |
| UpperEll | 1 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 30 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| First sentence should end with a period. | 87 | |
| Line is longer than 80 characters. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Must have at least one statement. | 109 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 138 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Variable 'shutdownHooks' must be private and have accessor methods. | 139 | |
| Missing a Javadoc comment. | 140 | |
| Variable 'commandLine' must be private and have accessor methods. | 140 | |
| Missing a Javadoc comment. | 141 | |
| Variable 'baseDir' must be private and have accessor methods. | 141 | |
| Missing a Javadoc comment. | 142 | |
| Variable 'logFile' must be private and have accessor methods. | 142 | |
| Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Method 'processCommandLine' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Method 'outputStream' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| Method 'intputStream' is not designed for extension - needs to be abstract, final or empty. | 298 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 | |
| Utility classes should not have a public or default constructor. | 21 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 53 | |
| Method 'map' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 62 | |
| Method 'reduce' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| '1000000000d' is a magic number. | 92 | |
| '1000000000d' is a magic number. | 116 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 119 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Variable 'parents' must be private and have accessor methods. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Variable 'preserveParents' must be private and have accessor methods. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Variable 'offspring' must be private and have accessor methods. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Variable 'standardDeviation' must be private and have accessor methods. | 91 | |
| Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 177 | |
| Method 'processCommandLine' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Method 'createEsOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 270 | |
| Method 'initConfiguration' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Method 'initConfiguration' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Method 'initConfiguration' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| Method 'addReporter' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Line is longer than 80 characters. | 347 | |
| Line is longer than 80 characters. | 364 | |
| '10l' is a magic number. | 375 | |
| Should use uppercase 'L'. | 375 | |
| Line is longer than 80 characters. | 397 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 411 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '/*'. | 1 | |
| Missing a Javadoc comment. | 6 | |
| Line is longer than 80 characters. | 10 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Utility classes should not have a public or default constructor. | 27 | |
| Line is longer than 80 characters. | 70 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.hadoop.mapreduce.Reducer. | 27 | |
| Unused import - de.kumpe.hadooptimizer.examples.painting.SvgRenderer. | 30 | |
| Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 90 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 24 | |
| Utility classes should not have a public or default constructor. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Utility classes should not have a public or default constructor. | 24 | |
| '3' is a magic number. | 26 | |
| Missing a Javadoc comment. | 30 | |
| '300' is a magic number. | 36 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'sleep' must be private and have accessor methods. | 48 | |
| '10000' is a magic number. | 71 | |
| '100' is a magic number. | 79 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Missing a Javadoc comment. | 42 | |
| 'static' modifier out of order with the JLS suggestions. | 42 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| 'static' modifier out of order with the JLS suggestions. | 64 | |
| '1000000' is a magic number. | 78 | |
| '1000000' is a magic number. | 79 | |
| Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Line is longer than 80 characters. | 111 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Missing a Javadoc comment. | 41 | |
| 'static' modifier out of order with the JLS suggestions. | 41 | |
| '1000000' is a magic number. | 63 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| 'static' modifier out of order with the JLS suggestions. | 75 | |
| '1000000' is a magic number. | 89 | |
| '1000000' is a magic number. | 90 | |
| Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Line is longer than 80 characters. | 122 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Missing a Javadoc comment. | 36 | |
| 'static' modifier out of order with the JLS suggestions. | 36 | |
| Must have at least one statement. | 46 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| 'static' modifier out of order with the JLS suggestions. | 33 | |
| Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '{' is followed by whitespace. | 53 | |
| '100' is a magic number. | 53 | |
| '100' is a magic number. | 53 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| 'static' modifier out of order with the JLS suggestions. | 33 | |
| '1000000' is a magic number. | 47 | |
| '1000000' is a magic number. | 48 | |
| Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 77 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 18 |
| Violation | Message | Line |
|---|---|---|
| '50' is a magic number. | 36 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| '10' is a magic number. | 59 | |
| '10' is a magic number. | 59 | |
| '10' is a magic number. | 60 | |
| '10' is a magic number. | 60 | |
| '10' is a magic number. | 62 | |
| '10' is a magic number. | 63 | |
| '0.1' is a magic number. | 66 | |
| '10' is a magic number. | 74 | |
| '10' is a magic number. | 74 | |
| '10' is a magic number. | 74 | |
| '5' is a magic number. | 78 | |
| '5' is a magic number. | 78 | |
| '5' is a magic number. | 80 | |
| '10' is a magic number. | 85 | |
| '10' is a magic number. | 85 | |
| '10' is a magic number. | 86 | |
| '10' is a magic number. | 86 | |
| '10' is a magic number. | 93 | |
| '10' is a magic number. | 93 | |
| '10' is a magic number. | 93 | |
| '5' is a magic number. | 97 | |
| '5' is a magic number. | 97 | |
| '10' is a magic number. | 99 | |
| Method 'format' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Method 'x' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Method 'revX' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Method 'y' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Method 'revY' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Method 'getPreferredSize' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| '600' is a magic number. | 127 | |
| '400' is a magic number. | 127 | |
| Method 'setOriginTranslation' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Method 'setValueTranslation' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Method 'setScale' is not designed for extension - needs to be abstract, final or empty. | 142 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Variable 'evaluator' must be private and have accessor methods. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Variable 'history' must be private and have accessor methods. | 55 | |
| Line is longer than 80 characters. | 65 | |
| '5' is a magic number. | 103 | |
| '10' is a magic number. | 104 | |
| '4' is a magic number. | 105 | |
| '30' is a magic number. | 107 | |
| '3' is a magic number. | 118 | |
| '3' is a magic number. | 118 | |
| '6' is a magic number. | 118 | |
| '6' is a magic number. | 118 | |
| '10' is a magic number. | 119 | |
| '3' is a magic number. | 123 | |
| '3' is a magic number. | 123 | |
| '10' is a magic number. | 123 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 150 | |
| '{' is followed by whitespace. | 150 | |
| '10' is a magic number. | 174 | |
| '-10' is a magic number. | 174 | |
| '10' is a magic number. | 175 | |
| '10' is a magic number. | 175 | |
| '25' is a magic number. | 176 | |
| '30' is a magic number. | 176 | |
| '-10' is a magic number. | 179 | |
| '10' is a magic number. | 179 | |
| '10' is a magic number. | 180 | |
| '10' is a magic number. | 180 | |
| '-30' is a magic number. | 181 | |
| '25' is a magic number. | 181 | |
| '5' is a magic number. | 187 | |
| Line is longer than 80 characters. | 190 | |
| '-5' is a magic number. | 194 | |
| '5' is a magic number. | 194 | |
| '5' is a magic number. | 200 | |
| Line is longer than 80 characters. | 203 | |
| '-5' is a magic number. | 207 | |
| '5' is a magic number. | 207 | |
| '-9' is a magic number. | 211 | |
| '4' is a magic number. | 212 |
| Violation | Message | Line |
|---|---|---|
| Method 'report' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Line is longer than 80 characters. | 54 | |
| Method 'drawPopulations' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| '3' is a magic number. | 91 | |
| '15' is a magic number. | 91 | |
| '20' is a magic number. | 95 | |
| '3' is a magic number. | 98 | |
| '3' is a magic number. | 98 | |
| '6' is a magic number. | 98 | |
| '6' is a magic number. | 98 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '{' is followed by whitespace. | 34 | |
| '100' is a magic number. | 34 | |
| '100' is a magic number. | 34 | |
| '1000' is a magic number. | 44 | |
| '0.01' is a magic number. | 44 | |
| '640' is a magic number. | 52 | |
| '480' is a magic number. | 52 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 61 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' is followed by whitespace. | 32 | |
| '100' is a magic number. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| 'static' modifier out of order with the JLS suggestions. | 36 | |
| '10' is a magic number. | 45 | |
| '10' is a magic number. | 47 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| '{' is followed by whitespace. | 54 | |
| '-5.12' is a magic number. | 54 | |
| '5.12' is a magic number. | 54 | |
| Line is longer than 80 characters. | 61 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Method 'report' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| '3' is a magic number. | 58 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| 'static' modifier out of order with the JLS suggestions. | 36 | |
| '100' is a magic number. | 46 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| '{' is followed by whitespace. | 55 | |
| '-2.048' is a magic number. | 55 | |
| '-2.048' is a magic number. | 55 | |
| Line is longer than 80 characters. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 18 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| Method 'value' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| Class Input should be declared as final. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Method 'addInput' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Method 'addInput' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Method 'value' is not designed for extension - needs to be abstract, final or empty. | 69 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 30 | |
| Utility classes should not have a public or default constructor. | 30 | |
| Variable 'inputValues' must be private and have accessor methods. | 42 | |
| Variable 'inputs' must be private and have accessor methods. | 43 | |
| Variable 'output' must be private and have accessor methods. | 44 | |
| Variable 'samples' must be private and have accessor methods. | 45 | |
| Method 'print' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Method 'report' is not designed for extension - needs to be abstract, final or empty. | 96 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| '100' is a magic number. | 31 | |
| Variable 'evaluator' must be private and have accessor methods. | 33 | |
| Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| '255' is a magic number. | 61 | |
| '360' is a magic number. | 71 | |
| '200' is a magic number. | 77 | |
| '200' is a magic number. | 77 | |
| Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| '{' is followed by whitespace. | 95 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| '7' is a magic number. | 27 | |
| '4' is a magic number. | 29 | |
| '3' is a magic number. | 41 | |
| '4' is a magic number. | 43 | |
| '5' is a magic number. | 44 | |
| '6' is a magic number. | 45 | |
| '{' is followed by whitespace. | 47 | |
| '{' is followed by whitespace. | 48 | |
| '{' is followed by whitespace. | 49 | |
| '3' is a magic number. | 50 | |
| '{' is followed by whitespace. | 50 | |
| Line is longer than 80 characters. | 52 | |
| '7' is a magic number. | 53 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 18 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 18 |
| Violation | Message | Line |
|---|---|---|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| '50' is a magic number. | 76 | |
| Line is longer than 80 characters. | 107 | |
| '3' is a magic number. | 120 | |
| '550.541' is a magic number. | 126 | |
| '1500000' is a magic number. | 126 | |
| '3' is a magic number. | 126 | |
| '140' is a magic number. | 126 | |
| '323.140' is a magic number. | 127 | |
| '7' is a magic number. | 138 | |
| '5' is a magic number. | 138 | |
| '312' is a magic number. | 138 | |
| '7' is a magic number. | 139 | |
| '5' is a magic number. | 139 | |
| '7' is a magic number. | 140 | |
| '5' is a magic number. | 140 | |
| '7' is a magic number. | 141 | |
| '5' is a magic number. | 141 | |
| '3' is a magic number. | 141 | |
| '7' is a magic number. | 142 | |
| '5' is a magic number. | 142 | |
| '4' is a magic number. | 142 | |
| '7' is a magic number. | 143 | |
| '5' is a magic number. | 143 | |
| '5' is a magic number. | 143 | |
| '7' is a magic number. | 144 | |
| '5' is a magic number. | 144 | |
| '6' is a magic number. | 144 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 181 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 84 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 23 | |
| '50' is a magic number. | 25 | |
| '3' is a magic number. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 25 | |
| 'static' modifier out of order with the JLS suggestions. | 26 | |
| 'static' modifier out of order with the JLS suggestions. | 27 | |
| '200' is a magic number. | 30 | |
| '3' is a magic number. | 30 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 22 | |
| 'static' modifier out of order with the JLS suggestions. | 23 | |
| 'static' modifier out of order with the JLS suggestions. | 24 | |
| '3' is a magic number. | 27 | |
| Method 'createReferenceImage' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| '0.7f' is a magic number. | 35 | |
| '4' is a magic number. | 36 | |
| '4' is a magic number. | 36 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'pointsPerPolygon' must be private and have accessor methods. | 35 | |
| Variable 'polygons' must be private and have accessor methods. | 36 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 39 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 33 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 75 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.hadoop.io.SequenceFile. | 46 | |
| Line is longer than 80 characters. | 74 | |
| Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| '50' is a magic number. | 108 | |
| Method 'map' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Line is longer than 80 characters. | 142 | |
| Expected @throws tag for 'IOException'. | 142 | |
| Expected @throws tag for 'InterruptedException'. | 142 | |
| '1000' is a magic number. | 156 | |
| '4' is a magic number. | 163 | |
| '7' is a magic number. | 179 | |
| '5' is a magic number. | 179 | |
| '312' is a magic number. | 179 | |
| '7' is a magic number. | 180 | |
| '5' is a magic number. | 180 | |
| '7' is a magic number. | 181 | |
| '5' is a magic number. | 181 | |
| '7' is a magic number. | 182 | |
| '5' is a magic number. | 182 | |
| '3' is a magic number. | 182 | |
| '7' is a magic number. | 183 | |
| '5' is a magic number. | 183 | |
| '4' is a magic number. | 183 | |
| '7' is a magic number. | 184 | |
| '5' is a magic number. | 184 | |
| '5' is a magic number. | 184 | |
| '7' is a magic number. | 185 | |
| '5' is a magic number. | 185 | |
| '6' is a magic number. | 185 | |
| Line is longer than 80 characters. | 198 | |
| Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| '256' is a magic number. | 250 | |
| '1024' is a magic number. | 250 | |
| '1024' is a magic number. | 250 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 264 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 18 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 26 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Method 'halt' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Line is longer than 80 characters. | 38 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 23 | |
| Method 'setRandomGenerator' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Method 'mutate' is not designed for extension - needs to be abstract, final or empty. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Line is longer than 80 characters. | 36 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 20 | |
| Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of ' * Copyright 2011 Christian Kumpe http://kumpe.de/christian/java'. | 2 | |
| Utility classes should not have a public or default constructor. | 28 | |
| Missing a Javadoc comment. | 29 | |
| 'static' modifier out of order with the JLS suggestions. | 31 | |
| Name 'one' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| Method 'map' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 46 | |
| Method 'reduce' is not designed for extension - needs to be abstract, final or empty. | 49 |