Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
50 0 82 405

Files

Files Infos Warnings Errors
de/kumpe/hadooptimizer/examples/CliExamplesRunner.java 0 0 1
de/kumpe/hadooptimizer/examples/Example.java 0 22 24
de/kumpe/hadooptimizer/examples/ExamplesRunner.java 0 0 2
de/kumpe/hadooptimizer/examples/HadoopTest.java 0 1 9
de/kumpe/hadooptimizer/examples/OptimizerExample.java 0 9 31
de/kumpe/hadooptimizer/examples/TeeOutputStream.java 0 1 7
de/kumpe/hadooptimizer/examples/analysis/CalcMean.java 0 1 2
de/kumpe/hadooptimizer/examples/analysis/Convert.java 0 0 5
de/kumpe/hadooptimizer/examples/analysis/Merge.java 0 1 2
de/kumpe/hadooptimizer/examples/analysis/Polling.java 0 0 9
de/kumpe/hadooptimizer/examples/benchmark/IncrementingOffspring.java 0 4 9
de/kumpe/hadooptimizer/examples/benchmark/IncrementingSleep.java 0 4 10
de/kumpe/hadooptimizer/examples/benchmark/Loop.java 0 2 4
de/kumpe/hadooptimizer/examples/benchmark/NoOp.java 0 2 7
de/kumpe/hadooptimizer/examples/benchmark/Sleep.java 0 3 6
de/kumpe/hadooptimizer/examples/benchmark/package-info.java 0 0 1
de/kumpe/hadooptimizer/examples/functions/AxisPanel.java 0 0 36
de/kumpe/hadooptimizer/examples/functions/HistoryPanelReporter.java 0 6 36
de/kumpe/hadooptimizer/examples/functions/LiveHistoryPanelReporter.java 0 1 9
de/kumpe/hadooptimizer/examples/functions/MinimumInGraph.java 0 2 10
de/kumpe/hadooptimizer/examples/functions/Polynomial.java 0 2 2
de/kumpe/hadooptimizer/examples/functions/Rastrigin.java 0 3 7
de/kumpe/hadooptimizer/examples/functions/ResultReporterPanel.java 0 1 4
de/kumpe/hadooptimizer/examples/functions/Rosenbrock.java 0 3 6
de/kumpe/hadooptimizer/examples/functions/package-info.java 0 0 1
de/kumpe/hadooptimizer/examples/neurons/InputValue.java 0 0 3
de/kumpe/hadooptimizer/examples/neurons/Neuron.java 0 0 6
de/kumpe/hadooptimizer/examples/neurons/NeuronalNetEvaluator.java 0 0 12
de/kumpe/hadooptimizer/examples/neurons/ResultPainter.java 0 0 10
de/kumpe/hadooptimizer/examples/neurons/Value.java 0 0 1
de/kumpe/hadooptimizer/examples/neurons/XorNet.java 0 1 15
de/kumpe/hadooptimizer/examples/neurons/package-info.java 0 0 1
de/kumpe/hadooptimizer/examples/package-info.java 0 0 1
de/kumpe/hadooptimizer/examples/painting/AnimationSvgRenderer.java 0 3 27
de/kumpe/hadooptimizer/examples/painting/ImageDifferenceEvaluator.java 0 1 1
de/kumpe/hadooptimizer/examples/painting/ImagePanel.java 0 0 2
de/kumpe/hadooptimizer/examples/painting/Kit.java 0 0 4
de/kumpe/hadooptimizer/examples/painting/MonaLisa.java 0 0 6
de/kumpe/hadooptimizer/examples/painting/PolygonPaint.java 0 0 10
de/kumpe/hadooptimizer/examples/painting/PolygonPaintBase.java 0 0 4
de/kumpe/hadooptimizer/examples/painting/RepaintReporter.java 0 1 2
de/kumpe/hadooptimizer/examples/painting/SaveImageReporter.java 0 2 3
de/kumpe/hadooptimizer/examples/painting/SvgRenderer.java 0 3 33
de/kumpe/hadooptimizer/examples/painting/package-info.java 0 0 1
de/kumpe/hadooptimizer/examples/tutorial/CountingHalter.java 0 1 4
de/kumpe/hadooptimizer/examples/tutorial/GaussianMutator.java 0 0 4
de/kumpe/hadooptimizer/examples/tutorial/MinimumInPolygon.java 0 1 3
de/kumpe/hadooptimizer/examples/tutorial/PolynomialEvaluator.java 0 0 3
de/kumpe/hadooptimizer/examples/tutorial/WordCount.java 0 1 8
de/kumpe/hadooptimizer/examples/tutorial/package-info.java 0 0 1

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
1 Warnings Warning
NewlineAtEndOfFile 14 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
Header
  • headerFile: "/home/baumbart/workspace/hadooptimizer/examples/target/checkstyle-header.txt"
2 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!\*)\s+$"
6 Errors Error
JavadocMethod
  • allowMissingParamTags: "true"
  • allowUndeclaredRTE: "true"
  • allowMissingReturnTag: "true"
  • allowMissingJavadoc: "true"
2 Errors Error
JavadocType 44 Errors Error
JavadocVariable
  • scope: "protected"
25 Errors Error
JavadocStyle 1 Errors Error
ConstantName 7 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 3 Errors Error
LineLength 81 Warnings Warning
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 11 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 11 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 14 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 2 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 0 Errors Error
MagicNumber 168 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 79 Errors Error
FinalClass 1 Errors Error
HideUtilityClassConstructor 7 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 18 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
TodoComment 0 Errors Error
UpperEll 1 Errors Error

Details

de/kumpe/hadooptimizer/examples/CliExamplesRunner.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 30

de/kumpe/hadooptimizer/examples/Example.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings Line is longer than 80 characters. 62
Errors Missing a Javadoc comment. 62
Warnings Line is longer than 80 characters. 63
Warnings Line is longer than 80 characters. 64
Warnings Line is longer than 80 characters. 65
Warnings Line is longer than 80 characters. 66
Warnings Line is longer than 80 characters. 67
Warnings Line is longer than 80 characters. 68
Warnings Line is longer than 80 characters. 69
Warnings Line is longer than 80 characters. 70
Warnings Line is longer than 80 characters. 71
Warnings Line is longer than 80 characters. 72
Warnings Line is longer than 80 characters. 73
Warnings Line is longer than 80 characters. 74
Warnings Line is longer than 80 characters. 75
Warnings Line is longer than 80 characters. 76
Warnings Line is longer than 80 characters. 77
Warnings Line is longer than 80 characters. 78
Warnings Line is longer than 80 characters. 79
Warnings Line is longer than 80 characters. 80
Warnings Line is longer than 80 characters. 81
Errors Missing a Javadoc comment. 83
Errors Missing a Javadoc comment. 84
Errors Missing a Javadoc comment. 85
Errors First sentence should end with a period. 87
Warnings Line is longer than 80 characters. 90
Errors Missing a Javadoc comment. 92
Errors Must have at least one statement. 109
Errors Missing a Javadoc comment. 117
Errors Missing a Javadoc comment. 138
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 138
Warnings Line is longer than 80 characters. 139
Errors Missing a Javadoc comment. 139
Errors Variable 'shutdownHooks' must be private and have accessor methods. 139
Errors Missing a Javadoc comment. 140
Errors Variable 'commandLine' must be private and have accessor methods. 140
Errors Missing a Javadoc comment. 141
Errors Variable 'baseDir' must be private and have accessor methods. 141
Errors Missing a Javadoc comment. 142
Errors Variable 'logFile' must be private and have accessor methods. 142
Errors Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. 150
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 165
Errors Method 'processCommandLine' is not designed for extension - needs to be abstract, final or empty. 275
Errors Method 'outputStream' is not designed for extension - needs to be abstract, final or empty. 292
Errors Method 'intputStream' is not designed for extension - needs to be abstract, final or empty. 298

de/kumpe/hadooptimizer/examples/ExamplesRunner.java

Violation Message Line
Errors Missing a Javadoc comment. 21
Errors Utility classes should not have a public or default constructor. 21

de/kumpe/hadooptimizer/examples/HadoopTest.java

Violation Message Line
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 53
Errors Method 'map' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 62
Errors Method 'reduce' is not designed for extension - needs to be abstract, final or empty. 64
Warnings Line is longer than 80 characters. 66
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 73
Errors '1000000000d' is a magic number. 92
Errors '1000000000d' is a magic number. 116
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 119

de/kumpe/hadooptimizer/examples/OptimizerExample.java

Violation Message Line
Errors Missing a Javadoc comment. 75
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 77
Errors Missing a Javadoc comment. 78
Errors Missing a Javadoc comment. 79
Errors Missing a Javadoc comment. 80
Errors Missing a Javadoc comment. 81
Errors Missing a Javadoc comment. 82
Errors Missing a Javadoc comment. 83
Errors Missing a Javadoc comment. 84
Errors Missing a Javadoc comment. 85
Errors Missing a Javadoc comment. 86
Errors Missing a Javadoc comment. 88
Errors Variable 'parents' must be private and have accessor methods. 88
Errors Missing a Javadoc comment. 89
Errors Variable 'preserveParents' must be private and have accessor methods. 89
Errors Missing a Javadoc comment. 90
Errors Variable 'offspring' must be private and have accessor methods. 90
Errors Missing a Javadoc comment. 91
Errors Variable 'standardDeviation' must be private and have accessor methods. 91
Errors Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. 94
Warnings Line is longer than 80 characters. 167
Warnings Line is longer than 80 characters. 177
Errors Method 'processCommandLine' is not designed for extension - needs to be abstract, final or empty. 190
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 219
Errors Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. 235
Errors Method 'createEsOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. 241
Warnings Line is longer than 80 characters. 244
Warnings Line is longer than 80 characters. 270
Errors Method 'initConfiguration' is not designed for extension - needs to be abstract, final or empty. 276
Errors Method 'initConfiguration' is not designed for extension - needs to be abstract, final or empty. 323
Errors Method 'initConfiguration' is not designed for extension - needs to be abstract, final or empty. 331
Errors Method 'addReporter' is not designed for extension - needs to be abstract, final or empty. 340
Warnings Line is longer than 80 characters. 347
Warnings Line is longer than 80 characters. 364
Errors '10l' is a magic number. 375
Errors Should use uppercase 'L'. 375
Warnings Line is longer than 80 characters. 397
Warnings Line is longer than 80 characters. 399
Warnings Line is longer than 80 characters. 411

de/kumpe/hadooptimizer/examples/TeeOutputStream.java

Violation Message Line
Errors Line does not match expected header line of '/*'. 1
Errors Missing a Javadoc comment. 6
Warnings Line is longer than 80 characters. 10
Errors Method 'close' is not designed for extension - needs to be abstract, final or empty. 15
Errors Method 'flush' is not designed for extension - needs to be abstract, final or empty. 21
Errors Method 'write' is not designed for extension - needs to be abstract, final or empty. 27
Errors Method 'write' is not designed for extension - needs to be abstract, final or empty. 33
Errors Method 'write' is not designed for extension - needs to be abstract, final or empty. 40

de/kumpe/hadooptimizer/examples/analysis/CalcMean.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Errors Utility classes should not have a public or default constructor. 27
Warnings Line is longer than 80 characters. 70

de/kumpe/hadooptimizer/examples/analysis/Convert.java

Violation Message Line
Errors Unused import - org.apache.hadoop.mapreduce.Reducer. 27
Errors Unused import - de.kumpe.hadooptimizer.examples.painting.SvgRenderer. 30
Errors Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. 41
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 50
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 90

de/kumpe/hadooptimizer/examples/analysis/Merge.java

Violation Message Line
Warnings Missing package-info.java file. 0
Errors Missing a Javadoc comment. 24
Errors Utility classes should not have a public or default constructor. 24

de/kumpe/hadooptimizer/examples/analysis/Polling.java

Violation Message Line
Errors Missing a Javadoc comment. 24
Errors Utility classes should not have a public or default constructor. 24
Errors '3' is a magic number. 26
Errors Missing a Javadoc comment. 30
Errors '300' is a magic number. 36
Errors Missing a Javadoc comment. 47
Errors Variable 'sleep' must be private and have accessor methods. 48
Errors '10000' is a magic number. 71
Errors '100' is a magic number. 79

de/kumpe/hadooptimizer/examples/benchmark/IncrementingOffspring.java

Violation Message Line
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Errors Missing a Javadoc comment. 42
Errors 'static' modifier out of order with the JLS suggestions. 42
Warnings Line is longer than 80 characters. 64
Errors Missing a Javadoc comment. 64
Errors 'static' modifier out of order with the JLS suggestions. 64
Errors '1000000' is a magic number. 78
Errors '1000000' is a magic number. 79
Errors Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. 91
Warnings Line is longer than 80 characters. 92
Warnings Line is longer than 80 characters. 93
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 109
Warnings Line is longer than 80 characters. 111

de/kumpe/hadooptimizer/examples/benchmark/IncrementingSleep.java

Violation Message Line
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Errors Missing a Javadoc comment. 41
Errors 'static' modifier out of order with the JLS suggestions. 41
Errors '1000000' is a magic number. 63
Warnings Line is longer than 80 characters. 75
Errors Missing a Javadoc comment. 75
Errors 'static' modifier out of order with the JLS suggestions. 75
Errors '1000000' is a magic number. 89
Errors '1000000' is a magic number. 90
Errors Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. 102
Warnings Line is longer than 80 characters. 103
Warnings Line is longer than 80 characters. 104
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 120
Warnings Line is longer than 80 characters. 122

de/kumpe/hadooptimizer/examples/benchmark/Loop.java

Violation Message Line
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Errors Missing a Javadoc comment. 36
Errors 'static' modifier out of order with the JLS suggestions. 36
Errors Must have at least one statement. 46
Warnings Line is longer than 80 characters. 57
Warnings Line is longer than 80 characters. 58

de/kumpe/hadooptimizer/examples/benchmark/NoOp.java

Violation Message Line
Errors Missing a Javadoc comment. 33
Errors 'static' modifier out of order with the JLS suggestions. 33
Errors Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. 50
Warnings Line is longer than 80 characters. 51
Warnings Line is longer than 80 characters. 52
Errors '{' is followed by whitespace. 53
Errors '100' is a magic number. 53
Errors '100' is a magic number. 53
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 60

de/kumpe/hadooptimizer/examples/benchmark/Sleep.java

Violation Message Line
Warnings Line is longer than 80 characters. 33
Errors Missing a Javadoc comment. 33
Errors 'static' modifier out of order with the JLS suggestions. 33
Errors '1000000' is a magic number. 47
Errors '1000000' is a magic number. 48
Errors Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. 60
Warnings Line is longer than 80 characters. 61
Warnings Line is longer than 80 characters. 62
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 77

de/kumpe/hadooptimizer/examples/benchmark/package-info.java

Violation Message Line
Errors Line has trailing spaces. 18

de/kumpe/hadooptimizer/examples/functions/AxisPanel.java

Violation Message Line
Errors '50' is a magic number. 36
Errors Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. 45
Errors '10' is a magic number. 59
Errors '10' is a magic number. 59
Errors '10' is a magic number. 60
Errors '10' is a magic number. 60
Errors '10' is a magic number. 62
Errors '10' is a magic number. 63
Errors '0.1' is a magic number. 66
Errors '10' is a magic number. 74
Errors '10' is a magic number. 74
Errors '10' is a magic number. 74
Errors '5' is a magic number. 78
Errors '5' is a magic number. 78
Errors '5' is a magic number. 80
Errors '10' is a magic number. 85
Errors '10' is a magic number. 85
Errors '10' is a magic number. 86
Errors '10' is a magic number. 86
Errors '10' is a magic number. 93
Errors '10' is a magic number. 93
Errors '10' is a magic number. 93
Errors '5' is a magic number. 97
Errors '5' is a magic number. 97
Errors '10' is a magic number. 99
Errors Method 'format' is not designed for extension - needs to be abstract, final or empty. 105
Errors Method 'x' is not designed for extension - needs to be abstract, final or empty. 109
Errors Method 'revX' is not designed for extension - needs to be abstract, final or empty. 113
Errors Method 'y' is not designed for extension - needs to be abstract, final or empty. 117
Errors Method 'revY' is not designed for extension - needs to be abstract, final or empty. 121
Errors Method 'getPreferredSize' is not designed for extension - needs to be abstract, final or empty. 125
Errors '600' is a magic number. 127
Errors '400' is a magic number. 127
Errors Method 'setOriginTranslation' is not designed for extension - needs to be abstract, final or empty. 130
Errors Method 'setValueTranslation' is not designed for extension - needs to be abstract, final or empty. 136
Errors Method 'setScale' is not designed for extension - needs to be abstract, final or empty. 142

de/kumpe/hadooptimizer/examples/functions/HistoryPanelReporter.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Variable 'evaluator' must be private and have accessor methods. 54
Warnings Line is longer than 80 characters. 55
Errors Variable 'history' must be private and have accessor methods. 55
Warnings Line is longer than 80 characters. 65
Errors '5' is a magic number. 103
Errors '10' is a magic number. 104
Errors '4' is a magic number. 105
Errors '30' is a magic number. 107
Errors '3' is a magic number. 118
Errors '3' is a magic number. 118
Errors '6' is a magic number. 118
Errors '6' is a magic number. 118
Errors '10' is a magic number. 119
Errors '3' is a magic number. 123
Errors '3' is a magic number. 123
Errors '10' is a magic number. 123
Warnings Line is longer than 80 characters. 148
Warnings Line is longer than 80 characters. 150
Errors '{' is followed by whitespace. 150
Errors '10' is a magic number. 174
Errors '-10' is a magic number. 174
Errors '10' is a magic number. 175
Errors '10' is a magic number. 175
Errors '25' is a magic number. 176
Errors '30' is a magic number. 176
Errors '-10' is a magic number. 179
Errors '10' is a magic number. 179
Errors '10' is a magic number. 180
Errors '10' is a magic number. 180
Errors '-30' is a magic number. 181
Errors '25' is a magic number. 181
Errors '5' is a magic number. 187
Warnings Line is longer than 80 characters. 190
Errors '-5' is a magic number. 194
Errors '5' is a magic number. 194
Errors '5' is a magic number. 200
Warnings Line is longer than 80 characters. 203
Errors '-5' is a magic number. 207
Errors '5' is a magic number. 207
Errors '-9' is a magic number. 211
Errors '4' is a magic number. 212

de/kumpe/hadooptimizer/examples/functions/LiveHistoryPanelReporter.java

Violation Message Line
Errors Method 'report' is not designed for extension - needs to be abstract, final or empty. 49
Warnings Line is longer than 80 characters. 54
Errors Method 'drawPopulations' is not designed for extension - needs to be abstract, final or empty. 65
Errors '3' is a magic number. 91
Errors '15' is a magic number. 91
Errors '20' is a magic number. 95
Errors '3' is a magic number. 98
Errors '3' is a magic number. 98
Errors '6' is a magic number. 98
Errors '6' is a magic number. 98

de/kumpe/hadooptimizer/examples/functions/MinimumInGraph.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Errors Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. 31
Warnings Line is longer than 80 characters. 32
Warnings Line is longer than 80 characters. 33
Errors '{' is followed by whitespace. 34
Errors '100' is a magic number. 34
Errors '100' is a magic number. 34
Errors '1000' is a magic number. 44
Errors '0.01' is a magic number. 44
Errors '640' is a magic number. 52
Errors '480' is a magic number. 52
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 61

de/kumpe/hadooptimizer/examples/functions/Polynomial.java

Violation Message Line
Warnings Line is longer than 80 characters. 30
Warnings Line is longer than 80 characters. 31
Errors '{' is followed by whitespace. 32
Errors '100' is a magic number. 32

de/kumpe/hadooptimizer/examples/functions/Rastrigin.java

Violation Message Line
Errors Missing a Javadoc comment. 36
Errors 'static' modifier out of order with the JLS suggestions. 36
Errors '10' is a magic number. 45
Errors '10' is a magic number. 47
Warnings Line is longer than 80 characters. 52
Warnings Line is longer than 80 characters. 53
Errors '{' is followed by whitespace. 54
Errors '-5.12' is a magic number. 54
Errors '5.12' is a magic number. 54
Warnings Line is longer than 80 characters. 61

de/kumpe/hadooptimizer/examples/functions/ResultReporterPanel.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Warnings Line is longer than 80 characters. 32
Errors Method 'report' is not designed for extension - needs to be abstract, final or empty. 34
Errors Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. 41
Errors '3' is a magic number. 58

de/kumpe/hadooptimizer/examples/functions/Rosenbrock.java

Violation Message Line
Errors Missing a Javadoc comment. 36
Errors 'static' modifier out of order with the JLS suggestions. 36
Errors '100' is a magic number. 46
Warnings Line is longer than 80 characters. 53
Warnings Line is longer than 80 characters. 54
Errors '{' is followed by whitespace. 55
Errors '-2.048' is a magic number. 55
Errors '-2.048' is a magic number. 55
Warnings Line is longer than 80 characters. 62

de/kumpe/hadooptimizer/examples/functions/package-info.java

Violation Message Line
Errors Line has trailing spaces. 18

de/kumpe/hadooptimizer/examples/neurons/InputValue.java

Violation Message Line
Errors Missing a Javadoc comment. 19
Errors Method 'value' is not designed for extension - needs to be abstract, final or empty. 32
Errors Method 'set' is not designed for extension - needs to be abstract, final or empty. 37

de/kumpe/hadooptimizer/examples/neurons/Neuron.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Errors Class Input should be declared as final. 25
Errors Missing a Javadoc comment. 25
Errors Method 'addInput' is not designed for extension - needs to be abstract, final or empty. 57
Errors Method 'addInput' is not designed for extension - needs to be abstract, final or empty. 63
Errors Method 'value' is not designed for extension - needs to be abstract, final or empty. 69

de/kumpe/hadooptimizer/examples/neurons/NeuronalNetEvaluator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 30
Errors Utility classes should not have a public or default constructor. 30
Errors Variable 'inputValues' must be private and have accessor methods. 42
Errors Variable 'inputs' must be private and have accessor methods. 43
Errors Variable 'output' must be private and have accessor methods. 44
Errors Variable 'samples' must be private and have accessor methods. 45
Errors Method 'print' is not designed for extension - needs to be abstract, final or empty. 55
Errors Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 73
Errors Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 84
Errors Method 'report' is not designed for extension - needs to be abstract, final or empty. 96

de/kumpe/hadooptimizer/examples/neurons/ResultPainter.java

Violation Message Line
Errors Missing a Javadoc comment. 30
Errors '100' is a magic number. 31
Errors Variable 'evaluator' must be private and have accessor methods. 33
Errors Method 'draw' is not designed for extension - needs to be abstract, final or empty. 35
Errors '255' is a magic number. 61
Errors '360' is a magic number. 71
Errors '200' is a magic number. 77
Errors '200' is a magic number. 77
Errors Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 94
Errors '{' is followed by whitespace. 95

de/kumpe/hadooptimizer/examples/neurons/Value.java

Violation Message Line
Errors Missing a Javadoc comment. 20

de/kumpe/hadooptimizer/examples/neurons/XorNet.java

Violation Message Line
Errors Missing a Javadoc comment. 23
Errors Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. 24
Errors '7' is a magic number. 27
Errors '4' is a magic number. 29
Errors '3' is a magic number. 41
Errors '4' is a magic number. 43
Errors '5' is a magic number. 44
Errors '6' is a magic number. 45
Errors '{' is followed by whitespace. 47
Errors '{' is followed by whitespace. 48
Errors '{' is followed by whitespace. 49
Errors '3' is a magic number. 50
Errors '{' is followed by whitespace. 50
Warnings Line is longer than 80 characters. 52
Errors '7' is a magic number. 53
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 62

de/kumpe/hadooptimizer/examples/neurons/package-info.java

Violation Message Line
Errors Line has trailing spaces. 18

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

Violation Message Line
Errors Line has trailing spaces. 18

de/kumpe/hadooptimizer/examples/painting/AnimationSvgRenderer.java

Violation Message Line
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 60
Errors '50' is a magic number. 76
Warnings Line is longer than 80 characters. 107
Errors '3' is a magic number. 120
Errors '550.541' is a magic number. 126
Errors '1500000' is a magic number. 126
Errors '3' is a magic number. 126
Errors '140' is a magic number. 126
Errors '323.140' is a magic number. 127
Errors '7' is a magic number. 138
Errors '5' is a magic number. 138
Errors '312' is a magic number. 138
Errors '7' is a magic number. 139
Errors '5' is a magic number. 139
Errors '7' is a magic number. 140
Errors '5' is a magic number. 140
Errors '7' is a magic number. 141
Errors '5' is a magic number. 141
Errors '3' is a magic number. 141
Errors '7' is a magic number. 142
Errors '5' is a magic number. 142
Errors '4' is a magic number. 142
Errors '7' is a magic number. 143
Errors '5' is a magic number. 143
Errors '5' is a magic number. 143
Errors '7' is a magic number. 144
Errors '5' is a magic number. 144
Errors '6' is a magic number. 144
Warnings Line is longer than 80 characters. 157
Warnings Line is longer than 80 characters. 181

de/kumpe/hadooptimizer/examples/painting/ImageDifferenceEvaluator.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings Line is longer than 80 characters. 84

de/kumpe/hadooptimizer/examples/painting/ImagePanel.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 25

de/kumpe/hadooptimizer/examples/painting/Kit.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 23
Errors '50' is a magic number. 25
Errors '3' is a magic number. 25

de/kumpe/hadooptimizer/examples/painting/MonaLisa.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 25
Errors 'static' modifier out of order with the JLS suggestions. 26
Errors 'static' modifier out of order with the JLS suggestions. 27
Errors '200' is a magic number. 30
Errors '3' is a magic number. 30

de/kumpe/hadooptimizer/examples/painting/PolygonPaint.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 22
Errors 'static' modifier out of order with the JLS suggestions. 23
Errors 'static' modifier out of order with the JLS suggestions. 24
Errors '3' is a magic number. 27
Errors Method 'createReferenceImage' is not designed for extension - needs to be abstract, final or empty. 30
Errors '0.7f' is a magic number. 35
Errors '4' is a magic number. 36
Errors '4' is a magic number. 36
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 41

de/kumpe/hadooptimizer/examples/painting/PolygonPaintBase.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 33
Errors Variable 'pointsPerPolygon' must be private and have accessor methods. 35
Errors Variable 'polygons' must be private and have accessor methods. 36

de/kumpe/hadooptimizer/examples/painting/RepaintReporter.java

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

de/kumpe/hadooptimizer/examples/painting/SaveImageReporter.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 33
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Warnings Line is longer than 80 characters. 50
Warnings Line is longer than 80 characters. 75

de/kumpe/hadooptimizer/examples/painting/SvgRenderer.java

Violation Message Line
Errors Unused import - org.apache.hadoop.io.SequenceFile. 46
Warnings Line is longer than 80 characters. 74
Errors Method 'setup' is not designed for extension - needs to be abstract, final or empty. 89
Errors '50' is a magic number. 108
Errors Method 'map' is not designed for extension - needs to be abstract, final or empty. 140
Warnings Line is longer than 80 characters. 142
Errors Expected @throws tag for 'IOException'. 142
Errors Expected @throws tag for 'InterruptedException'. 142
Errors '1000' is a magic number. 156
Errors '4' is a magic number. 163
Errors '7' is a magic number. 179
Errors '5' is a magic number. 179
Errors '312' is a magic number. 179
Errors '7' is a magic number. 180
Errors '5' is a magic number. 180
Errors '7' is a magic number. 181
Errors '5' is a magic number. 181
Errors '7' is a magic number. 182
Errors '5' is a magic number. 182
Errors '3' is a magic number. 182
Errors '7' is a magic number. 183
Errors '5' is a magic number. 183
Errors '4' is a magic number. 183
Errors '7' is a magic number. 184
Errors '5' is a magic number. 184
Errors '5' is a magic number. 184
Errors '7' is a magic number. 185
Errors '5' is a magic number. 185
Errors '6' is a magic number. 185
Warnings Line is longer than 80 characters. 198
Errors Method 'createOptions' is not designed for extension - needs to be abstract, final or empty. 230
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 236
Errors '256' is a magic number. 250
Errors '1024' is a magic number. 250
Errors '1024' is a magic number. 250
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 264

de/kumpe/hadooptimizer/examples/painting/package-info.java

Violation Message Line
Errors Line has trailing spaces. 18

de/kumpe/hadooptimizer/examples/tutorial/CountingHalter.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 26
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
Errors Method 'halt' is not designed for extension - needs to be abstract, final or empty. 37
Warnings Line is longer than 80 characters. 38

de/kumpe/hadooptimizer/examples/tutorial/GaussianMutator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 23
Errors Method 'setRandomGenerator' is not designed for extension - needs to be abstract, final or empty. 33
Errors Method 'mutate' is not designed for extension - needs to be abstract, final or empty. 38

de/kumpe/hadooptimizer/examples/tutorial/MinimumInPolygon.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Errors Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. 26
Errors Method 'createEaOptimizerConfiguration' is not designed for extension - needs to be abstract, final or empty. 31
Warnings Line is longer than 80 characters. 36

de/kumpe/hadooptimizer/examples/tutorial/PolynomialEvaluator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 20
Errors Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 34

de/kumpe/hadooptimizer/examples/tutorial/WordCount.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright 2011 Christian Kumpe http://kumpe.de/christian/java'. 2
Errors Utility classes should not have a public or default constructor. 28
Errors Missing a Javadoc comment. 29
Errors 'static' modifier out of order with the JLS suggestions. 31
Errors Name 'one' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
Errors Method 'map' is not designed for extension - needs to be abstract, final or empty. 34
Warnings Line is longer than 80 characters. 36
Errors Missing a Javadoc comment. 46
Errors Method 'reduce' is not designed for extension - needs to be abstract, final or empty. 49

de/kumpe/hadooptimizer/examples/tutorial/package-info.java

Violation Message Line
Errors Line has trailing spaces. 18