Checkstyle Results

The following document contains the results of Checkstyle 10.5.0 with sun_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
368 0 0 15762

Files

File
 I
 W
 E
org/woehlke/computer/kurzweil/ComputerKurzweilApplication.java 0 0 22
org/woehlke/computer/kurzweil/KochSnowflakeApplication.java 0 0 5
org/woehlke/computer/kurzweil/Mandelbrot2JuliaApplication.java 0 0 6
org/woehlke/computer/kurzweil/MandelbrotZoomApplication.java 0 0 5
org/woehlke/computer/kurzweil/SierpinskiTriangleApplication.java 0 0 6
org/woehlke/computer/kurzweil/SimulatedEvolutionApplication.java 0 0 8
org/woehlke/computer/kurzweil/TurmiteApplication.java 0 0 5
org/woehlke/computer/kurzweil/WatorApplication.java 0 0 5
org/woehlke/computer/kurzweil/application/ComputerKurzweilContext.java 0 0 183
org/woehlke/computer/kurzweil/application/ComputerKurzweilFrame.java 0 0 74
org/woehlke/computer/kurzweil/application/ComputerKurzweilMenuBar.java 0 0 56
org/woehlke/computer/kurzweil/application/ComputerKurzweilProperties.java 0 0 2267
org/woehlke/computer/kurzweil/commons/Startable.java 0 0 4
org/woehlke/computer/kurzweil/commons/Updateable.java 0 0 4
org/woehlke/computer/kurzweil/commons/gui/GuiComponent.java 0 0 1
org/woehlke/computer/kurzweil/commons/gui/GuiComponentCanvas.java 0 0 2
org/woehlke/computer/kurzweil/commons/has/HasContextApplication.java 0 0 2
org/woehlke/computer/kurzweil/commons/has/HasPanelStartStopButtons.java 0 0 2
org/woehlke/computer/kurzweil/commons/has/HasPanelSubtitle.java 0 0 2
org/woehlke/computer/kurzweil/commons/has/HasTab.java 0 0 2
org/woehlke/computer/kurzweil/commons/has/HasTabCanvas.java 0 0 2
org/woehlke/computer/kurzweil/commons/has/HasTabContext.java 0 0 4
org/woehlke/computer/kurzweil/commons/has/HasTabController.java 0 0 6
org/woehlke/computer/kurzweil/commons/has/HasTabModel.java 0 0 2
org/woehlke/computer/kurzweil/commons/has/HasTabTitle.java 0 0 12
org/woehlke/computer/kurzweil/commons/layouts/BoxLayoutVertical.java 0 0 6
org/woehlke/computer/kurzweil/commons/layouts/FlowLayoutCenter.java 0 0 4
org/woehlke/computer/kurzweil/commons/layouts/FlowLayoutLeft.java 0 0 6
org/woehlke/computer/kurzweil/commons/layouts/LayoutCanvas.java 0 0 9
org/woehlke/computer/kurzweil/commons/model/Bounds.java 0 0 43
org/woehlke/computer/kurzweil/commons/model/LatticeNeighbourhood.java 0 0 104
org/woehlke/computer/kurzweil/commons/model/LatticeNeighbourhoodType.java 0 0 8
org/woehlke/computer/kurzweil/commons/model/LatticePoint.java 0 0 82
org/woehlke/computer/kurzweil/commons/model/LatticePointNeighbourhoodPosition.java 0 0 156
org/woehlke/computer/kurzweil/commons/model/fractal/ComplexNumber.java 0 0 771
org/woehlke/computer/kurzweil/commons/model/fractal/GaussianNumberPlane.java 0 0 1240
org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringDirection.java 0 0 36
org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringMachine.java 0 0 180
org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringPhase.java 0 0 30
org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringPhaseState.java 0 0 91
org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringPositions.java 0 0 276
org/woehlke/computer/kurzweil/commons/model/turing/Point.java 0 0 276
org/woehlke/computer/kurzweil/commons/tabs/TabCanvas.java 0 0 6
org/woehlke/computer/kurzweil/commons/tabs/TabController.java 0 0 6
org/woehlke/computer/kurzweil/commons/tabs/TabModel.java 0 0 2
org/woehlke/computer/kurzweil/commons/ui/PanelButtons.java 0 0 16
org/woehlke/computer/kurzweil/commons/ui/PanelCopyright.java 0 0 30
org/woehlke/computer/kurzweil/commons/ui/PanelSubtitle.java 0 0 25
org/woehlke/computer/kurzweil/commons/ui/RadioButtons.java 0 0 6
org/woehlke/computer/kurzweil/commons/widgets/PanelCopyright.java 0 0 16
org/woehlke/computer/kurzweil/commons/widgets/PanelStartStopButtons.java 0 0 38
org/woehlke/computer/kurzweil/commons/widgets/PanelSubtitle.java 0 0 87
org/woehlke/computer/kurzweil/commons/widgets/PanelTitle.java 0 0 81
org/woehlke/computer/kurzweil/commons/widgets/PanelWithTitleBorder.java 0 0 18
org/woehlke/computer/kurzweil/commons/widgets/SubTabImpl.java 0 0 87
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/CyclicCellularAutomatonApplication.java 0 0 5
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/ColorScheme.java 0 0 17
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/Config.java 0 0 38
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/ConfigProperties.java 0 0 22
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/ObjectRegistry.java 0 0 59
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/control/CyclicCellularAutomatonController.java 0 0 18
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/model/CyclicCellularAutomatonLattice.java 0 0 35
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/model/LatticeNeighbourhood.java 0 0 4
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/CyclicCellularAutomatonCanvas.java 0 0 17
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/CyclicCellularAutomatonFrame.java 0 0 29
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/PanelButtons.java 0 0 15
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/PanelSubtitle.java 0 0 6
org/woehlke/computer/kurzweil/dla/DiffusionLimitedAggregation.java 0 0 8
org/woehlke/computer/kurzweil/dla/DiffusionLimitedAggregationDesktop.java 0 0 5
org/woehlke/computer/kurzweil/dla/control/ControllerThread.java 0 0 21
org/woehlke/computer/kurzweil/dla/control/package-info.java 0 0 2
org/woehlke/computer/kurzweil/dla/model/Dendrite.java 0 0 38
org/woehlke/computer/kurzweil/dla/model/Particles.java 0 0 60
org/woehlke/computer/kurzweil/dla/model/Point.java 0 0 113
org/woehlke/computer/kurzweil/dla/model/package-info.java 0 0 2
org/woehlke/computer/kurzweil/dla/package-info.java 0 0 2
org/woehlke/computer/kurzweil/dla/view/WorldCanvas.java 0 0 68
org/woehlke/computer/kurzweil/dla/view/applet/DiffusionLimitedAggregationApplet.java 0 0 21
org/woehlke/computer/kurzweil/dla/view/desktop/DiffusionLimitedAggregationFrame.java 0 0 39
org/woehlke/computer/kurzweil/dla/view/package-info.java 0 0 2
org/woehlke/computer/kurzweil/mandelbrot/MandelbrotSetApplication.java 0 0 4
org/woehlke/computer/kurzweil/mandelbrot/config/Config.java 0 0 65
org/woehlke/computer/kurzweil/mandelbrot/config/ConfigProperties.java 0 0 29
org/woehlke/computer/kurzweil/mandelbrot/control/ControllerThread.java 0 0 19
org/woehlke/computer/kurzweil/mandelbrot/julia/MandelbrotSetApplication.java 0 0 6
org/woehlke/computer/kurzweil/mandelbrot/julia/config/Config.java 0 0 42
org/woehlke/computer/kurzweil/mandelbrot/julia/config/ConfigProperties.java 0 0 23
org/woehlke/computer/kurzweil/mandelbrot/julia/control/ControllerThread.java 0 0 21
org/woehlke/computer/kurzweil/mandelbrot/julia/model/ApplicationModel.java 0 0 29
org/woehlke/computer/kurzweil/mandelbrot/julia/model/common/Point.java 0 0 49
org/woehlke/computer/kurzweil/mandelbrot/julia/model/fractal/ComplexNumber.java 0 0 112
org/woehlke/computer/kurzweil/mandelbrot/julia/model/fractal/GaussianNumberPlane.java 0 0 184
org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/MandelbrotTuringMachine.java 0 0 31
org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/TuringDirection.java 0 0 7
org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/TuringPhase.java 0 0 7
org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/TuringPhaseState.java 0 0 17
org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/TuringPositions.java 0 0 43
org/woehlke/computer/kurzweil/mandelbrot/julia/view/ApplicationCanvas.java 0 0 31
org/woehlke/computer/kurzweil/mandelbrot/julia/view/ApplicationFrame.java 0 0 63
org/woehlke/computer/kurzweil/mandelbrot/julia/view/labels/PanelCopyright.java 0 0 9
org/woehlke/computer/kurzweil/mandelbrot/julia/view/labels/PanelSubtitle.java 0 0 8
org/woehlke/computer/kurzweil/mandelbrot/julia/view/state/ApplicationState.java 0 0 5
org/woehlke/computer/kurzweil/mandelbrot/julia/view/state/ApplicationStateMachine.java 0 0 18
org/woehlke/computer/kurzweil/mandelbrot/model/ApplicationModel.java 0 0 38
org/woehlke/computer/kurzweil/mandelbrot/model/fractal/ComplexNumber.java 0 0 110
org/woehlke/computer/kurzweil/mandelbrot/model/fractal/GaussianNumberPlane.java 0 0 182
org/woehlke/computer/kurzweil/mandelbrot/model/helper/Point.java 0 0 47
org/woehlke/computer/kurzweil/mandelbrot/model/state/ApplicationState.java 0 0 5
org/woehlke/computer/kurzweil/mandelbrot/model/state/ApplicationStateMachine.java 0 0 24
org/woehlke/computer/kurzweil/mandelbrot/model/turing/MandelbrotTuringMachine.java 0 0 29
org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringDirection.java 0 0 5
org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringPhase.java 0 0 5
org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringPhaseState.java 0 0 15
org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringPositions.java 0 0 41
org/woehlke/computer/kurzweil/mandelbrot/view/ApplicationCanvas.java 0 0 28
org/woehlke/computer/kurzweil/mandelbrot/view/ApplicationFrame.java 0 0 61
org/woehlke/computer/kurzweil/mandelbrot/view/PanelButtons.java 0 0 18
org/woehlke/computer/kurzweil/mandelbrot/view/PanelCopyright.java 0 0 5
org/woehlke/computer/kurzweil/mandelbrot/view/PanelSubtitle.java 0 0 5
org/woehlke/computer/kurzweil/mandelbrot/view/RradioButtons.java 0 0 3
org/woehlke/computer/kurzweil/mandelbrot/zoom/MandelbrotSetApplication.java 0 0 6
org/woehlke/computer/kurzweil/mandelbrot/zoom/config/Config.java 0 0 67
org/woehlke/computer/kurzweil/mandelbrot/zoom/config/ConfigProperties.java 0 0 31
org/woehlke/computer/kurzweil/mandelbrot/zoom/control/ControllerThread.java 0 0 21
org/woehlke/computer/kurzweil/mandelbrot/zoom/model/ApplicationModel.java 0 0 34
org/woehlke/computer/kurzweil/mandelbrot/zoom/model/common/Point.java 0 0 50
org/woehlke/computer/kurzweil/mandelbrot/zoom/model/fractal/ComplexNumber.java 0 0 113
org/woehlke/computer/kurzweil/mandelbrot/zoom/model/fractal/GaussianNumberPlane.java 0 0 172
org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/MandelbrotTuringMachine.java 0 0 31
org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/TuringDirection.java 0 0 7
org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/TuringPhase.java 0 0 7
org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/TuringPhaseState.java 0 0 17
org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/TuringPositions.java 0 0 43
org/woehlke/computer/kurzweil/mandelbrot/zoom/view/ApplicationCanvas.java 0 0 31
org/woehlke/computer/kurzweil/mandelbrot/zoom/view/ApplicationFrame.java 0 0 62
org/woehlke/computer/kurzweil/mandelbrot/zoom/view/panels/PanelButtons.java 0 0 15
org/woehlke/computer/kurzweil/mandelbrot/zoom/view/panels/PanelSubtitle.java 0 0 8
org/woehlke/computer/kurzweil/simulated/evolution/SimulatedEvolutionApplication.java 0 0 14
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilContext.java 0 0 93
org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java 0 0 254
org/woehlke/computer/kurzweil/simulated/evolution/control/SimulatedEvolutionContext.java 0 0 37
org/woehlke/computer/kurzweil/simulated/evolution/control/SimulatedEvolutionController.java 0 0 15
org/woehlke/computer/kurzweil/simulated/evolution/model/SimulatedEvolutionModel.java 0 0 28
org/woehlke/computer/kurzweil/simulated/evolution/model/cell/Cell.java 0 0 28
org/woehlke/computer/kurzweil/simulated/evolution/model/cell/CellCore.java 0 0 21
org/woehlke/computer/kurzweil/simulated/evolution/model/cell/LifeCycle.java 0 0 46
org/woehlke/computer/kurzweil/simulated/evolution/model/cell/LifeCycleStatus.java 0 0 23
org/woehlke/computer/kurzweil/simulated/evolution/model/cell/Orientation.java 0 0 17
org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/LatticeNeighbourhood.java 0 0 55
org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/LatticeNeighbourhoodType.java 0 0 7
org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/LatticePoint.java 0 0 44
org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/LatticePointNeighbourhoodPosition.java 0 0 81
org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/SimulatedEvolutionWorldLattice.java 0 0 51
org/woehlke/computer/kurzweil/simulated/evolution/model/population/SimulatedEvolutionPopulation.java 0 0 18
org/woehlke/computer/kurzweil/simulated/evolution/model/population/SimulatedEvolutionPopulationContainer.java 0 0 41
org/woehlke/computer/kurzweil/simulated/evolution/model/world/Bounds.java 0 0 24
org/woehlke/computer/kurzweil/simulated/evolution/model/world/SimulatedEvolutionParameter.java 0 0 14
org/woehlke/computer/kurzweil/simulated/evolution/model/world/WorldPoint.java 0 0 113
org/woehlke/computer/kurzweil/simulated/evolution/view/SimulatedEvolutionApplet.java 0 0 18
org/woehlke/computer/kurzweil/simulated/evolution/view/SimulatedEvolutionTab.java 0 0 55
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/SimulatedEvolutionCanvas.java 0 0 30
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayDecreaseButton.java 0 0 11
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayIncreaseButton.java 0 0 11
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayLabel.java 0 0 11
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayPanel.java 0 0 25
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayTextField.java 0 0 24
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/garden/GardenOfEdenCheckBox.java 0 0 14
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/garden/GardenOfEdenPanel.java 0 0 14
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/garden/GardenOfEdenPanelRow.java 0 0 25
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/garden/GardenOfEdenToggleButton.java 0 0 11
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/population/PopulationStatisticsElement.java 0 0 29
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/population/PopulationStatisticsElementsPanelCounted.java 0 0 46
org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/population/PopulationStatisticsElementsPanelLifeCycle.java 0 0 52
org/woehlke/computer/kurzweil/simulated/evolution/view/layouts/BoxLayoutVertical.java 0 0 6
org/woehlke/computer/kurzweil/simulated/evolution/view/layouts/FlowLayoutCenter.java 0 0 5
org/woehlke/computer/kurzweil/simulated/evolution/view/layouts/FlowLayoutLeft.java 0 0 6
org/woehlke/computer/kurzweil/simulated/evolution/view/layouts/LayoutCanvas.java 0 0 7
org/woehlke/computer/kurzweil/simulated/evolution/view/tabs/TabPanel.java 0 0 7
org/woehlke/computer/kurzweil/simulated/evolution/view/tabs/TabType.java 0 0 46
org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelCopyright.java 0 0 11
org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelStartStopButtons.java 0 0 23
org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelSubtitle.java 0 0 47
org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelTitle.java 0 0 44
org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelWithTitleBorder.java 0 0 12
org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/SubTabImpl.java 0 0 45
org/woehlke/computer/kurzweil/tabs/ComputerKurzweilTabbedPane.java 0 0 47
org/woehlke/computer/kurzweil/tabs/Tab.java 0 0 3
org/woehlke/computer/kurzweil/tabs/TabPanel.java 0 0 40
org/woehlke/computer/kurzweil/tabs/TabType.java 0 0 347
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonApplication.java 0 0 4
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonTab.java 0 0 39
org/woehlke/computer/kurzweil/tabs/cca/canvas/CyclicCellularAutomatonCanvas.java 0 0 58
org/woehlke/computer/kurzweil/tabs/cca/config/ColorScheme.java 0 0 29
org/woehlke/computer/kurzweil/tabs/cca/config/Config.java 0 0 62
org/woehlke/computer/kurzweil/tabs/cca/config/ConfigProperties.java 0 0 31
org/woehlke/computer/kurzweil/tabs/cca/config/CyclicCellularAutomaton.java 0 0 3
org/woehlke/computer/kurzweil/tabs/cca/config/CyclicCellularAutomatonContext.java 0 0 20
org/woehlke/computer/kurzweil/tabs/cca/config/ObjectRegistry.java 0 0 57
org/woehlke/computer/kurzweil/tabs/cca/control/CyclicCellularAutomatonController.java 0 0 45
org/woehlke/computer/kurzweil/tabs/cca/model/CyclicCellularAutomatonLattice.java 0 0 90
org/woehlke/computer/kurzweil/tabs/cca/model/CyclicCellularAutomatonModel.java 0 0 82
org/woehlke/computer/kurzweil/tabs/cca/model/LatticeNeighbourhood.java 0 0 3
org/woehlke/computer/kurzweil/tabs/cca/view/CyclicCellularAutomatonCanvas.java 0 0 23
org/woehlke/computer/kurzweil/tabs/cca/view/CyclicCellularAutomatonFrame.java 0 0 30
org/woehlke/computer/kurzweil/tabs/cca/view/PanelButtons.java 0 0 11
org/woehlke/computer/kurzweil/tabs/cca/view/PanelSubtitle.java 0 0 5
org/woehlke/computer/kurzweil/tabs/cca/views/CyclicCellularAutomatonColorScheme.java 0 0 32
org/woehlke/computer/kurzweil/tabs/cca/views/CyclicCellularAutomatonTabPane.java 0 0 26
org/woehlke/computer/kurzweil/tabs/cca/views/PanelNeighbourhoodButtons.java 0 0 30
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregation.java 0 0 5
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationDesktop.java 0 0 4
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationTab.java 0 0 41
org/woehlke/computer/kurzweil/tabs/dla/canvas/DiffusionLimitedAggregationCanvas.java 0 0 74
org/woehlke/computer/kurzweil/tabs/dla/config/DiffusionLimitedAggregation.java 0 0 3
org/woehlke/computer/kurzweil/tabs/dla/config/DiffusionLimitedAggregationContext.java 0 0 30
org/woehlke/computer/kurzweil/tabs/dla/control/ControllerThread.java 0 0 20
org/woehlke/computer/kurzweil/tabs/dla/control/DiffusionLimitedAggregationController.java 0 0 41
org/woehlke/computer/kurzweil/tabs/dla/control/package-info.java 0 0 1
org/woehlke/computer/kurzweil/tabs/dla/model/Dendrite.java 0 0 37
org/woehlke/computer/kurzweil/tabs/dla/model/DiffusionLimitedAggregationModel.java 0 0 72
org/woehlke/computer/kurzweil/tabs/dla/model/Particles.java 0 0 59
org/woehlke/computer/kurzweil/tabs/dla/model/Point.java 0 0 112
org/woehlke/computer/kurzweil/tabs/dla/model/package-info.java 0 0 1
org/woehlke/computer/kurzweil/tabs/dla/package-info.java 0 0 1
org/woehlke/computer/kurzweil/tabs/dla/view/WorldCanvas.java 0 0 67
org/woehlke/computer/kurzweil/tabs/dla/view/applet/DiffusionLimitedAggregationApplet.java 0 0 20
org/woehlke/computer/kurzweil/tabs/dla/view/desktop/DiffusionLimitedAggregationFrame.java 0 0 38
org/woehlke/computer/kurzweil/tabs/dla/view/package-info.java 0 0 1
org/woehlke/computer/kurzweil/tabs/dla/views/DiffusionLimitedAggregationTabPane.java 0 0 16
org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeCanvas.java 0 0 28
org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeController.java 0 0 19
org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeModel.java 0 0 36
org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeTab.java 0 0 64
org/woehlke/computer/kurzweil/tabs/kochsnowflake/model/KochSnowflakeTabState.java 0 0 4
org/woehlke/computer/kurzweil/tabs/kochsnowflake/model/KochSnowflakeTabStateMachine.java 0 0 21
org/woehlke/computer/kurzweil/tabs/kochsnowflake/ui/PanelButtons.java 0 0 16
org/woehlke/computer/kurzweil/tabs/kochsnowflake/ui/RadioButtons.java 0 0 3
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaCanvas.java 0 0 28
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaController.java 0 0 21
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaModel.java 0 0 31
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaTab.java 0 0 61
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/MandelbrotTab.java 0 0 47
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/canvas/MandelbrotCanvas.java 0 0 56
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/config/Mandelbrot.java 0 0 3
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/config/MandelbrotContext.java 0 0 22
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/control/MandelbrotController.java 0 0 20
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/Mandelbrot2JuliaState.java 0 0 3
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/Mandelbrot2JuliaStateMachine.java 0 0 16
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/MandelbrotModel.java 0 0 40
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/state/MandelbrotTabState.java 0 0 5
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/state/MandelbrotTabStateMachine.java 0 0 24
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/MandelbrotTuringMachine.java 0 0 29
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/Point.java 0 0 51
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/TuringDirection.java 0 0 5
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/TuringPhase.java 0 0 5
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/TuringPhaseState.java 0 0 15
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/TuringPositions.java 0 0 41
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/MandelbrotTabPane.java 0 0 12
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelButtons.java 0 0 19
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelChooseMouseClickMode.java 0 0 18
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelCopyright.java 0 0 5
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelSubtitle.java 0 0 5
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelZoom.java 0 0 14
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/RradioButtons.java 0 0 3
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomCanvas.java 0 0 28
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomController.java 0 0 20
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomModel.java 0 0 37
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomTab.java 0 0 63
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/MandelbrotZoomTabState.java 0 0 4
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/MandelbrotZoomTabStateMachine.java 0 0 21
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/ui/PanelButtons.java 0 0 19
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/ui/RradioButtons.java 0 0 3
org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkTab.java 0 0 11
org/woehlke/computer/kurzweil/tabs/randomwalk/canvas/RandomWalkCanvas.java 0 0 36
org/woehlke/computer/kurzweil/tabs/randomwalk/canvas/RandomWalkColorScheme.java 0 0 17
org/woehlke/computer/kurzweil/tabs/randomwalk/config/RandomWalk.java 0 0 2
org/woehlke/computer/kurzweil/tabs/randomwalk/config/RandomWalkContext.java 0 0 15
org/woehlke/computer/kurzweil/tabs/randomwalk/control/RandomWalkController.java 0 0 18
org/woehlke/computer/kurzweil/tabs/randomwalk/model/ParticleOrientation.java 0 0 13
org/woehlke/computer/kurzweil/tabs/randomwalk/model/RandomWalkModel.java 0 0 32
org/woehlke/computer/kurzweil/tabs/randomwalk/views/RandomWalkButtons.java 0 0 12
org/woehlke/computer/kurzweil/tabs/randomwalk/views/RandomWalkTabPane.java 0 0 7
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleCanvas.java 0 0 30
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleController.java 0 0 22
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleModel.java 0 0 36
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleTab.java 0 0 63
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/model/SierpinskiTriangleTabState.java 0 0 3
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/model/SierpinskiTriangleTabStateMachine.java 0 0 24
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/ui/PanelButtons.java 0 0 17
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/ui/RadioButtons.java 0 0 3
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionApplet.java 0 0 16
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionCanvas.java 0 0 27
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionContext.java 0 0 33
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionController.java 0 0 10
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionModel.java 0 0 25
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionTab.java 0 0 97
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/SimulatedEvolutionCanvas.java 0 0 47
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/WorldColor.java 0 0 11
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayDecreaseButton.java 0 0 9
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayIncreaseButton.java 0 0 9
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayLabel.java 0 0 8
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayPanel.java 0 0 22
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayTextField.java 0 0 22
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenCheckBox.java 0 0 12
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenPanel.java 0 0 11
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenPanelRow.java 0 0 22
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenToggleButton.java 0 0 9
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/population/PopulationStatisticsElement.java 0 0 25
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/population/PopulationStatisticsElementsPanelCounted.java 0 0 43
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/population/PopulationStatisticsElementsPanelLifeCycle.java 0 0 49
org/woehlke/computer/kurzweil/tabs/simulatedevolution/config/SimulatedEvolution.java 0 0 3
org/woehlke/computer/kurzweil/tabs/simulatedevolution/config/SimulatedEvolutionContext.java 0 0 31
org/woehlke/computer/kurzweil/tabs/simulatedevolution/control/SimulatedEvolutionController.java 0 0 33
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/Cell.java 0 0 28
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/CellCore.java 0 0 18
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/LifeCycle.java 0 0 43
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/LifeCycleStatus.java 0 0 20
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/Orientation.java 0 0 13
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/SimulatedEvolutionModel.java 0 0 59
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/SimulatedEvolutionParameter.java 0 0 12
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/SimulatedEvolutionWorldLattice.java 0 0 47
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/WorldPoint.java 0 0 109
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/Cell.java 0 0 15
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/CellCore.java 0 0 39
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/CellLifeCycle.java 0 0 18
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/CellLifeCycleStatus.java 0 0 19
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/CellOrientation.java 0 0 10
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/CellPopulationContainer.java 0 0 36
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/CellPopulationRecord.java 0 0 37
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/SimulatedEvolutionPopulation.java 0 0 16
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/SimulatedEvolutionPopulationContainer.java 0 0 39
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/world/WorldLattice.java 0 0 43
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/world/WorldParameter.java 0 0 13
org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/GetPopulationLifeCyclePanel.java 0 0 49
org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/GetPopulationStatisticsPanel.java 0 0 32
org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/SetFoodPerDayPanel.java 0 0 25
org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/SetGardenOfEdenPanel.java 0 0 18
org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/SimulatedEvolutionTabPane.java 0 0 33
org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/population/PopulationStatisticsElement.java 0 0 27
org/woehlke/computer/kurzweil/tabs/turmite/TurmiteCanvas.java 0 0 28
org/woehlke/computer/kurzweil/tabs/turmite/TurmiteController.java 0 0 21
org/woehlke/computer/kurzweil/tabs/turmite/TurmiteModel.java 0 0 36
org/woehlke/computer/kurzweil/tabs/turmite/TurmiteTab.java 0 0 63
org/woehlke/computer/kurzweil/tabs/turmite/model/TurmiteTabState.java 0 0 3
org/woehlke/computer/kurzweil/tabs/turmite/model/TurmiteTabStateMachine.java 0 0 23
org/woehlke/computer/kurzweil/tabs/turmite/ui/PanelButtons.java 0 0 17
org/woehlke/computer/kurzweil/tabs/turmite/ui/RadioButtons.java 0 0 3
org/woehlke/computer/kurzweil/tabs/wator/WatorCanvas.java 0 0 29
org/woehlke/computer/kurzweil/tabs/wator/WatorController.java 0 0 20
org/woehlke/computer/kurzweil/tabs/wator/WatorModel.java 0 0 36
org/woehlke/computer/kurzweil/tabs/wator/WatorTab.java 0 0 62
org/woehlke/computer/kurzweil/tabs/wator/model/WatorTabState.java 0 0 3
org/woehlke/computer/kurzweil/tabs/wator/model/WatorTabStateMachine.java 0 0 23
org/woehlke/computer/kurzweil/tabs/wator/ui/PanelCopyright.java 0 0 6
org/woehlke/computer/kurzweil/tabs/wator/ui/PanelSubtitle.java 0 0 5

Rules

Category Rule Violations Severity
blocks EmptyBlock 2
 Error
LeftCurly 30
 Error
NeedBraces 46
 Error
RightCurly 17
 Error
coding EmptyStatement 1
 Error
HiddenField 402
 Error
InnerAssignment 18
 Error
MagicNumber 231
 Error
MissingSwitchDefault 49
 Error
design DesignForExtension 1316
 Error
FinalClass 15
 Error
InterfaceIsType 12
 Error
VisibilityModifier 491
 Error
imports AvoidStarImport 299
 Error
RedundantImport 12
 Error
UnusedImports
  • processJavadoc: "false"
19
 Error
javadoc InvalidJavadocPosition 4
 Error
JavadocMethod 9
 Error
JavadocPackage 169
 Error
JavadocStyle 46
 Error
JavadocVariable 3399
 Error
MissingJavadocMethod 1711
 Error
misc ArrayTypeStyle 16
 Error
FinalParameters 1258
 Error
TodoComment 7
 Error
modifier ModifierOrder 151
 Error
RedundantModifier 2
 Error
naming ConstantName 77
 Error
MemberName 28
 Error
sizes LineLength
  • fileExtensions: "java"
1667
 Error
whitespace NoWhitespaceAfter 2
 Error
NoWhitespaceBefore 6
 Error
OperatorWrap 188
 Error
ParenPad 272
 Error
WhitespaceAfter 983
 Error
WhitespaceAround 2807
 Error

Details

org/woehlke/computer/kurzweil/ComputerKurzweilApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.application.ComputerKurzweilContext. 6
 Error
imports UnusedImports Unused import - java.net.URLClassLoader. 11
 Error
sizes LineLength Line is longer than 80 characters (found 87). 24
 Error
sizes LineLength Line is longer than 80 characters (found 97). 30
 Error
sizes LineLength Line is longer than 80 characters (found 85). 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter args should be final. 40
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43
 Error
sizes LineLength Line is longer than 80 characters (found 105). 52
 Error
design DesignForExtension Class 'ComputerKurzweilApplication' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilApplication' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
design DesignForExtension Class 'ComputerKurzweilApplication' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilApplication' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
misc FinalParameters Parameter args should be final. 88
 Error
sizes LineLength Line is longer than 80 characters (found 112). 91
 Error
sizes LineLength Line is longer than 80 characters (found 100). 92
 Error
sizes LineLength Line is longer than 80 characters (found 88). 93

org/woehlke/computer/kurzweil/KochSnowflakeApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 13
 Error
design FinalClass Class KochSnowflakeApplication should be declared as final. 16
 Error
sizes LineLength Line is longer than 80 characters (found 105). 22
 Error
misc FinalParameters Parameter args should be final. 30

org/woehlke/computer/kurzweil/Mandelbrot2JuliaApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 13
 Error
design FinalClass Class Mandelbrot2JuliaApplication should be declared as final. 16
 Error
sizes LineLength Line is longer than 80 characters (found 105). 22
 Error
misc FinalParameters Parameter args should be final. 30
 Error
sizes LineLength Line is longer than 80 characters (found 84). 31

org/woehlke/computer/kurzweil/MandelbrotZoomApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 13
 Error
design FinalClass Class MandelbrotZoomApplication should be declared as final. 16
 Error
sizes LineLength Line is longer than 80 characters (found 105). 22
 Error
misc FinalParameters Parameter args should be final. 30

org/woehlke/computer/kurzweil/SierpinskiTriangleApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 13
 Error
design FinalClass Class SierpinskiTriangleApplication should be declared as final. 16
 Error
sizes LineLength Line is longer than 80 characters (found 105). 22
 Error
misc FinalParameters Parameter args should be final. 30
 Error
sizes LineLength Line is longer than 80 characters (found 88). 31

org/woehlke/computer/kurzweil/SimulatedEvolutionApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
design FinalClass Class SimulatedEvolutionApplication should be declared as final. 19
 Error
misc FinalParameters Parameter args should be final. 22
 Error
sizes LineLength Line is longer than 80 characters (found 105). 27
 Error
sizes LineLength Line is longer than 80 characters (found 92). 28
 Error
javadoc JavadocStyle First sentence should end with a period. 31
 Error
misc FinalParameters Parameter args should be final. 35
 Error
sizes LineLength Line is longer than 80 characters (found 92). 36

org/woehlke/computer/kurzweil/TurmiteApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 13
 Error
design FinalClass Class TurmiteApplication should be declared as final. 16
 Error
sizes LineLength Line is longer than 80 characters (found 105). 22
 Error
misc FinalParameters Parameter args should be final. 30

org/woehlke/computer/kurzweil/WatorApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 13
 Error
design FinalClass Class WatorApplication should be declared as final. 16
 Error
sizes LineLength Line is longer than 80 characters (found 105). 22
 Error
misc FinalParameters Parameter args should be final. 30

org/woehlke/computer/kurzweil/application/ComputerKurzweilContext.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter computerKurzweilProperties should be final. 30
 Error
misc FinalParameters Parameter frame should be final. 31
 Error
coding HiddenField 'frame' hides a field. 31
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getTabbedPaneBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getTabbedPaneBorder' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getFrameBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getFrameBorder' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBorder' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 47
 Error
sizes LineLength Line is longer than 80 characters (found 84). 48
 Error
sizes LineLength Line is longer than 80 characters (found 85). 49
 Error
sizes LineLength Line is longer than 80 characters (found 83). 50
 Error
sizes LineLength Line is longer than 80 characters (found 86). 51
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 54
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBorder' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter label should be final. 58
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 Error
sizes LineLength Line is longer than 80 characters (found 83). 59
 Error
sizes LineLength Line is longer than 80 characters (found 84). 60
 Error
sizes LineLength Line is longer than 80 characters (found 86). 61
 Error
sizes LineLength Line is longer than 80 characters (found 85). 62
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 84). 70
 Error
sizes LineLength Line is longer than 80 characters (found 85). 71
 Error
sizes LineLength Line is longer than 80 characters (found 83). 72
 Error
sizes LineLength Line is longer than 80 characters (found 86). 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
misc FinalParameters Parameter label should be final. 80
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
sizes LineLength Line is longer than 80 characters (found 84). 81
 Error
sizes LineLength Line is longer than 80 characters (found 85). 82
 Error
sizes LineLength Line is longer than 80 characters (found 83). 83
 Error
sizes LineLength Line is longer than 80 characters (found 86). 84
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBottomButtonsPanelBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBottomButtonsPanelBorder' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 91
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBottomButtonsPanelBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBottomButtonsPanelBorder' static/final/abstract/empty, or adding allowed annotation for the method. 95
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 95
 Error
misc FinalParameters Parameter label should be final. 95
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 104
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 104
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 104
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getTabBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getTabBorder' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 107
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getCanvasBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getCanvasBorder' static/final/abstract/empty, or adding allowed annotation for the method. 111
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 111
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 115
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 115
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 115
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 118
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getNextRandomLatticePoint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getNextRandomLatticePoint' static/final/abstract/empty, or adding allowed annotation for the method. 121
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 121
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 126
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getNewCellLifeCycle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getNewCellLifeCycle' static/final/abstract/empty, or adding allowed annotation for the method. 132
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 132
 Error
sizes LineLength Line is longer than 80 characters (found 88). 133
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getNewCellCore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getNewCellCore' static/final/abstract/empty, or adding allowed annotation for the method. 136
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 140
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 140
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 144
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 144
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter computerKurzweilProperties should be final. 29
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getTabbedPaneBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getTabbedPaneBorder' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getFrameBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getFrameBorder' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBorder' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 Error
sizes LineLength Line is longer than 80 characters (found 84). 45
 Error
sizes LineLength Line is longer than 80 characters (found 85). 46
 Error
sizes LineLength Line is longer than 80 characters (found 83). 47
 Error
sizes LineLength Line is longer than 80 characters (found 86). 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBorder' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter label should be final. 55
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 55
 Error
sizes LineLength Line is longer than 80 characters (found 83). 56
 Error
sizes LineLength Line is longer than 80 characters (found 84). 57
 Error
sizes LineLength Line is longer than 80 characters (found 86). 58
 Error
sizes LineLength Line is longer than 80 characters (found 85). 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
sizes LineLength Line is longer than 80 characters (found 84). 67
 Error
sizes LineLength Line is longer than 80 characters (found 85). 68
 Error
sizes LineLength Line is longer than 80 characters (found 83). 69
 Error
sizes LineLength Line is longer than 80 characters (found 86). 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 73
 Error
misc FinalParameters Parameter label should be final. 77
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
sizes LineLength Line is longer than 80 characters (found 84). 78
 Error
sizes LineLength Line is longer than 80 characters (found 85). 79
 Error
sizes LineLength Line is longer than 80 characters (found 83). 80
 Error
sizes LineLength Line is longer than 80 characters (found 86). 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 83
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 83
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 83
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 84
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 84
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 84
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBottomButtonsPanelBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBottomButtonsPanelBorder' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 88
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBottomButtonsPanelBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBottomButtonsPanelBorder' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
misc FinalParameters Parameter label should be final. 92
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 101
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 101
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 101
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getTabBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getTabBorder' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getCanvasBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getCanvasBorder' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 112
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 115
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getNextRandomLatticePoint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getNextRandomLatticePoint' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 118
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 123
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getNewCellLifeCycle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getNewCellLifeCycle' static/final/abstract/empty, or adding allowed annotation for the method. 129
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 129
 Error
sizes LineLength Line is longer than 80 characters (found 100). 130
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getNewCellCore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getNewCellCore' static/final/abstract/empty, or adding allowed annotation for the method. 133
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 133
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 137
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 137
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 139

org/woehlke/computer/kurzweil/application/ComputerKurzweilFrame.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 16
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 18
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 19
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter properties should be final. 49
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 53
 Error
whitespace ParenPad '(' is followed by whitespace. 63
 Error
whitespace ParenPad ')' is preceded with whitespace. 63
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'getApps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'getApps' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 89
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error
misc FinalParameters Parameter e should be final. 89
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Error
misc FinalParameters Parameter e should be final. 93
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
misc FinalParameters Parameter e should be final. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
misc FinalParameters Parameter e should be final. 101
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
misc FinalParameters Parameter e should be final. 103
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 107
 Error
misc FinalParameters Parameter e should be final. 107
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 Error
misc FinalParameters Parameter e should be final. 112
 Error
misc FinalParameters Parameter e should be final. 117
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 117
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 117
 Error
misc FinalParameters Parameter e should be final. 120
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 120
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 120
 Error
misc FinalParameters Parameter e should be final. 123
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 123
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 123
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 125
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 125
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 130
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
design DesignForExtension Class 'ComputerKurzweilFrame' looks like designed for extension (can be subclassed), but the method 'getFrameBounds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilFrame' final or making the method 'getFrameBounds' static/final/abstract/empty, or adding allowed annotation for the method. 145
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 145
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 146
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 153
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 153
 Error
whitespace ParenPad ')' is preceded with whitespace. 154
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 156
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 156
 Error
whitespace ParenPad '(' is followed by whitespace. 159
 Error
whitespace ParenPad ')' is preceded with whitespace. 159
 Error
whitespace ParenPad '(' is followed by whitespace. 160
 Error
whitespace ParenPad ')' is preceded with whitespace. 160
 Error
whitespace ParenPad '(' is followed by whitespace. 161
 Error
whitespace ParenPad ')' is preceded with whitespace. 161
 Error
whitespace ParenPad '(' is followed by whitespace. 162
 Error
whitespace ParenPad ')' is preceded with whitespace. 162
 Error
whitespace ParenPad '(' is followed by whitespace. 163
 Error
whitespace ParenPad ')' is preceded with whitespace. 163

org/woehlke/computer/kurzweil/application/ComputerKurzweilMenuBar.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 6
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 17
 Error
misc FinalParameters Parameter ctx should be final. 17
 Error
coding HiddenField 'ctx' hides a field. 17
 Error
sizes LineLength Line is longer than 80 characters (found 83). 22
 Error
sizes LineLength Line is longer than 80 characters (found 89). 24
 Error
sizes LineLength Line is longer than 80 characters (found 86). 29
 Error
sizes LineLength Line is longer than 80 characters (found 109). 38
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 38
 Error
sizes LineLength Line is longer than 80 characters (found 83). 39
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 39
 Error
sizes LineLength Line is longer than 80 characters (found 117). 40
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 40
 Error
sizes LineLength Line is longer than 80 characters (found 83). 41
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 41
 Error
sizes LineLength Line is longer than 80 characters (found 99). 42
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 42
 Error
sizes LineLength Line is longer than 80 characters (found 87). 44
 Error
sizes LineLength Line is longer than 80 characters (found 101). 45
 Error
sizes LineLength Line is longer than 80 characters (found 95). 50
 Error
sizes LineLength Line is longer than 80 characters (found 109). 51
 Error
sizes LineLength Line is longer than 80 characters (found 91). 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 85
 Error
javadoc JavadocVariable Missing a Javadoc comment. 89
 Error
javadoc JavadocVariable Missing a Javadoc comment. 90
 Error
javadoc JavadocVariable Missing a Javadoc comment. 92
 Error
javadoc JavadocVariable Missing a Javadoc comment. 93
 Error
javadoc JavadocVariable Missing a Javadoc comment. 94
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
javadoc JavadocVariable Missing a Javadoc comment. 100
 Error
javadoc JavadocVariable Missing a Javadoc comment. 101
 Error
javadoc JavadocVariable Missing a Javadoc comment. 102
 Error
javadoc JavadocVariable Missing a Javadoc comment. 104
 Error
javadoc JavadocVariable Missing a Javadoc comment. 105
 Error
javadoc JavadocVariable Missing a Javadoc comment. 106
 Error
javadoc JavadocVariable Missing a Javadoc comment. 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 108
 Error
javadoc JavadocVariable Missing a Javadoc comment. 110
 Error
javadoc JavadocVariable Missing a Javadoc comment. 111
 Error
javadoc JavadocVariable Missing a Javadoc comment. 112
 Error
javadoc JavadocVariable Missing a Javadoc comment. 114
 Error
javadoc JavadocVariable Missing a Javadoc comment. 115
 Error
javadoc JavadocVariable Missing a Javadoc comment. 117

org/woehlke/computer/kurzweil/application/ComputerKurzweilProperties.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 29
 Error
sizes LineLength Line is longer than 80 characters (found 99). 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 31
 Error
sizes LineLength Line is longer than 80 characters (found 81). 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 33
 Error
sizes LineLength Line is longer than 80 characters (found 84). 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 35
 Error
sizes LineLength Line is longer than 80 characters (found 99). 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 Error
javadoc JavadocVariable Missing a Javadoc comment. 62
 Error
javadoc JavadocVariable Missing a Javadoc comment. 63
 Error
javadoc JavadocVariable Missing a Javadoc comment. 64
 Error
javadoc JavadocVariable Missing a Javadoc comment. 65
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 67
 Error
javadoc JavadocVariable Missing a Javadoc comment. 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 69
 Error
javadoc JavadocVariable Missing a Javadoc comment. 70
 Error
javadoc JavadocVariable Missing a Javadoc comment. 78
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 78
 Error
javadoc JavadocVariable Missing a Javadoc comment. 79
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 79
 Error
javadoc JavadocVariable Missing a Javadoc comment. 84
 Error
javadoc JavadocVariable Missing a Javadoc comment. 85
 Error
javadoc JavadocVariable Missing a Javadoc comment. 86
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 88
 Error
javadoc JavadocVariable Missing a Javadoc comment. 89
 Error
javadoc JavadocVariable Missing a Javadoc comment. 90
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 104
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 104
 Error
javadoc JavadocVariable Missing a Javadoc comment. 105
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 105
 Error
javadoc JavadocVariable Missing a Javadoc comment. 106
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 106
 Error
javadoc JavadocVariable Missing a Javadoc comment. 107
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 108
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 108
 Error
sizes LineLength Line is longer than 80 characters (found 85). 109
 Error
javadoc JavadocVariable Missing a Javadoc comment. 109
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 109
 Error
javadoc JavadocVariable Missing a Javadoc comment. 114
 Error
javadoc JavadocVariable Missing a Javadoc comment. 115
 Error
javadoc JavadocVariable Missing a Javadoc comment. 121
 Error
javadoc JavadocVariable Missing a Javadoc comment. 122
 Error
javadoc JavadocVariable Missing a Javadoc comment. 123
 Error
javadoc JavadocVariable Missing a Javadoc comment. 129
 Error
javadoc JavadocVariable Missing a Javadoc comment. 130
 Error
javadoc JavadocVariable Missing a Javadoc comment. 131
 Error
javadoc JavadocVariable Missing a Javadoc comment. 132
 Error
javadoc JavadocVariable Missing a Javadoc comment. 133
 Error
javadoc JavadocVariable Missing a Javadoc comment. 134
 Error
javadoc JavadocVariable Missing a Javadoc comment. 135
 Error
javadoc JavadocVariable Missing a Javadoc comment. 136
 Error
javadoc JavadocVariable Missing a Javadoc comment. 142
 Error
javadoc JavadocVariable Missing a Javadoc comment. 143
 Error
javadoc JavadocVariable Missing a Javadoc comment. 144
 Error
javadoc JavadocVariable Missing a Javadoc comment. 145
 Error
javadoc JavadocVariable Missing a Javadoc comment. 146
 Error
javadoc JavadocVariable Missing a Javadoc comment. 147
 Error
javadoc JavadocVariable Missing a Javadoc comment. 148
 Error
javadoc JavadocVariable Missing a Javadoc comment. 149
 Error
javadoc JavadocVariable Missing a Javadoc comment. 150
 Error
javadoc JavadocVariable Missing a Javadoc comment. 151
 Error
javadoc JavadocVariable Missing a Javadoc comment. 152
 Error
javadoc JavadocVariable Missing a Javadoc comment. 158
 Error
javadoc JavadocVariable Missing a Javadoc comment. 159
 Error
javadoc JavadocVariable Missing a Javadoc comment. 160
 Error
javadoc JavadocVariable Missing a Javadoc comment. 161
 Error
javadoc JavadocVariable Missing a Javadoc comment. 162
 Error
javadoc JavadocVariable Missing a Javadoc comment. 163
 Error
javadoc JavadocVariable Missing a Javadoc comment. 164
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 171
 Error
javadoc JavadocVariable Missing a Javadoc comment. 172
 Error
sizes LineLength Line is longer than 80 characters (found 85). 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 174
 Error
sizes LineLength Line is longer than 80 characters (found 81). 175
 Error
javadoc JavadocVariable Missing a Javadoc comment. 175
 Error
sizes LineLength Line is longer than 80 characters (found 88). 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 184
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 184
 Error
javadoc JavadocVariable Missing a Javadoc comment. 185
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 185
 Error
javadoc JavadocVariable Missing a Javadoc comment. 191
 Error
javadoc JavadocVariable Missing a Javadoc comment. 192
 Error
sizes LineLength Line is longer than 80 characters (found 89). 194
 Error
javadoc JavadocVariable Missing a Javadoc comment. 194
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 194
 Error
javadoc JavadocVariable Missing a Javadoc comment. 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 200
 Error
javadoc JavadocVariable Missing a Javadoc comment. 201
 Error
javadoc JavadocVariable Missing a Javadoc comment. 202
 Error
javadoc JavadocVariable Missing a Javadoc comment. 209
 Error
javadoc JavadocVariable Missing a Javadoc comment. 217
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 217
 Error
javadoc JavadocVariable Missing a Javadoc comment. 218
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 218
 Error
javadoc JavadocVariable Missing a Javadoc comment. 224
 Error
javadoc JavadocVariable Missing a Javadoc comment. 225
 Error
javadoc JavadocVariable Missing a Javadoc comment. 231
 Error
javadoc JavadocVariable Missing a Javadoc comment. 239
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 239
 Error
javadoc JavadocVariable Missing a Javadoc comment. 240
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 240
 Error
javadoc JavadocVariable Missing a Javadoc comment. 245
 Error
javadoc JavadocVariable Missing a Javadoc comment. 246
 Error
javadoc JavadocVariable Missing a Javadoc comment. 252
 Error
javadoc JavadocVariable Missing a Javadoc comment. 253
 Error
javadoc JavadocVariable Missing a Javadoc comment. 260
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 260
 Error
javadoc JavadocVariable Missing a Javadoc comment. 261
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 261
 Error
javadoc JavadocVariable Missing a Javadoc comment. 266
 Error
javadoc JavadocVariable Missing a Javadoc comment. 267
 Error
sizes LineLength Line is longer than 80 characters (found 89). 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 269
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 274
 Error
javadoc JavadocVariable Missing a Javadoc comment. 275
 Error
javadoc JavadocVariable Missing a Javadoc comment. 276
 Error
javadoc JavadocVariable Missing a Javadoc comment. 277
 Error
javadoc JavadocVariable Missing a Javadoc comment. 284
 Error
javadoc JavadocVariable Missing a Javadoc comment. 285
 Error
javadoc JavadocVariable Missing a Javadoc comment. 292
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 292
 Error
javadoc JavadocVariable Missing a Javadoc comment. 293
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 293
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
sizes LineLength Line is longer than 80 characters (found 89). 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 301
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 306
 Error
javadoc JavadocVariable Missing a Javadoc comment. 307
 Error
javadoc JavadocVariable Missing a Javadoc comment. 308
 Error
javadoc JavadocVariable Missing a Javadoc comment. 309
 Error
javadoc JavadocVariable Missing a Javadoc comment. 316
 Error
javadoc JavadocVariable Missing a Javadoc comment. 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 325
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 325
 Error
javadoc JavadocVariable Missing a Javadoc comment. 330
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
sizes LineLength Line is longer than 80 characters (found 89). 333
 Error
javadoc JavadocVariable Missing a Javadoc comment. 333
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 333
 Error
javadoc JavadocVariable Missing a Javadoc comment. 338
 Error
javadoc JavadocVariable Missing a Javadoc comment. 339
 Error
javadoc JavadocVariable Missing a Javadoc comment. 340
 Error
javadoc JavadocVariable Missing a Javadoc comment. 341
 Error
javadoc JavadocVariable Missing a Javadoc comment. 348
 Error
javadoc JavadocVariable Missing a Javadoc comment. 349
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 357
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 357
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 363
 Error
sizes LineLength Line is longer than 80 characters (found 89). 365
 Error
javadoc JavadocVariable Missing a Javadoc comment. 365
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 365
 Error
javadoc JavadocVariable Missing a Javadoc comment. 370
 Error
javadoc JavadocVariable Missing a Javadoc comment. 371
 Error
javadoc JavadocVariable Missing a Javadoc comment. 372
 Error
javadoc JavadocVariable Missing a Javadoc comment. 373
 Error
javadoc JavadocVariable Missing a Javadoc comment. 380
 Error
javadoc JavadocVariable Missing a Javadoc comment. 381
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 389
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 389
 Error
javadoc JavadocVariable Missing a Javadoc comment. 394
 Error
javadoc JavadocVariable Missing a Javadoc comment. 395
 Error
sizes LineLength Line is longer than 80 characters (found 89). 397
 Error
javadoc JavadocVariable Missing a Javadoc comment. 397
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 397
 Error
javadoc JavadocVariable Missing a Javadoc comment. 402
 Error
javadoc JavadocVariable Missing a Javadoc comment. 403
 Error
javadoc JavadocVariable Missing a Javadoc comment. 404
 Error
javadoc JavadocVariable Missing a Javadoc comment. 405
 Error
javadoc JavadocVariable Missing a Javadoc comment. 412
 Error
javadoc JavadocVariable Missing a Javadoc comment. 413
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 421
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 421
 Error
javadoc JavadocVariable Missing a Javadoc comment. 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 427
 Error
sizes LineLength Line is longer than 80 characters (found 89). 429
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 429
 Error
javadoc JavadocVariable Missing a Javadoc comment. 434
 Error
javadoc JavadocVariable Missing a Javadoc comment. 435
 Error
javadoc JavadocVariable Missing a Javadoc comment. 436
 Error
javadoc JavadocVariable Missing a Javadoc comment. 437
 Error
javadoc JavadocVariable Missing a Javadoc comment. 444
 Error
javadoc JavadocVariable Missing a Javadoc comment. 445
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 452
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 453
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 459
 Error
sizes LineLength Line is longer than 80 characters (found 138). 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 461
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 466
 Error
javadoc JavadocVariable Missing a Javadoc comment. 467
 Error
javadoc JavadocVariable Missing a Javadoc comment. 468
 Error
javadoc JavadocVariable Missing a Javadoc comment. 469
 Error
javadoc JavadocVariable Missing a Javadoc comment. 476
 Error
javadoc JavadocVariable Missing a Javadoc comment. 477
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 481
 Error
misc FinalParameters Parameter conf should be final. 481
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 481
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 483
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 483
 Error
sizes LineLength Line is longer than 80 characters (found 83). 488
 Error
sizes LineLength Line is longer than 80 characters (found 88). 498
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 498
 Error
misc FinalParameters Parameter conf should be final. 498
 Error
misc FinalParameters Parameter jar should be final. 498
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 498
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 500
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 500
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 501
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 501
 Error
sizes LineLength Line is longer than 80 characters (found 83). 508
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 518
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 518
 Error
misc FinalParameters Parameter tabType should be final. 518
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 518
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 519
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 549
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 549
 Error
misc FinalParameters Parameter tabType should be final. 549
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 549
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 550
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
imports UnusedImports Unused import - java.util.jar.JarEntry. 16
 Error
imports UnusedImports Unused import - java.util.jar.JarFile. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 53
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 57
 Error
javadoc JavadocVariable Missing a Javadoc comment. 58
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 61
 Error
javadoc JavadocVariable Missing a Javadoc comment. 62
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 65
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 69
 Error
javadoc JavadocVariable Missing a Javadoc comment. 70
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 77
 Error
javadoc JavadocVariable Missing a Javadoc comment. 78
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 81
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 90
 Error
javadoc JavadocVariable Missing a Javadoc comment. 91
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 94
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
javadoc JavadocVariable Missing a Javadoc comment. 103
 Error
javadoc JavadocVariable Missing a Javadoc comment. 112
 Error
javadoc JavadocVariable Missing a Javadoc comment. 116
 Error
javadoc JavadocVariable Missing a Javadoc comment. 120
 Error
javadoc JavadocVariable Missing a Javadoc comment. 124
 Error
javadoc JavadocVariable Missing a Javadoc comment. 128
 Error
javadoc JavadocVariable Missing a Javadoc comment. 132
 Error
javadoc JavadocVariable Missing a Javadoc comment. 136
 Error
javadoc JavadocVariable Missing a Javadoc comment. 140
 Error
javadoc JavadocVariable Missing a Javadoc comment. 144
 Error
javadoc JavadocVariable Missing a Javadoc comment. 148
 Error
javadoc JavadocVariable Missing a Javadoc comment. 159
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 162
 Error
javadoc JavadocVariable Missing a Javadoc comment. 163
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 171
 Error
javadoc JavadocVariable Missing a Javadoc comment. 175
 Error
javadoc JavadocVariable Missing a Javadoc comment. 179
 Error
javadoc JavadocVariable Missing a Javadoc comment. 183
 Error
javadoc JavadocVariable Missing a Javadoc comment. 187
 Error
javadoc JavadocVariable Missing a Javadoc comment. 191
 Error
javadoc JavadocVariable Missing a Javadoc comment. 195
 Error
javadoc JavadocVariable Missing a Javadoc comment. 204
 Error
javadoc JavadocVariable Missing a Javadoc comment. 215
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 218
 Error
javadoc JavadocVariable Missing a Javadoc comment. 219
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 222
 Error
javadoc JavadocVariable Missing a Javadoc comment. 223
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 226
 Error
javadoc JavadocVariable Missing a Javadoc comment. 227
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 230
 Error
javadoc JavadocVariable Missing a Javadoc comment. 231
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 234
 Error
javadoc JavadocVariable Missing a Javadoc comment. 235
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 238
 Error
javadoc JavadocVariable Missing a Javadoc comment. 243
 Error
javadoc JavadocVariable Missing a Javadoc comment. 247
 Error
javadoc JavadocVariable Missing a Javadoc comment. 256
 Error
javadoc JavadocVariable Missing a Javadoc comment. 260
 Error
javadoc JavadocVariable Missing a Javadoc comment. 264
 Error
javadoc JavadocVariable Missing a Javadoc comment. 273
 Error
javadoc JavadocVariable Missing a Javadoc comment. 277
 Error
javadoc JavadocVariable Missing a Javadoc comment. 281
 Error
javadoc JavadocVariable Missing a Javadoc comment. 285
 Error
javadoc JavadocVariable Missing a Javadoc comment. 289
 Error
javadoc JavadocVariable Missing a Javadoc comment. 293
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
javadoc JavadocVariable Missing a Javadoc comment. 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 310
 Error
javadoc JavadocVariable Missing a Javadoc comment. 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 318
 Error
javadoc JavadocVariable Missing a Javadoc comment. 322
 Error
javadoc JavadocVariable Missing a Javadoc comment. 326
 Error
javadoc JavadocVariable Missing a Javadoc comment. 330
 Error
javadoc JavadocVariable Missing a Javadoc comment. 334
 Error
javadoc JavadocVariable Missing a Javadoc comment. 338
 Error
javadoc JavadocVariable Missing a Javadoc comment. 342
 Error
javadoc JavadocVariable Missing a Javadoc comment. 346
 Error
javadoc JavadocVariable Missing a Javadoc comment. 355
 Error
javadoc JavadocVariable Missing a Javadoc comment. 359
 Error
javadoc JavadocVariable Missing a Javadoc comment. 363
 Error
javadoc JavadocVariable Missing a Javadoc comment. 367
 Error
javadoc JavadocVariable Missing a Javadoc comment. 371
 Error
javadoc JavadocVariable Missing a Javadoc comment. 375
 Error
javadoc JavadocVariable Missing a Javadoc comment. 379
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 392
 Error
javadoc JavadocVariable Missing a Javadoc comment. 396
 Error
javadoc JavadocVariable Missing a Javadoc comment. 400
 Error
javadoc JavadocVariable Missing a Javadoc comment. 404
 Error
javadoc JavadocVariable Missing a Javadoc comment. 408
 Error
javadoc JavadocVariable Missing a Javadoc comment. 412
 Error
javadoc JavadocVariable Missing a Javadoc comment. 423
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 427
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 430
 Error
javadoc JavadocVariable Missing a Javadoc comment. 436
 Error
javadoc JavadocVariable Missing a Javadoc comment. 440
 Error
javadoc JavadocVariable Missing a Javadoc comment. 445
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 448
 Error
javadoc JavadocVariable Missing a Javadoc comment. 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 457
 Error
javadoc JavadocVariable Missing a Javadoc comment. 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 465
 Error
javadoc JavadocVariable Missing a Javadoc comment. 475
 Error
javadoc JavadocVariable Missing a Javadoc comment. 486
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 489
 Error
javadoc JavadocVariable Missing a Javadoc comment. 490
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 493
 Error
javadoc JavadocVariable Missing a Javadoc comment. 499
 Error
javadoc JavadocVariable Missing a Javadoc comment. 503
 Error
javadoc JavadocVariable Missing a Javadoc comment. 512
 Error
javadoc JavadocVariable Missing a Javadoc comment. 523
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 526
 Error
javadoc JavadocVariable Missing a Javadoc comment. 527
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 530
 Error
javadoc JavadocVariable Missing a Javadoc comment. 535
 Error
javadoc JavadocVariable Missing a Javadoc comment. 539
 Error
javadoc JavadocVariable Missing a Javadoc comment. 548
 Error
javadoc JavadocVariable Missing a Javadoc comment. 552
 Error
javadoc JavadocVariable Missing a Javadoc comment. 562
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 565
 Error
javadoc JavadocVariable Missing a Javadoc comment. 566
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 569
 Error
javadoc JavadocVariable Missing a Javadoc comment. 574
 Error
javadoc JavadocVariable Missing a Javadoc comment. 578
 Error
javadoc JavadocVariable Missing a Javadoc comment. 583
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 586
 Error
javadoc JavadocVariable Missing a Javadoc comment. 591
 Error
javadoc JavadocVariable Missing a Javadoc comment. 595
 Error
javadoc JavadocVariable Missing a Javadoc comment. 599
 Error
javadoc JavadocVariable Missing a Javadoc comment. 603
 Error
javadoc JavadocVariable Missing a Javadoc comment. 613
 Error
javadoc JavadocVariable Missing a Javadoc comment. 617
 Error
javadoc JavadocVariable Missing a Javadoc comment. 627
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 630
 Error
javadoc JavadocVariable Missing a Javadoc comment. 631
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 634
 Error
javadoc JavadocVariable Missing a Javadoc comment. 639
 Error
javadoc JavadocVariable Missing a Javadoc comment. 643
 Error
javadoc JavadocVariable Missing a Javadoc comment. 648
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 651
 Error
javadoc JavadocVariable Missing a Javadoc comment. 656
 Error
javadoc JavadocVariable Missing a Javadoc comment. 660
 Error
javadoc JavadocVariable Missing a Javadoc comment. 664
 Error
javadoc JavadocVariable Missing a Javadoc comment. 668
 Error
javadoc JavadocVariable Missing a Javadoc comment. 678
 Error
javadoc JavadocVariable Missing a Javadoc comment. 682
 Error
javadoc JavadocVariable Missing a Javadoc comment. 692
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 695
 Error
javadoc JavadocVariable Missing a Javadoc comment. 696
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 699
 Error
javadoc JavadocVariable Missing a Javadoc comment. 704
 Error
javadoc JavadocVariable Missing a Javadoc comment. 708
 Error
javadoc JavadocVariable Missing a Javadoc comment. 713
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 716
 Error
javadoc JavadocVariable Missing a Javadoc comment. 721
 Error
javadoc JavadocVariable Missing a Javadoc comment. 725
 Error
javadoc JavadocVariable Missing a Javadoc comment. 729
 Error
javadoc JavadocVariable Missing a Javadoc comment. 733
 Error
javadoc JavadocVariable Missing a Javadoc comment. 743
 Error
javadoc JavadocVariable Missing a Javadoc comment. 747
 Error
javadoc JavadocVariable Missing a Javadoc comment. 757
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 760
 Error
javadoc JavadocVariable Missing a Javadoc comment. 761
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 764
 Error
javadoc JavadocVariable Missing a Javadoc comment. 769
 Error
javadoc JavadocVariable Missing a Javadoc comment. 773
 Error
javadoc JavadocVariable Missing a Javadoc comment. 778
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 781
 Error
javadoc JavadocVariable Missing a Javadoc comment. 786
 Error
javadoc JavadocVariable Missing a Javadoc comment. 790
 Error
javadoc JavadocVariable Missing a Javadoc comment. 794
 Error
javadoc JavadocVariable Missing a Javadoc comment. 798
 Error
javadoc JavadocVariable Missing a Javadoc comment. 808
 Error
javadoc JavadocVariable Missing a Javadoc comment. 812
 Error
javadoc JavadocVariable Missing a Javadoc comment. 822
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 825
 Error
javadoc JavadocVariable Missing a Javadoc comment. 826
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 829
 Error
javadoc JavadocVariable Missing a Javadoc comment. 834
 Error
javadoc JavadocVariable Missing a Javadoc comment. 838
 Error
javadoc JavadocVariable Missing a Javadoc comment. 843
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 846
 Error
javadoc JavadocVariable Missing a Javadoc comment. 851
 Error
javadoc JavadocVariable Missing a Javadoc comment. 855
 Error
javadoc JavadocVariable Missing a Javadoc comment. 859
 Error
javadoc JavadocVariable Missing a Javadoc comment. 863
 Error
javadoc JavadocVariable Missing a Javadoc comment. 873
 Error
javadoc JavadocVariable Missing a Javadoc comment. 877
 Error
javadoc JavadocVariable Missing a Javadoc comment. 887
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 890
 Error
javadoc JavadocVariable Missing a Javadoc comment. 891
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 894
 Error
javadoc JavadocVariable Missing a Javadoc comment. 899
 Error
javadoc JavadocVariable Missing a Javadoc comment. 903
 Error
javadoc JavadocVariable Missing a Javadoc comment. 908
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 911
 Error
javadoc JavadocVariable Missing a Javadoc comment. 916
 Error
javadoc JavadocVariable Missing a Javadoc comment. 920
 Error
javadoc JavadocVariable Missing a Javadoc comment. 924
 Error
javadoc JavadocVariable Missing a Javadoc comment. 928
 Error
javadoc JavadocVariable Missing a Javadoc comment. 938
 Error
javadoc JavadocVariable Missing a Javadoc comment. 942
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 950
 Error
javadoc JavadocVariable Missing a Javadoc comment. 952
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 955
 Error
javadoc JavadocVariable Missing a Javadoc comment. 956
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 959
 Error
javadoc JavadocVariable Missing a Javadoc comment. 964
 Error
javadoc JavadocVariable Missing a Javadoc comment. 968
 Error
javadoc JavadocVariable Missing a Javadoc comment. 973
 Error
sizes LineLength Line is longer than 80 characters (found 115). 976
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 976
 Error
javadoc JavadocVariable Missing a Javadoc comment. 981
 Error
javadoc JavadocVariable Missing a Javadoc comment. 985
 Error
javadoc JavadocVariable Missing a Javadoc comment. 989
 Error
javadoc JavadocVariable Missing a Javadoc comment. 993
 Error
javadoc JavadocVariable Missing a Javadoc comment. 1003
 Error
javadoc JavadocVariable Missing a Javadoc comment. 1007
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 1014
 Error
misc FinalParameters Parameter conf should be final. 1014
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1014
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 1016
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 1016
 Error
sizes LineLength Line is longer than 80 characters (found 83). 1021
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 1031
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 1031
 Error
misc FinalParameters Parameter tabType should be final. 1031
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1031
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1032
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 1062
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 1062
 Error
misc FinalParameters Parameter tabType should be final. 1062
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1062
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1063
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 31
 Error
sizes LineLength Line is longer than 80 characters (found 99). 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 33
 Error
sizes LineLength Line is longer than 80 characters (found 81). 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 35
 Error
sizes LineLength Line is longer than 80 characters (found 84). 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 37
 Error
sizes LineLength Line is longer than 80 characters (found 99). 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
javadoc JavadocVariable Missing a Javadoc comment. 61
 Error
javadoc JavadocVariable Missing a Javadoc comment. 62
 Error
javadoc JavadocVariable Missing a Javadoc comment. 63
 Error
javadoc JavadocVariable Missing a Javadoc comment. 64
 Error
javadoc JavadocVariable Missing a Javadoc comment. 65
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 67
 Error
javadoc JavadocVariable Missing a Javadoc comment. 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 69
 Error
javadoc JavadocVariable Missing a Javadoc comment. 70
 Error
javadoc JavadocVariable Missing a Javadoc comment. 78
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 78
 Error
javadoc JavadocVariable Missing a Javadoc comment. 79
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 79
 Error
javadoc JavadocVariable Missing a Javadoc comment. 84
 Error
javadoc JavadocVariable Missing a Javadoc comment. 85
 Error
javadoc JavadocVariable Missing a Javadoc comment. 86
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 88
 Error
javadoc JavadocVariable Missing a Javadoc comment. 89
 Error
javadoc JavadocVariable Missing a Javadoc comment. 90
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 104
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 104
 Error
javadoc JavadocVariable Missing a Javadoc comment. 105
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 105
 Error
javadoc JavadocVariable Missing a Javadoc comment. 106
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 106
 Error
javadoc JavadocVariable Missing a Javadoc comment. 107
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 108
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 108
 Error
sizes LineLength Line is longer than 80 characters (found 85). 109
 Error
javadoc JavadocVariable Missing a Javadoc comment. 109
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 109
 Error
javadoc JavadocVariable Missing a Javadoc comment. 114
 Error
javadoc JavadocVariable Missing a Javadoc comment. 115
 Error
javadoc JavadocVariable Missing a Javadoc comment. 121
 Error
javadoc JavadocVariable Missing a Javadoc comment. 122
 Error
javadoc JavadocVariable Missing a Javadoc comment. 123
 Error
javadoc JavadocVariable Missing a Javadoc comment. 129
 Error
javadoc JavadocVariable Missing a Javadoc comment. 130
 Error
javadoc JavadocVariable Missing a Javadoc comment. 131
 Error
javadoc JavadocVariable Missing a Javadoc comment. 132
 Error
javadoc JavadocVariable Missing a Javadoc comment. 133
 Error
javadoc JavadocVariable Missing a Javadoc comment. 134
 Error
javadoc JavadocVariable Missing a Javadoc comment. 135
 Error
javadoc JavadocVariable Missing a Javadoc comment. 136
 Error
javadoc JavadocVariable Missing a Javadoc comment. 142
 Error
javadoc JavadocVariable Missing a Javadoc comment. 143
 Error
javadoc JavadocVariable Missing a Javadoc comment. 144
 Error
javadoc JavadocVariable Missing a Javadoc comment. 145
 Error
javadoc JavadocVariable Missing a Javadoc comment. 146
 Error
javadoc JavadocVariable Missing a Javadoc comment. 147
 Error
javadoc JavadocVariable Missing a Javadoc comment. 148
 Error
javadoc JavadocVariable Missing a Javadoc comment. 149
 Error
javadoc JavadocVariable Missing a Javadoc comment. 150
 Error
javadoc JavadocVariable Missing a Javadoc comment. 151
 Error
javadoc JavadocVariable Missing a Javadoc comment. 152
 Error
javadoc JavadocVariable Missing a Javadoc comment. 158
 Error
javadoc JavadocVariable Missing a Javadoc comment. 159
 Error
javadoc JavadocVariable Missing a Javadoc comment. 160
 Error
javadoc JavadocVariable Missing a Javadoc comment. 161
 Error
javadoc JavadocVariable Missing a Javadoc comment. 162
 Error
javadoc JavadocVariable Missing a Javadoc comment. 163
 Error
javadoc JavadocVariable Missing a Javadoc comment. 164
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 171
 Error
javadoc JavadocVariable Missing a Javadoc comment. 172
 Error
sizes LineLength Line is longer than 80 characters (found 85). 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 174
 Error
sizes LineLength Line is longer than 80 characters (found 81). 175
 Error
javadoc JavadocVariable Missing a Javadoc comment. 175
 Error
sizes LineLength Line is longer than 80 characters (found 88). 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 184
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 184
 Error
javadoc JavadocVariable Missing a Javadoc comment. 185
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 185
 Error
javadoc JavadocVariable Missing a Javadoc comment. 191
 Error
javadoc JavadocVariable Missing a Javadoc comment. 192
 Error
sizes LineLength Line is longer than 80 characters (found 89). 194
 Error
javadoc JavadocVariable Missing a Javadoc comment. 194
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 194
 Error
javadoc JavadocVariable Missing a Javadoc comment. 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 200
 Error
javadoc JavadocVariable Missing a Javadoc comment. 201
 Error
javadoc JavadocVariable Missing a Javadoc comment. 202
 Error
javadoc JavadocVariable Missing a Javadoc comment. 209
 Error
javadoc JavadocVariable Missing a Javadoc comment. 217
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 217
 Error
javadoc JavadocVariable Missing a Javadoc comment. 218
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 218
 Error
javadoc JavadocVariable Missing a Javadoc comment. 224
 Error
javadoc JavadocVariable Missing a Javadoc comment. 225
 Error
javadoc JavadocVariable Missing a Javadoc comment. 231
 Error
javadoc JavadocVariable Missing a Javadoc comment. 239
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 239
 Error
javadoc JavadocVariable Missing a Javadoc comment. 240
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 240
 Error
javadoc JavadocVariable Missing a Javadoc comment. 245
 Error
javadoc JavadocVariable Missing a Javadoc comment. 246
 Error
javadoc JavadocVariable Missing a Javadoc comment. 252
 Error
javadoc JavadocVariable Missing a Javadoc comment. 253
 Error
javadoc JavadocVariable Missing a Javadoc comment. 260
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 260
 Error
javadoc JavadocVariable Missing a Javadoc comment. 261
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 261
 Error
javadoc JavadocVariable Missing a Javadoc comment. 266
 Error
javadoc JavadocVariable Missing a Javadoc comment. 267
 Error
sizes LineLength Line is longer than 80 characters (found 89). 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 269
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 274
 Error
javadoc JavadocVariable Missing a Javadoc comment. 275
 Error
javadoc JavadocVariable Missing a Javadoc comment. 276
 Error
javadoc JavadocVariable Missing a Javadoc comment. 277
 Error
javadoc JavadocVariable Missing a Javadoc comment. 284
 Error
javadoc JavadocVariable Missing a Javadoc comment. 285
 Error
javadoc JavadocVariable Missing a Javadoc comment. 292
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 292
 Error
javadoc JavadocVariable Missing a Javadoc comment. 293
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 293
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
sizes LineLength Line is longer than 80 characters (found 89). 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 301
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 306
 Error
javadoc JavadocVariable Missing a Javadoc comment. 307
 Error
javadoc JavadocVariable Missing a Javadoc comment. 308
 Error
javadoc JavadocVariable Missing a Javadoc comment. 309
 Error
javadoc JavadocVariable Missing a Javadoc comment. 316
 Error
javadoc JavadocVariable Missing a Javadoc comment. 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 325
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 325
 Error
javadoc JavadocVariable Missing a Javadoc comment. 330
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
sizes LineLength Line is longer than 80 characters (found 89). 333
 Error
javadoc JavadocVariable Missing a Javadoc comment. 333
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 333
 Error
javadoc JavadocVariable Missing a Javadoc comment. 338
 Error
javadoc JavadocVariable Missing a Javadoc comment. 339
 Error
javadoc JavadocVariable Missing a Javadoc comment. 340
 Error
javadoc JavadocVariable Missing a Javadoc comment. 341
 Error
javadoc JavadocVariable Missing a Javadoc comment. 348
 Error
javadoc JavadocVariable Missing a Javadoc comment. 349
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 357
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 357
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 363
 Error
sizes LineLength Line is longer than 80 characters (found 89). 365
 Error
javadoc JavadocVariable Missing a Javadoc comment. 365
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 365
 Error
javadoc JavadocVariable Missing a Javadoc comment. 370
 Error
javadoc JavadocVariable Missing a Javadoc comment. 371
 Error
javadoc JavadocVariable Missing a Javadoc comment. 372
 Error
javadoc JavadocVariable Missing a Javadoc comment. 373
 Error
javadoc JavadocVariable Missing a Javadoc comment. 380
 Error
javadoc JavadocVariable Missing a Javadoc comment. 381
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 389
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 389
 Error
javadoc JavadocVariable Missing a Javadoc comment. 394
 Error
javadoc JavadocVariable Missing a Javadoc comment. 395
 Error
sizes LineLength Line is longer than 80 characters (found 89). 397
 Error
javadoc JavadocVariable Missing a Javadoc comment. 397
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 397
 Error
javadoc JavadocVariable Missing a Javadoc comment. 402
 Error
javadoc JavadocVariable Missing a Javadoc comment. 403
 Error
javadoc JavadocVariable Missing a Javadoc comment. 404
 Error
javadoc JavadocVariable Missing a Javadoc comment. 405
 Error
javadoc JavadocVariable Missing a Javadoc comment. 412
 Error
javadoc JavadocVariable Missing a Javadoc comment. 413
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 421
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 421
 Error
javadoc JavadocVariable Missing a Javadoc comment. 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 427
 Error
sizes LineLength Line is longer than 80 characters (found 89). 429
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 429
 Error
javadoc JavadocVariable Missing a Javadoc comment. 434
 Error
javadoc JavadocVariable Missing a Javadoc comment. 435
 Error
javadoc JavadocVariable Missing a Javadoc comment. 436
 Error
javadoc JavadocVariable Missing a Javadoc comment. 437
 Error
javadoc JavadocVariable Missing a Javadoc comment. 444
 Error
javadoc JavadocVariable Missing a Javadoc comment. 445
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 452
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 453
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 459
 Error
sizes LineLength Line is longer than 80 characters (found 138). 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 461
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 466
 Error
javadoc JavadocVariable Missing a Javadoc comment. 467
 Error
javadoc JavadocVariable Missing a Javadoc comment. 468
 Error
javadoc JavadocVariable Missing a Javadoc comment. 469
 Error
javadoc JavadocVariable Missing a Javadoc comment. 476
 Error
javadoc JavadocVariable Missing a Javadoc comment. 477
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 481
 Error
misc FinalParameters Parameter conf should be final. 481
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 481
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 483
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 483
 Error
sizes LineLength Line is longer than 80 characters (found 83). 488
 Error
sizes LineLength Line is longer than 80 characters (found 88). 498
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 498
 Error
misc FinalParameters Parameter conf should be final. 498
 Error
misc FinalParameters Parameter jar should be final. 498
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 498
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 500
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 500
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 501
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 501
 Error
sizes LineLength Line is longer than 80 characters (found 83). 508
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 518
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 518
 Error
misc FinalParameters Parameter tabType should be final. 518
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 518
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 519
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 549
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 549
 Error
misc FinalParameters Parameter tabType should be final. 549
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 549
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 550
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 31
 Error
sizes LineLength Line is longer than 80 characters (found 99). 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 33
 Error
sizes LineLength Line is longer than 80 characters (found 81). 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 35
 Error
sizes LineLength Line is longer than 80 characters (found 84). 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 37
 Error
sizes LineLength Line is longer than 80 characters (found 99). 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
javadoc JavadocVariable Missing a Javadoc comment. 61
 Error
javadoc JavadocVariable Missing a Javadoc comment. 62
 Error
javadoc JavadocVariable Missing a Javadoc comment. 63
 Error
javadoc JavadocVariable Missing a Javadoc comment. 64
 Error
javadoc JavadocVariable Missing a Javadoc comment. 65
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 67
 Error
javadoc JavadocVariable Missing a Javadoc comment. 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 69
 Error
javadoc JavadocVariable Missing a Javadoc comment. 70
 Error
javadoc JavadocVariable Missing a Javadoc comment. 78
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 78
 Error
javadoc JavadocVariable Missing a Javadoc comment. 79
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 79
 Error
javadoc JavadocVariable Missing a Javadoc comment. 84
 Error
javadoc JavadocVariable Missing a Javadoc comment. 85
 Error
javadoc JavadocVariable Missing a Javadoc comment. 86
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 88
 Error
javadoc JavadocVariable Missing a Javadoc comment. 89
 Error
javadoc JavadocVariable Missing a Javadoc comment. 90
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 104
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 104
 Error
javadoc JavadocVariable Missing a Javadoc comment. 105
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 105
 Error
javadoc JavadocVariable Missing a Javadoc comment. 110
 Error
javadoc JavadocVariable Missing a Javadoc comment. 111
 Error
javadoc JavadocVariable Missing a Javadoc comment. 112
 Error
javadoc JavadocVariable Missing a Javadoc comment. 113
 Error
javadoc JavadocVariable Missing a Javadoc comment. 114
 Error
javadoc JavadocVariable Missing a Javadoc comment. 115
 Error
javadoc JavadocVariable Missing a Javadoc comment. 116
 Error
javadoc JavadocVariable Missing a Javadoc comment. 122
 Error
javadoc JavadocVariable Missing a Javadoc comment. 130
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 130
 Error
javadoc JavadocVariable Missing a Javadoc comment. 131
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 131
 Error
javadoc JavadocVariable Missing a Javadoc comment. 132
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 132
 Error
javadoc JavadocVariable Missing a Javadoc comment. 133
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 133
 Error
javadoc JavadocVariable Missing a Javadoc comment. 134
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 134
 Error
sizes LineLength Line is longer than 80 characters (found 85). 135
 Error
javadoc JavadocVariable Missing a Javadoc comment. 135
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 135
 Error
javadoc JavadocVariable Missing a Javadoc comment. 140
 Error
javadoc JavadocVariable Missing a Javadoc comment. 141
 Error
javadoc JavadocVariable Missing a Javadoc comment. 147
 Error
javadoc JavadocVariable Missing a Javadoc comment. 148
 Error
javadoc JavadocVariable Missing a Javadoc comment. 149
 Error
javadoc JavadocVariable Missing a Javadoc comment. 155
 Error
javadoc JavadocVariable Missing a Javadoc comment. 156
 Error
javadoc JavadocVariable Missing a Javadoc comment. 157
 Error
javadoc JavadocVariable Missing a Javadoc comment. 158
 Error
javadoc JavadocVariable Missing a Javadoc comment. 159
 Error
javadoc JavadocVariable Missing a Javadoc comment. 160
 Error
javadoc JavadocVariable Missing a Javadoc comment. 161
 Error
javadoc JavadocVariable Missing a Javadoc comment. 162
 Error
javadoc JavadocVariable Missing a Javadoc comment. 168
 Error
javadoc JavadocVariable Missing a Javadoc comment. 169
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 171
 Error
javadoc JavadocVariable Missing a Javadoc comment. 172
 Error
javadoc JavadocVariable Missing a Javadoc comment. 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 174
 Error
javadoc JavadocVariable Missing a Javadoc comment. 175
 Error
javadoc JavadocVariable Missing a Javadoc comment. 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 177
 Error
javadoc JavadocVariable Missing a Javadoc comment. 178
 Error
javadoc JavadocVariable Missing a Javadoc comment. 184
 Error
javadoc JavadocVariable Missing a Javadoc comment. 185
 Error
javadoc JavadocVariable Missing a Javadoc comment. 186
 Error
javadoc JavadocVariable Missing a Javadoc comment. 187
 Error
javadoc JavadocVariable Missing a Javadoc comment. 188
 Error
javadoc JavadocVariable Missing a Javadoc comment. 189
 Error
javadoc JavadocVariable Missing a Javadoc comment. 190
 Error
javadoc JavadocVariable Missing a Javadoc comment. 196
 Error
javadoc JavadocVariable Missing a Javadoc comment. 197
 Error
javadoc JavadocVariable Missing a Javadoc comment. 198
 Error
sizes LineLength Line is longer than 80 characters (found 85). 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 200
 Error
sizes LineLength Line is longer than 80 characters (found 81). 201
 Error
javadoc JavadocVariable Missing a Javadoc comment. 201
 Error
sizes LineLength Line is longer than 80 characters (found 88). 202
 Error
javadoc JavadocVariable Missing a Javadoc comment. 202
 Error
javadoc JavadocVariable Missing a Javadoc comment. 210
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 210
 Error
javadoc JavadocVariable Missing a Javadoc comment. 211
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 211
 Error
javadoc JavadocVariable Missing a Javadoc comment. 217
 Error
javadoc JavadocVariable Missing a Javadoc comment. 218
 Error
sizes LineLength Line is longer than 80 characters (found 89). 220
 Error
javadoc JavadocVariable Missing a Javadoc comment. 220
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 220
 Error
javadoc JavadocVariable Missing a Javadoc comment. 225
 Error
javadoc JavadocVariable Missing a Javadoc comment. 226
 Error
javadoc JavadocVariable Missing a Javadoc comment. 227
 Error
javadoc JavadocVariable Missing a Javadoc comment. 228
 Error
javadoc JavadocVariable Missing a Javadoc comment. 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 243
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 243
 Error
javadoc JavadocVariable Missing a Javadoc comment. 244
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 244
 Error
javadoc JavadocVariable Missing a Javadoc comment. 250
 Error
javadoc JavadocVariable Missing a Javadoc comment. 251
 Error
javadoc JavadocVariable Missing a Javadoc comment. 257
 Error
javadoc JavadocVariable Missing a Javadoc comment. 265
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 265
 Error
javadoc JavadocVariable Missing a Javadoc comment. 266
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 266
 Error
javadoc JavadocVariable Missing a Javadoc comment. 271
 Error
javadoc JavadocVariable Missing a Javadoc comment. 272
 Error
javadoc JavadocVariable Missing a Javadoc comment. 278
 Error
javadoc JavadocVariable Missing a Javadoc comment. 279
 Error
javadoc JavadocVariable Missing a Javadoc comment. 286
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 286
 Error
javadoc JavadocVariable Missing a Javadoc comment. 287
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 287
 Error
javadoc JavadocVariable Missing a Javadoc comment. 292
 Error
javadoc JavadocVariable Missing a Javadoc comment. 293
 Error
sizes LineLength Line is longer than 80 characters (found 89). 295
 Error
javadoc JavadocVariable Missing a Javadoc comment. 295
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 295
 Error
javadoc JavadocVariable Missing a Javadoc comment. 300
 Error
javadoc JavadocVariable Missing a Javadoc comment. 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 302
 Error
javadoc JavadocVariable Missing a Javadoc comment. 303
 Error
javadoc JavadocVariable Missing a Javadoc comment. 310
 Error
javadoc JavadocVariable Missing a Javadoc comment. 311
 Error
javadoc JavadocVariable Missing a Javadoc comment. 318
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 318
 Error
javadoc JavadocVariable Missing a Javadoc comment. 319
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 319
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 325
 Error
sizes LineLength Line is longer than 80 characters (found 89). 327
 Error
javadoc JavadocVariable Missing a Javadoc comment. 327
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 327
 Error
javadoc JavadocVariable Missing a Javadoc comment. 332
 Error
javadoc JavadocVariable Missing a Javadoc comment. 333
 Error
javadoc JavadocVariable Missing a Javadoc comment. 334
 Error
javadoc JavadocVariable Missing a Javadoc comment. 335
 Error
javadoc JavadocVariable Missing a Javadoc comment. 342
 Error
javadoc JavadocVariable Missing a Javadoc comment. 343
 Error
javadoc JavadocVariable Missing a Javadoc comment. 350
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 350
 Error
javadoc JavadocVariable Missing a Javadoc comment. 351
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 351
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 357
 Error
sizes LineLength Line is longer than 80 characters (found 89). 359
 Error
javadoc JavadocVariable Missing a Javadoc comment. 359
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 359
 Error
javadoc JavadocVariable Missing a Javadoc comment. 364
 Error
javadoc JavadocVariable Missing a Javadoc comment. 365
 Error
javadoc JavadocVariable Missing a Javadoc comment. 366
 Error
javadoc JavadocVariable Missing a Javadoc comment. 367
 Error
javadoc JavadocVariable Missing a Javadoc comment. 374
 Error
javadoc JavadocVariable Missing a Javadoc comment. 375
 Error
javadoc JavadocVariable Missing a Javadoc comment. 382
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 382
 Error
javadoc JavadocVariable Missing a Javadoc comment. 383
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 383
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 389
 Error
sizes LineLength Line is longer than 80 characters (found 89). 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 391
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 396
 Error
javadoc JavadocVariable Missing a Javadoc comment. 397
 Error
javadoc JavadocVariable Missing a Javadoc comment. 398
 Error
javadoc JavadocVariable Missing a Javadoc comment. 399
 Error
javadoc JavadocVariable Missing a Javadoc comment. 406
 Error
javadoc JavadocVariable Missing a Javadoc comment. 407
 Error
javadoc JavadocVariable Missing a Javadoc comment. 414
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 414
 Error
javadoc JavadocVariable Missing a Javadoc comment. 415
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 415
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 421
 Error
sizes LineLength Line is longer than 80 characters (found 89). 423
 Error
javadoc JavadocVariable Missing a Javadoc comment. 423
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 423
 Error
javadoc JavadocVariable Missing a Javadoc comment. 428
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 Error
javadoc JavadocVariable Missing a Javadoc comment. 430
 Error
javadoc JavadocVariable Missing a Javadoc comment. 431
 Error
javadoc JavadocVariable Missing a Javadoc comment. 438
 Error
javadoc JavadocVariable Missing a Javadoc comment. 439
 Error
javadoc JavadocVariable Missing a Javadoc comment. 446
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 446
 Error
javadoc JavadocVariable Missing a Javadoc comment. 447
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 447
 Error
javadoc JavadocVariable Missing a Javadoc comment. 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 453
 Error
sizes LineLength Line is longer than 80 characters (found 89). 455
 Error
javadoc JavadocVariable Missing a Javadoc comment. 455
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 455
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 462
 Error
javadoc JavadocVariable Missing a Javadoc comment. 463
 Error
javadoc JavadocVariable Missing a Javadoc comment. 470
 Error
javadoc JavadocVariable Missing a Javadoc comment. 471
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 476
 Error
javadoc JavadocVariable Missing a Javadoc comment. 478
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 478
 Error
javadoc JavadocVariable Missing a Javadoc comment. 479
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 479
 Error
javadoc JavadocVariable Missing a Javadoc comment. 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 485
 Error
sizes LineLength Line is longer than 80 characters (found 138). 487
 Error
javadoc JavadocVariable Missing a Javadoc comment. 487
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 487
 Error
javadoc JavadocVariable Missing a Javadoc comment. 492
 Error
javadoc JavadocVariable Missing a Javadoc comment. 493
 Error
javadoc JavadocVariable Missing a Javadoc comment. 494
 Error
javadoc JavadocVariable Missing a Javadoc comment. 495
 Error
javadoc JavadocVariable Missing a Javadoc comment. 502
 Error
javadoc JavadocVariable Missing a Javadoc comment. 503
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 507
 Error
misc FinalParameters Parameter conf should be final. 507
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 507
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 509
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 509
 Error
sizes LineLength Line is longer than 80 characters (found 83). 514
 Error
sizes LineLength Line is longer than 80 characters (found 88). 524
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 524
 Error
misc FinalParameters Parameter conf should be final. 524
 Error
misc FinalParameters Parameter jar should be final. 524
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 524
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 526
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 526
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 527
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 527
 Error
sizes LineLength Line is longer than 80 characters (found 83). 534
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 544
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 544
 Error
misc FinalParameters Parameter tabType should be final. 544
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 544
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 545
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 575
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 575
 Error
misc FinalParameters Parameter tabType should be final. 575
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 575
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 576
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 31
 Error
sizes LineLength Line is longer than 80 characters (found 87). 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'mandelbrotZoom' must be private and have accessor methods. 32
 Error
sizes LineLength Line is longer than 80 characters (found 99). 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 34
 Error
sizes LineLength Line is longer than 80 characters (found 81). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 36
 Error
sizes LineLength Line is longer than 80 characters (found 84). 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 38
 Error
sizes LineLength Line is longer than 80 characters (found 99). 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter conf should be final. 45
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 47
 Error
sizes LineLength Line is longer than 80 characters (found 83). 52
 Error
sizes LineLength Line is longer than 80 characters (found 88). 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter conf should be final. 62
 Error
misc FinalParameters Parameter jar should be final. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 72
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter tabType should be final. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error
misc FinalParameters Parameter tabType should be final. 113
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 113
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 114
 Error
javadoc JavadocVariable Missing a Javadoc comment. 148
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 148
 Error
javadoc JavadocVariable Missing a Javadoc comment. 149
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 149
 Error
javadoc JavadocVariable Missing a Javadoc comment. 154
 Error
javadoc JavadocVariable Missing a Javadoc comment. 155
 Error
javadoc JavadocVariable Missing a Javadoc comment. 161
 Error
javadoc JavadocVariable Missing a Javadoc comment. 162
 Error
javadoc JavadocVariable Missing a Javadoc comment. 163
 Error
javadoc JavadocVariable Missing a Javadoc comment. 164
 Error
javadoc JavadocVariable Missing a Javadoc comment. 165
 Error
javadoc JavadocVariable Missing a Javadoc comment. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 168
 Error
javadoc JavadocVariable Missing a Javadoc comment. 169
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 178
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 178
 Error
javadoc JavadocVariable Missing a Javadoc comment. 179
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 179
 Error
javadoc JavadocVariable Missing a Javadoc comment. 184
 Error
javadoc JavadocVariable Missing a Javadoc comment. 185
 Error
javadoc JavadocVariable Missing a Javadoc comment. 186
 Error
javadoc JavadocVariable Missing a Javadoc comment. 187
 Error
javadoc JavadocVariable Missing a Javadoc comment. 188
 Error
javadoc JavadocVariable Missing a Javadoc comment. 189
 Error
javadoc JavadocVariable Missing a Javadoc comment. 190
 Error
javadoc JavadocVariable Missing a Javadoc comment. 196
 Error
javadoc JavadocVariable Missing a Javadoc comment. 204
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 204
 Error
javadoc JavadocVariable Missing a Javadoc comment. 205
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 205
 Error
javadoc JavadocVariable Missing a Javadoc comment. 210
 Error
javadoc JavadocVariable Missing a Javadoc comment. 211
 Error
javadoc JavadocVariable Missing a Javadoc comment. 212
 Error
javadoc JavadocVariable Missing a Javadoc comment. 213
 Error
javadoc JavadocVariable Missing a Javadoc comment. 214
 Error
javadoc JavadocVariable Missing a Javadoc comment. 215
 Error
javadoc JavadocVariable Missing a Javadoc comment. 216
 Error
javadoc JavadocVariable Missing a Javadoc comment. 222
 Error
javadoc JavadocVariable Missing a Javadoc comment. 230
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 230
 Error
javadoc JavadocVariable Missing a Javadoc comment. 231
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 231
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 233
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 233
 Error
javadoc JavadocVariable Missing a Javadoc comment. 234
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 234
 Error
sizes LineLength Line is longer than 80 characters (found 85). 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 235
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 240
 Error
javadoc JavadocVariable Missing a Javadoc comment. 241
 Error
javadoc JavadocVariable Missing a Javadoc comment. 247
 Error
javadoc JavadocVariable Missing a Javadoc comment. 248
 Error
javadoc JavadocVariable Missing a Javadoc comment. 249
 Error
javadoc JavadocVariable Missing a Javadoc comment. 255
 Error
javadoc JavadocVariable Missing a Javadoc comment. 256
 Error
javadoc JavadocVariable Missing a Javadoc comment. 257
 Error
javadoc JavadocVariable Missing a Javadoc comment. 258
 Error
javadoc JavadocVariable Missing a Javadoc comment. 259
 Error
javadoc JavadocVariable Missing a Javadoc comment. 260
 Error
javadoc JavadocVariable Missing a Javadoc comment. 261
 Error
javadoc JavadocVariable Missing a Javadoc comment. 262
 Error
javadoc JavadocVariable Missing a Javadoc comment. 268
 Error
javadoc JavadocVariable Missing a Javadoc comment. 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 270
 Error
javadoc JavadocVariable Missing a Javadoc comment. 271
 Error
javadoc JavadocVariable Missing a Javadoc comment. 272
 Error
javadoc JavadocVariable Missing a Javadoc comment. 273
 Error
javadoc JavadocVariable Missing a Javadoc comment. 274
 Error
javadoc JavadocVariable Missing a Javadoc comment. 275
 Error
javadoc JavadocVariable Missing a Javadoc comment. 276
 Error
javadoc JavadocVariable Missing a Javadoc comment. 277
 Error
javadoc JavadocVariable Missing a Javadoc comment. 278
 Error
javadoc JavadocVariable Missing a Javadoc comment. 284
 Error
javadoc JavadocVariable Missing a Javadoc comment. 285
 Error
javadoc JavadocVariable Missing a Javadoc comment. 286
 Error
javadoc JavadocVariable Missing a Javadoc comment. 287
 Error
javadoc JavadocVariable Missing a Javadoc comment. 288
 Error
javadoc JavadocVariable Missing a Javadoc comment. 289
 Error
javadoc JavadocVariable Missing a Javadoc comment. 290
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
sizes LineLength Line is longer than 80 characters (found 85). 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 300
 Error
sizes LineLength Line is longer than 80 characters (found 81). 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 301
 Error
sizes LineLength Line is longer than 80 characters (found 88). 302
 Error
javadoc JavadocVariable Missing a Javadoc comment. 302
 Error
javadoc JavadocVariable Missing a Javadoc comment. 310
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 310
 Error
javadoc JavadocVariable Missing a Javadoc comment. 311
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 311
 Error
sizes LineLength Line is longer than 80 characters (found 89). 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 317
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 318
 Error
javadoc JavadocVariable Missing a Javadoc comment. 319
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 325
 Error
javadoc JavadocVariable Missing a Javadoc comment. 326
 Error
javadoc JavadocVariable Missing a Javadoc comment. 327
 Error
javadoc JavadocVariable Missing a Javadoc comment. 334
 Error
javadoc JavadocVariable Missing a Javadoc comment. 342
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 342
 Error
javadoc JavadocVariable Missing a Javadoc comment. 343
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 343
 Error
javadoc JavadocVariable Missing a Javadoc comment. 349
 Error
javadoc JavadocVariable Missing a Javadoc comment. 350
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 364
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 364
 Error
javadoc JavadocVariable Missing a Javadoc comment. 365
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 365
 Error
javadoc JavadocVariable Missing a Javadoc comment. 370
 Error
javadoc JavadocVariable Missing a Javadoc comment. 371
 Error
javadoc JavadocVariable Missing a Javadoc comment. 377
 Error
javadoc JavadocVariable Missing a Javadoc comment. 378
 Error
javadoc JavadocVariable Missing a Javadoc comment. 385
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 385
 Error
javadoc JavadocVariable Missing a Javadoc comment. 386
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 386
 Error
sizes LineLength Line is longer than 80 characters (found 89). 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 391
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 392
 Error
javadoc JavadocVariable Missing a Javadoc comment. 393
 Error
javadoc JavadocVariable Missing a Javadoc comment. 398
 Error
javadoc JavadocVariable Missing a Javadoc comment. 399
 Error
javadoc JavadocVariable Missing a Javadoc comment. 400
 Error
javadoc JavadocVariable Missing a Javadoc comment. 401
 Error
javadoc JavadocVariable Missing a Javadoc comment. 408
 Error
javadoc JavadocVariable Missing a Javadoc comment. 409
 Error
javadoc JavadocVariable Missing a Javadoc comment. 416
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 416
 Error
javadoc JavadocVariable Missing a Javadoc comment. 417
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 417
 Error
sizes LineLength Line is longer than 80 characters (found 89). 422
 Error
javadoc JavadocVariable Missing a Javadoc comment. 422
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 422
 Error
javadoc JavadocVariable Missing a Javadoc comment. 423
 Error
javadoc JavadocVariable Missing a Javadoc comment. 424
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 Error
javadoc JavadocVariable Missing a Javadoc comment. 430
 Error
javadoc JavadocVariable Missing a Javadoc comment. 431
 Error
javadoc JavadocVariable Missing a Javadoc comment. 432
 Error
javadoc JavadocVariable Missing a Javadoc comment. 439
 Error
javadoc JavadocVariable Missing a Javadoc comment. 440
 Error
javadoc JavadocVariable Missing a Javadoc comment. 447
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 447
 Error
javadoc JavadocVariable Missing a Javadoc comment. 448
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 448
 Error
sizes LineLength Line is longer than 80 characters (found 89). 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 453
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 454
 Error
javadoc JavadocVariable Missing a Javadoc comment. 455
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 462
 Error
javadoc JavadocVariable Missing a Javadoc comment. 463
 Error
javadoc JavadocVariable Missing a Javadoc comment. 470
 Error
javadoc JavadocVariable Missing a Javadoc comment. 471
 Error
javadoc JavadocVariable Missing a Javadoc comment. 478
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 478
 Error
javadoc JavadocVariable Missing a Javadoc comment. 479
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 479
 Error
sizes LineLength Line is longer than 80 characters (found 89). 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 484
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 485
 Error
javadoc JavadocVariable Missing a Javadoc comment. 486
 Error
javadoc JavadocVariable Missing a Javadoc comment. 491
 Error
javadoc JavadocVariable Missing a Javadoc comment. 492
 Error
javadoc JavadocVariable Missing a Javadoc comment. 493
 Error
javadoc JavadocVariable Missing a Javadoc comment. 494
 Error
javadoc JavadocVariable Missing a Javadoc comment. 501
 Error
javadoc JavadocVariable Missing a Javadoc comment. 502
 Error
javadoc JavadocVariable Missing a Javadoc comment. 509
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 509
 Error
javadoc JavadocVariable Missing a Javadoc comment. 510
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 510
 Error
sizes LineLength Line is longer than 80 characters (found 89). 515
 Error
javadoc JavadocVariable Missing a Javadoc comment. 515
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 515
 Error
javadoc JavadocVariable Missing a Javadoc comment. 516
 Error
javadoc JavadocVariable Missing a Javadoc comment. 517
 Error
javadoc JavadocVariable Missing a Javadoc comment. 522
 Error
javadoc JavadocVariable Missing a Javadoc comment. 523
 Error
javadoc JavadocVariable Missing a Javadoc comment. 524
 Error
javadoc JavadocVariable Missing a Javadoc comment. 525
 Error
javadoc JavadocVariable Missing a Javadoc comment. 532
 Error
javadoc JavadocVariable Missing a Javadoc comment. 533
 Error
javadoc JavadocVariable Missing a Javadoc comment. 540
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 540
 Error
javadoc JavadocVariable Missing a Javadoc comment. 541
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 541
 Error
sizes LineLength Line is longer than 80 characters (found 89). 546
 Error
javadoc JavadocVariable Missing a Javadoc comment. 546
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 546
 Error
javadoc JavadocVariable Missing a Javadoc comment. 547
 Error
javadoc JavadocVariable Missing a Javadoc comment. 548
 Error
javadoc JavadocVariable Missing a Javadoc comment. 549
 Error
javadoc JavadocVariable Missing a Javadoc comment. 550
 Error
javadoc JavadocVariable Missing a Javadoc comment. 551
 Error
javadoc JavadocVariable Missing a Javadoc comment. 552
 Error
javadoc JavadocVariable Missing a Javadoc comment. 553
 Error
javadoc JavadocVariable Missing a Javadoc comment. 558
 Error
javadoc JavadocVariable Missing a Javadoc comment. 559
 Error
javadoc JavadocVariable Missing a Javadoc comment. 560
 Error
javadoc JavadocVariable Missing a Javadoc comment. 561
 Error
javadoc JavadocVariable Missing a Javadoc comment. 568
 Error
javadoc JavadocVariable Missing a Javadoc comment. 569
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 574
 Error
javadoc JavadocVariable Missing a Javadoc comment. 576
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 576
 Error
javadoc JavadocVariable Missing a Javadoc comment. 577
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 577
 Error
sizes LineLength Line is longer than 80 characters (found 138). 582
 Error
javadoc JavadocVariable Missing a Javadoc comment. 582
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 582
 Error
javadoc JavadocVariable Missing a Javadoc comment. 583
 Error
javadoc JavadocVariable Missing a Javadoc comment. 584
 Error
javadoc JavadocVariable Missing a Javadoc comment. 589
 Error
javadoc JavadocVariable Missing a Javadoc comment. 590
 Error
javadoc JavadocVariable Missing a Javadoc comment. 591
 Error
javadoc JavadocVariable Missing a Javadoc comment. 592
 Error
javadoc JavadocVariable Missing a Javadoc comment. 599
 Error
javadoc JavadocVariable Missing a Javadoc comment. 600
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 31
 Error
sizes LineLength Line is longer than 80 characters (found 87). 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'mandelbrotZoom' must be private and have accessor methods. 32
 Error
sizes LineLength Line is longer than 80 characters (found 99). 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 34
 Error
sizes LineLength Line is longer than 80 characters (found 81). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 36
 Error
sizes LineLength Line is longer than 80 characters (found 84). 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 38
 Error
sizes LineLength Line is longer than 80 characters (found 99). 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter conf should be final. 45
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 47
 Error
sizes LineLength Line is longer than 80 characters (found 83). 52
 Error
sizes LineLength Line is longer than 80 characters (found 88). 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter conf should be final. 62
 Error
misc FinalParameters Parameter jar should be final. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 72
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter tabType should be final. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error
misc FinalParameters Parameter tabType should be final. 113
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 113
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 114
 Error
javadoc JavadocVariable Missing a Javadoc comment. 148
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 148
 Error
javadoc JavadocVariable Missing a Javadoc comment. 149
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 149
 Error
javadoc JavadocVariable Missing a Javadoc comment. 154
 Error
javadoc JavadocVariable Missing a Javadoc comment. 155
 Error
javadoc JavadocVariable Missing a Javadoc comment. 161
 Error
javadoc JavadocVariable Missing a Javadoc comment. 162
 Error
javadoc JavadocVariable Missing a Javadoc comment. 163
 Error
javadoc JavadocVariable Missing a Javadoc comment. 164
 Error
javadoc JavadocVariable Missing a Javadoc comment. 165
 Error
javadoc JavadocVariable Missing a Javadoc comment. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 168
 Error
javadoc JavadocVariable Missing a Javadoc comment. 169
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 178
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 178
 Error
javadoc JavadocVariable Missing a Javadoc comment. 179
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 179
 Error
javadoc JavadocVariable Missing a Javadoc comment. 184
 Error
javadoc JavadocVariable Missing a Javadoc comment. 185
 Error
javadoc JavadocVariable Missing a Javadoc comment. 186
 Error
javadoc JavadocVariable Missing a Javadoc comment. 187
 Error
javadoc JavadocVariable Missing a Javadoc comment. 188
 Error
javadoc JavadocVariable Missing a Javadoc comment. 189
 Error
javadoc JavadocVariable Missing a Javadoc comment. 190
 Error
javadoc JavadocVariable Missing a Javadoc comment. 196
 Error
javadoc JavadocVariable Missing a Javadoc comment. 204
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 204
 Error
javadoc JavadocVariable Missing a Javadoc comment. 205
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 205
 Error
javadoc JavadocVariable Missing a Javadoc comment. 210
 Error
javadoc JavadocVariable Missing a Javadoc comment. 211
 Error
javadoc JavadocVariable Missing a Javadoc comment. 212
 Error
javadoc JavadocVariable Missing a Javadoc comment. 213
 Error
javadoc JavadocVariable Missing a Javadoc comment. 214
 Error
javadoc JavadocVariable Missing a Javadoc comment. 215
 Error
javadoc JavadocVariable Missing a Javadoc comment. 216
 Error
javadoc JavadocVariable Missing a Javadoc comment. 222
 Error
javadoc JavadocVariable Missing a Javadoc comment. 230
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 230
 Error
javadoc JavadocVariable Missing a Javadoc comment. 231
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 231
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 233
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 233
 Error
javadoc JavadocVariable Missing a Javadoc comment. 234
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 234
 Error
sizes LineLength Line is longer than 80 characters (found 85). 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 235
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 240
 Error
javadoc JavadocVariable Missing a Javadoc comment. 241
 Error
javadoc JavadocVariable Missing a Javadoc comment. 247
 Error
javadoc JavadocVariable Missing a Javadoc comment. 248
 Error
javadoc JavadocVariable Missing a Javadoc comment. 249
 Error
javadoc JavadocVariable Missing a Javadoc comment. 255
 Error
javadoc JavadocVariable Missing a Javadoc comment. 256
 Error
javadoc JavadocVariable Missing a Javadoc comment. 257
 Error
javadoc JavadocVariable Missing a Javadoc comment. 258
 Error
javadoc JavadocVariable Missing a Javadoc comment. 259
 Error
javadoc JavadocVariable Missing a Javadoc comment. 260
 Error
javadoc JavadocVariable Missing a Javadoc comment. 261
 Error
javadoc JavadocVariable Missing a Javadoc comment. 262
 Error
javadoc JavadocVariable Missing a Javadoc comment. 268
 Error
javadoc JavadocVariable Missing a Javadoc comment. 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 270
 Error
javadoc JavadocVariable Missing a Javadoc comment. 271
 Error
javadoc JavadocVariable Missing a Javadoc comment. 272
 Error
javadoc JavadocVariable Missing a Javadoc comment. 273
 Error
javadoc JavadocVariable Missing a Javadoc comment. 274
 Error
javadoc JavadocVariable Missing a Javadoc comment. 275
 Error
javadoc JavadocVariable Missing a Javadoc comment. 276
 Error
javadoc JavadocVariable Missing a Javadoc comment. 277
 Error
javadoc JavadocVariable Missing a Javadoc comment. 278
 Error
javadoc JavadocVariable Missing a Javadoc comment. 284
 Error
javadoc JavadocVariable Missing a Javadoc comment. 285
 Error
javadoc JavadocVariable Missing a Javadoc comment. 286
 Error
javadoc JavadocVariable Missing a Javadoc comment. 287
 Error
javadoc JavadocVariable Missing a Javadoc comment. 288
 Error
javadoc JavadocVariable Missing a Javadoc comment. 289
 Error
javadoc JavadocVariable Missing a Javadoc comment. 290
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
sizes LineLength Line is longer than 80 characters (found 85). 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 300
 Error
sizes LineLength Line is longer than 80 characters (found 81). 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 301
 Error
sizes LineLength Line is longer than 80 characters (found 88). 302
 Error
javadoc JavadocVariable Missing a Javadoc comment. 302
 Error
javadoc JavadocVariable Missing a Javadoc comment. 310
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 310
 Error
javadoc JavadocVariable Missing a Javadoc comment. 311
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 311
 Error
sizes LineLength Line is longer than 80 characters (found 89). 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 317
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 318
 Error
javadoc JavadocVariable Missing a Javadoc comment. 319
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 325
 Error
javadoc JavadocVariable Missing a Javadoc comment. 326
 Error
javadoc JavadocVariable Missing a Javadoc comment. 327
 Error
javadoc JavadocVariable Missing a Javadoc comment. 334
 Error
javadoc JavadocVariable Missing a Javadoc comment. 342
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 342
 Error
javadoc JavadocVariable Missing a Javadoc comment. 343
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 343
 Error
javadoc JavadocVariable Missing a Javadoc comment. 349
 Error
javadoc JavadocVariable Missing a Javadoc comment. 350
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 364
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 364
 Error
javadoc JavadocVariable Missing a Javadoc comment. 365
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 365
 Error
javadoc JavadocVariable Missing a Javadoc comment. 370
 Error
javadoc JavadocVariable Missing a Javadoc comment. 371
 Error
javadoc JavadocVariable Missing a Javadoc comment. 377
 Error
javadoc JavadocVariable Missing a Javadoc comment. 378
 Error
javadoc JavadocVariable Missing a Javadoc comment. 385
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 385
 Error
javadoc JavadocVariable Missing a Javadoc comment. 386
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 386
 Error
sizes LineLength Line is longer than 80 characters (found 89). 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 391
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 392
 Error
javadoc JavadocVariable Missing a Javadoc comment. 393
 Error
javadoc JavadocVariable Missing a Javadoc comment. 398
 Error
javadoc JavadocVariable Missing a Javadoc comment. 399
 Error
javadoc JavadocVariable Missing a Javadoc comment. 400
 Error
javadoc JavadocVariable Missing a Javadoc comment. 401
 Error
javadoc JavadocVariable Missing a Javadoc comment. 408
 Error
javadoc JavadocVariable Missing a Javadoc comment. 409
 Error
javadoc JavadocVariable Missing a Javadoc comment. 416
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 416
 Error
javadoc JavadocVariable Missing a Javadoc comment. 417
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 417
 Error
sizes LineLength Line is longer than 80 characters (found 89). 422
 Error
javadoc JavadocVariable Missing a Javadoc comment. 422
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 422
 Error
javadoc JavadocVariable Missing a Javadoc comment. 423
 Error
javadoc JavadocVariable Missing a Javadoc comment. 424
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 Error
javadoc JavadocVariable Missing a Javadoc comment. 430
 Error
javadoc JavadocVariable Missing a Javadoc comment. 431
 Error
javadoc JavadocVariable Missing a Javadoc comment. 432
 Error
javadoc JavadocVariable Missing a Javadoc comment. 439
 Error
javadoc JavadocVariable Missing a Javadoc comment. 440
 Error
javadoc JavadocVariable Missing a Javadoc comment. 447
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 447
 Error
javadoc JavadocVariable Missing a Javadoc comment. 448
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 448
 Error
sizes LineLength Line is longer than 80 characters (found 89). 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 453
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 454
 Error
javadoc JavadocVariable Missing a Javadoc comment. 455
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 462
 Error
javadoc JavadocVariable Missing a Javadoc comment. 463
 Error
javadoc JavadocVariable Missing a Javadoc comment. 470
 Error
javadoc JavadocVariable Missing a Javadoc comment. 471
 Error
javadoc JavadocVariable Missing a Javadoc comment. 478
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 478
 Error
javadoc JavadocVariable Missing a Javadoc comment. 479
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 479
 Error
sizes LineLength Line is longer than 80 characters (found 89). 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 484
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 485
 Error
javadoc JavadocVariable Missing a Javadoc comment. 486
 Error
javadoc JavadocVariable Missing a Javadoc comment. 491
 Error
javadoc JavadocVariable Missing a Javadoc comment. 492
 Error
javadoc JavadocVariable Missing a Javadoc comment. 493
 Error
javadoc JavadocVariable Missing a Javadoc comment. 494
 Error
javadoc JavadocVariable Missing a Javadoc comment. 501
 Error
javadoc JavadocVariable Missing a Javadoc comment. 502
 Error
javadoc JavadocVariable Missing a Javadoc comment. 509
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 509
 Error
javadoc JavadocVariable Missing a Javadoc comment. 510
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 510
 Error
sizes LineLength Line is longer than 80 characters (found 89). 515
 Error
javadoc JavadocVariable Missing a Javadoc comment. 515
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 515
 Error
javadoc JavadocVariable Missing a Javadoc comment. 516
 Error
javadoc JavadocVariable Missing a Javadoc comment. 517
 Error
javadoc JavadocVariable Missing a Javadoc comment. 522
 Error
javadoc JavadocVariable Missing a Javadoc comment. 523
 Error
javadoc JavadocVariable Missing a Javadoc comment. 524
 Error
javadoc JavadocVariable Missing a Javadoc comment. 525
 Error
javadoc JavadocVariable Missing a Javadoc comment. 532
 Error
javadoc JavadocVariable Missing a Javadoc comment. 533
 Error
javadoc JavadocVariable Missing a Javadoc comment. 540
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 540
 Error
javadoc JavadocVariable Missing a Javadoc comment. 541
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 541
 Error
sizes LineLength Line is longer than 80 characters (found 89). 546
 Error
javadoc JavadocVariable Missing a Javadoc comment. 546
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 546
 Error
javadoc JavadocVariable Missing a Javadoc comment. 547
 Error
javadoc JavadocVariable Missing a Javadoc comment. 548
 Error
javadoc JavadocVariable Missing a Javadoc comment. 549
 Error
javadoc JavadocVariable Missing a Javadoc comment. 550
 Error
javadoc JavadocVariable Missing a Javadoc comment. 551
 Error
javadoc JavadocVariable Missing a Javadoc comment. 552
 Error
javadoc JavadocVariable Missing a Javadoc comment. 553
 Error
javadoc JavadocVariable Missing a Javadoc comment. 558
 Error
javadoc JavadocVariable Missing a Javadoc comment. 559
 Error
javadoc JavadocVariable Missing a Javadoc comment. 560
 Error
javadoc JavadocVariable Missing a Javadoc comment. 561
 Error
javadoc JavadocVariable Missing a Javadoc comment. 568
 Error
javadoc JavadocVariable Missing a Javadoc comment. 569
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 574
 Error
javadoc JavadocVariable Missing a Javadoc comment. 576
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 576
 Error
javadoc JavadocVariable Missing a Javadoc comment. 577
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 577
 Error
sizes LineLength Line is longer than 80 characters (found 138). 582
 Error
javadoc JavadocVariable Missing a Javadoc comment. 582
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 582
 Error
javadoc JavadocVariable Missing a Javadoc comment. 583
 Error
javadoc JavadocVariable Missing a Javadoc comment. 584
 Error
javadoc JavadocVariable Missing a Javadoc comment. 589
 Error
javadoc JavadocVariable Missing a Javadoc comment. 590
 Error
javadoc JavadocVariable Missing a Javadoc comment. 591
 Error
javadoc JavadocVariable Missing a Javadoc comment. 592
 Error
javadoc JavadocVariable Missing a Javadoc comment. 599
 Error
javadoc JavadocVariable Missing a Javadoc comment. 600
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 31
 Error
sizes LineLength Line is longer than 80 characters (found 87). 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'mandelbrotZoom' must be private and have accessor methods. 32
 Error
sizes LineLength Line is longer than 80 characters (found 99). 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 34
 Error
sizes LineLength Line is longer than 80 characters (found 81). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 36
 Error
sizes LineLength Line is longer than 80 characters (found 84). 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 38
 Error
sizes LineLength Line is longer than 80 characters (found 99). 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter conf should be final. 45
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 47
 Error
sizes LineLength Line is longer than 80 characters (found 83). 52
 Error
sizes LineLength Line is longer than 80 characters (found 88). 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter conf should be final. 62
 Error
misc FinalParameters Parameter jar should be final. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 72
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter tabType should be final. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error
misc FinalParameters Parameter tabType should be final. 113
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 113
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 114
 Error
javadoc JavadocVariable Missing a Javadoc comment. 148
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 148
 Error
javadoc JavadocVariable Missing a Javadoc comment. 149
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 149
 Error
javadoc JavadocVariable Missing a Javadoc comment. 154
 Error
javadoc JavadocVariable Missing a Javadoc comment. 155
 Error
javadoc JavadocVariable Missing a Javadoc comment. 161
 Error
javadoc JavadocVariable Missing a Javadoc comment. 162
 Error
javadoc JavadocVariable Missing a Javadoc comment. 163
 Error
javadoc JavadocVariable Missing a Javadoc comment. 164
 Error
javadoc JavadocVariable Missing a Javadoc comment. 165
 Error
javadoc JavadocVariable Missing a Javadoc comment. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 168
 Error
javadoc JavadocVariable Missing a Javadoc comment. 169
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 178
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 178
 Error
javadoc JavadocVariable Missing a Javadoc comment. 179
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 179
 Error
javadoc JavadocVariable Missing a Javadoc comment. 184
 Error
javadoc JavadocVariable Missing a Javadoc comment. 185
 Error
javadoc JavadocVariable Missing a Javadoc comment. 186
 Error
javadoc JavadocVariable Missing a Javadoc comment. 187
 Error
javadoc JavadocVariable Missing a Javadoc comment. 188
 Error
javadoc JavadocVariable Missing a Javadoc comment. 189
 Error
javadoc JavadocVariable Missing a Javadoc comment. 190
 Error
javadoc JavadocVariable Missing a Javadoc comment. 196
 Error
javadoc JavadocVariable Missing a Javadoc comment. 204
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 204
 Error
javadoc JavadocVariable Missing a Javadoc comment. 205
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 205
 Error
javadoc JavadocVariable Missing a Javadoc comment. 210
 Error
javadoc JavadocVariable Missing a Javadoc comment. 211
 Error
javadoc JavadocVariable Missing a Javadoc comment. 212
 Error
javadoc JavadocVariable Missing a Javadoc comment. 213
 Error
javadoc JavadocVariable Missing a Javadoc comment. 214
 Error
javadoc JavadocVariable Missing a Javadoc comment. 215
 Error
javadoc JavadocVariable Missing a Javadoc comment. 216
 Error
javadoc JavadocVariable Missing a Javadoc comment. 222
 Error
javadoc JavadocVariable Missing a Javadoc comment. 230
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 230
 Error
javadoc JavadocVariable Missing a Javadoc comment. 231
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 231
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 233
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 233
 Error
javadoc JavadocVariable Missing a Javadoc comment. 234
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 234
 Error
sizes LineLength Line is longer than 80 characters (found 85). 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 235
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 240
 Error
javadoc JavadocVariable Missing a Javadoc comment. 241
 Error
javadoc JavadocVariable Missing a Javadoc comment. 247
 Error
javadoc JavadocVariable Missing a Javadoc comment. 248
 Error
javadoc JavadocVariable Missing a Javadoc comment. 249
 Error
javadoc JavadocVariable Missing a Javadoc comment. 255
 Error
javadoc JavadocVariable Missing a Javadoc comment. 256
 Error
javadoc JavadocVariable Missing a Javadoc comment. 257
 Error
javadoc JavadocVariable Missing a Javadoc comment. 258
 Error
javadoc JavadocVariable Missing a Javadoc comment. 259
 Error
javadoc JavadocVariable Missing a Javadoc comment. 260
 Error
javadoc JavadocVariable Missing a Javadoc comment. 261
 Error
javadoc JavadocVariable Missing a Javadoc comment. 262
 Error
javadoc JavadocVariable Missing a Javadoc comment. 268
 Error
javadoc JavadocVariable Missing a Javadoc comment. 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 270
 Error
javadoc JavadocVariable Missing a Javadoc comment. 271
 Error
javadoc JavadocVariable Missing a Javadoc comment. 272
 Error
javadoc JavadocVariable Missing a Javadoc comment. 273
 Error
javadoc JavadocVariable Missing a Javadoc comment. 274
 Error
javadoc JavadocVariable Missing a Javadoc comment. 275
 Error
javadoc JavadocVariable Missing a Javadoc comment. 276
 Error
javadoc JavadocVariable Missing a Javadoc comment. 277
 Error
javadoc JavadocVariable Missing a Javadoc comment. 278
 Error
javadoc JavadocVariable Missing a Javadoc comment. 284
 Error
javadoc JavadocVariable Missing a Javadoc comment. 285
 Error
javadoc JavadocVariable Missing a Javadoc comment. 286
 Error
javadoc JavadocVariable Missing a Javadoc comment. 287
 Error
javadoc JavadocVariable Missing a Javadoc comment. 288
 Error
javadoc JavadocVariable Missing a Javadoc comment. 289
 Error
javadoc JavadocVariable Missing a Javadoc comment. 290
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
sizes LineLength Line is longer than 80 characters (found 85). 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 300
 Error
sizes LineLength Line is longer than 80 characters (found 81). 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 301
 Error
sizes LineLength Line is longer than 80 characters (found 88). 302
 Error
javadoc JavadocVariable Missing a Javadoc comment. 302
 Error
javadoc JavadocVariable Missing a Javadoc comment. 310
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 310
 Error
javadoc JavadocVariable Missing a Javadoc comment. 311
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 311
 Error
sizes LineLength Line is longer than 80 characters (found 89). 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 317
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 318
 Error
javadoc JavadocVariable Missing a Javadoc comment. 319
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 325
 Error
javadoc JavadocVariable Missing a Javadoc comment. 326
 Error
javadoc JavadocVariable Missing a Javadoc comment. 327
 Error
javadoc JavadocVariable Missing a Javadoc comment. 334
 Error
javadoc JavadocVariable Missing a Javadoc comment. 342
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 342
 Error
javadoc JavadocVariable Missing a Javadoc comment. 343
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 343
 Error
javadoc JavadocVariable Missing a Javadoc comment. 349
 Error
javadoc JavadocVariable Missing a Javadoc comment. 350
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 364
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 364
 Error
javadoc JavadocVariable Missing a Javadoc comment. 365
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 365
 Error
javadoc JavadocVariable Missing a Javadoc comment. 370
 Error
javadoc JavadocVariable Missing a Javadoc comment. 371
 Error
javadoc JavadocVariable Missing a Javadoc comment. 377
 Error
javadoc JavadocVariable Missing a Javadoc comment. 378
 Error
javadoc JavadocVariable Missing a Javadoc comment. 385
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 385
 Error
javadoc JavadocVariable Missing a Javadoc comment. 386
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 386
 Error
sizes LineLength Line is longer than 80 characters (found 89). 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 391
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 392
 Error
javadoc JavadocVariable Missing a Javadoc comment. 393
 Error
javadoc JavadocVariable Missing a Javadoc comment. 398
 Error
javadoc JavadocVariable Missing a Javadoc comment. 399
 Error
javadoc JavadocVariable Missing a Javadoc comment. 400
 Error
javadoc JavadocVariable Missing a Javadoc comment. 401
 Error
javadoc JavadocVariable Missing a Javadoc comment. 408
 Error
javadoc JavadocVariable Missing a Javadoc comment. 409
 Error
javadoc JavadocVariable Missing a Javadoc comment. 416
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 416
 Error
javadoc JavadocVariable Missing a Javadoc comment. 417
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 417
 Error
sizes LineLength Line is longer than 80 characters (found 89). 422
 Error
javadoc JavadocVariable Missing a Javadoc comment. 422
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 422
 Error
javadoc JavadocVariable Missing a Javadoc comment. 423
 Error
javadoc JavadocVariable Missing a Javadoc comment. 424
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 Error
javadoc JavadocVariable Missing a Javadoc comment. 430
 Error
javadoc JavadocVariable Missing a Javadoc comment. 431
 Error
javadoc JavadocVariable Missing a Javadoc comment. 432
 Error
javadoc JavadocVariable Missing a Javadoc comment. 439
 Error
javadoc JavadocVariable Missing a Javadoc comment. 440
 Error
javadoc JavadocVariable Missing a Javadoc comment. 447
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 447
 Error
javadoc JavadocVariable Missing a Javadoc comment. 448
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 448
 Error
sizes LineLength Line is longer than 80 characters (found 89). 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 453
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 454
 Error
javadoc JavadocVariable Missing a Javadoc comment. 455
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 462
 Error
javadoc JavadocVariable Missing a Javadoc comment. 463
 Error
javadoc JavadocVariable Missing a Javadoc comment. 470
 Error
javadoc JavadocVariable Missing a Javadoc comment. 471
 Error
javadoc JavadocVariable Missing a Javadoc comment. 478
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 478
 Error
javadoc JavadocVariable Missing a Javadoc comment. 479
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 479
 Error
sizes LineLength Line is longer than 80 characters (found 89). 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 484
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 485
 Error
javadoc JavadocVariable Missing a Javadoc comment. 486
 Error
javadoc JavadocVariable Missing a Javadoc comment. 491
 Error
javadoc JavadocVariable Missing a Javadoc comment. 492
 Error
javadoc JavadocVariable Missing a Javadoc comment. 493
 Error
javadoc JavadocVariable Missing a Javadoc comment. 494
 Error
javadoc JavadocVariable Missing a Javadoc comment. 501
 Error
javadoc JavadocVariable Missing a Javadoc comment. 502
 Error
javadoc JavadocVariable Missing a Javadoc comment. 509
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 509
 Error
javadoc JavadocVariable Missing a Javadoc comment. 510
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 510
 Error
sizes LineLength Line is longer than 80 characters (found 89). 515
 Error
javadoc JavadocVariable Missing a Javadoc comment. 515
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 515
 Error
javadoc JavadocVariable Missing a Javadoc comment. 516
 Error
javadoc JavadocVariable Missing a Javadoc comment. 517
 Error
javadoc JavadocVariable Missing a Javadoc comment. 522
 Error
javadoc JavadocVariable Missing a Javadoc comment. 523
 Error
javadoc JavadocVariable Missing a Javadoc comment. 524
 Error
javadoc JavadocVariable Missing a Javadoc comment. 525
 Error
javadoc JavadocVariable Missing a Javadoc comment. 532
 Error
javadoc JavadocVariable Missing a Javadoc comment. 533
 Error
javadoc JavadocVariable Missing a Javadoc comment. 540
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 540
 Error
javadoc JavadocVariable Missing a Javadoc comment. 541
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 541
 Error
sizes LineLength Line is longer than 80 characters (found 89). 546
 Error
javadoc JavadocVariable Missing a Javadoc comment. 546
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 546
 Error
javadoc JavadocVariable Missing a Javadoc comment. 547
 Error
javadoc JavadocVariable Missing a Javadoc comment. 548
 Error
javadoc JavadocVariable Missing a Javadoc comment. 549
 Error
javadoc JavadocVariable Missing a Javadoc comment. 550
 Error
javadoc JavadocVariable Missing a Javadoc comment. 551
 Error
javadoc JavadocVariable Missing a Javadoc comment. 552
 Error
javadoc JavadocVariable Missing a Javadoc comment. 553
 Error
javadoc JavadocVariable Missing a Javadoc comment. 558
 Error
javadoc JavadocVariable Missing a Javadoc comment. 559
 Error
javadoc JavadocVariable Missing a Javadoc comment. 560
 Error
javadoc JavadocVariable Missing a Javadoc comment. 561
 Error
javadoc JavadocVariable Missing a Javadoc comment. 568
 Error
javadoc JavadocVariable Missing a Javadoc comment. 569
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 574
 Error
javadoc JavadocVariable Missing a Javadoc comment. 576
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 576
 Error
javadoc JavadocVariable Missing a Javadoc comment. 577
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 577
 Error
sizes LineLength Line is longer than 80 characters (found 138). 582
 Error
javadoc JavadocVariable Missing a Javadoc comment. 582
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 582
 Error
javadoc JavadocVariable Missing a Javadoc comment. 583
 Error
javadoc JavadocVariable Missing a Javadoc comment. 584
 Error
javadoc JavadocVariable Missing a Javadoc comment. 589
 Error
javadoc JavadocVariable Missing a Javadoc comment. 590
 Error
javadoc JavadocVariable Missing a Javadoc comment. 591
 Error
javadoc JavadocVariable Missing a Javadoc comment. 592
 Error
javadoc JavadocVariable Missing a Javadoc comment. 599
 Error
javadoc JavadocVariable Missing a Javadoc comment. 600
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 31
 Error
sizes LineLength Line is longer than 80 characters (found 87). 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'mandelbrotZoom' must be private and have accessor methods. 32
 Error
sizes LineLength Line is longer than 80 characters (found 99). 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 34
 Error
sizes LineLength Line is longer than 80 characters (found 81). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 36
 Error
sizes LineLength Line is longer than 80 characters (found 84). 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 38
 Error
sizes LineLength Line is longer than 80 characters (found 99). 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter conf should be final. 45
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 47
 Error
sizes LineLength Line is longer than 80 characters (found 83). 52
 Error
sizes LineLength Line is longer than 80 characters (found 88). 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter conf should be final. 62
 Error
misc FinalParameters Parameter jar should be final. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 72
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter tabType should be final. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error
misc FinalParameters Parameter tabType should be final. 113
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 113
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 114
 Error
javadoc JavadocVariable Missing a Javadoc comment. 148
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 148
 Error
javadoc JavadocVariable Missing a Javadoc comment. 149
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 149
 Error
javadoc JavadocVariable Missing a Javadoc comment. 154
 Error
javadoc JavadocVariable Missing a Javadoc comment. 155
 Error
javadoc JavadocVariable Missing a Javadoc comment. 161
 Error
javadoc JavadocVariable Missing a Javadoc comment. 162
 Error
javadoc JavadocVariable Missing a Javadoc comment. 163
 Error
javadoc JavadocVariable Missing a Javadoc comment. 164
 Error
javadoc JavadocVariable Missing a Javadoc comment. 165
 Error
javadoc JavadocVariable Missing a Javadoc comment. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 168
 Error
javadoc JavadocVariable Missing a Javadoc comment. 169
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 178
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 178
 Error
javadoc JavadocVariable Missing a Javadoc comment. 179
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 179
 Error
javadoc JavadocVariable Missing a Javadoc comment. 184
 Error
javadoc JavadocVariable Missing a Javadoc comment. 185
 Error
javadoc JavadocVariable Missing a Javadoc comment. 186
 Error
javadoc JavadocVariable Missing a Javadoc comment. 187
 Error
javadoc JavadocVariable Missing a Javadoc comment. 188
 Error
javadoc JavadocVariable Missing a Javadoc comment. 189
 Error
javadoc JavadocVariable Missing a Javadoc comment. 190
 Error
javadoc JavadocVariable Missing a Javadoc comment. 196
 Error
javadoc JavadocVariable Missing a Javadoc comment. 204
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 204
 Error
javadoc JavadocVariable Missing a Javadoc comment. 205
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 205
 Error
javadoc JavadocVariable Missing a Javadoc comment. 210
 Error
javadoc JavadocVariable Missing a Javadoc comment. 211
 Error
javadoc JavadocVariable Missing a Javadoc comment. 212
 Error
javadoc JavadocVariable Missing a Javadoc comment. 213
 Error
javadoc JavadocVariable Missing a Javadoc comment. 214
 Error
javadoc JavadocVariable Missing a Javadoc comment. 215
 Error
javadoc JavadocVariable Missing a Javadoc comment. 216
 Error
javadoc JavadocVariable Missing a Javadoc comment. 222
 Error
javadoc JavadocVariable Missing a Javadoc comment. 230
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 230
 Error
javadoc JavadocVariable Missing a Javadoc comment. 231
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 231
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 233
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 233
 Error
javadoc JavadocVariable Missing a Javadoc comment. 234
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 234
 Error
sizes LineLength Line is longer than 80 characters (found 85). 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 235
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 240
 Error
javadoc JavadocVariable Missing a Javadoc comment. 241
 Error
javadoc JavadocVariable Missing a Javadoc comment. 247
 Error
javadoc JavadocVariable Missing a Javadoc comment. 248
 Error
javadoc JavadocVariable Missing a Javadoc comment. 249
 Error
javadoc JavadocVariable Missing a Javadoc comment. 255
 Error
javadoc JavadocVariable Missing a Javadoc comment. 256
 Error
javadoc JavadocVariable Missing a Javadoc comment. 257
 Error
javadoc JavadocVariable Missing a Javadoc comment. 258
 Error
javadoc JavadocVariable Missing a Javadoc comment. 259
 Error
javadoc JavadocVariable Missing a Javadoc comment. 260
 Error
javadoc JavadocVariable Missing a Javadoc comment. 261
 Error
javadoc JavadocVariable Missing a Javadoc comment. 262
 Error
javadoc JavadocVariable Missing a Javadoc comment. 268
 Error
javadoc JavadocVariable Missing a Javadoc comment. 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 270
 Error
javadoc JavadocVariable Missing a Javadoc comment. 271
 Error
javadoc JavadocVariable Missing a Javadoc comment. 272
 Error
javadoc JavadocVariable Missing a Javadoc comment. 273
 Error
javadoc JavadocVariable Missing a Javadoc comment. 274
 Error
javadoc JavadocVariable Missing a Javadoc comment. 275
 Error
javadoc JavadocVariable Missing a Javadoc comment. 276
 Error
javadoc JavadocVariable Missing a Javadoc comment. 277
 Error
javadoc JavadocVariable Missing a Javadoc comment. 278
 Error
javadoc JavadocVariable Missing a Javadoc comment. 284
 Error
javadoc JavadocVariable Missing a Javadoc comment. 285
 Error
javadoc JavadocVariable Missing a Javadoc comment. 286
 Error
javadoc JavadocVariable Missing a Javadoc comment. 287
 Error
javadoc JavadocVariable Missing a Javadoc comment. 288
 Error
javadoc JavadocVariable Missing a Javadoc comment. 289
 Error
javadoc JavadocVariable Missing a Javadoc comment. 290
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
sizes LineLength Line is longer than 80 characters (found 85). 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 300
 Error
sizes LineLength Line is longer than 80 characters (found 81). 301
 Error
javadoc JavadocVariable Missing a Javadoc comment. 301
 Error
sizes LineLength Line is longer than 80 characters (found 88). 302
 Error
javadoc JavadocVariable Missing a Javadoc comment. 302
 Error
javadoc JavadocVariable Missing a Javadoc comment. 310
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 310
 Error
javadoc JavadocVariable Missing a Javadoc comment. 311
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 311
 Error
sizes LineLength Line is longer than 80 characters (found 89). 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 317
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 318
 Error
javadoc JavadocVariable Missing a Javadoc comment. 319
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 325
 Error
javadoc JavadocVariable Missing a Javadoc comment. 326
 Error
javadoc JavadocVariable Missing a Javadoc comment. 327
 Error
javadoc JavadocVariable Missing a Javadoc comment. 334
 Error
javadoc JavadocVariable Missing a Javadoc comment. 342
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 342
 Error
javadoc JavadocVariable Missing a Javadoc comment. 343
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 343
 Error
javadoc JavadocVariable Missing a Javadoc comment. 349
 Error
javadoc JavadocVariable Missing a Javadoc comment. 350
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 364
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 364
 Error
javadoc JavadocVariable Missing a Javadoc comment. 365
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 365
 Error
javadoc JavadocVariable Missing a Javadoc comment. 370
 Error
javadoc JavadocVariable Missing a Javadoc comment. 371
 Error
javadoc JavadocVariable Missing a Javadoc comment. 377
 Error
javadoc JavadocVariable Missing a Javadoc comment. 378
 Error
javadoc JavadocVariable Missing a Javadoc comment. 385
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 385
 Error
javadoc JavadocVariable Missing a Javadoc comment. 386
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 386
 Error
sizes LineLength Line is longer than 80 characters (found 89). 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 391
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 392
 Error
javadoc JavadocVariable Missing a Javadoc comment. 393
 Error
javadoc JavadocVariable Missing a Javadoc comment. 398
 Error
javadoc JavadocVariable Missing a Javadoc comment. 399
 Error
javadoc JavadocVariable Missing a Javadoc comment. 400
 Error
javadoc JavadocVariable Missing a Javadoc comment. 401
 Error
javadoc JavadocVariable Missing a Javadoc comment. 408
 Error
javadoc JavadocVariable Missing a Javadoc comment. 409
 Error
javadoc JavadocVariable Missing a Javadoc comment. 416
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 416
 Error
javadoc JavadocVariable Missing a Javadoc comment. 417
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 417
 Error
sizes LineLength Line is longer than 80 characters (found 89). 422
 Error
javadoc JavadocVariable Missing a Javadoc comment. 422
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 422
 Error
javadoc JavadocVariable Missing a Javadoc comment. 423
 Error
javadoc JavadocVariable Missing a Javadoc comment. 424
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 Error
javadoc JavadocVariable Missing a Javadoc comment. 430
 Error
javadoc JavadocVariable Missing a Javadoc comment. 431
 Error
javadoc JavadocVariable Missing a Javadoc comment. 432
 Error
javadoc JavadocVariable Missing a Javadoc comment. 439
 Error
javadoc JavadocVariable Missing a Javadoc comment. 440
 Error
javadoc JavadocVariable Missing a Javadoc comment. 447
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 447
 Error
javadoc JavadocVariable Missing a Javadoc comment. 448
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 448
 Error
sizes LineLength Line is longer than 80 characters (found 89). 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 453
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 453
 Error
javadoc JavadocVariable Missing a Javadoc comment. 454
 Error
javadoc JavadocVariable Missing a Javadoc comment. 455
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 461
 Error
javadoc JavadocVariable Missing a Javadoc comment. 462
 Error
javadoc JavadocVariable Missing a Javadoc comment. 463
 Error
javadoc JavadocVariable Missing a Javadoc comment. 470
 Error
javadoc JavadocVariable Missing a Javadoc comment. 471
 Error
javadoc JavadocVariable Missing a Javadoc comment. 478
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 478
 Error
javadoc JavadocVariable Missing a Javadoc comment. 479
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 479
 Error
sizes LineLength Line is longer than 80 characters (found 89). 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 484
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 485
 Error
javadoc JavadocVariable Missing a Javadoc comment. 486
 Error
javadoc JavadocVariable Missing a Javadoc comment. 491
 Error
javadoc JavadocVariable Missing a Javadoc comment. 492
 Error
javadoc JavadocVariable Missing a Javadoc comment. 493
 Error
javadoc JavadocVariable Missing a Javadoc comment. 494
 Error
javadoc JavadocVariable Missing a Javadoc comment. 501
 Error
javadoc JavadocVariable Missing a Javadoc comment. 502
 Error
javadoc JavadocVariable Missing a Javadoc comment. 509
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 509
 Error
javadoc JavadocVariable Missing a Javadoc comment. 510
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 510
 Error
sizes LineLength Line is longer than 80 characters (found 89). 515
 Error
javadoc JavadocVariable Missing a Javadoc comment. 515
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 515
 Error
javadoc JavadocVariable Missing a Javadoc comment. 516
 Error
javadoc JavadocVariable Missing a Javadoc comment. 517
 Error
javadoc JavadocVariable Missing a Javadoc comment. 522
 Error
javadoc JavadocVariable Missing a Javadoc comment. 523
 Error
javadoc JavadocVariable Missing a Javadoc comment. 524
 Error
javadoc JavadocVariable Missing a Javadoc comment. 525
 Error
javadoc JavadocVariable Missing a Javadoc comment. 532
 Error
javadoc JavadocVariable Missing a Javadoc comment. 533
 Error
javadoc JavadocVariable Missing a Javadoc comment. 540
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 540
 Error
javadoc JavadocVariable Missing a Javadoc comment. 541
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 541
 Error
sizes LineLength Line is longer than 80 characters (found 89). 546
 Error
javadoc JavadocVariable Missing a Javadoc comment. 546
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 546
 Error
javadoc JavadocVariable Missing a Javadoc comment. 547
 Error
javadoc JavadocVariable Missing a Javadoc comment. 548
 Error
javadoc JavadocVariable Missing a Javadoc comment. 549
 Error
javadoc JavadocVariable Missing a Javadoc comment. 550
 Error
javadoc JavadocVariable Missing a Javadoc comment. 551
 Error
javadoc JavadocVariable Missing a Javadoc comment. 552
 Error
javadoc JavadocVariable Missing a Javadoc comment. 553
 Error
javadoc JavadocVariable Missing a Javadoc comment. 558
 Error
javadoc JavadocVariable Missing a Javadoc comment. 559
 Error
javadoc JavadocVariable Missing a Javadoc comment. 560
 Error
javadoc JavadocVariable Missing a Javadoc comment. 561
 Error
javadoc JavadocVariable Missing a Javadoc comment. 568
 Error
javadoc JavadocVariable Missing a Javadoc comment. 569
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 574
 Error
javadoc JavadocVariable Missing a Javadoc comment. 576
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 576
 Error
javadoc JavadocVariable Missing a Javadoc comment. 577
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 577
 Error
sizes LineLength Line is longer than 80 characters (found 138). 582
 Error
javadoc JavadocVariable Missing a Javadoc comment. 582
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 582
 Error
javadoc JavadocVariable Missing a Javadoc comment. 583
 Error
javadoc JavadocVariable Missing a Javadoc comment. 584
 Error
javadoc JavadocVariable Missing a Javadoc comment. 589
 Error
javadoc JavadocVariable Missing a Javadoc comment. 590
 Error
javadoc JavadocVariable Missing a Javadoc comment. 591
 Error
javadoc JavadocVariable Missing a Javadoc comment. 592
 Error
javadoc JavadocVariable Missing a Javadoc comment. 599
 Error
javadoc JavadocVariable Missing a Javadoc comment. 600

org/woehlke/computer/kurzweil/commons/Startable.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 5
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 6
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 5
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 6

org/woehlke/computer/kurzweil/commons/Updateable.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 5
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 5

org/woehlke/computer/kurzweil/commons/gui/GuiComponent.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 4

org/woehlke/computer/kurzweil/commons/gui/GuiComponentCanvas.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocPackage Missing package-info.java file. 1

org/woehlke/computer/kurzweil/commons/has/HasContextApplication.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

org/woehlke/computer/kurzweil/commons/has/HasPanelStartStopButtons.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

org/woehlke/computer/kurzweil/commons/has/HasPanelSubtitle.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 6
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 6

org/woehlke/computer/kurzweil/commons/has/HasTab.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

org/woehlke/computer/kurzweil/commons/has/HasTabCanvas.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

org/woehlke/computer/kurzweil/commons/has/HasTabContext.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

org/woehlke/computer/kurzweil/commons/has/HasTabController.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 8
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 8
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9

org/woehlke/computer/kurzweil/commons/has/HasTabModel.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

org/woehlke/computer/kurzweil/commons/has/HasTabTitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 8
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 8
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 11

org/woehlke/computer/kurzweil/commons/layouts/BoxLayoutVertical.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
misc FinalParameters Parameter target should be final. 17
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
misc FinalParameters Parameter target should be final. 17

org/woehlke/computer/kurzweil/commons/layouts/FlowLayoutCenter.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9

org/woehlke/computer/kurzweil/commons/layouts/FlowLayoutLeft.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9

org/woehlke/computer/kurzweil/commons/layouts/LayoutCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
misc FinalParameters Parameter target should be final. 16
 Error
javadoc JavadocMethod Expected @param tag for 'target'. 16
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
imports UnusedImports Unused import - java.io.Serializable. 5
 Error
misc FinalParameters Parameter target should be final. 17
 Error
javadoc JavadocMethod Expected @param tag for 'target'. 17

org/woehlke/computer/kurzweil/commons/model/Bounds.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 6
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter height should be final. 24
 Error
misc FinalParameters Parameter width should be final. 24
 Error
misc FinalParameters Parameter screenSize should be final. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter rootPane should be final. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter rootPane should be final. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter height should be final. 27
 Error
misc FinalParameters Parameter width should be final. 27
 Error
misc FinalParameters Parameter screenSize should be final. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
misc FinalParameters Parameter rootPane should be final. 36
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter rootPane should be final. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47

org/woehlke/computer/kurzweil/commons/model/LatticeNeighbourhood.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter maxX should be final. 27
 Error
coding HiddenField 'maxX' hides a field. 27
 Error
misc FinalParameters Parameter maxY should be final. 27
 Error
coding HiddenField 'maxY' hides a field. 27
 Error
misc FinalParameters Parameter x should be final. 27
 Error
coding HiddenField 'x' hides a field. 27
 Error
misc FinalParameters Parameter y should be final. 27
 Error
coding HiddenField 'y' hides a field. 27
 Error
misc FinalParameters Parameter neighbourhoodType should be final. 28
 Error
coding HiddenField 'neighbourhoodType' hides a field. 28
 Error
sizes LineLength Line is longer than 80 characters (found 107). 41
 Error
sizes LineLength Line is longer than 80 characters (found 129). 44
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter worldX should be final. 55
 Error
misc FinalParameters Parameter worldY should be final. 55
 Error
misc FinalParameters Parameter myX should be final. 55
 Error
misc FinalParameters Parameter myY should be final. 55
 Error
sizes LineLength Line is longer than 80 characters (found 97). 56
 Error
sizes LineLength Line is longer than 80 characters (found 103). 57
 Error
sizes LineLength Line is longer than 80 characters (found 85). 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter worldX should be final. 61
 Error
misc FinalParameters Parameter worldY should be final. 61
 Error
misc FinalParameters Parameter myX should be final. 61
 Error
misc FinalParameters Parameter myY should be final. 61
 Error
sizes LineLength Line is longer than 80 characters (found 97). 62
 Error
sizes LineLength Line is longer than 80 characters (found 103). 63
 Error
sizes LineLength Line is longer than 80 characters (found 90). 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter worldX should be final. 67
 Error
misc FinalParameters Parameter worldY should be final. 67
 Error
misc FinalParameters Parameter myX should be final. 67
 Error
misc FinalParameters Parameter myY should be final. 67
 Error
sizes LineLength Line is longer than 80 characters (found 103). 68
 Error
sizes LineLength Line is longer than 80 characters (found 103). 69
 Error
sizes LineLength Line is longer than 80 characters (found 87). 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter worldX should be final. 73
 Error
misc FinalParameters Parameter worldY should be final. 73
 Error
misc FinalParameters Parameter myX should be final. 73
 Error
misc FinalParameters Parameter myY should be final. 73
 Error
sizes LineLength Line is longer than 80 characters (found 99). 74
 Error
sizes LineLength Line is longer than 80 characters (found 103). 75
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter maxX should be final. 27
 Error
coding HiddenField 'maxX' hides a field. 27
 Error
misc FinalParameters Parameter maxY should be final. 27
 Error
coding HiddenField 'maxY' hides a field. 27
 Error
misc FinalParameters Parameter x should be final. 27
 Error
coding HiddenField 'x' hides a field. 27
 Error
misc FinalParameters Parameter y should be final. 27
 Error
coding HiddenField 'y' hides a field. 27
 Error
misc FinalParameters Parameter neighbourhoodType should be final. 28
 Error
coding HiddenField 'neighbourhoodType' hides a field. 28
 Error
sizes LineLength Line is longer than 80 characters (found 107). 41
 Error
sizes LineLength Line is longer than 80 characters (found 129). 44
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter worldX should be final. 55
 Error
misc FinalParameters Parameter worldY should be final. 55
 Error
misc FinalParameters Parameter myX should be final. 55
 Error
misc FinalParameters Parameter myY should be final. 55
 Error
sizes LineLength Line is longer than 80 characters (found 97). 56
 Error
sizes LineLength Line is longer than 80 characters (found 103). 57
 Error
sizes LineLength Line is longer than 80 characters (found 85). 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter worldX should be final. 61
 Error
misc FinalParameters Parameter worldY should be final. 61
 Error
misc FinalParameters Parameter myX should be final. 61
 Error
misc FinalParameters Parameter myY should be final. 61
 Error
sizes LineLength Line is longer than 80 characters (found 97). 62
 Error
sizes LineLength Line is longer than 80 characters (found 103). 63
 Error
sizes LineLength Line is longer than 80 characters (found 90). 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter worldX should be final. 67
 Error
misc FinalParameters Parameter worldY should be final. 67
 Error
misc FinalParameters Parameter myX should be final. 67
 Error
misc FinalParameters Parameter myY should be final. 67
 Error
sizes LineLength Line is longer than 80 characters (found 103). 68
 Error
sizes LineLength Line is longer than 80 characters (found 103). 69
 Error
sizes LineLength Line is longer than 80 characters (found 87). 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter worldX should be final. 73
 Error
misc FinalParameters Parameter worldY should be final. 73
 Error
misc FinalParameters Parameter myX should be final. 73
 Error
misc FinalParameters Parameter myY should be final. 73
 Error
sizes LineLength Line is longer than 80 characters (found 99). 74
 Error
sizes LineLength Line is longer than 80 characters (found 103). 75

org/woehlke/computer/kurzweil/commons/model/LatticeNeighbourhoodType.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocStyle First sentence should end with a period. 5
 Error
javadoc JavadocStyle First sentence should end with a period. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocStyle First sentence should end with a period. 5
 Error
javadoc JavadocStyle First sentence should end with a period. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15

org/woehlke/computer/kurzweil/commons/model/LatticePoint.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 89). 9
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter other should be final. 42
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'absoluteValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'absoluteValue' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'killNegative' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'killNegative' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter p should be final. 64
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveBy' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
misc FinalParameters Parameter p should be final. 70
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'normalize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'normalize' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter p should be final. 75
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'copy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'copy' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 Error
misc FinalParameters Parameter worldDimensions should be final. 100
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 100
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 103
 Error
coding MagicNumber '11' is a magic number. 103
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 89). 9
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter other should be final. 42
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'absoluteValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'absoluteValue' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'killNegative' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'killNegative' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter p should be final. 64
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveBy' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
misc FinalParameters Parameter p should be final. 70
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'normalize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'normalize' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter p should be final. 75
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'copy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'copy' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 Error
misc FinalParameters Parameter worldDimensions should be final. 100
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 100
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 103
 Error
coding MagicNumber '11' is a magic number. 103

org/woehlke/computer/kurzweil/commons/model/LatticePointNeighbourhoodPosition.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 8
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 8
 Error
javadoc JavadocVariable Missing a Javadoc comment. 9
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 11
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 12
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter x should be final. 21
 Error
coding HiddenField 'x' hides a field. 21
 Error
misc FinalParameters Parameter y should be final. 21
 Error
coding HiddenField 'y' hides a field. 21
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter neighbourhoodType should be final. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
coding MagicNumber '4' is a magic number. 32
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 35
 Error
coding MagicNumber '3' is a magic number. 36
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
coding MagicNumber '8' is a magic number. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
coding MagicNumber '3' is a magic number. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 43
 Error
coding MagicNumber '4' is a magic number. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
coding MagicNumber '5' is a magic number. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
coding MagicNumber '6' is a magic number. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
coding MagicNumber '7' is a magic number. 47
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
coding MagicNumber '6' is a magic number. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
coding MagicNumber '3' is a magic number. 54
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
coding MagicNumber '4' is a magic number. 55
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error
coding MagicNumber '5' is a magic number. 56
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 56
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 56
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Error
javadoc JavadocVariable Missing a Javadoc comment. 8
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 8
 Error
javadoc JavadocVariable Missing a Javadoc comment. 9
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 11
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 12
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter x should be final. 21
 Error
coding HiddenField 'x' hides a field. 21
 Error
misc FinalParameters Parameter y should be final. 21
 Error
coding HiddenField 'y' hides a field. 21
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter neighbourhoodType should be final. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
coding MagicNumber '4' is a magic number. 32
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 35
 Error
coding MagicNumber '3' is a magic number. 36
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
coding MagicNumber '8' is a magic number. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
coding MagicNumber '3' is a magic number. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 43
 Error
coding MagicNumber '4' is a magic number. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
coding MagicNumber '5' is a magic number. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
coding MagicNumber '6' is a magic number. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
coding MagicNumber '7' is a magic number. 47
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
coding MagicNumber '6' is a magic number. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
coding MagicNumber '3' is a magic number. 54
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
coding MagicNumber '4' is a magic number. 55
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error
coding MagicNumber '5' is a magic number. 56
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 56
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 56
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 60

org/woehlke/computer/kurzweil/commons/model/fractal/ComplexNumber.java

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - javax.sql.rowset.serial.SerialArray. 3
 Error
sizes LineLength Line is longer than 80 characters (found 90). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter complexNumber should be final. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter real should be final. 50
 Error
coding HiddenField 'real' hides a field. 50
 Error
misc FinalParameters Parameter img should be final. 50
 Error
coding HiddenField 'img' hides a field. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter complexNumber should be final. 58
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 84
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 84
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
misc FinalParameters Parameter c should be final. 88
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 96
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 100
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 109
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 109
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 109
 Error
whitespace ParenPad ')' is preceded with whitespace. 109
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error
misc FinalParameters Parameter o should be final. 113
 Error
blocks NeedBraces 'if' construct must use '{}'s. 114
 Error
blocks NeedBraces 'if' construct must use '{}'s. 115
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
whitespace OperatorWrap '&&' should be on a new line. 118
 Error
whitespace OperatorWrap '&&' should be on a new line. 119
 Error
whitespace OperatorWrap '&&' should be on a new line. 120
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 124
 Error
sizes LineLength Line is longer than 80 characters (found 98). 126
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 129
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133
 Error
whitespace OperatorWrap '+' should be on a new line. 134
 Error
whitespace OperatorWrap '+' should be on a new line. 135
 Error
whitespace OperatorWrap '+' should be on a new line. 136
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter complexNumber should be final. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter real should be final. 49
 Error
coding HiddenField 'real' hides a field. 49
 Error
misc FinalParameters Parameter img should be final. 49
 Error
coding HiddenField 'img' hides a field. 49
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter complexNumber should be final. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 71
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error
misc FinalParameters Parameter c should be final. 87
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 95
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 99
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 99
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 107
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 108
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 111
 Error
misc FinalParameters Parameter o should be final. 112
 Error
blocks NeedBraces 'if' construct must use '{}'s. 113
 Error
blocks NeedBraces 'if' construct must use '{}'s. 114
 Error
whitespace OperatorWrap '&&' should be on a new line. 116
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
whitespace OperatorWrap '&&' should be on a new line. 118
 Error
whitespace OperatorWrap '&&' should be on a new line. 119
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 123
 Error
sizes LineLength Line is longer than 80 characters (found 98). 125
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 128
 Error
whitespace OperatorWrap '+' should be on a new line. 130
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133
 Error
whitespace OperatorWrap '+' should be on a new line. 134
 Error
whitespace OperatorWrap '+' should be on a new line. 135
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter complexNumber should be final. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter real should be final. 49
 Error
coding HiddenField 'real' hides a field. 49
 Error
misc FinalParameters Parameter img should be final. 49
 Error
coding HiddenField 'img' hides a field. 49
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter complexNumber should be final. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 71
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error
misc FinalParameters Parameter c should be final. 87
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 95
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 99
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 99
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 107
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 108
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 111
 Error
misc FinalParameters Parameter o should be final. 112
 Error
blocks NeedBraces 'if' construct must use '{}'s. 113
 Error
blocks NeedBraces 'if' construct must use '{}'s. 114
 Error
whitespace OperatorWrap '&&' should be on a new line. 116
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
whitespace OperatorWrap '&&' should be on a new line. 118
 Error
whitespace OperatorWrap '&&' should be on a new line. 119
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 123
 Error
sizes LineLength Line is longer than 80 characters (found 98). 125
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 128
 Error
whitespace OperatorWrap '+' should be on a new line. 130
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133
 Error
whitespace OperatorWrap '+' should be on a new line. 134
 Error
whitespace OperatorWrap '+' should be on a new line. 135
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter complexNumber should be final. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter real should be final. 43
 Error
coding HiddenField 'real' hides a field. 43
 Error
misc FinalParameters Parameter img should be final. 43
 Error
coding HiddenField 'img' hides a field. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter complexNumber should be final. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 81
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
misc FinalParameters Parameter c should be final. 85
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 93
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 106
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 106
 Error
whitespace ParenPad ')' is preceded with whitespace. 106
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 109
 Error
misc FinalParameters Parameter o should be final. 110
 Error
blocks NeedBraces 'if' construct must use '{}'s. 111
 Error
blocks NeedBraces 'if' construct must use '{}'s. 112
 Error
whitespace OperatorWrap '&&' should be on a new line. 114
 Error
whitespace OperatorWrap '&&' should be on a new line. 115
 Error
whitespace OperatorWrap '&&' should be on a new line. 116
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 121
 Error
sizes LineLength Line is longer than 80 characters (found 98). 123
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error
whitespace OperatorWrap '+' should be on a new line. 128
 Error
whitespace OperatorWrap '+' should be on a new line. 129
 Error
whitespace OperatorWrap '+' should be on a new line. 130
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter complexNumber should be final. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter real should be final. 43
 Error
coding HiddenField 'real' hides a field. 43
 Error
misc FinalParameters Parameter img should be final. 43
 Error
coding HiddenField 'img' hides a field. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter complexNumber should be final. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 81
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
misc FinalParameters Parameter c should be final. 85
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 93
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 106
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 106
 Error
whitespace ParenPad ')' is preceded with whitespace. 106
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 109
 Error
misc FinalParameters Parameter o should be final. 110
 Error
blocks NeedBraces 'if' construct must use '{}'s. 111
 Error
blocks NeedBraces 'if' construct must use '{}'s. 112
 Error
whitespace OperatorWrap '&&' should be on a new line. 114
 Error
whitespace OperatorWrap '&&' should be on a new line. 115
 Error
whitespace OperatorWrap '&&' should be on a new line. 116
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 121
 Error
sizes LineLength Line is longer than 80 characters (found 98). 123
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error
whitespace OperatorWrap '+' should be on a new line. 128
 Error
whitespace OperatorWrap '+' should be on a new line. 129
 Error
whitespace OperatorWrap '+' should be on a new line. 130
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter complexNumber should be final. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter real should be final. 43
 Error
coding HiddenField 'real' hides a field. 43
 Error
misc FinalParameters Parameter img should be final. 43
 Error
coding HiddenField 'img' hides a field. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter complexNumber should be final. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 81
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
misc FinalParameters Parameter c should be final. 85
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 93
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 106
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 106
 Error
whitespace ParenPad ')' is preceded with whitespace. 106
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 109
 Error
misc FinalParameters Parameter o should be final. 110
 Error
blocks NeedBraces 'if' construct must use '{}'s. 111
 Error
blocks NeedBraces 'if' construct must use '{}'s. 112
 Error
whitespace OperatorWrap '&&' should be on a new line. 114
 Error
whitespace OperatorWrap '&&' should be on a new line. 115
 Error
whitespace OperatorWrap '&&' should be on a new line. 116
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 121
 Error
sizes LineLength Line is longer than 80 characters (found 98). 123
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error
whitespace OperatorWrap '+' should be on a new line. 128
 Error
whitespace OperatorWrap '+' should be on a new line. 129
 Error
whitespace OperatorWrap '+' should be on a new line. 130
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter complexNumber should be final. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter real should be final. 43
 Error
coding HiddenField 'real' hides a field. 43
 Error
misc FinalParameters Parameter img should be final. 43
 Error
coding HiddenField 'img' hides a field. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter complexNumber should be final. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 81
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
misc FinalParameters Parameter c should be final. 85
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 93
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 106
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 106
 Error
whitespace ParenPad ')' is preceded with whitespace. 106
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 109
 Error
misc FinalParameters Parameter o should be final. 110
 Error
blocks NeedBraces 'if' construct must use '{}'s. 111
 Error
blocks NeedBraces 'if' construct must use '{}'s. 112
 Error
whitespace OperatorWrap '&&' should be on a new line. 114
 Error
whitespace OperatorWrap '&&' should be on a new line. 115
 Error
whitespace OperatorWrap '&&' should be on a new line. 116
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 121
 Error
sizes LineLength Line is longer than 80 characters (found 98). 123
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error
whitespace OperatorWrap '+' should be on a new line. 128
 Error
whitespace OperatorWrap '+' should be on a new line. 129
 Error
whitespace OperatorWrap '+' should be on a new line. 130
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133

org/woehlke/computer/kurzweil/commons/model/fractal/GaussianNumberPlane.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 32
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 33
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 35
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 36
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 37
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 43
 Error
sizes LineLength Line is longer than 80 characters (found 96). 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
sizes LineLength Line is longer than 80 characters (found 87). 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter model should be final. 52
 Error
sizes LineLength Line is longer than 80 characters (found 88). 54
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 77
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 77
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter x should be final. 84
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 84
 Error
misc FinalParameters Parameter y should be final. 84
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 84
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 85
 Error
sizes LineLength Line is longer than 80 characters (found 104). 88
 Error
misc FinalParameters Parameter turingPosition should be final. 88
 Error
sizes LineLength Line is longer than 80 characters (found 94). 90
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 90
 Error
sizes LineLength Line is longer than 80 characters (found 93). 92
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 93
 Error
sizes LineLength Line is longer than 80 characters (found 109). 96
 Error
misc FinalParameters Parameter turingPosition should be final. 96
 Error
whitespace ParenPad '(' is followed by whitespace. 99
 Error
whitespace ParenPad ')' is preceded with whitespace. 99
 Error
whitespace ParenPad '(' is followed by whitespace. 104
 Error
whitespace ParenPad ')' is preceded with whitespace. 104
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 107
 Error
sizes LineLength Line is longer than 80 characters (found 115). 110
 Error
misc FinalParameters Parameter turingPosition should be final. 110
 Error
whitespace ParenPad '(' is followed by whitespace. 112
 Error
whitespace ParenPad ')' is preceded with whitespace. 112
 Error
whitespace ParenPad '(' is followed by whitespace. 114
 Error
whitespace ParenPad ')' is preceded with whitespace. 114
 Error
whitespace ParenPad '(' is followed by whitespace. 115
 Error
whitespace ParenPad ')' is preceded with whitespace. 115
 Error
whitespace ParenPad '(' is followed by whitespace. 118
 Error
whitespace ParenPad ')' is preceded with whitespace. 118
 Error
whitespace ParenPad '(' is followed by whitespace. 120
 Error
whitespace ParenPad ')' is preceded with whitespace. 120
 Error
whitespace ParenPad '(' is followed by whitespace. 121
 Error
whitespace ParenPad ')' is preceded with whitespace. 121
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 123
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 126
 Error
misc FinalParameters Parameter turingPosition should be final. 126
 Error
sizes LineLength Line is longer than 80 characters (found 107). 127
 Error
sizes LineLength Line is longer than 80 characters (found 96). 128
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 132
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 132
 Error
misc FinalParameters Parameter turingPosition should be final. 132
 Error
sizes LineLength Line is longer than 80 characters (found 101). 133
 Error
sizes LineLength Line is longer than 80 characters (found 96). 134
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 138
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 140
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 140
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 140
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 141
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 141
 Error
misc FinalParameters Parameter c should be final. 148
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 149
 Error
sizes LineLength Line is longer than 80 characters (found 89). 152
 Error
sizes LineLength Line is longer than 80 characters (found 82). 158
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 158
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 158
 Error
sizes LineLength Line is longer than 80 characters (found 97). 159
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 164
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 164
 Error
misc FinalParameters Parameter zoomPoint should be final. 164
 Error
sizes LineLength Line is longer than 80 characters (found 94). 165
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 167
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 167
 Error
sizes LineLength Line is longer than 80 characters (found 93). 168
 Error
sizes LineLength Line is longer than 80 characters (found 90). 170
 Error
sizes LineLength Line is longer than 80 characters (found 96). 172
 Error
sizes LineLength Line is longer than 80 characters (found 102). 176
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 177
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 178
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 178
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 185
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 185
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 187
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 187
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 187
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 187
 Error
sizes LineLength Line is longer than 80 characters (found 99). 191
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 192
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 192
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 193
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 193
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 200
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 200
 Error
misc FinalParameters Parameter zoomPoint should be final. 200
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 205
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 208
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 208
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 212
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 212
 Error
coding InnerAssignment Inner assignments should be avoided. 213
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 216
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 216
 Error
coding InnerAssignment Inner assignments should be avoided. 217
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 220
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 220
 Error
misc FinalParameters Parameter zoomLevel should be final. 220
 Error
coding HiddenField 'zoomLevel' hides a field. 220
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 224
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 224
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 228
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 228
 Error
misc FinalParameters Parameter zoomCenter should be final. 228
 Error
coding HiddenField 'zoomCenter' hides a field. 228
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 32
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 33
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 35
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 36
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 37
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 43
 Error
sizes LineLength Line is longer than 80 characters (found 96). 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
sizes LineLength Line is longer than 80 characters (found 87). 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter model should be final. 51
 Error
sizes LineLength Line is longer than 80 characters (found 88). 53
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 78
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 79
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
misc FinalParameters Parameter x should be final. 85
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 85
 Error
misc FinalParameters Parameter y should be final. 85
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 86
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 86
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 86
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 86
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 86
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 86
 Error
sizes LineLength Line is longer than 80 characters (found 104). 89
 Error
misc FinalParameters Parameter turingPosition should be final. 89
 Error
sizes LineLength Line is longer than 80 characters (found 94). 91
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 91
 Error
sizes LineLength Line is longer than 80 characters (found 93). 93
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 94
 Error
sizes LineLength Line is longer than 80 characters (found 109). 97
 Error
misc FinalParameters Parameter turingPosition should be final. 97
 Error
whitespace ParenPad '(' is followed by whitespace. 100
 Error
whitespace ParenPad ')' is preceded with whitespace. 100
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 108
 Error
sizes LineLength Line is longer than 80 characters (found 115). 111
 Error
misc FinalParameters Parameter turingPosition should be final. 111
 Error
whitespace ParenPad '(' is followed by whitespace. 113
 Error
whitespace ParenPad ')' is preceded with whitespace. 113
 Error
whitespace ParenPad '(' is followed by whitespace. 115
 Error
whitespace ParenPad ')' is preceded with whitespace. 115
 Error
whitespace ParenPad '(' is followed by whitespace. 116
 Error
whitespace ParenPad ')' is preceded with whitespace. 116
 Error
whitespace ParenPad '(' is followed by whitespace. 119
 Error
whitespace ParenPad ')' is preceded with whitespace. 119
 Error
whitespace ParenPad '(' is followed by whitespace. 121
 Error
whitespace ParenPad ')' is preceded with whitespace. 121
 Error
whitespace ParenPad '(' is followed by whitespace. 122
 Error
whitespace ParenPad ')' is preceded with whitespace. 122
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 124
 Error
sizes LineLength Line is longer than 80 characters (found 107). 129
 Error
sizes LineLength Line is longer than 80 characters (found 96). 130
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 135
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 135
 Error
misc FinalParameters Parameter turingPosition should be final. 135
 Error
sizes LineLength Line is longer than 80 characters (found 101). 136
 Error
sizes LineLength Line is longer than 80 characters (found 96). 137
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 141
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 141
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 141
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 142
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 142
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 142
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 144
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 144
 Error
misc FinalParameters Parameter c should be final. 151
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 152
 Error
sizes LineLength Line is longer than 80 characters (found 89). 155
 Error
sizes LineLength Line is longer than 80 characters (found 82). 161
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 161
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 161
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 161
 Error
sizes LineLength Line is longer than 80 characters (found 97). 162
 Error
sizes LineLength Line is longer than 80 characters (found 94). 169
 Error
sizes LineLength Line is longer than 80 characters (found 93). 172
 Error
sizes LineLength Line is longer than 80 characters (found 90). 174
 Error
sizes LineLength Line is longer than 80 characters (found 96). 176
 Error
sizes LineLength Line is longer than 80 characters (found 102). 180
 Error
sizes LineLength Line is longer than 80 characters (found 99). 195
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 212
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 212
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 225
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 225
 Error
misc FinalParameters Parameter zoomLevel should be final. 225
 Error
coding HiddenField 'zoomLevel' hides a field. 225
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 229
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 229
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 233
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 233
 Error
misc FinalParameters Parameter zoomCenter should be final. 233
 Error
coding HiddenField 'zoomCenter' hides a field. 233
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 32
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 33
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 35
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 36
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 37
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 43
 Error
sizes LineLength Line is longer than 80 characters (found 96). 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
sizes LineLength Line is longer than 80 characters (found 87). 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter model should be final. 52
 Error
sizes LineLength Line is longer than 80 characters (found 88). 54
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 77
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 77
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter x should be final. 84
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 84
 Error
misc FinalParameters Parameter y should be final. 84
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 84
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 85
 Error
sizes LineLength Line is longer than 80 characters (found 104). 88
 Error
misc FinalParameters Parameter turingPosition should be final. 88
 Error
sizes LineLength Line is longer than 80 characters (found 94). 90
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 90
 Error
sizes LineLength Line is longer than 80 characters (found 93). 92
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 93
 Error
sizes LineLength Line is longer than 80 characters (found 109). 96
 Error
misc FinalParameters Parameter turingPosition should be final. 96
 Error
whitespace ParenPad '(' is followed by whitespace. 99
 Error
whitespace ParenPad ')' is preceded with whitespace. 99
 Error
whitespace ParenPad '(' is followed by whitespace. 104
 Error
whitespace ParenPad ')' is preceded with whitespace. 104
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 107
 Error
sizes LineLength Line is longer than 80 characters (found 115). 110
 Error
misc FinalParameters Parameter turingPosition should be final. 110
 Error
whitespace ParenPad '(' is followed by whitespace. 112
 Error
whitespace ParenPad ')' is preceded with whitespace. 112
 Error
whitespace ParenPad '(' is followed by whitespace. 114
 Error
whitespace ParenPad ')' is preceded with whitespace. 114
 Error
whitespace ParenPad '(' is followed by whitespace. 115
 Error
whitespace ParenPad ')' is preceded with whitespace. 115
 Error
whitespace ParenPad '(' is followed by whitespace. 118
 Error
whitespace ParenPad ')' is preceded with whitespace. 118
 Error
whitespace ParenPad '(' is followed by whitespace. 120
 Error
whitespace ParenPad ')' is preceded with whitespace. 120
 Error
whitespace ParenPad '(' is followed by whitespace. 121
 Error
whitespace ParenPad ')' is preceded with whitespace. 121
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 123
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 126
 Error
misc FinalParameters Parameter turingPosition should be final. 126
 Error
sizes LineLength Line is longer than 80 characters (found 107). 127
 Error
sizes LineLength Line is longer than 80 characters (found 96). 128
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 132
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 132
 Error
misc FinalParameters Parameter turingPosition should be final. 132
 Error
sizes LineLength Line is longer than 80 characters (found 101). 133
 Error
sizes LineLength Line is longer than 80 characters (found 96). 134
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 138
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 140
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 140
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 140
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 141
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 141
 Error
misc FinalParameters Parameter c should be final. 148
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 149
 Error
sizes LineLength Line is longer than 80 characters (found 89). 152
 Error
sizes LineLength Line is longer than 80 characters (found 82). 158
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 158
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 158
 Error
sizes LineLength Line is longer than 80 characters (found 97). 159
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 164
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 164
 Error
misc FinalParameters Parameter zoomPoint should be final. 164
 Error
sizes LineLength Line is longer than 80 characters (found 94). 165
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 167
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 167
 Error
sizes LineLength Line is longer than 80 characters (found 93). 168
 Error
sizes LineLength Line is longer than 80 characters (found 90). 170
 Error
sizes LineLength Line is longer than 80 characters (found 96). 172
 Error
sizes LineLength Line is longer than 80 characters (found 102). 176
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 177
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 178
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 178
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 185
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 185
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 187
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 187
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 187
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 187
 Error
sizes LineLength Line is longer than 80 characters (found 99). 191
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 192
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 192
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 193
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 193
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 200
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 200
 Error
misc FinalParameters Parameter zoomPoint should be final. 200
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 205
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 208
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 208
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 212
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 212
 Error
coding InnerAssignment Inner assignments should be avoided. 213
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 216
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 216
 Error
coding InnerAssignment Inner assignments should be avoided. 217
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 220
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 220
 Error
misc FinalParameters Parameter zoomLevel should be final. 220
 Error
coding HiddenField 'zoomLevel' hides a field. 220
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 224
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 224
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 228
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 228
 Error
misc FinalParameters Parameter zoomCenter should be final. 228
 Error
coding HiddenField 'zoomCenter' hides a field. 228
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 25
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 26
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 27
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 28
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 29
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
sizes LineLength Line is longer than 80 characters (found 96). 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
sizes LineLength Line is longer than 80 characters (found 87). 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter model should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 88). 47
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 70
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 71
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter x should be final. 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
misc FinalParameters Parameter y should be final. 77
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 78
 Error
sizes LineLength Line is longer than 80 characters (found 104). 81
 Error
misc FinalParameters Parameter turingPosition should be final. 81
 Error
sizes LineLength Line is longer than 80 characters (found 94). 83
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 83
 Error
sizes LineLength Line is longer than 80 characters (found 93). 85
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
sizes LineLength Line is longer than 80 characters (found 109). 89
 Error
misc FinalParameters Parameter turingPosition should be final. 89
 Error
whitespace ParenPad '(' is followed by whitespace. 92
 Error
whitespace ParenPad ')' is preceded with whitespace. 92
 Error
whitespace ParenPad '(' is followed by whitespace. 97
 Error
whitespace ParenPad ')' is preceded with whitespace. 97
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 100
 Error
sizes LineLength Line is longer than 80 characters (found 115). 103
 Error
misc FinalParameters Parameter turingPosition should be final. 103
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 107
 Error
whitespace ParenPad ')' is preceded with whitespace. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace ParenPad '(' is followed by whitespace. 113
 Error
whitespace ParenPad ')' is preceded with whitespace. 113
 Error
whitespace ParenPad '(' is followed by whitespace. 114
 Error
whitespace ParenPad ')' is preceded with whitespace. 114
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 116
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 119
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 119
 Error
misc FinalParameters Parameter turingPosition should be final. 119
 Error
sizes LineLength Line is longer than 80 characters (found 107). 120
 Error
sizes LineLength Line is longer than 80 characters (found 96). 121
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 125
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 125
 Error
misc FinalParameters Parameter turingPosition should be final. 125
 Error
sizes LineLength Line is longer than 80 characters (found 101). 126
 Error
sizes LineLength Line is longer than 80 characters (found 96). 127
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 131
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 134
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 134
 Error
misc FinalParameters Parameter c should be final. 141
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 142
 Error
sizes LineLength Line is longer than 80 characters (found 89). 145
 Error
sizes LineLength Line is longer than 80 characters (found 82). 151
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 151
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 151
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 151
 Error
sizes LineLength Line is longer than 80 characters (found 97). 152
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 157
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 157
 Error
misc FinalParameters Parameter zoomPoint should be final. 157
 Error
sizes LineLength Line is longer than 80 characters (found 94). 158
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 160
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 160
 Error
sizes LineLength Line is longer than 80 characters (found 93). 161
 Error
sizes LineLength Line is longer than 80 characters (found 90). 163
 Error
sizes LineLength Line is longer than 80 characters (found 96). 165
 Error
sizes LineLength Line is longer than 80 characters (found 102). 169
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 170
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 170
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 171
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 171
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 178
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 178
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 180
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 180
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 180
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 180
 Error
sizes LineLength Line is longer than 80 characters (found 99). 184
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 185
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 185
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 186
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 186
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 193
 Error
misc FinalParameters Parameter zoomPoint should be final. 193
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 198
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 201
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 201
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 205
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 205
 Error
misc FinalParameters Parameter zoomLevel should be final. 205
 Error
coding HiddenField 'zoomLevel' hides a field. 205
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 209
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 209
 Error
coding InnerAssignment Inner assignments should be avoided. 210
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 213
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 213
 Error
coding InnerAssignment Inner assignments should be avoided. 214
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 217
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 221
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 221
 Error
misc FinalParameters Parameter zoomCenter should be final. 221
 Error
coding HiddenField 'zoomCenter' hides a field. 221
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 25
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 26
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 27
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 28
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 29
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
sizes LineLength Line is longer than 80 characters (found 96). 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
sizes LineLength Line is longer than 80 characters (found 87). 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter model should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 88). 47
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 70
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 71
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter x should be final. 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
misc FinalParameters Parameter y should be final. 77
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 78
 Error
sizes LineLength Line is longer than 80 characters (found 104). 81
 Error
misc FinalParameters Parameter turingPosition should be final. 81
 Error
sizes LineLength Line is longer than 80 characters (found 94). 83
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 83
 Error
sizes LineLength Line is longer than 80 characters (found 93). 85
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
sizes LineLength Line is longer than 80 characters (found 109). 89
 Error
misc FinalParameters Parameter turingPosition should be final. 89
 Error
whitespace ParenPad '(' is followed by whitespace. 92
 Error
whitespace ParenPad ')' is preceded with whitespace. 92
 Error
whitespace ParenPad '(' is followed by whitespace. 97
 Error
whitespace ParenPad ')' is preceded with whitespace. 97
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 100
 Error
sizes LineLength Line is longer than 80 characters (found 115). 103
 Error
misc FinalParameters Parameter turingPosition should be final. 103
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 107
 Error
whitespace ParenPad ')' is preceded with whitespace. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace ParenPad '(' is followed by whitespace. 113
 Error
whitespace ParenPad ')' is preceded with whitespace. 113
 Error
whitespace ParenPad '(' is followed by whitespace. 114
 Error
whitespace ParenPad ')' is preceded with whitespace. 114
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 116
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 119
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 119
 Error
misc FinalParameters Parameter turingPosition should be final. 119
 Error
sizes LineLength Line is longer than 80 characters (found 107). 120
 Error
sizes LineLength Line is longer than 80 characters (found 96). 121
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 125
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 125
 Error
misc FinalParameters Parameter turingPosition should be final. 125
 Error
sizes LineLength Line is longer than 80 characters (found 101). 126
 Error
sizes LineLength Line is longer than 80 characters (found 96). 127
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 131
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 134
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 134
 Error
misc FinalParameters Parameter c should be final. 141
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 142
 Error
sizes LineLength Line is longer than 80 characters (found 89). 145
 Error
sizes LineLength Line is longer than 80 characters (found 82). 151
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 151
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 151
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 151
 Error
sizes LineLength Line is longer than 80 characters (found 97). 152
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 157
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 157
 Error
misc FinalParameters Parameter zoomPoint should be final. 157
 Error
sizes LineLength Line is longer than 80 characters (found 94). 158
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 160
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 160
 Error
sizes LineLength Line is longer than 80 characters (found 93). 161
 Error
sizes LineLength Line is longer than 80 characters (found 90). 163
 Error
sizes LineLength Line is longer than 80 characters (found 96). 165
 Error
sizes LineLength Line is longer than 80 characters (found 102). 169
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 170
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 170
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 171
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 171
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 178
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 178
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 180
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 180
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 180
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 180
 Error
sizes LineLength Line is longer than 80 characters (found 99). 184
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 185
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 185
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 186
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 186
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 193
 Error
misc FinalParameters Parameter zoomPoint should be final. 193
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 198
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 201
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 201
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 205
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 205
 Error
misc FinalParameters Parameter zoomLevel should be final. 205
 Error
coding HiddenField 'zoomLevel' hides a field. 205
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 209
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 209
 Error
coding InnerAssignment Inner assignments should be avoided. 210
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 213
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 213
 Error
coding InnerAssignment Inner assignments should be avoided. 214
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 217
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 221
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 221
 Error
misc FinalParameters Parameter zoomCenter should be final. 221
 Error
coding HiddenField 'zoomCenter' hides a field. 221
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 25
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 26
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 27
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 28
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 29
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
sizes LineLength Line is longer than 80 characters (found 96). 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
sizes LineLength Line is longer than 80 characters (found 87). 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter model should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 88). 47
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 70
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 71
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter x should be final. 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
misc FinalParameters Parameter y should be final. 77
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 78
 Error
sizes LineLength Line is longer than 80 characters (found 104). 81
 Error
misc FinalParameters Parameter turingPosition should be final. 81
 Error
sizes LineLength Line is longer than 80 characters (found 94). 83
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 83
 Error
sizes LineLength Line is longer than 80 characters (found 93). 85
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
sizes LineLength Line is longer than 80 characters (found 109). 89
 Error
misc FinalParameters Parameter turingPosition should be final. 89
 Error
whitespace ParenPad '(' is followed by whitespace. 92
 Error
whitespace ParenPad ')' is preceded with whitespace. 92
 Error
whitespace ParenPad '(' is followed by whitespace. 97
 Error
whitespace ParenPad ')' is preceded with whitespace. 97
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 100
 Error
sizes LineLength Line is longer than 80 characters (found 115). 103
 Error
misc FinalParameters Parameter turingPosition should be final. 103
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 107
 Error
whitespace ParenPad ')' is preceded with whitespace. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace ParenPad '(' is followed by whitespace. 113
 Error
whitespace ParenPad ')' is preceded with whitespace. 113
 Error
whitespace ParenPad '(' is followed by whitespace. 114
 Error
whitespace ParenPad ')' is preceded with whitespace. 114
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 116
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 119
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 119
 Error
misc FinalParameters Parameter turingPosition should be final. 119
 Error
sizes LineLength Line is longer than 80 characters (found 107). 120
 Error
sizes LineLength Line is longer than 80 characters (found 96). 121
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 125
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 125
 Error
misc FinalParameters Parameter turingPosition should be final. 125
 Error
sizes LineLength Line is longer than 80 characters (found 101). 126
 Error
sizes LineLength Line is longer than 80 characters (found 96). 127
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 131
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 134
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 134
 Error
misc FinalParameters Parameter c should be final. 141
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 142
 Error
sizes LineLength Line is longer than 80 characters (found 89). 145
 Error
sizes LineLength Line is longer than 80 characters (found 82). 151
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 151
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 151
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 151
 Error
sizes LineLength Line is longer than 80 characters (found 97). 152
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 157
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 157
 Error
misc FinalParameters Parameter zoomPoint should be final. 157
 Error
sizes LineLength Line is longer than 80 characters (found 94). 158
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 160
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 160
 Error
sizes LineLength Line is longer than 80 characters (found 93). 161
 Error
sizes LineLength Line is longer than 80 characters (found 90). 163
 Error
sizes LineLength Line is longer than 80 characters (found 96). 165
 Error
sizes LineLength Line is longer than 80 characters (found 102). 169
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 170
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 170
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 171
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 171
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 178
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 178
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 180
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 180
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 180
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 180
 Error
sizes LineLength Line is longer than 80 characters (found 99). 184
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 185
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 185
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 186
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 186
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 193
 Error
misc FinalParameters Parameter zoomPoint should be final. 193
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 198
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 201
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 201
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 205
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 205
 Error
misc FinalParameters Parameter zoomLevel should be final. 205
 Error
coding HiddenField 'zoomLevel' hides a field. 205
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 209
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 209
 Error
coding InnerAssignment Inner assignments should be avoided. 210
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 213
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 213
 Error
coding InnerAssignment Inner assignments should be avoided. 214
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 217
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 221
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 221
 Error
misc FinalParameters Parameter zoomCenter should be final. 221
 Error
coding HiddenField 'zoomCenter' hides a field. 221
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 25
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 26
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 27
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 28
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 29
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
sizes LineLength Line is longer than 80 characters (found 96). 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
sizes LineLength Line is longer than 80 characters (found 87). 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter model should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 88). 47
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 70
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 71
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter x should be final. 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
misc FinalParameters Parameter y should be final. 77
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 78
 Error
sizes LineLength Line is longer than 80 characters (found 104). 81
 Error
misc FinalParameters Parameter turingPosition should be final. 81
 Error
sizes LineLength Line is longer than 80 characters (found 94). 83
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 83
 Error
sizes LineLength Line is longer than 80 characters (found 93). 85
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
sizes LineLength Line is longer than 80 characters (found 109). 89
 Error
misc FinalParameters Parameter turingPosition should be final. 89
 Error
whitespace ParenPad '(' is followed by whitespace. 92
 Error
whitespace ParenPad ')' is preceded with whitespace. 92
 Error
whitespace ParenPad '(' is followed by whitespace. 97
 Error
whitespace ParenPad ')' is preceded with whitespace. 97
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 100
 Error
sizes LineLength Line is longer than 80 characters (found 115). 103
 Error
misc FinalParameters Parameter turingPosition should be final. 103
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 107
 Error
whitespace ParenPad ')' is preceded with whitespace. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace ParenPad '(' is followed by whitespace. 113
 Error
whitespace ParenPad ')' is preceded with whitespace. 113
 Error
whitespace ParenPad '(' is followed by whitespace. 114
 Error
whitespace ParenPad ')' is preceded with whitespace. 114
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 116
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 119
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 119
 Error
misc FinalParameters Parameter turingPosition should be final. 119
 Error
sizes LineLength Line is longer than 80 characters (found 107). 120
 Error
sizes LineLength Line is longer than 80 characters (found 96). 121
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 125
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 125
 Error
misc FinalParameters Parameter turingPosition should be final. 125
 Error
sizes LineLength Line is longer than 80 characters (found 101). 126
 Error
sizes LineLength Line is longer than 80 characters (found 96). 127
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 131
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 134
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 134
 Error
misc FinalParameters Parameter c should be final. 141
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 142
 Error
sizes LineLength Line is longer than 80 characters (found 89). 145
 Error
sizes LineLength Line is longer than 80 characters (found 82). 151
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 151
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 151
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 151
 Error
sizes LineLength Line is longer than 80 characters (found 97). 152
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 157
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 157
 Error
misc FinalParameters Parameter zoomPoint should be final. 157
 Error
sizes LineLength Line is longer than 80 characters (found 94). 158
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 160
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 160
 Error
sizes LineLength Line is longer than 80 characters (found 93). 161
 Error
sizes LineLength Line is longer than 80 characters (found 90). 163
 Error
sizes LineLength Line is longer than 80 characters (found 96). 165
 Error
sizes LineLength Line is longer than 80 characters (found 102). 169
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 170
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 170
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 171
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 171
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 178
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 178
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 180
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 180
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 180
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 180
 Error
sizes LineLength Line is longer than 80 characters (found 99). 184
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 185
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 185
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 186
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 186
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 193
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 193
 Error
misc FinalParameters Parameter zoomPoint should be final. 193
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 198
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 201
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 201
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 205
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 205
 Error
misc FinalParameters Parameter zoomLevel should be final. 205
 Error
coding HiddenField 'zoomLevel' hides a field. 205
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 209
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 209
 Error
coding InnerAssignment Inner assignments should be avoided. 210
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 213
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 213
 Error
coding InnerAssignment Inner assignments should be avoided. 214
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 217
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 221
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 221
 Error
misc FinalParameters Parameter zoomCenter should be final. 221
 Error
coding HiddenField 'zoomCenter' hides a field. 221

org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringDirection.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16

org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringMachine.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
sizes LineLength Line is longer than 80 characters (found 89). 29
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
sizes LineLength Line is longer than 80 characters (found 97). 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 92). 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
sizes LineLength Line is longer than 80 characters (found 89). 29
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
sizes LineLength Line is longer than 80 characters (found 97). 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 92). 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
sizes LineLength Line is longer than 80 characters (found 89). 29
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
sizes LineLength Line is longer than 80 characters (found 97). 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 92). 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
sizes LineLength Line is longer than 80 characters (found 89). 29
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
sizes LineLength Line is longer than 80 characters (found 97). 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 92). 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
sizes LineLength Line is longer than 80 characters (found 89). 29
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
sizes LineLength Line is longer than 80 characters (found 97). 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 92). 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
sizes LineLength Line is longer than 80 characters (found 89). 29
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
sizes LineLength Line is longer than 80 characters (found 97). 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 92). 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81

org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringPhase.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16

org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringPhaseState.java

Severity Category Rule Message Line
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.commons.model.turing.MandelbrotTuringPhase. 3
 Error
sizes LineLength Line is longer than 80 characters (found 90). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 26
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 30
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'MandelbrotTuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40

org/woehlke/computer/kurzweil/commons/model/turing/MandelbrotTuringPositions.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter worldDimensions should be final. 26
 Error
coding HiddenField 'worldDimensions' hides a field. 26
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 98). 33
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 33
 Error
coding MagicNumber '11' is a magic number. 33
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 81). 69
 Error
sizes LineLength Line is longer than 80 characters (found 83). 70
 Error
sizes LineLength Line is longer than 80 characters (found 82). 71
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
sizes LineLength Line is longer than 80 characters (found 81). 82
 Error
sizes LineLength Line is longer than 80 characters (found 83). 83
 Error
sizes LineLength Line is longer than 80 characters (found 82). 84
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
sizes LineLength Line is longer than 80 characters (found 87). 91
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 91
 Error
coding MagicNumber '100' is a magic number. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter worldDimensions should be final. 26
 Error
coding HiddenField 'worldDimensions' hides a field. 26
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 98). 33
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 33
 Error
coding MagicNumber '11' is a magic number. 33
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 81). 69
 Error
sizes LineLength Line is longer than 80 characters (found 83). 70
 Error
sizes LineLength Line is longer than 80 characters (found 82). 71
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
sizes LineLength Line is longer than 80 characters (found 81). 82
 Error
sizes LineLength Line is longer than 80 characters (found 83). 83
 Error
sizes LineLength Line is longer than 80 characters (found 82). 84
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
sizes LineLength Line is longer than 80 characters (found 87). 91
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 91
 Error
coding MagicNumber '100' is a magic number. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter worldDimensions should be final. 26
 Error
coding HiddenField 'worldDimensions' hides a field. 26
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 98). 33
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 33
 Error
coding MagicNumber '11' is a magic number. 33
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 81). 69
 Error
sizes LineLength Line is longer than 80 characters (found 83). 70
 Error
sizes LineLength Line is longer than 80 characters (found 82). 71
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
sizes LineLength Line is longer than 80 characters (found 81). 82
 Error
sizes LineLength Line is longer than 80 characters (found 83). 83
 Error
sizes LineLength Line is longer than 80 characters (found 82). 84
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
sizes LineLength Line is longer than 80 characters (found 87). 91
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 91
 Error
coding MagicNumber '100' is a magic number. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter worldDimensions should be final. 26
 Error
coding HiddenField 'worldDimensions' hides a field. 26
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 98). 33
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 33
 Error
coding MagicNumber '11' is a magic number. 33
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 81). 69
 Error
sizes LineLength Line is longer than 80 characters (found 83). 70
 Error
sizes LineLength Line is longer than 80 characters (found 82). 71
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
sizes LineLength Line is longer than 80 characters (found 81). 82
 Error
sizes LineLength Line is longer than 80 characters (found 83). 83
 Error
sizes LineLength Line is longer than 80 characters (found 82). 84
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
sizes LineLength Line is longer than 80 characters (found 87). 91
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 91
 Error
coding MagicNumber '100' is a magic number. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter worldDimensions should be final. 26
 Error
coding HiddenField 'worldDimensions' hides a field. 26
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 98). 33
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 33
 Error
coding MagicNumber '11' is a magic number. 33
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 81). 69
 Error
sizes LineLength Line is longer than 80 characters (found 83). 70
 Error
sizes LineLength Line is longer than 80 characters (found 82). 71
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
sizes LineLength Line is longer than 80 characters (found 81). 82
 Error
sizes LineLength Line is longer than 80 characters (found 83). 83
 Error
sizes LineLength Line is longer than 80 characters (found 82). 84
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
sizes LineLength Line is longer than 80 characters (found 87). 91
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 91
 Error
coding MagicNumber '100' is a magic number. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter worldDimensions should be final. 26
 Error
coding HiddenField 'worldDimensions' hides a field. 26
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 98). 33
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 33
 Error
coding MagicNumber '11' is a magic number. 33
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 81). 69
 Error
sizes LineLength Line is longer than 80 characters (found 83). 70
 Error
sizes LineLength Line is longer than 80 characters (found 82). 71
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
sizes LineLength Line is longer than 80 characters (found 81). 82
 Error
sizes LineLength Line is longer than 80 characters (found 83). 83
 Error
sizes LineLength Line is longer than 80 characters (found 82). 84
 Error
design DesignForExtension Class 'MandelbrotTuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
sizes LineLength Line is longer than 80 characters (found 87). 91
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 91
 Error
coding MagicNumber '100' is a magic number. 91

org/woehlke/computer/kurzweil/commons/model/turing/Point.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter p should be final. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter x should be final. 31
 Error
coding HiddenField 'x' hides a field. 31
 Error
misc FinalParameters Parameter y should be final. 31
 Error
coding HiddenField 'y' hides a field. 31
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
blocks LeftCurly '{' at column 28 should have line break after. 55
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter x should be final. 61
 Error
coding HiddenField 'x' hides a field. 61
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter y should be final. 69
 Error
coding HiddenField 'y' hides a field. 69
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
misc FinalParameters Parameter o should be final. 74
 Error
blocks NeedBraces 'if' construct must use '{}'s. 75
 Error
blocks NeedBraces 'if' construct must use '{}'s. 76
 Error
whitespace OperatorWrap '&&' should be on a new line. 78
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 89
 Error
whitespace OperatorWrap '+' should be on a new line. 90
 Error
whitespace OperatorWrap '+' should be on a new line. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter p should be final. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter x should be final. 31
 Error
coding HiddenField 'x' hides a field. 31
 Error
misc FinalParameters Parameter y should be final. 31
 Error
coding HiddenField 'y' hides a field. 31
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
blocks LeftCurly '{' at column 28 should have line break after. 55
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter x should be final. 61
 Error
coding HiddenField 'x' hides a field. 61
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter y should be final. 69
 Error
coding HiddenField 'y' hides a field. 69
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
misc FinalParameters Parameter o should be final. 74
 Error
blocks NeedBraces 'if' construct must use '{}'s. 75
 Error
blocks NeedBraces 'if' construct must use '{}'s. 76
 Error
whitespace OperatorWrap '&&' should be on a new line. 78
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 89
 Error
whitespace OperatorWrap '+' should be on a new line. 90
 Error
whitespace OperatorWrap '+' should be on a new line. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter p should be final. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter x should be final. 31
 Error
coding HiddenField 'x' hides a field. 31
 Error
misc FinalParameters Parameter y should be final. 31
 Error
coding HiddenField 'y' hides a field. 31
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
blocks LeftCurly '{' at column 28 should have line break after. 55
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter x should be final. 61
 Error
coding HiddenField 'x' hides a field. 61
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter y should be final. 69
 Error
coding HiddenField 'y' hides a field. 69
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
misc FinalParameters Parameter o should be final. 74
 Error
blocks NeedBraces 'if' construct must use '{}'s. 75
 Error
blocks NeedBraces 'if' construct must use '{}'s. 76
 Error
whitespace OperatorWrap '&&' should be on a new line. 78
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 89
 Error
whitespace OperatorWrap '+' should be on a new line. 90
 Error
whitespace OperatorWrap '+' should be on a new line. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter p should be final. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter x should be final. 31
 Error
coding HiddenField 'x' hides a field. 31
 Error
misc FinalParameters Parameter y should be final. 31
 Error
coding HiddenField 'y' hides a field. 31
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
blocks LeftCurly '{' at column 28 should have line break after. 55
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter x should be final. 61
 Error
coding HiddenField 'x' hides a field. 61
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter y should be final. 69
 Error
coding HiddenField 'y' hides a field. 69
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
misc FinalParameters Parameter o should be final. 74
 Error
blocks NeedBraces 'if' construct must use '{}'s. 75
 Error
blocks NeedBraces 'if' construct must use '{}'s. 76
 Error
whitespace OperatorWrap '&&' should be on a new line. 78
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 89
 Error
whitespace OperatorWrap '+' should be on a new line. 90
 Error
whitespace OperatorWrap '+' should be on a new line. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter p should be final. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter x should be final. 31
 Error
coding HiddenField 'x' hides a field. 31
 Error
misc FinalParameters Parameter y should be final. 31
 Error
coding HiddenField 'y' hides a field. 31
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
blocks LeftCurly '{' at column 28 should have line break after. 55
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter x should be final. 61
 Error
coding HiddenField 'x' hides a field. 61
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter y should be final. 69
 Error
coding HiddenField 'y' hides a field. 69
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
misc FinalParameters Parameter o should be final. 74
 Error
blocks NeedBraces 'if' construct must use '{}'s. 75
 Error
blocks NeedBraces 'if' construct must use '{}'s. 76
 Error
whitespace OperatorWrap '&&' should be on a new line. 78
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 89
 Error
whitespace OperatorWrap '+' should be on a new line. 90
 Error
whitespace OperatorWrap '+' should be on a new line. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter p should be final. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter x should be final. 31
 Error
coding HiddenField 'x' hides a field. 31
 Error
misc FinalParameters Parameter y should be final. 31
 Error
coding HiddenField 'y' hides a field. 31
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
blocks LeftCurly '{' at column 28 should have line break after. 55
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter x should be final. 61
 Error
coding HiddenField 'x' hides a field. 61
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter y should be final. 69
 Error
coding HiddenField 'y' hides a field. 69
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
misc FinalParameters Parameter o should be final. 74
 Error
blocks NeedBraces 'if' construct must use '{}'s. 75
 Error
blocks NeedBraces 'if' construct must use '{}'s. 76
 Error
whitespace OperatorWrap '&&' should be on a new line. 78
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 89
 Error
whitespace OperatorWrap '+' should be on a new line. 90
 Error
whitespace OperatorWrap '+' should be on a new line. 91

org/woehlke/computer/kurzweil/commons/tabs/TabCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 5
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 5
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 9
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 10

org/woehlke/computer/kurzweil/commons/tabs/TabController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 5
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 6
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 5
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 6

org/woehlke/computer/kurzweil/commons/tabs/TabModel.java

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.commons.Startable. 3
 Error
imports UnusedImports Unused import - java.util.concurrent.Future. 5

org/woehlke/computer/kurzweil/commons/ui/PanelButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter model should be final. 30
 Error
coding HiddenField 'model' hides a field. 30
 Error
sizes LineLength Line is longer than 80 characters (found 103). 32
 Error
sizes LineLength Line is longer than 80 characters (found 119). 34
 Error
sizes LineLength Line is longer than 80 characters (found 117). 38
 Error
sizes LineLength Line is longer than 80 characters (found 99). 45
 Error
misc FinalParameters Parameter ae should be final. 59
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66

org/woehlke/computer/kurzweil/commons/ui/PanelCopyright.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19

org/woehlke/computer/kurzweil/commons/ui/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19

org/woehlke/computer/kurzweil/commons/ui/RadioButtons.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/commons/widgets/PanelCopyright.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports UnusedImports Unused import - java.io.Serializable. 11
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 16
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter ctx should be final. 21
 Error
sizes LineLength Line is longer than 80 characters (found 86). 23
 Error
design DesignForExtension Class 'PanelCopyright' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelCopyright' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 27
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 15
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 15
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter ctx should be final. 20
 Error
sizes LineLength Line is longer than 80 characters (found 86). 22
 Error
design DesignForExtension Class 'PanelCopyright' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelCopyright' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27

org/woehlke/computer/kurzweil/commons/widgets/PanelStartStopButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 12
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 12
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 12
 Error
sizes LineLength Line is longer than 80 characters (found 84). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter tab should be final. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
sizes LineLength Line is longer than 80 characters (found 113). 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
sizes LineLength Line is longer than 80 characters (found 85). 26
 Error
sizes LineLength Line is longer than 80 characters (found 83). 27
 Error
design DesignForExtension Class 'PanelStartStopButtons' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStartStopButtons' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 38
 Error
design DesignForExtension Class 'PanelStartStopButtons' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStartStopButtons' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 12
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 12
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 12
 Error
sizes LineLength Line is longer than 80 characters (found 84). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter tab should be final. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
sizes LineLength Line is longer than 80 characters (found 113). 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
sizes LineLength Line is longer than 80 characters (found 85). 26
 Error
sizes LineLength Line is longer than 80 characters (found 83). 27
 Error
design DesignForExtension Class 'PanelStartStopButtons' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStartStopButtons' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 38
 Error
design DesignForExtension Class 'PanelStartStopButtons' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStartStopButtons' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 46

org/woehlke/computer/kurzweil/commons/widgets/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 15
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 15
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter text should be final. 20
 Error
design DesignForExtension Class 'PanelSubtitle' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelSubtitle' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 25
 Error
sizes LineLength Line is longer than 80 characters (found 93). 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter ctx should be final. 30
 Error
sizes LineLength Line is longer than 80 characters (found 85). 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter ctx should be final. 35
 Error
sizes LineLength Line is longer than 80 characters (found 85). 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter ctx should be final. 40
 Error
sizes LineLength Line is longer than 80 characters (found 100). 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter ctx should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 90). 46
 Error
sizes LineLength Line is longer than 80 characters (found 104). 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter ctx should be final. 50
 Error
sizes LineLength Line is longer than 80 characters (found 85). 51
 Error
sizes LineLength Line is longer than 80 characters (found 92). 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter ctx should be final. 55
 Error
sizes LineLength Line is longer than 80 characters (found 82). 56
 Error
sizes LineLength Line is longer than 80 characters (found 90). 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter ctx should be final. 61
 Error
sizes LineLength Line is longer than 80 characters (found 100). 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter ctx should be final. 66
 Error
sizes LineLength Line is longer than 80 characters (found 90). 67
 Error
sizes LineLength Line is longer than 80 characters (found 98). 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter ctx should be final. 71
 Error
sizes LineLength Line is longer than 80 characters (found 99). 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter ctx should be final. 76
 Error
sizes LineLength Line is longer than 80 characters (found 97). 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter ctx should be final. 81
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 15
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 15
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter text should be final. 20
 Error
design DesignForExtension Class 'PanelSubtitle' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelSubtitle' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
sizes LineLength Line is longer than 80 characters (found 93). 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter ctx should be final. 30
 Error
sizes LineLength Line is longer than 80 characters (found 85). 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter ctx should be final. 35
 Error
sizes LineLength Line is longer than 80 characters (found 85). 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter ctx should be final. 40
 Error
sizes LineLength Line is longer than 80 characters (found 100). 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter ctx should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 90). 46
 Error
sizes LineLength Line is longer than 80 characters (found 104). 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter ctx should be final. 50
 Error
sizes LineLength Line is longer than 80 characters (found 85). 51
 Error
sizes LineLength Line is longer than 80 characters (found 92). 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter ctx should be final. 55
 Error
sizes LineLength Line is longer than 80 characters (found 82). 56
 Error
sizes LineLength Line is longer than 80 characters (found 90). 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter ctx should be final. 61
 Error
sizes LineLength Line is longer than 80 characters (found 100). 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter ctx should be final. 66
 Error
sizes LineLength Line is longer than 80 characters (found 90). 67
 Error
sizes LineLength Line is longer than 80 characters (found 98). 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter ctx should be final. 71
 Error
sizes LineLength Line is longer than 80 characters (found 99). 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter ctx should be final. 76
 Error
sizes LineLength Line is longer than 80 characters (found 97). 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter ctx should be final. 81

org/woehlke/computer/kurzweil/commons/widgets/PanelTitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 15
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 15
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter text should be final. 20
 Error
design DesignForExtension Class 'PanelTitle' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTitle' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 25
 Error
sizes LineLength Line is longer than 80 characters (found 87). 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter ctx should be final. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter ctx should be final. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter ctx should be final. 40
 Error
sizes LineLength Line is longer than 80 characters (found 94). 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter ctx should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 87). 46
 Error
sizes LineLength Line is longer than 80 characters (found 98). 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter ctx should be final. 50
 Error
sizes LineLength Line is longer than 80 characters (found 82). 51
 Error
sizes LineLength Line is longer than 80 characters (found 86). 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter ctx should be final. 55
 Error
sizes LineLength Line is longer than 80 characters (found 84). 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter ctx should be final. 61
 Error
sizes LineLength Line is longer than 80 characters (found 94). 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter ctx should be final. 66
 Error
sizes LineLength Line is longer than 80 characters (found 87). 67
 Error
sizes LineLength Line is longer than 80 characters (found 92). 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter ctx should be final. 71
 Error
sizes LineLength Line is longer than 80 characters (found 93). 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter ctx should be final. 76
 Error
sizes LineLength Line is longer than 80 characters (found 91). 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter ctx should be final. 81
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 15
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 15
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter text should be final. 20
 Error
design DesignForExtension Class 'PanelTitle' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTitle' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
sizes LineLength Line is longer than 80 characters (found 87). 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter ctx should be final. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter ctx should be final. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter ctx should be final. 40
 Error
sizes LineLength Line is longer than 80 characters (found 94). 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter ctx should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 87). 46
 Error
sizes LineLength Line is longer than 80 characters (found 98). 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter ctx should be final. 50
 Error
sizes LineLength Line is longer than 80 characters (found 82). 51
 Error
sizes LineLength Line is longer than 80 characters (found 86). 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter ctx should be final. 55
 Error
sizes LineLength Line is longer than 80 characters (found 84). 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter ctx should be final. 61
 Error
sizes LineLength Line is longer than 80 characters (found 94). 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter ctx should be final. 66
 Error
sizes LineLength Line is longer than 80 characters (found 87). 67
 Error
sizes LineLength Line is longer than 80 characters (found 92). 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter ctx should be final. 71
 Error
sizes LineLength Line is longer than 80 characters (found 93). 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter ctx should be final. 76
 Error
sizes LineLength Line is longer than 80 characters (found 91). 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter ctx should be final. 81

org/woehlke/computer/kurzweil/commons/widgets/PanelWithTitleBorder.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter label should be final. 20
 Error
misc FinalParameters Parameter p should be final. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter label should be final. 20
 Error
misc FinalParameters Parameter p should be final. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28

org/woehlke/computer/kurzweil/commons/widgets/SubTabImpl.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
sizes LineLength Line is longer than 80 characters (found 137). 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter title should be final. 28
 Error
coding HiddenField 'title' hides a field. 28
 Error
misc FinalParameters Parameter subTitle should be final. 28
 Error
coding HiddenField 'subTitle' hides a field. 28
 Error
misc FinalParameters Parameter toolTipText should be final. 28
 Error
coding HiddenField 'toolTipText' hides a field. 28
 Error
misc FinalParameters Parameter icon should be final. 28
 Error
coding HiddenField 'icon' hides a field. 28
 Error
misc FinalParameters Parameter keyEvent should be final. 28
 Error
coding HiddenField 'keyEvent' hides a field. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
misc FinalParameters Parameter properties should be final. 28
 Error
coding HiddenField 'properties' hides a field. 28
 Error
whitespace ParenPad '(' is followed by whitespace. 36
 Error
whitespace ParenPad '(' is followed by whitespace. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter title should be final. 41
 Error
coding HiddenField 'title' hides a field. 41
 Error
misc FinalParameters Parameter properties should be final. 41
 Error
coding HiddenField 'properties' hides a field. 41
 Error
whitespace ParenPad '(' is followed by whitespace. 49
 Error
whitespace ParenPad '(' is followed by whitespace. 51
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
sizes LineLength Line is longer than 80 characters (found 84). 55
 Error
sizes LineLength Line is longer than 80 characters (found 85). 56
 Error
sizes LineLength Line is longer than 80 characters (found 83). 57
 Error
sizes LineLength Line is longer than 80 characters (found 86). 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
sizes LineLength Line is longer than 80 characters (found 138). 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter title should be final. 28
 Error
coding HiddenField 'title' hides a field. 28
 Error
misc FinalParameters Parameter subTitle should be final. 28
 Error
coding HiddenField 'subTitle' hides a field. 28
 Error
misc FinalParameters Parameter toolTipText should be final. 28
 Error
coding HiddenField 'toolTipText' hides a field. 28
 Error
misc FinalParameters Parameter icon should be final. 28
 Error
coding HiddenField 'icon' hides a field. 28
 Error
misc FinalParameters Parameter keyEvent should be final. 28
 Error
coding HiddenField 'keyEvent' hides a field. 28
 Error
misc FinalParameters Parameter properties should be final. 28
 Error
coding HiddenField 'properties' hides a field. 28
 Error
whitespace ParenPad '(' is followed by whitespace. 36
 Error
whitespace ParenPad '(' is followed by whitespace. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter title should be final. 41
 Error
coding HiddenField 'title' hides a field. 41
 Error
misc FinalParameters Parameter properties should be final. 41
 Error
coding HiddenField 'properties' hides a field. 41
 Error
whitespace ParenPad '(' is followed by whitespace. 49
 Error
whitespace ParenPad '(' is followed by whitespace. 51
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
sizes LineLength Line is longer than 80 characters (found 84). 55
 Error
sizes LineLength Line is longer than 80 characters (found 85). 56
 Error
sizes LineLength Line is longer than 80 characters (found 83). 57
 Error
sizes LineLength Line is longer than 80 characters (found 86). 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/CyclicCellularAutomatonApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 91). 10
 Error
design FinalClass Class CyclicCellularAutomatonApplication should be declared as final. 14
 Error
misc FinalParameters Parameter args should be final. 24
 Error
sizes LineLength Line is longer than 80 characters (found 83). 26

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/ColorScheme.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 91). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
coding MagicNumber '54' is a magic number. 35
 Error
coding MagicNumber '12' is a magic number. 35
 Error
coding MagicNumber '88' is a magic number. 35
 Error
coding MagicNumber '154' is a magic number. 36
 Error
coding MagicNumber '112' is a magic number. 36
 Error
coding MagicNumber '38' is a magic number. 36
 Error
coding MagicNumber '234' is a magic number. 37
 Error
coding MagicNumber '123' is a magic number. 37
 Error
coding MagicNumber '254' is a magic number. 37
 Error
design DesignForExtension Class 'ColorScheme' looks like designed for extension (can be subclassed), but the method 'getMaxState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ColorScheme' final or making the method 'getMaxState' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'ColorScheme' looks like designed for extension (can be subclassed), but the method 'getColorForState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ColorScheme' final or making the method 'getColorForState' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter state should be final. 48

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/Config.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 91). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
blocks EmptyBlock Must have at least one statement. 37
 Error
sizes LineLength Line is longer than 80 characters (found 92). 47
 Error
sizes LineLength Line is longer than 80 characters (found 81). 49
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getFrameBounds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getFrameBounds' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getCanvasBounds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getCanvasBounds' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getLatticeDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getLatticeDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getNeighborhood' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getNeighborhood' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonVonNeumann' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonVonNeumann' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonMoore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonMoore' static/final/abstract/empty, or adding allowed annotation for the method. 98
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonWoehlke' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonWoehlke' static/final/abstract/empty, or adding allowed annotation for the method. 102
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 102

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/ConfigProperties.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 91). 10
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
sizes LineLength Line is longer than 80 characters (found 83). 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
sizes LineLength Line is longer than 80 characters (found 82). 37

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/ObjectRegistry.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.cyclic.cellular.automaton.view.*. 5
 Error
sizes LineLength Line is longer than 80 characters (found 91). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getController' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setController' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter controller should be final. 40
 Error
coding HiddenField 'controller' hides a field. 40
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter canvas should be final. 48
 Error
coding HiddenField 'canvas' hides a field. 48
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getLattice' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getLattice' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setLattice' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setLattice' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter lattice should be final. 56
 Error
coding HiddenField 'lattice' hides a field. 56
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setFrame' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter frame should be final. 64
 Error
coding HiddenField 'frame' hides a field. 64
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getColorScheme' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getColorScheme' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setColorScheme' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setColorScheme' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
misc FinalParameters Parameter colorScheme should be final. 72
 Error
coding HiddenField 'colorScheme' hides a field. 72
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getPanelButtons' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getPanelButtons' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setPanelButtons' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setPanelButtons' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
misc FinalParameters Parameter panelButtons should be final. 80
 Error
coding HiddenField 'panelButtons' hides a field. 80
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
misc FinalParameters Parameter subtitle should be final. 88
 Error
coding HiddenField 'subtitle' hides a field. 88
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error
misc FinalParameters Parameter config should be final. 96
 Error
coding HiddenField 'config' hides a field. 96

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/control/CyclicCellularAutomatonController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 91). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter ctx should be final. 29
 Error
coding HiddenField 'ctx' hides a field. 29
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'pushButtonVonNeumann' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'pushButtonVonNeumann' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'pushButtonMoore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'pushButtonMoore' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'pushButtonWoehlke' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'pushButtonWoehlke' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/model/CyclicCellularAutomatonLattice.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.cyclic.cellular.automaton.model.LatticeNeighbourhood.*. 10
 Error
sizes LineLength Line is longer than 80 characters (found 91). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter ctx should be final. 37
 Error
coding HiddenField 'ctx' hides a field. 37
 Error
sizes LineLength Line is longer than 80 characters (found 86). 52
 Error
sizes LineLength Line is longer than 80 characters (found 90). 53
 Error
sizes LineLength Line is longer than 80 characters (found 91). 54
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
sizes LineLength Line is longer than 80 characters (found 97). 65
 Error
sizes LineLength Line is longer than 80 characters (found 93). 66
 Error
sizes LineLength Line is longer than 80 characters (found 94). 67
 Error
sizes LineLength Line is longer than 80 characters (found 93). 68
 Error
sizes LineLength Line is longer than 80 characters (found 94). 69
 Error
sizes LineLength Line is longer than 80 characters (found 99). 70
 Error
sizes LineLength Line is longer than 80 characters (found 103). 105
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 122
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Error
misc FinalParameters Parameter x should be final. 122
 Error
misc FinalParameters Parameter y should be final. 122
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'startVonNeumann' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'startVonNeumann' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 126
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'startMoore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'startMoore' static/final/abstract/empty, or adding allowed annotation for the method. 132
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 132
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'startWoehlke' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'startWoehlke' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/model/LatticeNeighbourhood.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 91). 7
 Error
javadoc JavadocStyle First sentence should end with a period. 13
 Error
javadoc JavadocStyle First sentence should end with a period. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/CyclicCellularAutomatonCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 91). 13
 Error
sizes LineLength Line is longer than 80 characters (found 87). 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter ctx should be final. 26
 Error
coding HiddenField 'ctx' hides a field. 26
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter g should be final. 35
 Error
sizes LineLength Line is longer than 80 characters (found 81). 37
 Error
sizes LineLength Line is longer than 80 characters (found 85). 38
 Error
sizes LineLength Line is longer than 80 characters (found 85). 40
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
misc FinalParameters Parameter g should be final. 47

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/CyclicCellularAutomatonFrame.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 6
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 7
 Error
sizes LineLength Line is longer than 80 characters (found 91). 17
 Error
sizes LineLength Line is longer than 80 characters (found 82). 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter ctx should be final. 34
 Error
coding HiddenField 'ctx' hides a field. 34
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
misc FinalParameters Parameter e should be final. 54
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter e should be final. 58
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter e should be final. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter e should be final. 66
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter e should be final. 69
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter e should be final. 77

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/PanelButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
sizes LineLength Line is longer than 80 characters (found 91). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
sizes LineLength Line is longer than 80 characters (found 88). 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter ctx should be final. 30
 Error
coding HiddenField 'ctx' hides a field. 30
 Error
misc FinalParameters Parameter ae should be final. 50

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 91). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter ctx should be final. 22

org/woehlke/computer/kurzweil/dla/DiffusionLimitedAggregation.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 9
 Error
sizes LineLength Line is longer than 80 characters (found 95). 10
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
naming ConstantName Name 'mySerialVersionUID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21

org/woehlke/computer/kurzweil/dla/DiffusionLimitedAggregationDesktop.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 9
 Error
sizes LineLength Line is longer than 80 characters (found 95). 10
 Error
design FinalClass Class DiffusionLimitedAggregationDesktop should be declared as final. 13
 Error
misc FinalParameters Parameter args should be final. 21
 Error
sizes LineLength Line is longer than 80 characters (found 110). 22

org/woehlke/computer/kurzweil/dla/control/ControllerThread.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 11
 Error
sizes LineLength Line is longer than 80 characters (found 95). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter canvas should be final. 29
 Error
coding HiddenField 'canvas' hides a field. 29
 Error
misc FinalParameters Parameter particles should be final. 29
 Error
coding HiddenField 'particles' hides a field. 29
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
blocks LeftCurly '{' at column 17 should have line break after. 43
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 43
 Error
blocks LeftCurly '{' at column 44 should have line break after. 44
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49

org/woehlke/computer/kurzweil/dla/control/package-info.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 5
 Error
sizes LineLength Line is longer than 80 characters (found 95). 6

org/woehlke/computer/kurzweil/dla/model/Dendrite.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 9
 Error
sizes LineLength Line is longer than 80 characters (found 95). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
misc ArrayTypeStyle Array brackets at illegal position. 21
 Error
misc ArrayTypeStyle Array brackets at illegal position. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
misc FinalParameters Parameter dimensions should be final. 25
 Error
coding HiddenField 'dimensions' hides a field. 25
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
design DesignForExtension Class 'Dendrite' looks like designed for extension (can be subclassed), but the method 'hasDendriteNeighbour' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Dendrite' final or making the method 'hasDendriteNeighbour' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter pixel should be final. 34
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Error
design DesignForExtension Class 'Dendrite' looks like designed for extension (can be subclassed), but the method 'getAgeForPixel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Dendrite' final or making the method 'getAgeForPixel' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter x should be final. 50
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 50
 Error
misc FinalParameters Parameter y should be final. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 50

org/woehlke/computer/kurzweil/dla/model/Particles.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 14
 Error
sizes LineLength Line is longer than 80 characters (found 95). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter worldDimensions should be final. 34
 Error
coding HiddenField 'worldDimensions' hides a field. 34
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 35
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '>=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '>=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 40
 Error
design DesignForExtension Class 'Particles' looks like designed for extension (can be subclassed), but the method 'getParticles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Particles' final or making the method 'getParticles' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
design DesignForExtension Class 'Particles' looks like designed for extension (can be subclassed), but the method 'move' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Particles' final or making the method 'move' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 53
 Error
coding MagicNumber '4' is a magic number. 54
 Error
coding MissingSwitchDefault switch without "default" clause. 55
 Error
whitespace WhitespaceAround '>=' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 55
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 55
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 55
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 55
 Error
coding MagicNumber '3' is a magic number. 59
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 69
 Error
design DesignForExtension Class 'Particles' looks like designed for extension (can be subclassed), but the method 'getDendriteColor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Particles' final or making the method 'getDendriteColor' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
misc FinalParameters Parameter x should be final. 72
 Error
misc FinalParameters Parameter y should be final. 72
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 73

org/woehlke/computer/kurzweil/dla/model/Point.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 9
 Error
sizes LineLength Line is longer than 80 characters (found 95). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter p should be final. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter x should be final. 29
 Error
coding HiddenField 'x' hides a field. 29
 Error
misc FinalParameters Parameter y should be final. 29
 Error
coding HiddenField 'y' hides a field. 29
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter x should be final. 38
 Error
coding HiddenField 'x' hides a field. 38
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter y should be final. 46
 Error
coding HiddenField 'y' hides a field. 46
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'killNagative' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'killNagative' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'add' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'add' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter p should be final. 59
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'normalize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'normalize' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter p should be final. 64
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getNeighbourhood' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getNeighbourhood' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter max should be final. 69
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
misc ArrayTypeStyle Array brackets at illegal position. 70
 Error
coding MagicNumber '9' is a magic number. 70
 Error
sizes LineLength Line is longer than 80 characters (found 83). 73
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
sizes LineLength Line is longer than 80 characters (found 83). 75
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 75
 Error
coding MagicNumber '3' is a magic number. 76
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 76
 Error
coding MagicNumber '4' is a magic number. 77
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
coding MagicNumber '5' is a magic number. 78
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 78
 Error
sizes LineLength Line is longer than 80 characters (found 83). 79
 Error
coding MagicNumber '6' is a magic number. 79
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 79
 Error
coding MagicNumber '7' is a magic number. 80
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error
sizes LineLength Line is longer than 80 characters (found 83). 81
 Error
coding MagicNumber '8' is a magic number. 81
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 81

org/woehlke/computer/kurzweil/dla/model/package-info.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 5
 Error
sizes LineLength Line is longer than 80 characters (found 95). 6

org/woehlke/computer/kurzweil/dla/package-info.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 5
 Error
sizes LineLength Line is longer than 80 characters (found 95). 6

org/woehlke/computer/kurzweil/dla/view/WorldCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 7
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 114). 15
 Error
sizes LineLength Line is longer than 80 characters (found 95). 16
 Error
sizes LineLength Line is longer than 80 characters (found 84). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
naming MemberName Name 'MEDIUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
naming MemberName Name 'PARTICLES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter worldDimensions should be final. 32
 Error
coding HiddenField 'worldDimensions' hides a field. 32
 Error
misc FinalParameters Parameter particles should be final. 32
 Error
coding HiddenField 'particles' hides a field. 32
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
design DesignForExtension Class 'WorldCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter g should be final. 39
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
coding MagicNumber '25' is a magic number. 53
 Error
coding MagicNumber '256' is a magic number. 54
 Error
coding MagicNumber '256' is a magic number. 54
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 54
 Error
coding MagicNumber '256' is a magic number. 54
 Error
coding MagicNumber '256' is a magic number. 55
 Error
coding MagicNumber '255' is a magic number. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error
design DesignForExtension Class 'WorldCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter g should be final. 65
 Error
design DesignForExtension Class 'WorldCanvas' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldCanvas' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69

org/woehlke/computer/kurzweil/dla/view/applet/DiffusionLimitedAggregationApplet.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 114). 19
 Error
sizes LineLength Line is longer than 80 characters (found 95). 20
 Error
sizes LineLength Line is longer than 80 characters (found 89). 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationApplet' looks like designed for extension (can be subclassed), but the method 'init' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationApplet' final or making the method 'init' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
coding MagicNumber '320' is a magic number. 39
 Error
coding MagicNumber '234' is a magic number. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationApplet' looks like designed for extension (can be subclassed), but the method 'getCanvasDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationApplet' final or making the method 'getCanvasDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57

org/woehlke/computer/kurzweil/dla/view/desktop/DiffusionLimitedAggregationFrame.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 7
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 114). 18
 Error
sizes LineLength Line is longer than 80 characters (found 95). 19
 Error
sizes LineLength Line is longer than 80 characters (found 86). 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
sizes LineLength Line is longer than 80 characters (found 101). 41
 Error
coding MagicNumber '100' is a magic number. 41
 Error
coding MagicNumber '100' is a magic number. 41
 Error
coding MagicNumber '30' is a magic number. 41
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter e should be final. 48
 Error
sizes LineLength Line is longer than 80 characters (found 101). 49
 Error
coding MagicNumber '100' is a magic number. 49
 Error
coding MagicNumber '100' is a magic number. 49
 Error
coding MagicNumber '30' is a magic number. 49
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
misc FinalParameters Parameter e should be final. 54
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter e should be final. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter e should be final. 62
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter e should be final. 66
 Error
sizes LineLength Line is longer than 80 characters (found 101). 67
 Error
coding MagicNumber '100' is a magic number. 67
 Error
coding MagicNumber '100' is a magic number. 67
 Error
coding MagicNumber '30' is a magic number. 67
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
misc FinalParameters Parameter e should be final. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter e should be final. 76

org/woehlke/computer/kurzweil/dla/view/package-info.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 114). 5
 Error
sizes LineLength Line is longer than 80 characters (found 95). 6

org/woehlke/computer/kurzweil/mandelbrot/MandelbrotSetApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
design FinalClass Class MandelbrotSetApplication should be declared as final. 13
 Error
misc FinalParameters Parameter args should be final. 24

org/woehlke/computer/kurzweil/mandelbrot/config/Config.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 46
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 49
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 52
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 53
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 54
 Error
sizes LineLength Line is longer than 80 characters (found 83). 55
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getCopyright' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getCopyright' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonsLabel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonsLabel' static/final/abstract/empty, or adding allowed annotation for the method. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonsSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonsSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonsZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonsZoom' static/final/abstract/empty, or adding allowed annotation for the method. 89
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonsZoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonsZoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
misc FinalParameters Parameter o should be final. 98
 Error
blocks NeedBraces 'if' construct must use '{}'s. 99
 Error
blocks NeedBraces 'if' construct must use '{}'s. 100
 Error
whitespace OperatorWrap '&&' should be on a new line. 102
 Error
whitespace OperatorWrap '&&' should be on a new line. 103
 Error
whitespace OperatorWrap '&&' should be on a new line. 104
 Error
whitespace OperatorWrap '&&' should be on a new line. 105
 Error
whitespace OperatorWrap '&&' should be on a new line. 106
 Error
whitespace OperatorWrap '&&' should be on a new line. 107
 Error
whitespace OperatorWrap '&&' should be on a new line. 108
 Error
whitespace OperatorWrap '&&' should be on a new line. 109
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error
sizes LineLength Line is longer than 80 characters (found 174). 115
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error
whitespace OperatorWrap '+' should be on a new line. 120
 Error
whitespace OperatorWrap '+' should be on a new line. 121
 Error
whitespace OperatorWrap '+' should be on a new line. 122
 Error
whitespace OperatorWrap '+' should be on a new line. 123
 Error
whitespace OperatorWrap '+' should be on a new line. 124
 Error
whitespace OperatorWrap '+' should be on a new line. 125
 Error
whitespace OperatorWrap '+' should be on a new line. 126
 Error
whitespace OperatorWrap '+' should be on a new line. 127
 Error
whitespace OperatorWrap '+' should be on a new line. 128
 Error
whitespace OperatorWrap '+' should be on a new line. 129

org/woehlke/computer/kurzweil/mandelbrot/config/ConfigProperties.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 19
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
sizes LineLength Line is longer than 80 characters (found 82). 28
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41

org/woehlke/computer/kurzweil/mandelbrot/control/ControllerThread.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter model should be final. 29
 Error
misc FinalParameters Parameter frame should be final. 29
 Error
coding HiddenField 'frame' hides a field. 29
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
blocks LeftCurly '{' at column 17 should have line break after. 44
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 44
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50

org/woehlke/computer/kurzweil/mandelbrot/julia/MandelbrotSetApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 93). 16
 Error
sizes LineLength Line is longer than 80 characters (found 89). 17
 Error
design FinalClass Class MandelbrotSetApplication should be declared as final. 19
 Error
misc FinalParameters Parameter args should be final. 30

org/woehlke/computer/kurzweil/mandelbrot/julia/config/Config.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 93). 15
 Error
sizes LineLength Line is longer than 80 characters (found 89). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 39
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getCopyright' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getCopyright' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error
misc FinalParameters Parameter o should be final. 72
 Error
blocks NeedBraces 'if' construct must use '{}'s. 73
 Error
blocks NeedBraces 'if' construct must use '{}'s. 74
 Error
whitespace OperatorWrap '&&' should be on a new line. 76
 Error
whitespace OperatorWrap '&&' should be on a new line. 77
 Error
whitespace OperatorWrap '&&' should be on a new line. 78
 Error
whitespace OperatorWrap '&&' should be on a new line. 79
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 83
 Error
sizes LineLength Line is longer than 80 characters (found 96). 85
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
whitespace OperatorWrap '+' should be on a new line. 90
 Error
whitespace OperatorWrap '+' should be on a new line. 91
 Error
whitespace OperatorWrap '+' should be on a new line. 92
 Error
whitespace OperatorWrap '+' should be on a new line. 93
 Error
whitespace OperatorWrap '+' should be on a new line. 94
 Error
whitespace OperatorWrap '+' should be on a new line. 95

org/woehlke/computer/kurzweil/mandelbrot/julia/config/ConfigProperties.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 93). 11
 Error
sizes LineLength Line is longer than 80 characters (found 89). 12
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 22
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Error
sizes LineLength Line is longer than 80 characters (found 82). 25
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33

org/woehlke/computer/kurzweil/mandelbrot/julia/control/ControllerThread.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 93). 12
 Error
sizes LineLength Line is longer than 80 characters (found 89). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter model should be final. 33
 Error
misc FinalParameters Parameter frame should be final. 33
 Error
coding HiddenField 'frame' hides a field. 33
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 45
 Error
blocks LeftCurly '{' at column 17 should have line break after. 48
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 48
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54

org/woehlke/computer/kurzweil/mandelbrot/julia/model/ApplicationModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 93). 16
 Error
sizes LineLength Line is longer than 80 characters (found 89). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter config should be final. 37
 Error
coding HiddenField 'config' hides a field. 37
 Error
misc FinalParameters Parameter frame should be final. 37
 Error
coding HiddenField 'frame' hides a field. 37
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter c should be final. 45
 Error
coding MissingSwitchDefault switch without "default" clause. 48
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
coding MissingSwitchDefault switch without "default" clause. 62
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
misc FinalParameters Parameter x should be final. 72
 Error
misc FinalParameters Parameter y should be final. 72
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82

org/woehlke/computer/kurzweil/mandelbrot/julia/model/common/Point.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 93). 11
 Error
sizes LineLength Line is longer than 80 characters (found 89). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
misc FinalParameters Parameter p should be final. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter x should be final. 30
 Error
coding HiddenField 'x' hides a field. 30
 Error
misc FinalParameters Parameter y should be final. 30
 Error
coding HiddenField 'y' hides a field. 30
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error
blocks LeftCurly '{' at column 28 should have line break after. 54
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
misc FinalParameters Parameter x should be final. 60
 Error
coding HiddenField 'x' hides a field. 60
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
misc FinalParameters Parameter y should be final. 68
 Error
coding HiddenField 'y' hides a field. 68
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
misc FinalParameters Parameter o should be final. 73
 Error
blocks NeedBraces 'if' construct must use '{}'s. 74
 Error
blocks NeedBraces 'if' construct must use '{}'s. 75
 Error
whitespace OperatorWrap '&&' should be on a new line. 77
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 81
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
whitespace OperatorWrap '+' should be on a new line. 88
 Error
whitespace OperatorWrap '+' should be on a new line. 89
 Error
whitespace OperatorWrap '+' should be on a new line. 90

org/woehlke/computer/kurzweil/mandelbrot/julia/model/fractal/ComplexNumber.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 93). 11
 Error
sizes LineLength Line is longer than 80 characters (found 89). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter complexNumber should be final. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter real should be final. 50
 Error
coding HiddenField 'real' hides a field. 50
 Error
misc FinalParameters Parameter img should be final. 50
 Error
coding HiddenField 'img' hides a field. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter complexNumber should be final. 58
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 84
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 84
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
misc FinalParameters Parameter c should be final. 88
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 96
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 100
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 109
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 109
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 109
 Error
whitespace ParenPad ')' is preceded with whitespace. 109
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error
misc FinalParameters Parameter o should be final. 113
 Error
blocks NeedBraces 'if' construct must use '{}'s. 114
 Error
blocks NeedBraces 'if' construct must use '{}'s. 115
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
whitespace OperatorWrap '&&' should be on a new line. 118
 Error
whitespace OperatorWrap '&&' should be on a new line. 119
 Error
whitespace OperatorWrap '&&' should be on a new line. 120
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 124
 Error
sizes LineLength Line is longer than 80 characters (found 98). 126
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 129
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133
 Error
whitespace OperatorWrap '+' should be on a new line. 134
 Error
whitespace OperatorWrap '+' should be on a new line. 135
 Error
whitespace OperatorWrap '+' should be on a new line. 136

org/woehlke/computer/kurzweil/mandelbrot/julia/model/fractal/GaussianNumberPlane.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 93). 16
 Error
sizes LineLength Line is longer than 80 characters (found 89). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 35
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 36
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 37
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 38
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 39
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
sizes LineLength Line is longer than 80 characters (found 96). 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
sizes LineLength Line is longer than 80 characters (found 87). 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter model should be final. 57
 Error
sizes LineLength Line is longer than 80 characters (found 88). 59
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 83
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 84
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 84
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
misc FinalParameters Parameter x should be final. 90
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 90
 Error
misc FinalParameters Parameter y should be final. 90
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 91
 Error
sizes LineLength Line is longer than 80 characters (found 104). 94
 Error
misc FinalParameters Parameter turingPosition should be final. 94
 Error
sizes LineLength Line is longer than 80 characters (found 94). 96
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 96
 Error
sizes LineLength Line is longer than 80 characters (found 93). 98
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 98
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 98
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 99
 Error
sizes LineLength Line is longer than 80 characters (found 109). 102
 Error
misc FinalParameters Parameter turingPosition should be final. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 110
 Error
whitespace ParenPad ')' is preceded with whitespace. 110
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 113
 Error
sizes LineLength Line is longer than 80 characters (found 115). 117
 Error
misc FinalParameters Parameter turingPosition should be final. 117
 Error
whitespace ParenPad '(' is followed by whitespace. 119
 Error
whitespace ParenPad ')' is preceded with whitespace. 119
 Error
whitespace ParenPad '(' is followed by whitespace. 121
 Error
whitespace ParenPad ')' is preceded with whitespace. 121
 Error
whitespace ParenPad '(' is followed by whitespace. 122
 Error
whitespace ParenPad ')' is preceded with whitespace. 122
 Error
whitespace ParenPad '(' is followed by whitespace. 125
 Error
whitespace ParenPad ')' is preceded with whitespace. 125
 Error
whitespace ParenPad '(' is followed by whitespace. 127
 Error
whitespace ParenPad ')' is preceded with whitespace. 127
 Error
whitespace ParenPad '(' is followed by whitespace. 128
 Error
whitespace ParenPad ')' is preceded with whitespace. 128
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 130
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 133
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 133
 Error
misc FinalParameters Parameter turingPosition should be final. 134
 Error
sizes LineLength Line is longer than 80 characters (found 107). 135
 Error
sizes LineLength Line is longer than 80 characters (found 96). 136
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 140
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 140
 Error
misc FinalParameters Parameter turingPosition should be final. 140
 Error
sizes LineLength Line is longer than 80 characters (found 101). 141
 Error
sizes LineLength Line is longer than 80 characters (found 96). 142
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 146
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 146
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 147
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 147
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 147
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 147
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 147
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 147
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 147
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 147
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 148
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 148
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 148
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 148
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 148
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 148
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 148
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 148
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 149
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 149
 Error
misc FinalParameters Parameter c should be final. 156
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 157
 Error
sizes LineLength Line is longer than 80 characters (found 89). 160
 Error
sizes LineLength Line is longer than 80 characters (found 82). 166
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 166
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 166
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 166
 Error
sizes LineLength Line is longer than 80 characters (found 97). 167
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 172
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 172
 Error
misc FinalParameters Parameter zoomPoint should be final. 173
 Error
sizes LineLength Line is longer than 80 characters (found 94). 174
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 176
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 176
 Error
sizes LineLength Line is longer than 80 characters (found 93). 177
 Error
sizes LineLength Line is longer than 80 characters (found 90). 179
 Error
sizes LineLength Line is longer than 80 characters (found 96). 181
 Error
sizes LineLength Line is longer than 80 characters (found 102). 185
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 186
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 186
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 187
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 187
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 194
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 194
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 197
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 197
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 197
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 197
 Error
sizes LineLength Line is longer than 80 characters (found 99). 201
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 202
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 202
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 203
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 203
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 210
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 210
 Error
misc FinalParameters Parameter zoomPoint should be final. 211
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 216
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 220
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 220
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 225
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 225
 Error
coding InnerAssignment Inner assignments should be avoided. 227
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 230
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 230
 Error
coding InnerAssignment Inner assignments should be avoided. 232
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 235
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 235
 Error
misc FinalParameters Parameter zoomLevel should be final. 236
 Error
coding HiddenField 'zoomLevel' hides a field. 236
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 240
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 240
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 245
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 245
 Error
misc FinalParameters Parameter zoomCenter should be final. 246
 Error
coding HiddenField 'zoomCenter' hides a field. 246

org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/MandelbrotTuringMachine.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 93). 12
 Error
sizes LineLength Line is longer than 80 characters (found 89). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter model should be final. 28
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 56
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 56
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Error
sizes LineLength Line is longer than 80 characters (found 97). 63
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
sizes LineLength Line is longer than 80 characters (found 92). 72
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83

org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/TuringDirection.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 8
 Error
sizes LineLength Line is longer than 80 characters (found 93). 9
 Error
sizes LineLength Line is longer than 80 characters (found 89). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18

org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/TuringPhase.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 8
 Error
sizes LineLength Line is longer than 80 characters (found 93). 9
 Error
sizes LineLength Line is longer than 80 characters (found 89). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18

org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/TuringPhaseState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 8
 Error
sizes LineLength Line is longer than 80 characters (found 93). 9
 Error
sizes LineLength Line is longer than 80 characters (found 89). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 22
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 26
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38

org/woehlke/computer/kurzweil/mandelbrot/julia/model/turing/TuringPositions.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 93). 11
 Error
sizes LineLength Line is longer than 80 characters (found 89). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter worldDimensions should be final. 29
 Error
coding HiddenField 'worldDimensions' hides a field. 29
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
sizes LineLength Line is longer than 80 characters (found 98). 36
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 36
 Error
coding MagicNumber '11' is a magic number. 36
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Error
sizes LineLength Line is longer than 80 characters (found 87). 94
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 94
 Error
coding MagicNumber '100' is a magic number. 94

org/woehlke/computer/kurzweil/mandelbrot/julia/view/ApplicationCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 93). 16
 Error
sizes LineLength Line is longer than 80 characters (found 89). 17
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
misc FinalParameters Parameter app should be final. 36
 Error
coding HiddenField 'app' hides a field. 36
 Error
design DesignForExtension Class 'ApplicationCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter g should be final. 45
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 54
 Error
coding MagicNumber '4' is a magic number. 54
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 54
 Error
coding MagicNumber '256' is a magic number. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
design DesignForExtension Class 'ApplicationCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter g should be final. 62

org/woehlke/computer/kurzweil/mandelbrot/julia/view/ApplicationFrame.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 12
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 13
 Error
sizes LineLength Line is longer than 80 characters (found 82). 19
 Error
sizes LineLength Line is longer than 80 characters (found 122). 34
 Error
sizes LineLength Line is longer than 80 characters (found 93). 35
 Error
sizes LineLength Line is longer than 80 characters (found 89). 36
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 53
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter config should be final. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error
sizes LineLength Line is longer than 80 characters (found 82). 64
 Error
whitespace ParenPad '(' is followed by whitespace. 70
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter e should be final. 76
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
misc FinalParameters Parameter e should be final. 80
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter e should be final. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
misc FinalParameters Parameter e should be final. 88
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 88
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 88
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
misc FinalParameters Parameter e should be final. 90
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Error
misc FinalParameters Parameter e should be final. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 Error
misc FinalParameters Parameter e should be final. 98
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 98
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
misc FinalParameters Parameter e should be final. 102
 Error
misc FinalParameters Parameter e should be final. 109
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 109
 Error
misc FinalParameters Parameter e should be final. 112
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 112
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 112
 Error
misc FinalParameters Parameter e should be final. 115
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 115
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 115
 Error
misc FinalParameters Parameter e should be final. 118
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 118
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 118
 Error
javadoc JavadocStyle First sentence should end with a period. 120
 Error
coding MagicNumber '180' is a magic number. 127
 Error
sizes LineLength Line is longer than 80 characters (found 84). 134
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 156
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 156
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 160
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 160

org/woehlke/computer/kurzweil/mandelbrot/julia/view/labels/PanelCopyright.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 93). 12
 Error
sizes LineLength Line is longer than 80 characters (found 89). 13
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter subtitle should be final. 21

org/woehlke/computer/kurzweil/mandelbrot/julia/view/labels/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 93). 12
 Error
sizes LineLength Line is longer than 80 characters (found 89). 13
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter subtitle should be final. 21

org/woehlke/computer/kurzweil/mandelbrot/julia/view/state/ApplicationState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 8
 Error
sizes LineLength Line is longer than 80 characters (found 93). 9
 Error
sizes LineLength Line is longer than 80 characters (found 89). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16

org/woehlke/computer/kurzweil/mandelbrot/julia/view/state/ApplicationStateMachine.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.mandelbrot.julia.view.state.ApplicationState.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 93). 11
 Error
sizes LineLength Line is longer than 80 characters (found 89). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'ApplicationStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
coding MissingSwitchDefault switch without "default" clause. 26
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 26
 Error
design DesignForExtension Class 'ApplicationStateMachine' looks like designed for extension (can be subclassed), but the method 'getApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationStateMachine' final or making the method 'getApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
design DesignForExtension Class 'ApplicationStateMachine' looks like designed for extension (can be subclassed), but the method 'setApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationStateMachine' final or making the method 'setApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter applicationState should be final. 41
 Error
coding HiddenField 'applicationState' hides a field. 41

org/woehlke/computer/kurzweil/mandelbrot/model/ApplicationModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter config should be final. 32
 Error
coding HiddenField 'config' hides a field. 32
 Error
misc FinalParameters Parameter frame should be final. 32
 Error
coding HiddenField 'frame' hides a field. 32
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter c should be final. 40
 Error
coding MissingSwitchDefault switch without "default" clause. 43
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
coding MissingSwitchDefault switch without "default" clause. 63
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter x should be final. 75
 Error
misc FinalParameters Parameter y should be final. 75
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 100
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'zoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'zoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Error
coding MissingSwitchDefault switch without "default" clause. 109

org/woehlke/computer/kurzweil/mandelbrot/model/fractal/ComplexNumber.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter complexNumber should be final. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter real should be final. 49
 Error
coding HiddenField 'real' hides a field. 49
 Error
misc FinalParameters Parameter img should be final. 49
 Error
coding HiddenField 'img' hides a field. 49
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter complexNumber should be final. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 71
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error
misc FinalParameters Parameter c should be final. 87
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 95
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 99
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 99
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 107
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 108
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 111
 Error
misc FinalParameters Parameter o should be final. 112
 Error
blocks NeedBraces 'if' construct must use '{}'s. 113
 Error
blocks NeedBraces 'if' construct must use '{}'s. 114
 Error
whitespace OperatorWrap '&&' should be on a new line. 116
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
whitespace OperatorWrap '&&' should be on a new line. 118
 Error
whitespace OperatorWrap '&&' should be on a new line. 119
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 123
 Error
sizes LineLength Line is longer than 80 characters (found 98). 125
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 128
 Error
whitespace OperatorWrap '+' should be on a new line. 130
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133
 Error
whitespace OperatorWrap '+' should be on a new line. 134
 Error
whitespace OperatorWrap '+' should be on a new line. 135

org/woehlke/computer/kurzweil/mandelbrot/model/fractal/GaussianNumberPlane.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 32
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 33
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 35
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 36
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 37
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 43
 Error
sizes LineLength Line is longer than 80 characters (found 96). 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
sizes LineLength Line is longer than 80 characters (found 87). 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter model should be final. 52
 Error
sizes LineLength Line is longer than 80 characters (found 88). 54
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 77
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 77
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter x should be final. 84
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 84
 Error
misc FinalParameters Parameter y should be final. 84
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 84
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 85
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 85
 Error
sizes LineLength Line is longer than 80 characters (found 104). 88
 Error
misc FinalParameters Parameter turingPosition should be final. 88
 Error
sizes LineLength Line is longer than 80 characters (found 94). 90
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 90
 Error
sizes LineLength Line is longer than 80 characters (found 93). 92
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 93
 Error
sizes LineLength Line is longer than 80 characters (found 109). 96
 Error
misc FinalParameters Parameter turingPosition should be final. 96
 Error
whitespace ParenPad '(' is followed by whitespace. 99
 Error
whitespace ParenPad ')' is preceded with whitespace. 99
 Error
whitespace ParenPad '(' is followed by whitespace. 104
 Error
whitespace ParenPad ')' is preceded with whitespace. 104
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 107
 Error
sizes LineLength Line is longer than 80 characters (found 115). 110
 Error
misc FinalParameters Parameter turingPosition should be final. 110
 Error
whitespace ParenPad '(' is followed by whitespace. 112
 Error
whitespace ParenPad ')' is preceded with whitespace. 112
 Error
whitespace ParenPad '(' is followed by whitespace. 114
 Error
whitespace ParenPad ')' is preceded with whitespace. 114
 Error
whitespace ParenPad '(' is followed by whitespace. 115
 Error
whitespace ParenPad ')' is preceded with whitespace. 115
 Error
whitespace ParenPad '(' is followed by whitespace. 118
 Error
whitespace ParenPad ')' is preceded with whitespace. 118
 Error
whitespace ParenPad '(' is followed by whitespace. 120
 Error
whitespace ParenPad ')' is preceded with whitespace. 120
 Error
whitespace ParenPad '(' is followed by whitespace. 121
 Error
whitespace ParenPad ')' is preceded with whitespace. 121
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 123
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 126
 Error
misc FinalParameters Parameter turingPosition should be final. 126
 Error
sizes LineLength Line is longer than 80 characters (found 107). 127
 Error
sizes LineLength Line is longer than 80 characters (found 96). 128
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 132
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 132
 Error
misc FinalParameters Parameter turingPosition should be final. 132
 Error
sizes LineLength Line is longer than 80 characters (found 101). 133
 Error
sizes LineLength Line is longer than 80 characters (found 96). 134
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 138
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 139
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 140
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 140
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 140
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 140
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 141
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 141
 Error
misc FinalParameters Parameter c should be final. 148
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 149
 Error
sizes LineLength Line is longer than 80 characters (found 89). 152
 Error
sizes LineLength Line is longer than 80 characters (found 82). 158
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'computeTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'computeTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 158
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 158
 Error
sizes LineLength Line is longer than 80 characters (found 97). 159
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 164
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 164
 Error
misc FinalParameters Parameter zoomPoint should be final. 164
 Error
sizes LineLength Line is longer than 80 characters (found 94). 165
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 167
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 167
 Error
sizes LineLength Line is longer than 80 characters (found 93). 168
 Error
sizes LineLength Line is longer than 80 characters (found 90). 170
 Error
sizes LineLength Line is longer than 80 characters (found 96). 172
 Error
sizes LineLength Line is longer than 80 characters (found 102). 176
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 177
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 178
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 178
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 185
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 185
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 187
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 187
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 187
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 187
 Error
sizes LineLength Line is longer than 80 characters (found 99). 191
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 192
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 192
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 193
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 193
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheJuliaSetFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheJuliaSetFor' static/final/abstract/empty, or adding allowed annotation for the method. 200
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 200
 Error
misc FinalParameters Parameter zoomPoint should be final. 200
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 205
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 208
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 208
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 212
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 212
 Error
coding InnerAssignment Inner assignments should be avoided. 213
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 216
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 216
 Error
coding InnerAssignment Inner assignments should be avoided. 217
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 220
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 220
 Error
misc FinalParameters Parameter zoomLevel should be final. 220
 Error
coding HiddenField 'zoomLevel' hides a field. 220
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 224
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 224
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 228
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 228
 Error
misc FinalParameters Parameter zoomCenter should be final. 228
 Error
coding HiddenField 'zoomCenter' hides a field. 228

org/woehlke/computer/kurzweil/mandelbrot/model/helper/Point.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter p should be final. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter x should be final. 31
 Error
coding HiddenField 'x' hides a field. 31
 Error
misc FinalParameters Parameter y should be final. 31
 Error
coding HiddenField 'y' hides a field. 31
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
blocks LeftCurly '{' at column 28 should have line break after. 55
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter x should be final. 61
 Error
coding HiddenField 'x' hides a field. 61
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter y should be final. 69
 Error
coding HiddenField 'y' hides a field. 69
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
misc FinalParameters Parameter o should be final. 74
 Error
blocks NeedBraces 'if' construct must use '{}'s. 75
 Error
blocks NeedBraces 'if' construct must use '{}'s. 76
 Error
whitespace OperatorWrap '&&' should be on a new line. 78
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 89
 Error
whitespace OperatorWrap '+' should be on a new line. 90
 Error
whitespace OperatorWrap '+' should be on a new line. 91

org/woehlke/computer/kurzweil/mandelbrot/model/state/ApplicationState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16

org/woehlke/computer/kurzweil/mandelbrot/model/state/ApplicationStateMachine.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.mandelbrot.model.state.ApplicationState.*. 5
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
design DesignForExtension Class 'ApplicationStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 27
 Error
coding MissingSwitchDefault switch without "default" clause. 29
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 29
 Error
design DesignForExtension Class 'ApplicationStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationStateMachine' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
coding MissingSwitchDefault switch without "default" clause. 48
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'ApplicationStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationStateMachine' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
coding MissingSwitchDefault switch without "default" clause. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
design DesignForExtension Class 'ApplicationStateMachine' looks like designed for extension (can be subclassed), but the method 'getApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationStateMachine' final or making the method 'getApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
design DesignForExtension Class 'ApplicationStateMachine' looks like designed for extension (can be subclassed), but the method 'setApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationStateMachine' final or making the method 'setApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter applicationState should be final. 82
 Error
coding HiddenField 'applicationState' hides a field. 82

org/woehlke/computer/kurzweil/mandelbrot/model/turing/MandelbrotTuringMachine.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
sizes LineLength Line is longer than 80 characters (found 97). 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 92). 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81

org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringDirection.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16

org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringPhase.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16

org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringPhaseState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40

org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringPositions.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter worldDimensions should be final. 28
 Error
coding HiddenField 'worldDimensions' hides a field. 28
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
sizes LineLength Line is longer than 80 characters (found 98). 35
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 35
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 35
 Error
coding MagicNumber '11' is a magic number. 35
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 50
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 82
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
sizes LineLength Line is longer than 80 characters (found 87). 93
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 93
 Error
coding MagicNumber '100' is a magic number. 93

org/woehlke/computer/kurzweil/mandelbrot/view/ApplicationCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter app should be final. 26
 Error
coding HiddenField 'app' hides a field. 26
 Error
design DesignForExtension Class 'ApplicationCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter g should be final. 35
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 44
 Error
coding MagicNumber '4' is a magic number. 44
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 44
 Error
coding MagicNumber '256' is a magic number. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
design DesignForExtension Class 'ApplicationCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter g should be final. 52

org/woehlke/computer/kurzweil/mandelbrot/view/ApplicationFrame.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 90). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter config should be final. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 39
 Error
sizes LineLength Line is longer than 80 characters (found 82). 45
 Error
whitespace ParenPad '(' is followed by whitespace. 54
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
misc FinalParameters Parameter e should be final. 60
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter e should be final. 64
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
misc FinalParameters Parameter e should be final. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
misc FinalParameters Parameter e should be final. 72
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 72
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter e should be final. 74
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
misc FinalParameters Parameter e should be final. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter e should be final. 82
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 82
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
misc FinalParameters Parameter e should be final. 86
 Error
misc FinalParameters Parameter e should be final. 93
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 93
 Error
misc FinalParameters Parameter e should be final. 96
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 96
 Error
misc FinalParameters Parameter e should be final. 99
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 99
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 99
 Error
misc FinalParameters Parameter e should be final. 102
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 102
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'showMeInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'showMeInit' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
coding MagicNumber '180' is a magic number. 108
 Error
sizes LineLength Line is longer than 80 characters (found 84). 115
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 137
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 137
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 141
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 141
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 145
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 145

org/woehlke/computer/kurzweil/mandelbrot/view/PanelButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter model should be final. 33
 Error
coding HiddenField 'model' hides a field. 33
 Error
sizes LineLength Line is longer than 80 characters (found 89). 36
 Error
sizes LineLength Line is longer than 80 characters (found 85). 40
 Error
misc FinalParameters Parameter ae should be final. 60
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 63
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65

org/woehlke/computer/kurzweil/mandelbrot/view/PanelCopyright.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19

org/woehlke/computer/kurzweil/mandelbrot/view/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19

org/woehlke/computer/kurzweil/mandelbrot/view/RradioButtons.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/mandelbrot/zoom/MandelbrotSetApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 92). 12
 Error
sizes LineLength Line is longer than 80 characters (found 88). 13
 Error
design FinalClass Class MandelbrotSetApplication should be declared as final. 16
 Error
misc FinalParameters Parameter args should be final. 27

org/woehlke/computer/kurzweil/mandelbrot/zoom/config/Config.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 92). 15
 Error
sizes LineLength Line is longer than 80 characters (found 88). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 46
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 49
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 50
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 53
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
sizes LineLength Line is longer than 80 characters (found 83). 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 56
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getCopyright' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getCopyright' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonsLabel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonsLabel' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonsSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonsSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonsZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonsZoom' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonsZoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonsZoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 98
 Error
misc FinalParameters Parameter o should be final. 99
 Error
blocks NeedBraces 'if' construct must use '{}'s. 100
 Error
blocks NeedBraces 'if' construct must use '{}'s. 101
 Error
whitespace OperatorWrap '&&' should be on a new line. 103
 Error
whitespace OperatorWrap '&&' should be on a new line. 104
 Error
whitespace OperatorWrap '&&' should be on a new line. 105
 Error
whitespace OperatorWrap '&&' should be on a new line. 106
 Error
whitespace OperatorWrap '&&' should be on a new line. 107
 Error
whitespace OperatorWrap '&&' should be on a new line. 108
 Error
whitespace OperatorWrap '&&' should be on a new line. 109
 Error
whitespace OperatorWrap '&&' should be on a new line. 110
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 114
 Error
sizes LineLength Line is longer than 80 characters (found 174). 116
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 119
 Error
whitespace OperatorWrap '+' should be on a new line. 121
 Error
whitespace OperatorWrap '+' should be on a new line. 122
 Error
whitespace OperatorWrap '+' should be on a new line. 123
 Error
whitespace OperatorWrap '+' should be on a new line. 124
 Error
whitespace OperatorWrap '+' should be on a new line. 125
 Error
whitespace OperatorWrap '+' should be on a new line. 126
 Error
whitespace OperatorWrap '+' should be on a new line. 127
 Error
whitespace OperatorWrap '+' should be on a new line. 128
 Error
whitespace OperatorWrap '+' should be on a new line. 129
 Error
whitespace OperatorWrap '+' should be on a new line. 130

org/woehlke/computer/kurzweil/mandelbrot/zoom/config/ConfigProperties.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 92). 11
 Error
sizes LineLength Line is longer than 80 characters (found 88). 12
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
sizes LineLength Line is longer than 80 characters (found 82). 32
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45

org/woehlke/computer/kurzweil/mandelbrot/zoom/control/ControllerThread.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 92). 12
 Error
sizes LineLength Line is longer than 80 characters (found 88). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter model should be final. 33
 Error
misc FinalParameters Parameter frame should be final. 33
 Error
coding HiddenField 'frame' hides a field. 33
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 45
 Error
blocks LeftCurly '{' at column 17 should have line break after. 48
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 48
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54

org/woehlke/computer/kurzweil/mandelbrot/zoom/model/ApplicationModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 92). 15
 Error
sizes LineLength Line is longer than 80 characters (found 88). 16
 Error
sizes LineLength Line is longer than 80 characters (found 87). 18
 Error
sizes LineLength Line is longer than 80 characters (found 90). 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter config should be final. 34
 Error
coding HiddenField 'config' hides a field. 34
 Error
misc FinalParameters Parameter frame should be final. 34
 Error
coding HiddenField 'frame' hides a field. 34
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter c should be final. 41
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'zoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'zoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter x should be final. 56
 Error
misc FinalParameters Parameter y should be final. 56
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
design DesignForExtension Class 'ApplicationModel' looks like designed for extension (can be subclassed), but the method 'getConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationModel' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74

org/woehlke/computer/kurzweil/mandelbrot/zoom/model/common/Point.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 92). 11
 Error
sizes LineLength Line is longer than 80 characters (found 88). 12
 Error
sizes LineLength Line is longer than 80 characters (found 87). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter p should be final. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter x should be final. 32
 Error
coding HiddenField 'x' hides a field. 32
 Error
misc FinalParameters Parameter y should be final. 32
 Error
coding HiddenField 'y' hides a field. 32
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 53
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error
blocks LeftCurly '{' at column 28 should have line break after. 56
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter x should be final. 62
 Error
coding HiddenField 'x' hides a field. 62
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
misc FinalParameters Parameter y should be final. 70
 Error
coding HiddenField 'y' hides a field. 70
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
misc FinalParameters Parameter o should be final. 75
 Error
blocks NeedBraces 'if' construct must use '{}'s. 76
 Error
blocks NeedBraces 'if' construct must use '{}'s. 77
 Error
whitespace OperatorWrap '&&' should be on a new line. 79
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 83
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
whitespace OperatorWrap '+' should be on a new line. 90
 Error
whitespace OperatorWrap '+' should be on a new line. 91
 Error
whitespace OperatorWrap '+' should be on a new line. 92

org/woehlke/computer/kurzweil/mandelbrot/zoom/model/fractal/ComplexNumber.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 92). 11
 Error
sizes LineLength Line is longer than 80 characters (found 88). 12
 Error
sizes LineLength Line is longer than 80 characters (found 87). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getReal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getReal' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'getImg' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'getImg' static/final/abstract/empty, or adding allowed annotation for the method. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter complexNumber should be final. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter real should be final. 50
 Error
coding HiddenField 'real' hides a field. 50
 Error
misc FinalParameters Parameter img should be final. 50
 Error
coding HiddenField 'img' hides a field. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter complexNumber should be final. 58
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'square' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'square' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 84
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 84
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'computeJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'computeJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
misc FinalParameters Parameter c should be final. 88
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 96
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 100
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isInJuliaSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isInJuliaSet' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'isNotDivergent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'isNotDivergent' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 109
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 109
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 109
 Error
whitespace ParenPad ')' is preceded with whitespace. 109
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error
misc FinalParameters Parameter o should be final. 113
 Error
blocks NeedBraces 'if' construct must use '{}'s. 114
 Error
blocks NeedBraces 'if' construct must use '{}'s. 115
 Error
whitespace OperatorWrap '&&' should be on a new line. 117
 Error
whitespace OperatorWrap '&&' should be on a new line. 118
 Error
whitespace OperatorWrap '&&' should be on a new line. 119
 Error
whitespace OperatorWrap '&&' should be on a new line. 120
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 124
 Error
sizes LineLength Line is longer than 80 characters (found 98). 126
 Error
design DesignForExtension Class 'ComplexNumber' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComplexNumber' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 129
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 Error
whitespace OperatorWrap '+' should be on a new line. 133
 Error
whitespace OperatorWrap '+' should be on a new line. 134
 Error
whitespace OperatorWrap '+' should be on a new line. 135
 Error
whitespace OperatorWrap '+' should be on a new line. 136

org/woehlke/computer/kurzweil/mandelbrot/zoom/model/fractal/GaussianNumberPlane.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 92). 16
 Error
sizes LineLength Line is longer than 80 characters (found 88). 17
 Error
sizes LineLength Line is longer than 80 characters (found 81). 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 36
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 37
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 38
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 39
 Error
naming ConstantName Name 'complexCenterForMandelbrotImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 40
 Error
naming ConstantName Name 'complexCenterForJuliaRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 41
 Error
naming ConstantName Name 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 47
 Error
sizes LineLength Line is longer than 80 characters (found 96). 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
sizes LineLength Line is longer than 80 characters (found 87). 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter model should be final. 55
 Error
sizes LineLength Line is longer than 80 characters (found 88). 57
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 80
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error
misc FinalParameters Parameter x should be final. 87
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error
misc FinalParameters Parameter y should be final. 87
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 87
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 88
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 88
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 88
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 88
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 88
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 88
 Error
sizes LineLength Line is longer than 80 characters (found 104). 91
 Error
misc FinalParameters Parameter turingPosition should be final. 91
 Error
sizes LineLength Line is longer than 80 characters (found 94). 93
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 93
 Error
sizes LineLength Line is longer than 80 characters (found 93). 95
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 96
 Error
sizes LineLength Line is longer than 80 characters (found 109). 99
 Error
misc FinalParameters Parameter turingPosition should be final. 99
 Error
whitespace ParenPad '(' is followed by whitespace. 102
 Error
whitespace ParenPad ')' is preceded with whitespace. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 107
 Error
whitespace ParenPad ')' is preceded with whitespace. 107
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 110
 Error
sizes LineLength Line is longer than 80 characters (found 115). 113
 Error
misc FinalParameters Parameter turingPosition should be final. 113
 Error
whitespace ParenPad '(' is followed by whitespace. 115
 Error
whitespace ParenPad ')' is preceded with whitespace. 115
 Error
whitespace ParenPad '(' is followed by whitespace. 117
 Error
whitespace ParenPad ')' is preceded with whitespace. 117
 Error
whitespace ParenPad '(' is followed by whitespace. 118
 Error
whitespace ParenPad ')' is preceded with whitespace. 118
 Error
whitespace ParenPad '(' is followed by whitespace. 121
 Error
whitespace ParenPad ')' is preceded with whitespace. 121
 Error
whitespace ParenPad '(' is followed by whitespace. 123
 Error
whitespace ParenPad ')' is preceded with whitespace. 123
 Error
whitespace ParenPad '(' is followed by whitespace. 124
 Error
whitespace ParenPad ')' is preceded with whitespace. 124
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 126
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInZooomedMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInZooomedMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 129
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 129
 Error
misc FinalParameters Parameter turingPosition should be final. 129
 Error
sizes LineLength Line is longer than 80 characters (found 107). 130
 Error
sizes LineLength Line is longer than 80 characters (found 96). 131
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'isInMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'isInMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 135
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 135
 Error
misc FinalParameters Parameter turingPosition should be final. 135
 Error
sizes LineLength Line is longer than 80 characters (found 101). 136
 Error
sizes LineLength Line is longer than 80 characters (found 96). 137
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'fillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'fillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 141
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 141
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 141
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 142
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 142
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 142
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 144
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 144
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomIntoTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomIntoTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 151
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 151
 Error
misc FinalParameters Parameter zoomPoint should be final. 151
 Error
sizes LineLength Line is longer than 80 characters (found 94). 152
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 154
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 154
 Error
sizes LineLength Line is longer than 80 characters (found 93). 155
 Error
sizes LineLength Line is longer than 80 characters (found 90). 157
 Error
sizes LineLength Line is longer than 80 characters (found 96). 159
 Error
sizes LineLength Line is longer than 80 characters (found 102). 163
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 164
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 164
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 165
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 165
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'zoomOutOfTheMandelbrotSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'zoomOutOfTheMandelbrotSet' static/final/abstract/empty, or adding allowed annotation for the method. 172
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 172
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 174
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 174
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 174
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 174
 Error
sizes LineLength Line is longer than 80 characters (found 99). 178
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 179
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 179
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 180
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 180
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 187
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 187
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'inceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'inceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 191
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 191
 Error
coding InnerAssignment Inner assignments should be avoided. 192
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'deceaseZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'deceaseZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 195
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 195
 Error
coding InnerAssignment Inner assignments should be avoided. 196
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomLevel' static/final/abstract/empty, or adding allowed annotation for the method. 199
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 199
 Error
misc FinalParameters Parameter zoomLevel should be final. 199
 Error
coding HiddenField 'zoomLevel' hides a field. 199
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'getZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'getZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 203
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 203
 Error
design DesignForExtension Class 'GaussianNumberPlane' looks like designed for extension (can be subclassed), but the method 'setZoomCenter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GaussianNumberPlane' final or making the method 'setZoomCenter' static/final/abstract/empty, or adding allowed annotation for the method. 207
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 207
 Error
misc FinalParameters Parameter zoomCenter should be final. 207
 Error
coding HiddenField 'zoomCenter' hides a field. 207

org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/MandelbrotTuringMachine.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 92). 12
 Error
sizes LineLength Line is longer than 80 characters (found 88). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter model should be final. 29
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 47
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
sizes LineLength Line is longer than 80 characters (found 97). 64
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
sizes LineLength Line is longer than 80 characters (found 92). 73
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 84

org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/TuringDirection.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 8
 Error
sizes LineLength Line is longer than 80 characters (found 92). 9
 Error
sizes LineLength Line is longer than 80 characters (found 88). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20

org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/TuringPhase.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 8
 Error
sizes LineLength Line is longer than 80 characters (found 92). 9
 Error
sizes LineLength Line is longer than 80 characters (found 88). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20

org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/TuringPhaseState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 8
 Error
sizes LineLength Line is longer than 80 characters (found 92). 9
 Error
sizes LineLength Line is longer than 80 characters (found 88). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40

org/woehlke/computer/kurzweil/mandelbrot/zoom/model/turing/TuringPositions.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 92). 11
 Error
sizes LineLength Line is longer than 80 characters (found 88). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter worldDimensions should be final. 29
 Error
coding HiddenField 'worldDimensions' hides a field. 29
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
sizes LineLength Line is longer than 80 characters (found 98). 36
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 36
 Error
coding MagicNumber '11' is a magic number. 36
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Error
sizes LineLength Line is longer than 80 characters (found 87). 94
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 94
 Error
coding MagicNumber '100' is a magic number. 94

org/woehlke/computer/kurzweil/mandelbrot/zoom/view/ApplicationCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 92). 15
 Error
sizes LineLength Line is longer than 80 characters (found 88). 16
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter app should be final. 34
 Error
coding HiddenField 'app' hides a field. 34
 Error
design DesignForExtension Class 'ApplicationCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter g should be final. 43
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 52
 Error
coding MagicNumber '4' is a magic number. 52
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 52
 Error
coding MagicNumber '256' is a magic number. 52
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
design DesignForExtension Class 'ApplicationCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
misc FinalParameters Parameter g should be final. 60

org/woehlke/computer/kurzweil/mandelbrot/zoom/view/ApplicationFrame.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 12
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 13
 Error
sizes LineLength Line is longer than 80 characters (found 122). 22
 Error
sizes LineLength Line is longer than 80 characters (found 92). 23
 Error
sizes LineLength Line is longer than 80 characters (found 88). 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 53
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter config should be final. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error
whitespace ParenPad '(' is followed by whitespace. 69
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter e should be final. 75
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter e should be final. 79
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter e should be final. 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error
misc FinalParameters Parameter e should be final. 87
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 87
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 89
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error
misc FinalParameters Parameter e should be final. 89
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Error
misc FinalParameters Parameter e should be final. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
misc FinalParameters Parameter e should be final. 97
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 97
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 100
 Error
misc FinalParameters Parameter e should be final. 101
 Error
misc FinalParameters Parameter e should be final. 108
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 108
 Error
misc FinalParameters Parameter e should be final. 111
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 111
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 111
 Error
misc FinalParameters Parameter e should be final. 114
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 114
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 114
 Error
misc FinalParameters Parameter e should be final. 117
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 117
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 117
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'showMeInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'showMeInit' static/final/abstract/empty, or adding allowed annotation for the method. 119
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 119
 Error
coding MagicNumber '180' is a magic number. 123
 Error
sizes LineLength Line is longer than 80 characters (found 84). 130
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 152
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 152
 Error
design DesignForExtension Class 'ApplicationFrame' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ApplicationFrame' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 156
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 156

org/woehlke/computer/kurzweil/mandelbrot/zoom/view/panels/PanelButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 122). 16
 Error
sizes LineLength Line is longer than 80 characters (found 92). 17
 Error
sizes LineLength Line is longer than 80 characters (found 88). 18
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter model should be final. 34
 Error
coding HiddenField 'model' hides a field. 34
 Error
misc FinalParameters Parameter ae should be final. 48
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49

org/woehlke/computer/kurzweil/mandelbrot/zoom/view/panels/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 92). 12
 Error
sizes LineLength Line is longer than 80 characters (found 88). 13
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter subtitle should be final. 21

org/woehlke/computer/kurzweil/simulated/evolution/SimulatedEvolutionApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 96). 16
 Error
sizes LineLength Line is longer than 80 characters (found 92). 17
 Error
design FinalClass Class SimulatedEvolutionApplication should be declared as final. 19
 Error
sizes LineLength Line is longer than 80 characters (found 86). 22
 Error
misc FinalParameters Parameter configFileName should be final. 22
 Error
misc FinalParameters Parameter jarFilePath should be final. 22
 Error
sizes LineLength Line is longer than 80 characters (found 122). 23
 Error
sizes LineLength Line is longer than 80 characters (found 92). 24
 Error
javadoc JavadocStyle First sentence should end with a period. 27
 Error
misc FinalParameters Parameter args should be final. 31
 Error
sizes LineLength Line is longer than 80 characters (found 114). 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34

org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilContext.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
sizes LineLength Line is longer than 80 characters (found 122). 20
 Error
sizes LineLength Line is longer than 80 characters (found 96). 21
 Error
sizes LineLength Line is longer than 80 characters (found 92). 22
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 26
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 26
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter computerKurzweilProperties should be final. 33
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getTabbedPaneBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getTabbedPaneBorder' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getFrameBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getFrameBorder' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBorder' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
sizes LineLength Line is longer than 80 characters (found 84). 49
 Error
sizes LineLength Line is longer than 80 characters (found 85). 50
 Error
sizes LineLength Line is longer than 80 characters (found 83). 51
 Error
sizes LineLength Line is longer than 80 characters (found 86). 52
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBorder' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter label should be final. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
sizes LineLength Line is longer than 80 characters (found 83). 60
 Error
sizes LineLength Line is longer than 80 characters (found 84). 61
 Error
sizes LineLength Line is longer than 80 characters (found 86). 62
 Error
sizes LineLength Line is longer than 80 characters (found 85). 63
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 66
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 66
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
sizes LineLength Line is longer than 80 characters (found 84). 71
 Error
sizes LineLength Line is longer than 80 characters (found 85). 72
 Error
sizes LineLength Line is longer than 80 characters (found 83). 73
 Error
sizes LineLength Line is longer than 80 characters (found 86). 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
misc FinalParameters Parameter label should be final. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
sizes LineLength Line is longer than 80 characters (found 84). 82
 Error
sizes LineLength Line is longer than 80 characters (found 85). 83
 Error
sizes LineLength Line is longer than 80 characters (found 83). 84
 Error
sizes LineLength Line is longer than 80 characters (found 86). 85
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 88
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 88
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 88
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBottomButtonsPanelBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBottomButtonsPanelBorder' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 92
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getBottomButtonsPanelBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getBottomButtonsPanelBorder' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error
misc FinalParameters Parameter label should be final. 96
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 105
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 105
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 105
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getTabBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getTabBorder' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getCanvasBorder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getCanvasBorder' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 116
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 116
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 119
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getNextRandomLatticePoint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getNextRandomLatticePoint' static/final/abstract/empty, or adding allowed annotation for the method. 122
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 127
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getNewCellLifeCycle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getNewCellLifeCycle' static/final/abstract/empty, or adding allowed annotation for the method. 133
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 133
 Error
sizes LineLength Line is longer than 80 characters (found 100). 134
 Error
design DesignForExtension Class 'ComputerKurzweilContext' looks like designed for extension (can be subclassed), but the method 'getNewCellCore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilContext' final or making the method 'getNewCellCore' static/final/abstract/empty, or adding allowed annotation for the method. 137
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 137
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 141
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 141
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 143

org/woehlke/computer/kurzweil/simulated/evolution/config/ComputerKurzweilProperties.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
sizes LineLength Line is longer than 80 characters (found 122). 21
 Error
sizes LineLength Line is longer than 80 characters (found 96). 22
 Error
sizes LineLength Line is longer than 80 characters (found 92). 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 55
 Error
javadoc JavadocVariable Missing a Javadoc comment. 57
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 58
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 61
 Error
javadoc JavadocVariable Missing a Javadoc comment. 63
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 64
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 67
 Error
javadoc JavadocVariable Missing a Javadoc comment. 69
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 70
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 81
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 82
 Error
javadoc JavadocVariable Missing a Javadoc comment. 84
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 85
 Error
javadoc JavadocVariable Missing a Javadoc comment. 93
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 106
 Error
javadoc JavadocVariable Missing a Javadoc comment. 109
 Error
javadoc JavadocVariable Missing a Javadoc comment. 112
 Error
javadoc JavadocVariable Missing a Javadoc comment. 115
 Error
javadoc JavadocVariable Missing a Javadoc comment. 118
 Error
javadoc JavadocVariable Missing a Javadoc comment. 121
 Error
javadoc JavadocVariable Missing a Javadoc comment. 124
 Error
javadoc JavadocVariable Missing a Javadoc comment. 127
 Error
javadoc JavadocVariable Missing a Javadoc comment. 130
 Error
javadoc JavadocVariable Missing a Javadoc comment. 133
 Error
javadoc JavadocVariable Missing a Javadoc comment. 144
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 145
 Error
javadoc JavadocVariable Missing a Javadoc comment. 147
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 148
 Error
javadoc JavadocVariable Missing a Javadoc comment. 156
 Error
javadoc JavadocVariable Missing a Javadoc comment. 159
 Error
javadoc JavadocVariable Missing a Javadoc comment. 162
 Error
javadoc JavadocVariable Missing a Javadoc comment. 165
 Error
javadoc JavadocVariable Missing a Javadoc comment. 168
 Error
javadoc JavadocVariable Missing a Javadoc comment. 171
 Error
javadoc JavadocVariable Missing a Javadoc comment. 174
 Error
javadoc JavadocVariable Missing a Javadoc comment. 184
 Error
javadoc JavadocVariable Missing a Javadoc comment. 195
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 196
 Error
javadoc JavadocVariable Missing a Javadoc comment. 198
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 201
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 202
 Error
javadoc JavadocVariable Missing a Javadoc comment. 204
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 205
 Error
javadoc JavadocVariable Missing a Javadoc comment. 207
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 208
 Error
javadoc JavadocVariable Missing a Javadoc comment. 210
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 211
 Error
javadoc JavadocVariable Missing a Javadoc comment. 219
 Error
javadoc JavadocVariable Missing a Javadoc comment. 222
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 235
 Error
javadoc JavadocVariable Missing a Javadoc comment. 238
 Error
javadoc JavadocVariable Missing a Javadoc comment. 248
 Error
javadoc JavadocVariable Missing a Javadoc comment. 251
 Error
javadoc JavadocVariable Missing a Javadoc comment. 254
 Error
javadoc JavadocVariable Missing a Javadoc comment. 257
 Error
javadoc JavadocVariable Missing a Javadoc comment. 260
 Error
javadoc JavadocVariable Missing a Javadoc comment. 263
 Error
javadoc JavadocVariable Missing a Javadoc comment. 266
 Error
javadoc JavadocVariable Missing a Javadoc comment. 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 279
 Error
javadoc JavadocVariable Missing a Javadoc comment. 282
 Error
javadoc JavadocVariable Missing a Javadoc comment. 285
 Error
javadoc JavadocVariable Missing a Javadoc comment. 288
 Error
javadoc JavadocVariable Missing a Javadoc comment. 291
 Error
javadoc JavadocVariable Missing a Javadoc comment. 294
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
javadoc JavadocVariable Missing a Javadoc comment. 300
 Error
javadoc JavadocVariable Missing a Javadoc comment. 303
 Error
javadoc JavadocVariable Missing a Javadoc comment. 306
 Error
javadoc JavadocVariable Missing a Javadoc comment. 316
 Error
javadoc JavadocVariable Missing a Javadoc comment. 319
 Error
javadoc JavadocVariable Missing a Javadoc comment. 322
 Error
javadoc JavadocVariable Missing a Javadoc comment. 325
 Error
javadoc JavadocVariable Missing a Javadoc comment. 328
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
javadoc JavadocVariable Missing a Javadoc comment. 334
 Error
javadoc JavadocVariable Missing a Javadoc comment. 344
 Error
javadoc JavadocVariable Missing a Javadoc comment. 347
 Error
javadoc JavadocVariable Missing a Javadoc comment. 350
 Error
javadoc JavadocVariable Missing a Javadoc comment. 353
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 359
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 373
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 374
 Error
javadoc JavadocVariable Missing a Javadoc comment. 376
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 377
 Error
javadoc JavadocVariable Missing a Javadoc comment. 385
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 391
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 392
 Error
javadoc JavadocVariable Missing a Javadoc comment. 400
 Error
javadoc JavadocVariable Missing a Javadoc comment. 403
 Error
javadoc JavadocVariable Missing a Javadoc comment. 406
 Error
javadoc JavadocVariable Missing a Javadoc comment. 409
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 431
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 432
 Error
javadoc JavadocVariable Missing a Javadoc comment. 434
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 435
 Error
javadoc JavadocVariable Missing a Javadoc comment. 443
 Error
javadoc JavadocVariable Missing a Javadoc comment. 446
 Error
javadoc JavadocVariable Missing a Javadoc comment. 456
 Error
javadoc JavadocVariable Missing a Javadoc comment. 467
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 468
 Error
javadoc JavadocVariable Missing a Javadoc comment. 470
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 471
 Error
javadoc JavadocVariable Missing a Javadoc comment. 479
 Error
javadoc JavadocVariable Missing a Javadoc comment. 482
 Error
javadoc JavadocVariable Missing a Javadoc comment. 492
 Error
javadoc JavadocVariable Missing a Javadoc comment. 495
 Error
javadoc JavadocVariable Missing a Javadoc comment. 505
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 506
 Error
javadoc JavadocVariable Missing a Javadoc comment. 508
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 509
 Error
javadoc JavadocVariable Missing a Javadoc comment. 517
 Error
javadoc JavadocVariable Missing a Javadoc comment. 520
 Error
javadoc JavadocVariable Missing a Javadoc comment. 523
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 524
 Error
javadoc JavadocVariable Missing a Javadoc comment. 532
 Error
javadoc JavadocVariable Missing a Javadoc comment. 535
 Error
javadoc JavadocVariable Missing a Javadoc comment. 538
 Error
javadoc JavadocVariable Missing a Javadoc comment. 541
 Error
javadoc JavadocVariable Missing a Javadoc comment. 552
 Error
javadoc JavadocVariable Missing a Javadoc comment. 555
 Error
javadoc JavadocVariable Missing a Javadoc comment. 565
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 566
 Error
javadoc JavadocVariable Missing a Javadoc comment. 568
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 569
 Error
javadoc JavadocVariable Missing a Javadoc comment. 577
 Error
javadoc JavadocVariable Missing a Javadoc comment. 580
 Error
javadoc JavadocVariable Missing a Javadoc comment. 583
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 584
 Error
javadoc JavadocVariable Missing a Javadoc comment. 592
 Error
javadoc JavadocVariable Missing a Javadoc comment. 595
 Error
javadoc JavadocVariable Missing a Javadoc comment. 598
 Error
javadoc JavadocVariable Missing a Javadoc comment. 601
 Error
javadoc JavadocVariable Missing a Javadoc comment. 612
 Error
javadoc JavadocVariable Missing a Javadoc comment. 615
 Error
javadoc JavadocVariable Missing a Javadoc comment. 625
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 626
 Error
javadoc JavadocVariable Missing a Javadoc comment. 628
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 629
 Error
javadoc JavadocVariable Missing a Javadoc comment. 637
 Error
javadoc JavadocVariable Missing a Javadoc comment. 640
 Error
javadoc JavadocVariable Missing a Javadoc comment. 643
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 644
 Error
javadoc JavadocVariable Missing a Javadoc comment. 652
 Error
javadoc JavadocVariable Missing a Javadoc comment. 655
 Error
javadoc JavadocVariable Missing a Javadoc comment. 658
 Error
javadoc JavadocVariable Missing a Javadoc comment. 661
 Error
javadoc JavadocVariable Missing a Javadoc comment. 672
 Error
javadoc JavadocVariable Missing a Javadoc comment. 675
 Error
javadoc JavadocVariable Missing a Javadoc comment. 686
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 687
 Error
javadoc JavadocVariable Missing a Javadoc comment. 689
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 690
 Error
javadoc JavadocVariable Missing a Javadoc comment. 698
 Error
javadoc JavadocVariable Missing a Javadoc comment. 701
 Error
javadoc JavadocVariable Missing a Javadoc comment. 704
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 705
 Error
javadoc JavadocVariable Missing a Javadoc comment. 712
 Error
javadoc JavadocVariable Missing a Javadoc comment. 715
 Error
javadoc JavadocVariable Missing a Javadoc comment. 718
 Error
javadoc JavadocVariable Missing a Javadoc comment. 721
 Error
javadoc JavadocVariable Missing a Javadoc comment. 732
 Error
javadoc JavadocVariable Missing a Javadoc comment. 735
 Error
javadoc JavadocVariable Missing a Javadoc comment. 745
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 746
 Error
javadoc JavadocVariable Missing a Javadoc comment. 748
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 749
 Error
javadoc JavadocVariable Missing a Javadoc comment. 757
 Error
javadoc JavadocVariable Missing a Javadoc comment. 760
 Error
javadoc JavadocVariable Missing a Javadoc comment. 763
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 764
 Error
javadoc JavadocVariable Missing a Javadoc comment. 772
 Error
javadoc JavadocVariable Missing a Javadoc comment. 775
 Error
javadoc JavadocVariable Missing a Javadoc comment. 778
 Error
javadoc JavadocVariable Missing a Javadoc comment. 781
 Error
javadoc JavadocVariable Missing a Javadoc comment. 792
 Error
javadoc JavadocVariable Missing a Javadoc comment. 795
 Error
javadoc JavadocVariable Missing a Javadoc comment. 805
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 806
 Error
javadoc JavadocVariable Missing a Javadoc comment. 808
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 809
 Error
javadoc JavadocVariable Missing a Javadoc comment. 817
 Error
javadoc JavadocVariable Missing a Javadoc comment. 820
 Error
javadoc JavadocVariable Missing a Javadoc comment. 823
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 824
 Error
javadoc JavadocVariable Missing a Javadoc comment. 831
 Error
javadoc JavadocVariable Missing a Javadoc comment. 834
 Error
javadoc JavadocVariable Missing a Javadoc comment. 837
 Error
javadoc JavadocVariable Missing a Javadoc comment. 840
 Error
javadoc JavadocVariable Missing a Javadoc comment. 851
 Error
javadoc JavadocVariable Missing a Javadoc comment. 854
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 862
 Error
javadoc JavadocVariable Missing a Javadoc comment. 864
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 865
 Error
javadoc JavadocVariable Missing a Javadoc comment. 867
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 868
 Error
javadoc JavadocVariable Missing a Javadoc comment. 876
 Error
javadoc JavadocVariable Missing a Javadoc comment. 879
 Error
javadoc JavadocVariable Missing a Javadoc comment. 882
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 883
 Error
javadoc JavadocVariable Missing a Javadoc comment. 891
 Error
javadoc JavadocVariable Missing a Javadoc comment. 894
 Error
javadoc JavadocVariable Missing a Javadoc comment. 897
 Error
javadoc JavadocVariable Missing a Javadoc comment. 900
 Error
javadoc JavadocVariable Missing a Javadoc comment. 911
 Error
javadoc JavadocVariable Missing a Javadoc comment. 914
 Error
sizes LineLength Line is longer than 80 characters (found 88). 919
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 919
 Error
misc FinalParameters Parameter conf should be final. 919
 Error
misc FinalParameters Parameter jar should be final. 919
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 919
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 921
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 921
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 922
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 922
 Error
sizes LineLength Line is longer than 80 characters (found 83). 929
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 939
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 939
 Error
misc FinalParameters Parameter tabType should be final. 939
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 939
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 940
 Error
design DesignForExtension Class 'ComputerKurzweilProperties' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilProperties' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 970
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 970
 Error
misc FinalParameters Parameter tabType should be final. 970
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 970
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 971

org/woehlke/computer/kurzweil/simulated/evolution/control/SimulatedEvolutionContext.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 21
 Error
sizes LineLength Line is longer than 80 characters (found 96). 22
 Error
sizes LineLength Line is longer than 80 characters (found 92). 23
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 28
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter tab should be final. 42
 Error
coding HiddenField 'tab' hides a field. 42
 Error
misc FinalParameters Parameter ctx should be final. 43
 Error
coding HiddenField 'ctx' hides a field. 43
 Error
coding MagicNumber '320' is a magic number. 48
 Error
coding MagicNumber '234' is a magic number. 49
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 50
 Error
whitespace ParenPad '(' is followed by whitespace. 51
 Error
whitespace ParenPad ')' is preceded with whitespace. 51
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'stopController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'stopController' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'startController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'startController' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
misc FinalParameters Parameter value should be final. 78
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 82

org/woehlke/computer/kurzweil/simulated/evolution/control/SimulatedEvolutionController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 87). 11
 Error
sizes LineLength Line is longer than 80 characters (found 122). 16
 Error
sizes LineLength Line is longer than 80 characters (found 96). 17
 Error
sizes LineLength Line is longer than 80 characters (found 92). 18
 Error
sizes LineLength Line is longer than 80 characters (found 92). 24
 Error
javadoc JavadocStyle First sentence should end with a period. 28
 Error
naming MemberName Name 'TIME_TO_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
 Error
javadoc JavadocStyle First sentence should end with a period. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
design DesignForExtension Class 'SimulatedEvolutionController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 64
 Error
design DesignForExtension Class 'SimulatedEvolutionController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72

org/woehlke/computer/kurzweil/simulated/evolution/model/SimulatedEvolutionModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 29
 Error
sizes LineLength Line is longer than 80 characters (found 96). 30
 Error
sizes LineLength Line is longer than 80 characters (found 92). 31
 Error
naming MemberName Name 'INITIAL_POPULATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
 Error
sizes LineLength Line is longer than 80 characters (found 90). 70
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter worldDimensions should be final. 75
 Error
coding HiddenField 'worldDimensions' hides a field. 75
 Error
sizes LineLength Line is longer than 80 characters (found 105). 79
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 79
 Error
sizes LineLength Line is longer than 80 characters (found 100). 82
 Error
sizes LineLength Line is longer than 80 characters (found 97). 86
 Error
sizes LineLength Line is longer than 80 characters (found 91). 106
 Error
sizes LineLength Line is longer than 80 characters (found 108). 107
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 116
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 116
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 128
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 128
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'getAllCells' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'getAllCells' static/final/abstract/empty, or adding allowed annotation for the method. 134
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 134
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 134
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'hasFood' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'hasFood' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error
misc FinalParameters Parameter x should be final. 138
 Error
misc FinalParameters Parameter y should be final. 138
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 139

org/woehlke/computer/kurzweil/simulated/evolution/model/cell/Cell.java

Severity Category Rule Message Line
 Error
javadoc JavadocStyle First sentence should end with a period. 33
 Error
javadoc JavadocStyle First sentence should end with a period. 38
 Error
javadoc JavadocStyle First sentence should end with a period. 43
 Error
javadoc JavadocStyle First sentence should end with a period. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter max should be final. 63
 Error
coding HiddenField 'max' hides a field. 63
 Error
misc FinalParameters Parameter position should be final. 63
 Error
coding HiddenField 'position' hides a field. 63
 Error
misc FinalParameters Parameter random should be final. 63
 Error
coding HiddenField 'random' hides a field. 63
 Error
sizes LineLength Line is longer than 80 characters (found 93). 76
 Error
misc FinalParameters Parameter fat should be final. 76
 Error
misc FinalParameters Parameter rna should be final. 76
 Error
misc FinalParameters Parameter position should be final. 76
 Error
coding HiddenField 'position' hides a field. 76
 Error
misc FinalParameters Parameter max should be final. 76
 Error
coding HiddenField 'max' hides a field. 76
 Error
misc FinalParameters Parameter random should be final. 76
 Error
coding HiddenField 'random' hides a field. 76
 Error
sizes LineLength Line is longer than 80 characters (found 95). 98
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 106
 Error
sizes LineLength Line is longer than 80 characters (found 127). 115
 Error
sizes LineLength Line is longer than 80 characters (found 82). 136
 Error
javadoc JavadocStyle First sentence should end with a period. 142
 Error
misc FinalParameters Parameter food should be final. 146
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 160

org/woehlke/computer/kurzweil/simulated/evolution/model/cell/CellCore.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 18
 Error
sizes LineLength Line is longer than 80 characters (found 96). 19
 Error
sizes LineLength Line is longer than 80 characters (found 92). 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter random should be final. 46
 Error
coding HiddenField 'random' hides a field. 46
 Error
misc FinalParameters Parameter random should be final. 55
 Error
coding HiddenField 'random' hides a field. 55
 Error
misc FinalParameters Parameter rna should be final. 55
 Error
misc ArrayTypeStyle Array brackets at illegal position. 79
 Error
misc FinalParameters Parameter base should be final. 85
 Error
misc FinalParameters Parameter base should be final. 99
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 109
 Error
sizes LineLength Line is longer than 80 characters (found 82). 114

org/woehlke/computer/kurzweil/simulated/evolution/model/cell/LifeCycle.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 18
 Error
sizes LineLength Line is longer than 80 characters (found 96). 19
 Error
sizes LineLength Line is longer than 80 characters (found 92). 20
 Error
javadoc JavadocStyle First sentence should end with a period. 48
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 51
 Error
javadoc JavadocStyle First sentence should end with a period. 53
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 56
 Error
javadoc JavadocStyle First sentence should end with a period. 58
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 61
 Error
javadoc JavadocStyle First sentence should end with a period. 63
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 Error
javadoc JavadocStyle First sentence should end with a period. 68
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 71
 Error
javadoc JavadocStyle First sentence should end with a period. 73
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 76
 Error
javadoc JavadocStyle First sentence should end with a period. 78
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 81
 Error
javadoc JavadocStyle First sentence should end with a period. 83
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
misc FinalParameters Parameter fatAtBirth should be final. 92
 Error
javadoc JavadocStyle First sentence should end with a period. 98
 Error
misc FinalParameters Parameter food should be final. 138
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 139
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 140
 Error
design DesignForExtension Class 'LifeCycle' looks like designed for extension (can be subclassed), but the method 'getFat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LifeCycle' final or making the method 'getFat' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 146
 Error
design DesignForExtension Class 'LifeCycle' looks like designed for extension (can be subclassed), but the method 'getLifeCycleStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LifeCycle' final or making the method 'getLifeCycleStatus' static/final/abstract/empty, or adding allowed annotation for the method. 150
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 150
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 150
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 151
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 151
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 151
 Error
whitespace WhitespaceAround '>=' is not followed by whitespace. 151
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 151
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 151
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 154
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 154
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 154
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 154
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 155
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 155
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 155
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 161
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 161

org/woehlke/computer/kurzweil/simulated/evolution/model/cell/LifeCycleStatus.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 7
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.Color.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 122). 20
 Error
sizes LineLength Line is longer than 80 characters (found 96). 21
 Error
sizes LineLength Line is longer than 80 characters (found 92). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter color should be final. 43
 Error
coding HiddenField 'color' hides a field. 43
 Error
misc FinalParameters Parameter colorFont should be final. 43
 Error
coding HiddenField 'colorFont' hides a field. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51

org/woehlke/computer/kurzweil/simulated/evolution/model/cell/Orientation.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 12
 Error
sizes LineLength Line is longer than 80 characters (found 96). 13
 Error
sizes LineLength Line is longer than 80 characters (found 92). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
modifier RedundantModifier Redundant 'private' modifier. 35
 Error
misc FinalParameters Parameter x should be final. 35
 Error
misc FinalParameters Parameter y should be final. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36

org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/LatticeNeighbourhood.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 96). 15
 Error
sizes LineLength Line is longer than 80 characters (found 92). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter maxX should be final. 35
 Error
coding HiddenField 'maxX' hides a field. 35
 Error
misc FinalParameters Parameter maxY should be final. 35
 Error
coding HiddenField 'maxY' hides a field. 35
 Error
misc FinalParameters Parameter x should be final. 35
 Error
coding HiddenField 'x' hides a field. 35
 Error
misc FinalParameters Parameter y should be final. 35
 Error
coding HiddenField 'y' hides a field. 35
 Error
misc FinalParameters Parameter neighbourhoodType should be final. 36
 Error
coding HiddenField 'neighbourhoodType' hides a field. 36
 Error
sizes LineLength Line is longer than 80 characters (found 107). 49
 Error
sizes LineLength Line is longer than 80 characters (found 129). 52
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter worldX should be final. 63
 Error
misc FinalParameters Parameter worldY should be final. 63
 Error
misc FinalParameters Parameter myX should be final. 63
 Error
misc FinalParameters Parameter myY should be final. 63
 Error
sizes LineLength Line is longer than 80 characters (found 97). 64
 Error
sizes LineLength Line is longer than 80 characters (found 103). 65
 Error
sizes LineLength Line is longer than 80 characters (found 85). 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter worldX should be final. 69
 Error
misc FinalParameters Parameter worldY should be final. 69
 Error
misc FinalParameters Parameter myX should be final. 69
 Error
misc FinalParameters Parameter myY should be final. 69
 Error
sizes LineLength Line is longer than 80 characters (found 97). 70
 Error
sizes LineLength Line is longer than 80 characters (found 103). 71
 Error
sizes LineLength Line is longer than 80 characters (found 90). 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter worldX should be final. 75
 Error
misc FinalParameters Parameter worldY should be final. 75
 Error
misc FinalParameters Parameter myX should be final. 75
 Error
misc FinalParameters Parameter myY should be final. 75
 Error
sizes LineLength Line is longer than 80 characters (found 103). 76
 Error
sizes LineLength Line is longer than 80 characters (found 103). 77
 Error
sizes LineLength Line is longer than 80 characters (found 87). 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter worldX should be final. 81
 Error
misc FinalParameters Parameter worldY should be final. 81
 Error
misc FinalParameters Parameter myX should be final. 81
 Error
misc FinalParameters Parameter myY should be final. 81
 Error
sizes LineLength Line is longer than 80 characters (found 99). 82
 Error
sizes LineLength Line is longer than 80 characters (found 103). 83

org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/LatticeNeighbourhoodType.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 7
 Error
sizes LineLength Line is longer than 80 characters (found 96). 8
 Error
sizes LineLength Line is longer than 80 characters (found 92). 9
 Error
javadoc JavadocStyle First sentence should end with a period. 13
 Error
javadoc JavadocStyle First sentence should end with a period. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23

org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/LatticePoint.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 89). 9
 Error
sizes LineLength Line is longer than 80 characters (found 122). 18
 Error
sizes LineLength Line is longer than 80 characters (found 96). 19
 Error
sizes LineLength Line is longer than 80 characters (found 92). 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter other should be final. 46
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'absoluteValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'absoluteValue' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'killNegative' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'killNegative' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
misc FinalParameters Parameter p should be final. 68
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveBy' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter p should be final. 74
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'normalize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'normalize' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter p should be final. 79
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error
design DesignForExtension Class 'LatticePoint' looks like designed for extension (can be subclassed), but the method 'copy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LatticePoint' final or making the method 'copy' static/final/abstract/empty, or adding allowed annotation for the method. 100
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
misc FinalParameters Parameter worldDimensions should be final. 104
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 106
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 107
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 107
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 107
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 107
 Error
coding MagicNumber '11' is a magic number. 107

org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/LatticePointNeighbourhoodPosition.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 9
 Error
sizes LineLength Line is longer than 80 characters (found 96). 10
 Error
sizes LineLength Line is longer than 80 characters (found 92). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter x should be final. 29
 Error
coding HiddenField 'x' hides a field. 29
 Error
misc FinalParameters Parameter y should be final. 29
 Error
coding HiddenField 'y' hides a field. 29
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter neighbourhoodType should be final. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 36
 Error
coding MagicNumber '4' is a magic number. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 43
 Error
coding MagicNumber '3' is a magic number. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
coding MagicNumber '8' is a magic number. 47
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 48
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
coding MagicNumber '3' is a magic number. 51
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 Error
coding MagicNumber '4' is a magic number. 52
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error
coding MagicNumber '5' is a magic number. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
coding MagicNumber '6' is a magic number. 54
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
coding MagicNumber '7' is a magic number. 55
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error
coding MagicNumber '6' is a magic number. 58
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 59
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 61
 Error
coding MagicNumber '3' is a magic number. 62
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 62
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 62
 Error
coding MagicNumber '4' is a magic number. 63
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 63
 Error
coding MagicNumber '5' is a magic number. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68

org/woehlke/computer/kurzweil/simulated/evolution/model/lattice/SimulatedEvolutionWorldLattice.java

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.simulated.evolution.model.cell.LifeCycle. 6
 Error
sizes LineLength Line is longer than 80 characters (found 88). 12
 Error
sizes LineLength Line is longer than 80 characters (found 122). 17
 Error
sizes LineLength Line is longer than 80 characters (found 96). 18
 Error
sizes LineLength Line is longer than 80 characters (found 92). 19
 Error
misc ArrayTypeStyle Array brackets at illegal position. 34
 Error
misc ArrayTypeStyle Array brackets at illegal position. 34
 Error
naming MemberName Name 'FOOD_PER_DAY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
 Error
sizes LineLength Line is longer than 80 characters (found 83). 42
 Error
sizes LineLength Line is longer than 80 characters (found 133). 43
 Error
naming MemberName Name 'EABLE_GARDEN_OF_EDEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
 Error
sizes LineLength Line is longer than 80 characters (found 111). 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter dimensions should be final. 57
 Error
coding HiddenField 'dimensions' hides a field. 57
 Error
misc FinalParameters Parameter random should be final. 57
 Error
coding HiddenField 'random' hides a field. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 58
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 58
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
coding MagicNumber '5' is a magic number. 82
 Error
coding MagicNumber '5' is a magic number. 83
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 84
 Error
coding MagicNumber '4' is a magic number. 84
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 94
 Error
design DesignForExtension Class 'SimulatedEvolutionWorldLattice' looks like designed for extension (can be subclassed), but the method 'hasFood' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionWorldLattice' final or making the method 'hasFood' static/final/abstract/empty, or adding allowed annotation for the method. 99
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 99
 Error
misc FinalParameters Parameter x should be final. 99
 Error
misc FinalParameters Parameter y should be final. 99
 Error
sizes LineLength Line is longer than 80 characters (found 90). 104
 Error
misc FinalParameters Parameter position should be final. 111
 Error
misc ArrayTypeStyle Array brackets at illegal position. 112
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 113
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 113
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 114
 Error
sizes LineLength Line is longer than 80 characters (found 93). 115
 Error
sizes LineLength Line is longer than 80 characters (found 87). 116
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 116
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 116

org/woehlke/computer/kurzweil/simulated/evolution/model/population/SimulatedEvolutionPopulation.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 96). 12
 Error
sizes LineLength Line is longer than 80 characters (found 92). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter status should be final. 40
 Error
javadoc JavadocMethod Expected @param tag for 'status'. 40
 Error
coding MissingSwitchDefault switch without "default" clause. 42

org/woehlke/computer/kurzweil/simulated/evolution/model/population/SimulatedEvolutionPopulationContainer.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 122). 21
 Error
sizes LineLength Line is longer than 80 characters (found 96). 22
 Error
sizes LineLength Line is longer than 80 characters (found 92). 23
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 28
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
sizes LineLength Line is longer than 80 characters (found 113). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter tabCtx should be final. 41
 Error
coding HiddenField 'tabCtx' hides a field. 41
 Error
sizes LineLength Line is longer than 80 characters (found 119). 46
 Error
sizes LineLength Line is longer than 80 characters (found 128). 47
 Error
design DesignForExtension Class 'SimulatedEvolutionPopulationContainer' looks like designed for extension (can be subclassed), but the method 'createInitialPopulation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionPopulationContainer' final or making the method 'createInitialPopulation' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
coding MagicNumber '640' is a magic number. 53
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 53
 Error
coding MagicNumber '400' is a magic number. 53
 Error
coding MagicNumber '40' is a magic number. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 54
 Error
coding MagicNumber '40' is a magic number. 54
 Error
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
design DesignForExtension Class 'SimulatedEvolutionPopulationContainer' looks like designed for extension (can be subclassed), but the method 'push' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionPopulationContainer' final or making the method 'push' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter populationCensus should be final. 62
 Error
design DesignForExtension Class 'SimulatedEvolutionPopulationContainer' looks like designed for extension (can be subclassed), but the method 'getCurrentGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionPopulationContainer' final or making the method 'getCurrentGeneration' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74

org/woehlke/computer/kurzweil/simulated/evolution/model/world/Bounds.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 10
 Error
sizes LineLength Line is longer than 80 characters (found 122). 17
 Error
sizes LineLength Line is longer than 80 characters (found 96). 18
 Error
sizes LineLength Line is longer than 80 characters (found 92). 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter height should be final. 35
 Error
misc FinalParameters Parameter width should be final. 35
 Error
misc FinalParameters Parameter screenSize should be final. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
misc FinalParameters Parameter rootPane should be final. 44
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter rootPane should be final. 51
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55

org/woehlke/computer/kurzweil/simulated/evolution/model/world/SimulatedEvolutionParameter.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 122). 9
 Error
sizes LineLength Line is longer than 80 characters (found 96). 10
 Error
sizes LineLength Line is longer than 80 characters (found 92). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
design DesignForExtension Class 'SimulatedEvolutionParameter' looks like designed for extension (can be subclassed), but the method 'increaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionParameter' final or making the method 'increaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
design DesignForExtension Class 'SimulatedEvolutionParameter' looks like designed for extension (can be subclassed), but the method 'decreaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionParameter' final or making the method 'decreaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
design DesignForExtension Class 'SimulatedEvolutionParameter' looks like designed for extension (can be subclassed), but the method 'toggleGardenOfEden' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionParameter' final or making the method 'toggleGardenOfEden' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace NoWhitespaceAfter '!' is followed by whitespace. 36

org/woehlke/computer/kurzweil/simulated/evolution/model/world/WorldPoint.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 89). 10
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 96). 16
 Error
sizes LineLength Line is longer than 80 characters (found 92). 17
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter p should be final. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
misc FinalParameters Parameter x should be final. 44
 Error
coding HiddenField 'x' hides a field. 44
 Error
misc FinalParameters Parameter y should be final. 44
 Error
coding HiddenField 'y' hides a field. 44
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter x should be final. 53
 Error
coding HiddenField 'x' hides a field. 53
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter y should be final. 61
 Error
coding HiddenField 'y' hides a field. 61
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'killNagative' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'killNagative' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'add' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'add' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter p should be final. 74
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'normalize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'normalize' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter p should be final. 79
 Error
sizes LineLength Line is longer than 80 characters (found 107). 88
 Error
misc FinalParameters Parameter max should be final. 90
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 90
 Error
misc ArrayTypeStyle Array brackets at illegal position. 91
 Error
coding MagicNumber '9' is a magic number. 91
 Error
sizes LineLength Line is longer than 80 characters (found 88). 94
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 95
 Error
sizes LineLength Line is longer than 80 characters (found 88). 96
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 96
 Error
coding MagicNumber '3' is a magic number. 97
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 97
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 97
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 97
 Error
coding MagicNumber '4' is a magic number. 98
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 98
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 Error
coding MagicNumber '5' is a magic number. 99
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 99
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 99
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 99
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 99
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 99
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 99
 Error
sizes LineLength Line is longer than 80 characters (found 88). 100
 Error
coding MagicNumber '6' is a magic number. 100
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 100
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 100
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 100
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 100
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 100
 Error
coding MagicNumber '7' is a magic number. 101
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 101
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 101
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 101
 Error
sizes LineLength Line is longer than 80 characters (found 88). 102
 Error
coding MagicNumber '8' is a magic number. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 102

org/woehlke/computer/kurzweil/simulated/evolution/view/SimulatedEvolutionApplet.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 13
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 14
 Error
sizes LineLength Line is longer than 80 characters (found 122). 26
 Error
sizes LineLength Line is longer than 80 characters (found 96). 27
 Error
sizes LineLength Line is longer than 80 characters (found 92). 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
sizes LineLength Line is longer than 80 characters (found 104). 47
 Error
sizes LineLength Line is longer than 80 characters (found 89). 61
 Error
design DesignForExtension Class 'SimulatedEvolutionApplet' looks like designed for extension (can be subclassed), but the method 'init' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionApplet' final or making the method 'init' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
coding MagicNumber '320' is a magic number. 67
 Error
coding MagicNumber '234' is a magic number. 68
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
sizes LineLength Line is longer than 80 characters (found 89). 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
design DesignForExtension Class 'SimulatedEvolutionApplet' looks like designed for extension (can be subclassed), but the method 'getCanvasDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionApplet' final or making the method 'getCanvasDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88

org/woehlke/computer/kurzweil/simulated/evolution/view/SimulatedEvolutionTab.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 92). 18
 Error
sizes LineLength Line is longer than 80 characters (found 122). 28
 Error
sizes LineLength Line is longer than 80 characters (found 96). 29
 Error
sizes LineLength Line is longer than 80 characters (found 92). 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 53
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 53
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
javadoc JavadocVariable Missing a Javadoc comment. 57
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 61
 Error
javadoc JavadocVariable Missing a Javadoc comment. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 93). 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter properties should be final. 73
 Error
coding HiddenField 'properties' hides a field. 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
misc FinalParameters Parameter e should be final. 88
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Error
misc FinalParameters Parameter e should be final. 94
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 98
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 Error
misc FinalParameters Parameter e should be final. 98
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 102
 Error
misc FinalParameters Parameter e should be final. 102
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 106
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 106
 Error
misc FinalParameters Parameter e should be final. 106
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 Error
misc FinalParameters Parameter e should be final. 112
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Error
misc FinalParameters Parameter e should be final. 116
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 119
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 119
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 119
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 119
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 121
 Error
misc FinalParameters Parameter actionEvent should be final. 121

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/SimulatedEvolutionCanvas.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 122). 21
 Error
sizes LineLength Line is longer than 80 characters (found 96). 22
 Error
sizes LineLength Line is longer than 80 characters (found 92). 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
naming MemberName Name 'WATER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
naming MemberName Name 'FOOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter worldDimensions should be final. 45
 Error
coding HiddenField 'worldDimensions' hides a field. 45
 Error
misc FinalParameters Parameter g should be final. 55
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 84). 71
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
design DesignForExtension Class 'SimulatedEvolutionCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter g should be final. 79

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayDecreaseButton.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 96). 15
 Error
sizes LineLength Line is longer than 80 characters (found 92). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter tabCtx should be final. 29
 Error
coding HiddenField 'tabCtx' hides a field. 29
 Error
sizes LineLength Line is longer than 80 characters (found 111). 30
 Error
sizes LineLength Line is longer than 80 characters (found 140). 32

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayIncreaseButton.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 96). 15
 Error
sizes LineLength Line is longer than 80 characters (found 92). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter tabCtx should be final. 29
 Error
coding HiddenField 'tabCtx' hides a field. 29
 Error
sizes LineLength Line is longer than 80 characters (found 111). 30
 Error
sizes LineLength Line is longer than 80 characters (found 140). 32

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayLabel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 96). 15
 Error
sizes LineLength Line is longer than 80 characters (found 92). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter tabCtx should be final. 29
 Error
coding HiddenField 'tabCtx' hides a field. 29
 Error
sizes LineLength Line is longer than 80 characters (found 102). 30
 Error
sizes LineLength Line is longer than 80 characters (found 129). 32

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayPanel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 96). 16
 Error
sizes LineLength Line is longer than 80 characters (found 92). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter tabCtx should be final. 35
 Error
coding HiddenField 'tabCtx' hides a field. 35
 Error
sizes LineLength Line is longer than 80 characters (found 134). 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 Error
sizes LineLength Line is longer than 80 characters (found 82). 41
 Error
sizes LineLength Line is longer than 80 characters (found 82). 42
 Error
sizes LineLength Line is longer than 80 characters (found 129). 43
 Error
sizes LineLength Line is longer than 80 characters (found 93). 44
 Error
design DesignForExtension Class 'FoodPerDayPanel' looks like designed for extension (can be subclassed), but the method 'addActionListener' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FoodPerDayPanel' final or making the method 'addActionListener' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter myTabPanel should be final. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
sizes LineLength Line is longer than 80 characters (found 85). 58

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/food/FoodPerDayTextField.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 96). 15
 Error
sizes LineLength Line is longer than 80 characters (found 92). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter tabCtx should be final. 30
 Error
coding HiddenField 'tabCtx' hides a field. 30
 Error
sizes LineLength Line is longer than 80 characters (found 97). 32
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 32
 Error
sizes LineLength Line is longer than 80 characters (found 105). 33
 Error
sizes LineLength Line is longer than 80 characters (found 131). 36
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 36
 Error
sizes LineLength Line is longer than 80 characters (found 138). 37
 Error
design DesignForExtension Class 'FoodPerDayTextField' looks like designed for extension (can be subclassed), but the method 'setFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FoodPerDayTextField' final or making the method 'setFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter foodPerDay should be final. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 41

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/garden/GardenOfEdenCheckBox.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 96). 15
 Error
sizes LineLength Line is longer than 80 characters (found 92). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter tabCtx should be final. 30
 Error
coding HiddenField 'tabCtx' hides a field. 30
 Error
sizes LineLength Line is longer than 80 characters (found 117). 32
 Error
sizes LineLength Line is longer than 80 characters (found 110). 33
 Error
sizes LineLength Line is longer than 80 characters (found 142). 36
 Error
sizes LineLength Line is longer than 80 characters (found 146). 37

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/garden/GardenOfEdenPanel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 96). 16
 Error
sizes LineLength Line is longer than 80 characters (found 92). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter tabCtx should be final. 31
 Error
coding HiddenField 'tabCtx' hides a field. 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 33
 Error
sizes LineLength Line is longer than 80 characters (found 141). 34
 Error
sizes LineLength Line is longer than 80 characters (found 102). 35

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/garden/GardenOfEdenPanelRow.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 96). 16
 Error
sizes LineLength Line is longer than 80 characters (found 92). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter tabCtx should be final. 34
 Error
coding HiddenField 'tabCtx' hides a field. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
sizes LineLength Line is longer than 80 characters (found 82). 39
 Error
design DesignForExtension Class 'GardenOfEdenPanelRow' looks like designed for extension (can be subclassed), but the method 'setSelected' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GardenOfEdenPanelRow' final or making the method 'setSelected' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter selected should be final. 50
 Error
sizes LineLength Line is longer than 80 characters (found 88). 51
 Error
design DesignForExtension Class 'GardenOfEdenPanelRow' looks like designed for extension (can be subclassed), but the method 'toggleGardenOfEden' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GardenOfEdenPanelRow' final or making the method 'toggleGardenOfEden' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
design DesignForExtension Class 'GardenOfEdenPanelRow' looks like designed for extension (can be subclassed), but the method 'addActionListener' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GardenOfEdenPanelRow' final or making the method 'addActionListener' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
misc FinalParameters Parameter myTabPanel should be final. 60
 Error
design DesignForExtension Class 'GardenOfEdenPanelRow' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GardenOfEdenPanelRow' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
sizes LineLength Line is longer than 80 characters (found 92). 65

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/garden/GardenOfEdenToggleButton.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 96). 15
 Error
sizes LineLength Line is longer than 80 characters (found 92). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter tabCtx should be final. 29
 Error
coding HiddenField 'tabCtx' hides a field. 29
 Error
sizes LineLength Line is longer than 80 characters (found 126). 30
 Error
sizes LineLength Line is longer than 80 characters (found 162). 32

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/population/PopulationStatisticsElement.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 14
 Error
sizes LineLength Line is longer than 80 characters (found 96). 15
 Error
sizes LineLength Line is longer than 80 characters (found 92). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
sizes LineLength Line is longer than 80 characters (found 87). 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter label should be final. 31
 Error
coding HiddenField 'label' hides a field. 31
 Error
misc FinalParameters Parameter lifeCycleStatus should be final. 31
 Error
coding HiddenField 'lifeCycleStatus' hides a field. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 Error
design DesignForExtension Class 'PopulationStatisticsElement' looks like designed for extension (can be subclassed), but the method 'setText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PopulationStatisticsElement' final or making the method 'setText' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter value should be final. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 42
 Error
design DesignForExtension Class 'PopulationStatisticsElement' looks like designed for extension (can be subclassed), but the method 'setText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PopulationStatisticsElement' final or making the method 'setText' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter value should be final. 45
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 46

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/population/PopulationStatisticsElementsPanelCounted.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 15
 Error
sizes LineLength Line is longer than 80 characters (found 122). 24
 Error
sizes LineLength Line is longer than 80 characters (found 96). 25
 Error
sizes LineLength Line is longer than 80 characters (found 92). 26
 Error
sizes LineLength Line is longer than 80 characters (found 83). 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
sizes LineLength Line is longer than 80 characters (found 90). 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter tabCtx should be final. 54
 Error
coding HiddenField 'tabCtx' hides a field. 54
 Error
sizes LineLength Line is longer than 80 characters (found 150). 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 56
 Error
sizes LineLength Line is longer than 80 characters (found 130). 60
 Error
sizes LineLength Line is longer than 80 characters (found 148). 65
 Error
sizes LineLength Line is longer than 80 characters (found 88). 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
sizes LineLength Line is longer than 80 characters (found 104). 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 71
 Error
sizes LineLength Line is longer than 80 characters (found 100). 72
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
sizes LineLength Line is longer than 80 characters (found 95). 86

org/woehlke/computer/kurzweil/simulated/evolution/view/canvas/population/PopulationStatisticsElementsPanelLifeCycle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 14
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.simulated.evolution.model.cell.LifeCycleStatus.*. 16
 Error
sizes LineLength Line is longer than 80 characters (found 122). 22
 Error
sizes LineLength Line is longer than 80 characters (found 96). 23
 Error
sizes LineLength Line is longer than 80 characters (found 92). 24
 Error
sizes LineLength Line is longer than 80 characters (found 83). 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
sizes LineLength Line is longer than 80 characters (found 90). 29
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter tabCtx should be final. 57
 Error
coding HiddenField 'tabCtx' hides a field. 57
 Error
sizes LineLength Line is longer than 80 characters (found 150). 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error
sizes LineLength Line is longer than 80 characters (found 130). 63
 Error
sizes LineLength Line is longer than 80 characters (found 148). 68
 Error
sizes LineLength Line is longer than 80 characters (found 83). 75
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
sizes LineLength Line is longer than 80 characters (found 103). 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
sizes LineLength Line is longer than 80 characters (found 90). 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
sizes LineLength Line is longer than 80 characters (found 86). 78
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 78
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
sizes LineLength Line is longer than 80 characters (found 95). 90

org/woehlke/computer/kurzweil/simulated/evolution/view/layouts/BoxLayoutVertical.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 96). 12
 Error
sizes LineLength Line is longer than 80 characters (found 92). 13
 Error
misc FinalParameters Parameter target should be final. 26

org/woehlke/computer/kurzweil/simulated/evolution/view/layouts/FlowLayoutCenter.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 96). 11
 Error
sizes LineLength Line is longer than 80 characters (found 92). 12
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18

org/woehlke/computer/kurzweil/simulated/evolution/view/layouts/FlowLayoutLeft.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 122). 10
 Error
sizes LineLength Line is longer than 80 characters (found 96). 11
 Error
sizes LineLength Line is longer than 80 characters (found 92). 12
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18

org/woehlke/computer/kurzweil/simulated/evolution/view/layouts/LayoutCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 96). 12
 Error
sizes LineLength Line is longer than 80 characters (found 92). 13
 Error
misc FinalParameters Parameter target should be final. 25
 Error
javadoc JavadocMethod Expected @param tag for 'target'. 25

org/woehlke/computer/kurzweil/simulated/evolution/view/tabs/TabPanel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 17
 Error
sizes LineLength Line is longer than 80 characters (found 96). 18
 Error
sizes LineLength Line is longer than 80 characters (found 92). 19
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 24
 Error
sizes LineLength Line is longer than 80 characters (found 87). 25

org/woehlke/computer/kurzweil/simulated/evolution/view/tabs/TabType.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 122). 11
 Error
sizes LineLength Line is longer than 80 characters (found 96). 12
 Error
sizes LineLength Line is longer than 80 characters (found 92). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
sizes LineLength Line is longer than 80 characters (found 91). 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
sizes LineLength Line is longer than 80 characters (found 93). 36
 Error
sizes LineLength Line is longer than 80 characters (found 92). 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 53
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 Error
javadoc JavadocVariable Missing a Javadoc comment. 67
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
javadoc JavadocVariable Missing a Javadoc comment. 81
 Error
javadoc JavadocVariable Missing a Javadoc comment. 88
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 103
 Error
javadoc JavadocVariable Missing a Javadoc comment. 104
 Error
javadoc JavadocVariable Missing a Javadoc comment. 105
 Error
javadoc JavadocVariable Missing a Javadoc comment. 106
 Error
javadoc JavadocVariable Missing a Javadoc comment. 107
 Error
sizes LineLength Line is longer than 80 characters (found 89). 109
 Error
misc FinalParameters Parameter keyEvent should be final. 109
 Error
coding HiddenField 'keyEvent' hides a field. 109
 Error
misc FinalParameters Parameter active should be final. 109
 Error
coding HiddenField 'active' hides a field. 109
 Error
misc FinalParameters Parameter title should be final. 109
 Error
coding HiddenField 'title' hides a field. 109
 Error
misc FinalParameters Parameter subTitle should be final. 109
 Error
coding HiddenField 'subTitle' hides a field. 109
 Error
misc FinalParameters Parameter tooltip should be final. 109
 Error
coding HiddenField 'tooltip' hides a field. 109
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 109
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 110
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 110
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 111
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 111
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 112
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 112
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 113
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 113
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 114
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 114

org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelCopyright.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 122). 17
 Error
sizes LineLength Line is longer than 80 characters (found 96). 18
 Error
sizes LineLength Line is longer than 80 characters (found 92). 19
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter ctx should be final. 28
 Error
sizes LineLength Line is longer than 80 characters (found 86). 30
 Error
design DesignForExtension Class 'PanelCopyright' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelCopyright' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34

org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelStartStopButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 15
 Error
sizes LineLength Line is longer than 80 characters (found 96). 16
 Error
sizes LineLength Line is longer than 80 characters (found 92). 17
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter tab should be final. 32
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 32
 Error
sizes LineLength Line is longer than 80 characters (found 113). 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
sizes LineLength Line is longer than 80 characters (found 85). 34
 Error
sizes LineLength Line is longer than 80 characters (found 83). 35
 Error
design DesignForExtension Class 'PanelStartStopButtons' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStartStopButtons' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
design DesignForExtension Class 'PanelStartStopButtons' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelStartStopButtons' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53

org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 122). 17
 Error
sizes LineLength Line is longer than 80 characters (found 96). 18
 Error
sizes LineLength Line is longer than 80 characters (found 92). 19
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter text should be final. 28
 Error
design DesignForExtension Class 'PanelSubtitle' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelSubtitle' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
sizes LineLength Line is longer than 80 characters (found 93). 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter ctx should be final. 38
 Error
sizes LineLength Line is longer than 80 characters (found 85). 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter ctx should be final. 43
 Error
sizes LineLength Line is longer than 80 characters (found 85). 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter ctx should be final. 48
 Error
sizes LineLength Line is longer than 80 characters (found 100). 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter ctx should be final. 53
 Error
sizes LineLength Line is longer than 80 characters (found 90). 54
 Error
sizes LineLength Line is longer than 80 characters (found 104). 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter ctx should be final. 58
 Error
sizes LineLength Line is longer than 80 characters (found 85). 59
 Error
sizes LineLength Line is longer than 80 characters (found 92). 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter ctx should be final. 63
 Error
sizes LineLength Line is longer than 80 characters (found 82). 64
 Error
sizes LineLength Line is longer than 80 characters (found 90). 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter ctx should be final. 69
 Error
sizes LineLength Line is longer than 80 characters (found 100). 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter ctx should be final. 74
 Error
sizes LineLength Line is longer than 80 characters (found 90). 75
 Error
sizes LineLength Line is longer than 80 characters (found 98). 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter ctx should be final. 79
 Error
sizes LineLength Line is longer than 80 characters (found 99). 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter ctx should be final. 84
 Error
sizes LineLength Line is longer than 80 characters (found 97). 89
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error
misc FinalParameters Parameter ctx should be final. 89

org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelTitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
sizes LineLength Line is longer than 80 characters (found 122). 17
 Error
sizes LineLength Line is longer than 80 characters (found 96). 18
 Error
sizes LineLength Line is longer than 80 characters (found 92). 19
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter text should be final. 28
 Error
design DesignForExtension Class 'PanelTitle' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PanelTitle' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
sizes LineLength Line is longer than 80 characters (found 87). 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter ctx should be final. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter ctx should be final. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
misc FinalParameters Parameter ctx should be final. 47
 Error
sizes LineLength Line is longer than 80 characters (found 94). 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter ctx should be final. 52
 Error
sizes LineLength Line is longer than 80 characters (found 87). 53
 Error
sizes LineLength Line is longer than 80 characters (found 98). 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter ctx should be final. 57
 Error
sizes LineLength Line is longer than 80 characters (found 82). 58
 Error
sizes LineLength Line is longer than 80 characters (found 86). 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter ctx should be final. 62
 Error
sizes LineLength Line is longer than 80 characters (found 84). 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
misc FinalParameters Parameter ctx should be final. 68
 Error
sizes LineLength Line is longer than 80 characters (found 94). 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter ctx should be final. 73
 Error
sizes LineLength Line is longer than 80 characters (found 87). 74
 Error
sizes LineLength Line is longer than 80 characters (found 92). 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
misc FinalParameters Parameter ctx should be final. 78
 Error
sizes LineLength Line is longer than 80 characters (found 93). 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter ctx should be final. 83
 Error
sizes LineLength Line is longer than 80 characters (found 91). 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
misc FinalParameters Parameter ctx should be final. 88

org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/PanelWithTitleBorder.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 16
 Error
sizes LineLength Line is longer than 80 characters (found 96). 17
 Error
sizes LineLength Line is longer than 80 characters (found 92). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter label should be final. 29
 Error
misc FinalParameters Parameter p should be final. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37

org/woehlke/computer/kurzweil/simulated/evolution/view/widgets/SubTabImpl.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 122). 17
 Error
sizes LineLength Line is longer than 80 characters (found 96). 18
 Error
sizes LineLength Line is longer than 80 characters (found 92). 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
misc FinalParameters Parameter title should be final. 37
 Error
coding HiddenField 'title' hides a field. 37
 Error
misc FinalParameters Parameter subTitle should be final. 38
 Error
coding HiddenField 'subTitle' hides a field. 38
 Error
misc FinalParameters Parameter toolTipText should be final. 39
 Error
coding HiddenField 'toolTipText' hides a field. 39
 Error
misc FinalParameters Parameter icon should be final. 40
 Error
coding HiddenField 'icon' hides a field. 40
 Error
misc FinalParameters Parameter keyEvent should be final. 41
 Error
coding HiddenField 'keyEvent' hides a field. 41
 Error
misc FinalParameters Parameter properties should be final. 42
 Error
coding HiddenField 'properties' hides a field. 42
 Error
whitespace ParenPad '(' is followed by whitespace. 51
 Error
whitespace ParenPad '(' is followed by whitespace. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter title should be final. 56
 Error
coding HiddenField 'title' hides a field. 56
 Error
misc FinalParameters Parameter properties should be final. 56
 Error
coding HiddenField 'properties' hides a field. 56
 Error
whitespace ParenPad '(' is followed by whitespace. 64
 Error
whitespace ParenPad '(' is followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 84). 70
 Error
sizes LineLength Line is longer than 80 characters (found 85). 71
 Error
sizes LineLength Line is longer than 80 characters (found 83). 72
 Error
sizes LineLength Line is longer than 80 characters (found 86). 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76

org/woehlke/computer/kurzweil/tabs/ComputerKurzweilTabbedPane.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 15
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 17
 Error
javadoc JavadocStyle First sentence should end with a period. 22
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 22
 Error
sizes LineLength Line is longer than 80 characters (found 108). 23
 Error
sizes LineLength Line is longer than 80 characters (found 98). 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error
sizes LineLength Line is longer than 80 characters (found 82). 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
misc FinalParameters Parameter ctx should be final. 48
 Error
coding HiddenField 'ctx' hides a field. 48
 Error
sizes LineLength Line is longer than 80 characters (found 87). 54
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 71
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 74
 Error
design DesignForExtension Class 'ComputerKurzweilTabbedPane' looks like designed for extension (can be subclassed), but the method 'getActiveTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilTabbedPane' final or making the method 'getActiveTab' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 81
 Error
design DesignForExtension Class 'ComputerKurzweilTabbedPane' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilTabbedPane' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 88
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 90
 Error
design DesignForExtension Class 'ComputerKurzweilTabbedPane' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ComputerKurzweilTabbedPane' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 100

org/woehlke/computer/kurzweil/tabs/Tab.java

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.commons.Startable. 3
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.commons.has.HasTabContext. 5
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.commons.has.HasTabTitle. 6

org/woehlke/computer/kurzweil/tabs/TabPanel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 93). 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
sizes LineLength Line is longer than 80 characters (found 100). 17
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 17
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 17
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
design VisibilityModifier Variable 'tabbedPane' must be private and have accessor methods. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
design VisibilityModifier Variable 'ctx' must be private and have accessor methods. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
design VisibilityModifier Variable 'border' must be private and have accessor methods. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
design VisibilityModifier Variable 'layout' must be private and have accessor methods. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
design VisibilityModifier Variable 'panelSubtitle' must be private and have accessor methods. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
design VisibilityModifier Variable 'title' must be private and have accessor methods. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'subTitle' must be private and have accessor methods. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'tabType' must be private and have accessor methods. 31
 Error
misc FinalParameters Parameter tabbedPane should be final. 33
 Error
coding HiddenField 'tabbedPane' hides a field. 33
 Error
misc FinalParameters Parameter tabType should be final. 33
 Error
coding HiddenField 'tabType' hides a field. 33
 Error
design DesignForExtension Class 'TabPanel' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabPanel' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
design DesignForExtension Class 'TabPanel' looks like designed for extension (can be subclassed), but the method 'getSubTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabPanel' final or making the method 'getSubTitle' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
design DesignForExtension Class 'TabPanel' looks like designed for extension (can be subclassed), but the method 'getIcon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabPanel' final or making the method 'getIcon' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
design DesignForExtension Class 'TabPanel' looks like designed for extension (can be subclassed), but the method 'getKeyEvent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TabPanel' final or making the method 'getKeyEvent' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 13
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 13

org/woehlke/computer/kurzweil/tabs/TabType.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 Error
sizes LineLength Line is longer than 80 characters (found 92). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 80
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 97
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
sizes LineLength Line is longer than 80 characters (found 86). 101
 Error
misc FinalParameters Parameter keyEvent should be final. 101
 Error
coding HiddenField 'keyEvent' hides a field. 101
 Error
misc FinalParameters Parameter active should be final. 101
 Error
coding HiddenField 'active' hides a field. 101
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 101
 Error
misc FinalParameters Parameter title should be final. 101
 Error
coding HiddenField 'title' hides a field. 101
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 101
 Error
misc FinalParameters Parameter subTitle should be final. 101
 Error
coding HiddenField 'subTitle' hides a field. 101
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 101
 Error
misc FinalParameters Parameter tooltip should be final. 101
 Error
coding HiddenField 'tooltip' hides a field. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 Error
sizes LineLength Line is longer than 80 characters (found 92). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 80
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 97
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
sizes LineLength Line is longer than 80 characters (found 89). 101
 Error
misc FinalParameters Parameter keyEvent should be final. 101
 Error
coding HiddenField 'keyEvent' hides a field. 101
 Error
misc FinalParameters Parameter active should be final. 101
 Error
coding HiddenField 'active' hides a field. 101
 Error
misc FinalParameters Parameter title should be final. 101
 Error
coding HiddenField 'title' hides a field. 101
 Error
misc FinalParameters Parameter subTitle should be final. 101
 Error
coding HiddenField 'subTitle' hides a field. 101
 Error
misc FinalParameters Parameter tooltip should be final. 101
 Error
coding HiddenField 'tooltip' hides a field. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 Error
sizes LineLength Line is longer than 80 characters (found 92). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 80
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 97
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
sizes LineLength Line is longer than 80 characters (found 89). 101
 Error
misc FinalParameters Parameter keyEvent should be final. 101
 Error
coding HiddenField 'keyEvent' hides a field. 101
 Error
misc FinalParameters Parameter active should be final. 101
 Error
coding HiddenField 'active' hides a field. 101
 Error
misc FinalParameters Parameter title should be final. 101
 Error
coding HiddenField 'title' hides a field. 101
 Error
misc FinalParameters Parameter subTitle should be final. 101
 Error
coding HiddenField 'subTitle' hides a field. 101
 Error
misc FinalParameters Parameter tooltip should be final. 101
 Error
coding HiddenField 'tooltip' hides a field. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 Error
sizes LineLength Line is longer than 80 characters (found 92). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 80
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 97
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
sizes LineLength Line is longer than 80 characters (found 89). 101
 Error
misc FinalParameters Parameter keyEvent should be final. 101
 Error
coding HiddenField 'keyEvent' hides a field. 101
 Error
misc FinalParameters Parameter active should be final. 101
 Error
coding HiddenField 'active' hides a field. 101
 Error
misc FinalParameters Parameter title should be final. 101
 Error
coding HiddenField 'title' hides a field. 101
 Error
misc FinalParameters Parameter subTitle should be final. 101
 Error
coding HiddenField 'subTitle' hides a field. 101
 Error
misc FinalParameters Parameter tooltip should be final. 101
 Error
coding HiddenField 'tooltip' hides a field. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 Error
sizes LineLength Line is longer than 80 characters (found 92). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 80
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 97
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
sizes LineLength Line is longer than 80 characters (found 89). 101
 Error
misc FinalParameters Parameter keyEvent should be final. 101
 Error
coding HiddenField 'keyEvent' hides a field. 101
 Error
misc FinalParameters Parameter active should be final. 101
 Error
coding HiddenField 'active' hides a field. 101
 Error
misc FinalParameters Parameter title should be final. 101
 Error
coding HiddenField 'title' hides a field. 101
 Error
misc FinalParameters Parameter subTitle should be final. 101
 Error
coding HiddenField 'subTitle' hides a field. 101
 Error
misc FinalParameters Parameter tooltip should be final. 101
 Error
coding HiddenField 'tooltip' hides a field. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 Error
sizes LineLength Line is longer than 80 characters (found 92). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 80
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 97
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
sizes LineLength Line is longer than 80 characters (found 89). 101
 Error
misc FinalParameters Parameter keyEvent should be final. 101
 Error
coding HiddenField 'keyEvent' hides a field. 101
 Error
misc FinalParameters Parameter active should be final. 101
 Error
coding HiddenField 'active' hides a field. 101
 Error
misc FinalParameters Parameter title should be final. 101
 Error
coding HiddenField 'title' hides a field. 101
 Error
misc FinalParameters Parameter subTitle should be final. 101
 Error
coding HiddenField 'subTitle' hides a field. 101
 Error
misc FinalParameters Parameter tooltip should be final. 101
 Error
coding HiddenField 'tooltip' hides a field. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 Error
sizes LineLength Line is longer than 80 characters (found 92). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 80
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 97
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
sizes LineLength Line is longer than 80 characters (found 89). 101
 Error
misc FinalParameters Parameter keyEvent should be final. 101
 Error
coding HiddenField 'keyEvent' hides a field. 101
 Error
misc FinalParameters Parameter active should be final. 101
 Error
coding HiddenField 'active' hides a field. 101
 Error
misc FinalParameters Parameter title should be final. 101
 Error
coding HiddenField 'title' hides a field. 101
 Error
misc FinalParameters Parameter subTitle should be final. 101
 Error
coding HiddenField 'subTitle' hides a field. 101
 Error
misc FinalParameters Parameter tooltip should be final. 101
 Error
coding HiddenField 'tooltip' hides a field. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 Error
sizes LineLength Line is longer than 80 characters (found 92). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 80
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 95
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 97
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 99
 Error
sizes LineLength Line is longer than 80 characters (found 89). 101
 Error
misc FinalParameters Parameter keyEvent should be final. 101
 Error
coding HiddenField 'keyEvent' hides a field. 101
 Error
misc FinalParameters Parameter active should be final. 101
 Error
coding HiddenField 'active' hides a field. 101
 Error
misc FinalParameters Parameter title should be final. 101
 Error
coding HiddenField 'title' hides a field. 101
 Error
misc FinalParameters Parameter subTitle should be final. 101
 Error
coding HiddenField 'subTitle' hides a field. 101
 Error
misc FinalParameters Parameter tooltip should be final. 101
 Error
coding HiddenField 'tooltip' hides a field. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 106

org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonApplication.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
design FinalClass Class CyclicCellularAutomatonApplication should be declared as final. 13
 Error
misc FinalParameters Parameter args should be final. 21
 Error
sizes LineLength Line is longer than 80 characters (found 83). 23

org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonTab.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
sizes LineLength Line is longer than 80 characters (found 98). 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter tabbedPane should be final. 35
 Error
sizes LineLength Line is longer than 80 characters (found 87). 40
 Error
sizes LineLength Line is longer than 80 characters (found 87). 47
 Error
design DesignForExtension Class 'CyclicCellularAutomatonTab' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonTab' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 60
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 60
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 60
 Error
design DesignForExtension Class 'CyclicCellularAutomatonTab' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonTab' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 71
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 71
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 71
 Error
design DesignForExtension Class 'CyclicCellularAutomatonTab' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonTab' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
misc FinalParameters Parameter ae should be final. 75
 Error
sizes LineLength Line is longer than 80 characters (found 88). 76
 Error
sizes LineLength Line is longer than 80 characters (found 89). 77
 Error
sizes LineLength Line is longer than 80 characters (found 91). 80
 Error
sizes LineLength Line is longer than 80 characters (found 93). 83
 Error
sizes LineLength Line is longer than 80 characters (found 83). 88
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 88
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 88
 Error
sizes LineLength Line is longer than 80 characters (found 82). 91
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 91

org/woehlke/computer/kurzweil/tabs/cca/canvas/CyclicCellularAutomatonCanvas.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 15
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 17
 Error
sizes LineLength Line is longer than 80 characters (found 128). 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
sizes LineLength Line is longer than 80 characters (found 135). 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 51
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 52
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 53
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
sizes LineLength Line is longer than 80 characters (found 81). 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter tabCtx should be final. 56
 Error
coding HiddenField 'tabCtx' hides a field. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 90). 69
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter g should be final. 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 82
 Error
sizes LineLength Line is longer than 80 characters (found 82). 83
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Error
misc FinalParameters Parameter g should be final. 93
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 98
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 100
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'cancel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'cancel' static/final/abstract/empty, or adding allowed annotation for the method. 103
 Error
misc FinalParameters Parameter mayInterruptIfRunning should be final. 104
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'isCancelled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'isCancelled' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'isDone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'isDone' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'get' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'get' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'get' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'get' static/final/abstract/empty, or adding allowed annotation for the method. 123
 Error
sizes LineLength Line is longer than 80 characters (found 116). 124
 Error
misc FinalParameters Parameter timeout should be final. 124
 Error
misc FinalParameters Parameter unit should be final. 124

org/woehlke/computer/kurzweil/tabs/cca/config/ColorScheme.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 12
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 14
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 14
 Error
coding MagicNumber '54' is a magic number. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
coding MagicNumber '12' is a magic number. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
coding MagicNumber '88' is a magic number. 29
 Error
coding MagicNumber '154' is a magic number. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
coding MagicNumber '112' is a magic number. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
coding MagicNumber '38' is a magic number. 30
 Error
coding MagicNumber '234' is a magic number. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
coding MagicNumber '123' is a magic number. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
coding MagicNumber '254' is a magic number. 31
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 Error
design DesignForExtension Class 'ColorScheme' looks like designed for extension (can be subclassed), but the method 'getMaxState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ColorScheme' final or making the method 'getMaxState' static/final/abstract/empty, or adding allowed annotation for the method. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
design DesignForExtension Class 'ColorScheme' looks like designed for extension (can be subclassed), but the method 'getColorForState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ColorScheme' final or making the method 'getColorForState' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter state should be final. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 42

org/woehlke/computer/kurzweil/tabs/cca/config/Config.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 31
 Error
whitespace ParenPad '(' is followed by whitespace. 31
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 31
 Error
blocks EmptyBlock Must have at least one statement. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
sizes LineLength Line is longer than 80 characters (found 89). 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getFrameBounds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getFrameBounds' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 53
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getCanvasBounds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getCanvasBounds' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 61
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getLatticeDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getLatticeDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getTitle' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getNeighborhood' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getNeighborhood' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonVonNeumann' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonVonNeumann' static/final/abstract/empty, or adding allowed annotation for the method. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonMoore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonMoore' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
design DesignForExtension Class 'Config' looks like designed for extension (can be subclassed), but the method 'getButtonWoehlke' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Config' final or making the method 'getButtonWoehlke' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96

org/woehlke/computer/kurzweil/tabs/cca/config/ConfigProperties.java

Severity Category Rule Message Line
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 8
 Error
javadoc JavadocVariable Missing a Javadoc comment. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 11
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 11
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 12
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 12
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 13
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 14
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 14
 Error
sizes LineLength Line is longer than 80 characters (found 83). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
sizes LineLength Line is longer than 80 characters (found 82). 28
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 28

org/woehlke/computer/kurzweil/tabs/cca/config/CyclicCellularAutomaton.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 11

org/woehlke/computer/kurzweil/tabs/cca/config/CyclicCellularAutomatonContext.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
sizes LineLength Line is longer than 80 characters (found 119). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter tab should be final. 33
 Error
coding HiddenField 'tab' hides a field. 33
 Error
whitespace ParenPad '(' is followed by whitespace. 37
 Error
design DesignForExtension Class 'CyclicCellularAutomatonContext' looks like designed for extension (can be subclassed), but the method 'stopController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonContext' final or making the method 'stopController' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
design DesignForExtension Class 'CyclicCellularAutomatonContext' looks like designed for extension (can be subclassed), but the method 'startController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonContext' final or making the method 'startController' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 53
 Error
design DesignForExtension Class 'CyclicCellularAutomatonContext' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonContext' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
misc FinalParameters Parameter value should be final. 65
 Error
design DesignForExtension Class 'CyclicCellularAutomatonContext' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonContext' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 69

org/woehlke/computer/kurzweil/tabs/cca/config/ObjectRegistry.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getController' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setController' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter controller should be final. 39
 Error
coding HiddenField 'controller' hides a field. 39
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
misc FinalParameters Parameter canvas should be final. 47
 Error
coding HiddenField 'canvas' hides a field. 47
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getLattice' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getLattice' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setLattice' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setLattice' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter lattice should be final. 55
 Error
coding HiddenField 'lattice' hides a field. 55
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setFrame' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter frame should be final. 63
 Error
coding HiddenField 'frame' hides a field. 63
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getColorScheme' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getColorScheme' static/final/abstract/empty, or adding allowed annotation for the method. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setColorScheme' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setColorScheme' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter colorScheme should be final. 71
 Error
coding HiddenField 'colorScheme' hides a field. 71
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getPanelButtons' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getPanelButtons' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setPanelButtons' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setPanelButtons' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter panelButtons should be final. 79
 Error
coding HiddenField 'panelButtons' hides a field. 79
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setSubtitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setSubtitle' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error
misc FinalParameters Parameter subtitle should be final. 87
 Error
coding HiddenField 'subtitle' hides a field. 87
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'getConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'getConfig' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
design DesignForExtension Class 'ObjectRegistry' looks like designed for extension (can be subclassed), but the method 'setConfig' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ObjectRegistry' final or making the method 'setConfig' static/final/abstract/empty, or adding allowed annotation for the method. 95
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 95
 Error
misc FinalParameters Parameter config should be final. 95
 Error
coding HiddenField 'config' hides a field. 95

org/woehlke/computer/kurzweil/tabs/cca/control/CyclicCellularAutomatonController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 22
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 22
 Error
sizes LineLength Line is longer than 80 characters (found 108). 23
 Error
sizes LineLength Line is longer than 80 characters (found 98). 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter tabCtx should be final. 41
 Error
coding HiddenField 'tabCtx' hides a field. 41
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 43
 Error
sizes LineLength Line is longer than 80 characters (found 111). 47
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
blocks LeftCurly '{' at column 17 should have line break after. 62
 Error
whitespace ParenPad '(' is followed by whitespace. 62
 Error
whitespace ParenPad ')' is preceded with whitespace. 62
 Error
blocks RightCurly '}' at column 56 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 62
 Error
blocks LeftCurly '{' at column 44 should have line break after. 63
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter ctx should be final. 28
 Error
coding HiddenField 'ctx' hides a field. 28
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
blocks LeftCurly '{' at column 17 should have line break after. 41
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 41
 Error
blocks LeftCurly '{' at column 44 should have line break after. 42
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'pushButtonVonNeumann' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'pushButtonVonNeumann' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'pushButtonMoore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'pushButtonMoore' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
design DesignForExtension Class 'CyclicCellularAutomatonController' looks like designed for extension (can be subclassed), but the method 'pushButtonWoehlke' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonController' final or making the method 'pushButtonWoehlke' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62

org/woehlke/computer/kurzweil/tabs/cca/model/CyclicCellularAutomatonLattice.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.cca.model.LatticeNeighbourhood.*. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter ctx should be final. 33
 Error
coding HiddenField 'ctx' hides a field. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 47
 Error
sizes LineLength Line is longer than 80 characters (found 82). 48
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 48
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
sizes LineLength Line is longer than 80 characters (found 86). 49
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 Error
sizes LineLength Line is longer than 80 characters (found 91). 50
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 55
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 58
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
sizes LineLength Line is longer than 80 characters (found 97). 61
 Error
sizes LineLength Line is longer than 80 characters (found 87). 62
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 62
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 62
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 62
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 62
 Error
sizes LineLength Line is longer than 80 characters (found 88). 63
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 63
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 63
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 63
 Error
sizes LineLength Line is longer than 80 characters (found 87). 64
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 64
 Error
sizes LineLength Line is longer than 80 characters (found 88). 65
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 98). 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 77
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 97
 Error
sizes LineLength Line is longer than 80 characters (found 102). 101
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 101
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 109
 Error
whitespace ParenPad ')' is preceded with whitespace. 114
 Error
whitespace ParenPad ')' is preceded with whitespace. 115
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 118
 Error
misc FinalParameters Parameter x should be final. 118
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 118
 Error
misc FinalParameters Parameter y should be final. 118
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 118
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'startVonNeumann' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'startVonNeumann' static/final/abstract/empty, or adding allowed annotation for the method. 122
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 125
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 125
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'startMoore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'startMoore' static/final/abstract/empty, or adding allowed annotation for the method. 128
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 128
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 131
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 131
 Error
design DesignForExtension Class 'CyclicCellularAutomatonLattice' looks like designed for extension (can be subclassed), but the method 'startWoehlke' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonLattice' final or making the method 'startWoehlke' static/final/abstract/empty, or adding allowed annotation for the method. 134
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 134
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 137

org/woehlke/computer/kurzweil/tabs/cca/model/CyclicCellularAutomatonModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType.*. 14
 Error
sizes LineLength Line is longer than 80 characters (found 90). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 32
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 33
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter tabCtx should be final. 37
 Error
coding HiddenField 'tabCtx' hides a field. 37
 Error
design DesignForExtension Class 'CyclicCellularAutomatonModel' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonModel' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
sizes LineLength Line is longer than 80 characters (found 135). 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 86
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 87
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 105
 Error
design DesignForExtension Class 'CyclicCellularAutomatonModel' looks like designed for extension (can be subclassed), but the method 'resetLattice' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonModel' final or making the method 'resetLattice' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 108
 Error
design DesignForExtension Class 'CyclicCellularAutomatonModel' looks like designed for extension (can be subclassed), but the method 'startWithNeighbourhoodVonNeumann' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonModel' final or making the method 'startWithNeighbourhoodVonNeumann' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 114
 Error
whitespace ParenPad '(' is followed by whitespace. 114
 Error
sizes LineLength Line is longer than 80 characters (found 86). 117
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 119
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 119
 Error
sizes LineLength Line is longer than 80 characters (found 88). 121
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 121
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 121
 Error
design DesignForExtension Class 'CyclicCellularAutomatonModel' looks like designed for extension (can be subclassed), but the method 'startWithNeighbourhoodMoore' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonModel' final or making the method 'startWithNeighbourhoodMoore' static/final/abstract/empty, or adding allowed annotation for the method. 124
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 124
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 125
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 125
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 126
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 126
 Error
sizes LineLength Line is longer than 80 characters (found 88). 128
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 128
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 128
 Error
design DesignForExtension Class 'CyclicCellularAutomatonModel' looks like designed for extension (can be subclassed), but the method 'startWithNeighbourhoodWoehlke' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonModel' final or making the method 'startWithNeighbourhoodWoehlke' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 131
 Error
sizes LineLength Line is longer than 80 characters (found 82). 132
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 133
 Error
sizes LineLength Line is longer than 80 characters (found 88). 135
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 135
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 135
 Error
design DesignForExtension Class 'CyclicCellularAutomatonModel' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonModel' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 139
 Error
misc FinalParameters Parameter value should be final. 145
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 145
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 145
 Error
design DesignForExtension Class 'CyclicCellularAutomatonModel' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonModel' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 148
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 148
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 153
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 153
 Error
design DesignForExtension Class 'CyclicCellularAutomatonModel' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonModel' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 156
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 156
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 161
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 161
 Error
design DesignForExtension Class 'CyclicCellularAutomatonModel' looks like designed for extension (can be subclassed), but the method 'getState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonModel' final or making the method 'getState' static/final/abstract/empty, or adding allowed annotation for the method. 164
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 164
 Error
misc FinalParameters Parameter x should be final. 164
 Error
misc FinalParameters Parameter y should be final. 164

org/woehlke/computer/kurzweil/tabs/cca/model/LatticeNeighbourhood.java

Severity Category Rule Message Line
 Error
javadoc JavadocStyle First sentence should end with a period. 5
 Error
javadoc JavadocStyle First sentence should end with a period. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15

org/woehlke/computer/kurzweil/tabs/cca/view/CyclicCellularAutomatonCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 87). 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
misc FinalParameters Parameter ctx should be final. 25
 Error
coding HiddenField 'ctx' hides a field. 25
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter g should be final. 34
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 36
 Error
sizes LineLength Line is longer than 80 characters (found 83). 37
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
sizes LineLength Line is longer than 80 characters (found 85). 39
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
design DesignForExtension Class 'CyclicCellularAutomatonCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter g should be final. 46

org/woehlke/computer/kurzweil/tabs/cca/view/CyclicCellularAutomatonFrame.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 6
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 7
 Error
sizes LineLength Line is longer than 80 characters (found 82). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter ctx should be final. 32
 Error
coding HiddenField 'ctx' hides a field. 32
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 34
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter e should be final. 53
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter e should be final. 57
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter e should be final. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter e should be final. 65
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter e should be final. 67
 Error
design DesignForExtension Class 'CyclicCellularAutomatonFrame' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonFrame' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter e should be final. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter e should be final. 75

org/woehlke/computer/kurzweil/tabs/cca/view/PanelButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
misc FinalParameters Parameter ctx should be final. 23
 Error
coding HiddenField 'ctx' hides a field. 23
 Error
misc FinalParameters Parameter ae should be final. 44

org/woehlke/computer/kurzweil/tabs/cca/view/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 17
 Error
misc FinalParameters Parameter ctx should be final. 17

org/woehlke/computer/kurzweil/tabs/cca/views/CyclicCellularAutomatonColorScheme.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 5
 Error
sizes LineLength Line is longer than 80 characters (found 84). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 15
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 15
 Error
coding MagicNumber '54' is a magic number. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
coding MagicNumber '12' is a magic number. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
coding MagicNumber '88' is a magic number. 30
 Error
coding MagicNumber '154' is a magic number. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
coding MagicNumber '112' is a magic number. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
coding MagicNumber '38' is a magic number. 31
 Error
coding MagicNumber '234' is a magic number. 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
coding MagicNumber '123' is a magic number. 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
coding MagicNumber '254' is a magic number. 32
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 34
 Error
design DesignForExtension Class 'CyclicCellularAutomatonColorScheme' looks like designed for extension (can be subclassed), but the method 'getMaxState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonColorScheme' final or making the method 'getMaxState' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 Error
design DesignForExtension Class 'CyclicCellularAutomatonColorScheme' looks like designed for extension (can be subclassed), but the method 'getColorForState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CyclicCellularAutomatonColorScheme' final or making the method 'getColorForState' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter state should be final. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43

org/woehlke/computer/kurzweil/tabs/cca/views/CyclicCellularAutomatonTabPane.java

Severity Category Rule Message Line
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.cca.views.PanelNeighbourhoodButtons. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 13
 Error
sizes LineLength Line is longer than 80 characters (found 86). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter tab should be final. 28
 Error
coding HiddenField 'tab' hides a field. 28
 Error
sizes LineLength Line is longer than 80 characters (found 88). 30
 Error
whitespace ParenPad '(' is followed by whitespace. 31
 Error
whitespace ParenPad ')' is preceded with whitespace. 31
 Error
sizes LineLength Line is longer than 80 characters (found 87). 32
 Error
sizes LineLength Line is longer than 80 characters (found 95). 33
 Error
sizes LineLength Line is longer than 80 characters (found 85). 34
 Error
whitespace ParenPad '(' is followed by whitespace. 34
 Error
whitespace ParenPad '(' is followed by whitespace. 35
 Error
sizes LineLength Line is longer than 80 characters (found 81). 36

org/woehlke/computer/kurzweil/tabs/cca/views/PanelNeighbourhoodButtons.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 13
 Error
sizes LineLength Line is longer than 80 characters (found 98). 17
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
sizes LineLength Line is longer than 80 characters (found 105). 18
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 18
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 18
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 18
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 18
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 18
 Error
sizes LineLength Line is longer than 80 characters (found 94). 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter canvas should be final. 33
 Error
coding HiddenField 'canvas' hides a field. 33
 Error
sizes LineLength Line is longer than 80 characters (found 100). 36
 Error
sizes LineLength Line is longer than 80 characters (found 141). 41
 Error
sizes LineLength Line is longer than 80 characters (found 130). 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
sizes LineLength Line is longer than 80 characters (found 134). 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
sizes LineLength Line is longer than 80 characters (found 137). 54

org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregation.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 9
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18

org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationDesktop.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 9
 Error
design FinalClass Class DiffusionLimitedAggregationDesktop should be declared as final. 12
 Error
misc FinalParameters Parameter args should be final. 20
 Error
sizes LineLength Line is longer than 80 characters (found 110). 21

org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationTab.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
sizes LineLength Line is longer than 80 characters (found 106). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
sizes LineLength Line is longer than 80 characters (found 88). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
sizes LineLength Line is longer than 80 characters (found 82). 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter tabbedPane should be final. 31
 Error
whitespace ParenPad ')' is preceded with whitespace. 32
 Error
whitespace ParenPad ')' is preceded with whitespace. 33
 Error
sizes LineLength Line is longer than 80 characters (found 97). 34
 Error
whitespace ParenPad '(' is followed by whitespace. 34
 Error
whitespace ParenPad ')' is preceded with whitespace. 34
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationTab' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationTab' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 54
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationTab' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationTab' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 66
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationTab' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationTab' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
misc FinalParameters Parameter ae should be final. 70
 Error
sizes LineLength Line is longer than 80 characters (found 87). 71
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
sizes LineLength Line is longer than 80 characters (found 86). 75
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 75

org/woehlke/computer/kurzweil/tabs/dla/canvas/DiffusionLimitedAggregationCanvas.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 14
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 16
 Error
sizes LineLength Line is longer than 80 characters (found 81). 24
 Error
sizes LineLength Line is longer than 80 characters (found 94). 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
sizes LineLength Line is longer than 80 characters (found 101). 33
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
naming MemberName Name 'MEDIUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
naming MemberName Name 'PARTICLES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 48
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 49
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter tabCtx should be final. 54
 Error
coding HiddenField 'tabCtx' hides a field. 54
 Error
whitespace ParenPad '(' is followed by whitespace. 57
 Error
whitespace ParenPad ')' is preceded with whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter g should be final. 73
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 86
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 92
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 95
 Error
coding MagicNumber '25' is a magic number. 97
 Error
coding MagicNumber '256' is a magic number. 98
 Error
coding MagicNumber '256' is a magic number. 98
 Error
coding MagicNumber '256' is a magic number. 98
 Error
coding MagicNumber '256' is a magic number. 99
 Error
coding MagicNumber '255' is a magic number. 100
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 103
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 103
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 103
 Error
sizes LineLength Line is longer than 80 characters (found 128). 104
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 110
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 110
 Error
misc FinalParameters Parameter g should be final. 110
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 115
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 115

org/woehlke/computer/kurzweil/tabs/dla/config/DiffusionLimitedAggregation.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 11

org/woehlke/computer/kurzweil/tabs/dla/config/DiffusionLimitedAggregationContext.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
sizes LineLength Line is longer than 80 characters (found 81). 22
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 22
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
sizes LineLength Line is longer than 80 characters (found 127). 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter tab should be final. 35
 Error
coding HiddenField 'tab' hides a field. 35
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationContext' looks like designed for extension (can be subclassed), but the method 'stopController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationContext' final or making the method 'stopController' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationContext' looks like designed for extension (can be subclassed), but the method 'startController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationContext' final or making the method 'startController' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 55
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationContext' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationContext' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
misc FinalParameters Parameter value should be final. 68
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationContext' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationContext' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 72

org/woehlke/computer/kurzweil/tabs/dla/control/ControllerThread.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter canvas should be final. 28
 Error
coding HiddenField 'canvas' hides a field. 28
 Error
misc FinalParameters Parameter particles should be final. 28
 Error
coding HiddenField 'particles' hides a field. 28
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
blocks LeftCurly '{' at column 17 should have line break after. 42
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 42
 Error
blocks LeftCurly '{' at column 44 should have line break after. 43
 Error
design DesignForExtension Class 'ControllerThread' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ControllerThread' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48

org/woehlke/computer/kurzweil/tabs/dla/control/DiffusionLimitedAggregationController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 81). 15
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 24
 Error
javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 25
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 25
 Error
sizes LineLength Line is longer than 80 characters (found 108). 26
 Error
sizes LineLength Line is longer than 80 characters (found 98). 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter tabCtx should be final. 42
 Error
coding HiddenField 'tabCtx' hides a field. 42
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 44
 Error
sizes LineLength Line is longer than 80 characters (found 111). 47
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
whitespace ParenPad '(' is followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 58
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 64
 Error
blocks LeftCurly '{' at column 17 should have line break after. 65
 Error
whitespace ParenPad '(' is followed by whitespace. 65
 Error
whitespace ParenPad ')' is preceded with whitespace. 65
 Error
blocks RightCurly '}' at column 50 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 65
 Error
blocks LeftCurly '{' at column 44 should have line break after. 66
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80

org/woehlke/computer/kurzweil/tabs/dla/control/package-info.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 5

org/woehlke/computer/kurzweil/tabs/dla/model/Dendrite.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
misc ArrayTypeStyle Array brackets at illegal position. 20
 Error
misc ArrayTypeStyle Array brackets at illegal position. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 22
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter dimensions should be final. 24
 Error
coding HiddenField 'dimensions' hides a field. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error
design DesignForExtension Class 'Dendrite' looks like designed for extension (can be subclassed), but the method 'hasDendriteNeighbour' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Dendrite' final or making the method 'hasDendriteNeighbour' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter pixel should be final. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 35
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 38
 Error
design DesignForExtension Class 'Dendrite' looks like designed for extension (can be subclassed), but the method 'getAgeForPixel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Dendrite' final or making the method 'getAgeForPixel' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter x should be final. 49
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 49
 Error
misc FinalParameters Parameter y should be final. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49

org/woehlke/computer/kurzweil/tabs/dla/model/DiffusionLimitedAggregationModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 94). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 33
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
misc FinalParameters Parameter tabCtx should be final. 37
 Error
coding HiddenField 'tabCtx' hides a field. 37
 Error
sizes LineLength Line is longer than 80 characters (found 122). 43
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 48
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 58
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 58
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationModel' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationModel' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 67
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationModel' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationModel' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationModel' looks like designed for extension (can be subclassed), but the method 'getAgeFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationModel' final or making the method 'getAgeFor' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
misc FinalParameters Parameter x should be final. 80
 Error
misc FinalParameters Parameter y should be final. 80
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationModel' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationModel' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 90
 Error
sizes LineLength Line is longer than 80 characters (found 88). 100
 Error
sizes LineLength Line is longer than 80 characters (found 89). 101
 Error
coding MissingSwitchDefault switch without "default" clause. 101
 Error
coding MagicNumber '3' is a magic number. 111
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationModel' looks like designed for extension (can be subclassed), but the method 'hasDendriteNeighbour' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationModel' final or making the method 'hasDendriteNeighbour' static/final/abstract/empty, or adding allowed annotation for the method. 129
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 129
 Error
whitespace ParenPad '(' is followed by whitespace. 129
 Error
misc FinalParameters Parameter myX should be final. 129
 Error
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 129
 Error
misc FinalParameters Parameter myY should be final. 129
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 131
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 131
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 131
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
sizes LineLength Line is longer than 80 characters (found 90). 132
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 132
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 133
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 134
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 134
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 134
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 134
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 135
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 135
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationModel' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationModel' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 147
 Error
misc FinalParameters Parameter value should be final. 153

org/woehlke/computer/kurzweil/tabs/dla/model/Particles.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter worldDimensions should be final. 33
 Error
coding HiddenField 'worldDimensions' hides a field. 33
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround '>=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '>=' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 39
 Error
design DesignForExtension Class 'Particles' looks like designed for extension (can be subclassed), but the method 'getParticles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Particles' final or making the method 'getParticles' static/final/abstract/empty, or adding allowed annotation for the method. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
design DesignForExtension Class 'Particles' looks like designed for extension (can be subclassed), but the method 'move' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Particles' final or making the method 'move' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 51
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 52
 Error
coding MagicNumber '4' is a magic number. 53
 Error
coding MissingSwitchDefault switch without "default" clause. 54
 Error
whitespace WhitespaceAround '>=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
coding MagicNumber '3' is a magic number. 58
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 68
 Error
design DesignForExtension Class 'Particles' looks like designed for extension (can be subclassed), but the method 'getDendriteColor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Particles' final or making the method 'getDendriteColor' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter x should be final. 71
 Error
misc FinalParameters Parameter y should be final. 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72

org/woehlke/computer/kurzweil/tabs/dla/model/Point.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
misc FinalParameters Parameter p should be final. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter x should be final. 28
 Error
coding HiddenField 'x' hides a field. 28
 Error
misc FinalParameters Parameter y should be final. 28
 Error
coding HiddenField 'y' hides a field. 28
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter x should be final. 37
 Error
coding HiddenField 'x' hides a field. 37
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter y should be final. 45
 Error
coding HiddenField 'y' hides a field. 45
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'killNagative' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'killNagative' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'add' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'add' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter p should be final. 58
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'normalize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'normalize' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter p should be final. 63
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getNeighbourhood' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getNeighbourhood' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
misc FinalParameters Parameter max should be final. 68
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
misc ArrayTypeStyle Array brackets at illegal position. 69
 Error
coding MagicNumber '9' is a magic number. 69
 Error
sizes LineLength Line is longer than 80 characters (found 83). 72
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 73
 Error
sizes LineLength Line is longer than 80 characters (found 83). 74
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 74
 Error
coding MagicNumber '3' is a magic number. 75
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 75
 Error
coding MagicNumber '4' is a magic number. 76
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 76
 Error
coding MagicNumber '5' is a magic number. 77
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 77
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 77
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 77
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 77
 Error
sizes LineLength Line is longer than 80 characters (found 83). 78
 Error
coding MagicNumber '6' is a magic number. 78
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 78
 Error
coding MagicNumber '7' is a magic number. 79
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 79
 Error
sizes LineLength Line is longer than 80 characters (found 83). 80
 Error
coding MagicNumber '8' is a magic number. 80
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 80

org/woehlke/computer/kurzweil/tabs/dla/model/package-info.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 5

org/woehlke/computer/kurzweil/tabs/dla/package-info.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 5

org/woehlke/computer/kurzweil/tabs/dla/view/WorldCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 7
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 81). 15
 Error
sizes LineLength Line is longer than 80 characters (found 84). 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
naming MemberName Name 'MEDIUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
naming MemberName Name 'PARTICLES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter worldDimensions should be final. 32
 Error
coding HiddenField 'worldDimensions' hides a field. 32
 Error
misc FinalParameters Parameter particles should be final. 32
 Error
coding HiddenField 'particles' hides a field. 32
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
design DesignForExtension Class 'WorldCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter g should be final. 39
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
coding MagicNumber '25' is a magic number. 53
 Error
coding MagicNumber '256' is a magic number. 54
 Error
coding MagicNumber '256' is a magic number. 54
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 54
 Error
coding MagicNumber '256' is a magic number. 54
 Error
coding MagicNumber '256' is a magic number. 55
 Error
coding MagicNumber '255' is a magic number. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error
design DesignForExtension Class 'WorldCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter g should be final. 65
 Error
design DesignForExtension Class 'WorldCanvas' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldCanvas' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69

org/woehlke/computer/kurzweil/tabs/dla/view/applet/DiffusionLimitedAggregationApplet.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 81). 19
 Error
sizes LineLength Line is longer than 80 characters (found 89). 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationApplet' looks like designed for extension (can be subclassed), but the method 'init' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationApplet' final or making the method 'init' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
coding MagicNumber '320' is a magic number. 39
 Error
coding MagicNumber '234' is a magic number. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationApplet' looks like designed for extension (can be subclassed), but the method 'getCanvasDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationApplet' final or making the method 'getCanvasDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57

org/woehlke/computer/kurzweil/tabs/dla/view/desktop/DiffusionLimitedAggregationFrame.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 7
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 81). 18
 Error
sizes LineLength Line is longer than 80 characters (found 86). 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
sizes LineLength Line is longer than 80 characters (found 101). 40
 Error
coding MagicNumber '100' is a magic number. 40
 Error
coding MagicNumber '100' is a magic number. 40
 Error
coding MagicNumber '30' is a magic number. 40
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
misc FinalParameters Parameter e should be final. 47
 Error
sizes LineLength Line is longer than 80 characters (found 101). 48
 Error
coding MagicNumber '100' is a magic number. 48
 Error
coding MagicNumber '100' is a magic number. 48
 Error
coding MagicNumber '30' is a magic number. 48
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter e should be final. 53
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter e should be final. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter e should be final. 61
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter e should be final. 65
 Error
sizes LineLength Line is longer than 80 characters (found 101). 66
 Error
coding MagicNumber '100' is a magic number. 66
 Error
coding MagicNumber '100' is a magic number. 66
 Error
coding MagicNumber '30' is a magic number. 66
 Error
design DesignForExtension Class 'DiffusionLimitedAggregationFrame' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DiffusionLimitedAggregationFrame' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter e should be final. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter e should be final. 75

org/woehlke/computer/kurzweil/tabs/dla/view/package-info.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 5

org/woehlke/computer/kurzweil/tabs/dla/views/DiffusionLimitedAggregationTabPane.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 12
 Error
sizes LineLength Line is longer than 80 characters (found 91). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
sizes LineLength Line is longer than 80 characters (found 83). 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
misc FinalParameters Parameter tab should be final. 25
 Error
coding HiddenField 'tab' hides a field. 25
 Error
whitespace ParenPad '(' is followed by whitespace. 27
 Error
whitespace ParenPad ')' is preceded with whitespace. 27
 Error
sizes LineLength Line is longer than 80 characters (found 87). 28

org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter app should be final. 24
 Error
coding HiddenField 'app' hides a field. 24
 Error
design DesignForExtension Class 'KochSnowflakeCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter g should be final. 33
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 42
 Error
coding MagicNumber '4' is a magic number. 42
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 42
 Error
coding MagicNumber '256' is a magic number. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
design DesignForExtension Class 'KochSnowflakeCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter g should be final. 50

org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeController.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
sizes LineLength Line is longer than 80 characters (found 86). 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter model should be final. 22
 Error
misc FinalParameters Parameter frame should be final. 22
 Error
coding HiddenField 'frame' hides a field. 22
 Error
design DesignForExtension Class 'KochSnowflakeController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 34
 Error
blocks LeftCurly '{' at column 17 should have line break after. 37
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 37
 Error
design DesignForExtension Class 'KochSnowflakeController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43

org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeModel.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
sizes LineLength Line is longer than 80 characters (found 94). 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter properties should be final. 31
 Error
coding HiddenField 'properties' hides a field. 31
 Error
misc FinalParameters Parameter frame should be final. 31
 Error
coding HiddenField 'frame' hides a field. 31
 Error
design DesignForExtension Class 'KochSnowflakeModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter c should be final. 39
 Error
coding MissingSwitchDefault switch without "default" clause. 42
 Error
design DesignForExtension Class 'KochSnowflakeModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
coding MissingSwitchDefault switch without "default" clause. 62
 Error
design DesignForExtension Class 'KochSnowflakeModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter x should be final. 74
 Error
misc FinalParameters Parameter y should be final. 74
 Error
design DesignForExtension Class 'KochSnowflakeModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
design DesignForExtension Class 'KochSnowflakeModel' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeModel' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
design DesignForExtension Class 'KochSnowflakeModel' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeModel' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 89
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error
design DesignForExtension Class 'KochSnowflakeModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 95
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 95
 Error
design DesignForExtension Class 'KochSnowflakeModel' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeModel' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 99
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 99
 Error
design DesignForExtension Class 'KochSnowflakeModel' looks like designed for extension (can be subclassed), but the method 'zoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeModel' final or making the method 'zoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
coding MissingSwitchDefault switch without "default" clause. 104

org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeTab.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 12
 Error
sizes LineLength Line is longer than 80 characters (found 90). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter properties should be final. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
sizes LineLength Line is longer than 80 characters (found 87). 43
 Error
sizes LineLength Line is longer than 80 characters (found 103). 45
 Error
sizes LineLength Line is longer than 80 characters (found 110). 46
 Error
whitespace ParenPad '(' is followed by whitespace. 55
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter e should be final. 61
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter e should be final. 65
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter e should be final. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 73
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter e should be final. 75
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter e should be final. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter e should be final. 83
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
misc FinalParameters Parameter e should be final. 87
 Error
misc FinalParameters Parameter e should be final. 94
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 94
 Error
misc FinalParameters Parameter e should be final. 97
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 97
 Error
misc FinalParameters Parameter e should be final. 100
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 100
 Error
misc FinalParameters Parameter e should be final. 103
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 103
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'showMeInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'showMeInit' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
coding MagicNumber '180' is a magic number. 109
 Error
sizes LineLength Line is longer than 80 characters (found 84). 116
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 142
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Error
design DesignForExtension Class 'KochSnowflakeTab' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTab' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 146

org/woehlke/computer/kurzweil/tabs/kochsnowflake/model/KochSnowflakeTabState.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/kochsnowflake/model/KochSnowflakeTabStateMachine.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.kochsnowflake.model.KochSnowflakeTabState.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
design DesignForExtension Class 'KochSnowflakeTabStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTabStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 27
 Error
coding MissingSwitchDefault switch without "default" clause. 29
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 29
 Error
design DesignForExtension Class 'KochSnowflakeTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTabStateMachine' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'KochSnowflakeTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTabStateMachine' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
coding MissingSwitchDefault switch without "default" clause. 60
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
design DesignForExtension Class 'KochSnowflakeTabStateMachine' looks like designed for extension (can be subclassed), but the method 'getApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTabStateMachine' final or making the method 'getApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
design DesignForExtension Class 'KochSnowflakeTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'KochSnowflakeTabStateMachine' final or making the method 'setApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
misc FinalParameters Parameter applicationState should be final. 78
 Error
coding HiddenField 'applicationState' hides a field. 78

org/woehlke/computer/kurzweil/tabs/kochsnowflake/ui/PanelButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter model should be final. 30
 Error
coding HiddenField 'model' hides a field. 30
 Error
sizes LineLength Line is longer than 80 characters (found 103). 32
 Error
sizes LineLength Line is longer than 80 characters (found 119). 34
 Error
sizes LineLength Line is longer than 80 characters (found 117). 38
 Error
sizes LineLength Line is longer than 80 characters (found 99). 45
 Error
misc FinalParameters Parameter ae should be final. 59
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66

org/woehlke/computer/kurzweil/tabs/kochsnowflake/ui/RadioButtons.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter app should be final. 24
 Error
coding HiddenField 'app' hides a field. 24
 Error
design DesignForExtension Class 'Mandelbrot2JuliaCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter g should be final. 33
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 42
 Error
coding MagicNumber '4' is a magic number. 42
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 42
 Error
coding MagicNumber '256' is a magic number. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
design DesignForExtension Class 'Mandelbrot2JuliaCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter g should be final. 50

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
sizes LineLength Line is longer than 80 characters (found 90). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 95). 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
misc FinalParameters Parameter frame should be final. 26
 Error
coding HiddenField 'frame' hides a field. 26
 Error
design DesignForExtension Class 'Mandelbrot2JuliaController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
blocks LeftCurly '{' at column 17 should have line break after. 41
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 41
 Error
design DesignForExtension Class 'Mandelbrot2JuliaController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaModel.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 100). 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter properties should be final. 33
 Error
coding HiddenField 'properties' hides a field. 33
 Error
misc FinalParameters Parameter frame should be final. 33
 Error
coding HiddenField 'frame' hides a field. 33
 Error
design DesignForExtension Class 'Mandelbrot2JuliaModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter c should be final. 41
 Error
coding MissingSwitchDefault switch without "default" clause. 44
 Error
design DesignForExtension Class 'Mandelbrot2JuliaModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
coding MissingSwitchDefault switch without "default" clause. 58
 Error
design DesignForExtension Class 'Mandelbrot2JuliaModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
misc FinalParameters Parameter x should be final. 68
 Error
misc FinalParameters Parameter y should be final. 68
 Error
design DesignForExtension Class 'Mandelbrot2JuliaModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
design DesignForExtension Class 'Mandelbrot2JuliaModel' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaModel' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
design DesignForExtension Class 'Mandelbrot2JuliaModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
design DesignForExtension Class 'Mandelbrot2JuliaModel' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaModel' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaTab.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 90). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter properties should be final. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 39
 Error
sizes LineLength Line is longer than 80 characters (found 90). 42
 Error
sizes LineLength Line is longer than 80 characters (found 108). 43
 Error
sizes LineLength Line is longer than 80 characters (found 110). 44
 Error
whitespace ParenPad '(' is followed by whitespace. 51
 Error
design DesignForExtension Class 'Mandelbrot2JuliaTab' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaTab' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter e should be final. 57
 Error
design DesignForExtension Class 'Mandelbrot2JuliaTab' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaTab' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter e should be final. 61
 Error
design DesignForExtension Class 'Mandelbrot2JuliaTab' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaTab' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter e should be final. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter e should be final. 69
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 69
 Error
design DesignForExtension Class 'Mandelbrot2JuliaTab' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaTab' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter e should be final. 71
 Error
design DesignForExtension Class 'Mandelbrot2JuliaTab' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaTab' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter e should be final. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter e should be final. 79
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 79
 Error
design DesignForExtension Class 'Mandelbrot2JuliaTab' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaTab' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 82
 Error
misc FinalParameters Parameter e should be final. 83
 Error
misc FinalParameters Parameter e should be final. 90
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 90
 Error
misc FinalParameters Parameter e should be final. 93
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 93
 Error
misc FinalParameters Parameter e should be final. 96
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 96
 Error
misc FinalParameters Parameter e should be final. 99
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 99
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 99
 Error
design DesignForExtension Class 'Mandelbrot2JuliaTab' looks like designed for extension (can be subclassed), but the method 'showMeInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaTab' final or making the method 'showMeInit' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
coding MagicNumber '90' is a magic number. 105
 Error
sizes LineLength Line is longer than 80 characters (found 84). 112
 Error
design DesignForExtension Class 'Mandelbrot2JuliaTab' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaTab' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 134
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 134
 Error
design DesignForExtension Class 'Mandelbrot2JuliaTab' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaTab' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 143
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 143

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/MandelbrotTab.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 17
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 18
 Error
sizes LineLength Line is longer than 80 characters (found 90). 22
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
sizes LineLength Line is longer than 80 characters (found 88). 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter tabbedPane should be final. 42
 Error
whitespace ParenPad '(' is followed by whitespace. 52
 Error
design DesignForExtension Class 'MandelbrotTab' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTab' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65
 Error
design DesignForExtension Class 'MandelbrotTab' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTab' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 76
 Error
design DesignForExtension Class 'MandelbrotTab' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTab' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
misc FinalParameters Parameter ae should be final. 80
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 84
 Error
design DesignForExtension Class 'MandelbrotTab' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTab' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 89
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error
design DesignForExtension Class 'MandelbrotTab' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTab' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Error
design DesignForExtension Class 'MandelbrotTab' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTab' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 99
 Error
misc FinalParameters Parameter e should be final. 100
 Error
whitespace ParenPad '(' is followed by whitespace. 101
 Error
whitespace ParenPad '(' is followed by whitespace. 102
 Error
whitespace ParenPad ')' is preceded with whitespace. 102
 Error
misc FinalParameters Parameter e should be final. 107
 Error
misc FinalParameters Parameter e should be final. 112
 Error
misc FinalParameters Parameter e should be final. 117
 Error
misc FinalParameters Parameter e should be final. 122

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/canvas/MandelbrotCanvas.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 13
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 15
 Error
sizes LineLength Line is longer than 80 characters (found 90). 27
 Error
sizes LineLength Line is longer than 80 characters (found 91). 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
sizes LineLength Line is longer than 80 characters (found 98). 36
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter tabCtx should be final. 49
 Error
coding HiddenField 'tabCtx' hides a field. 49
 Error
design DesignForExtension Class 'MandelbrotCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
misc FinalParameters Parameter g should be final. 62
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 71
 Error
coding MagicNumber '4' is a magic number. 71
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 71
 Error
coding MagicNumber '256' is a magic number. 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
design DesignForExtension Class 'MandelbrotCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
misc FinalParameters Parameter g should be final. 80
 Error
design DesignForExtension Class 'MandelbrotCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
design DesignForExtension Class 'MandelbrotCanvas' looks like designed for extension (can be subclassed), but the method 'cancel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotCanvas' final or making the method 'cancel' static/final/abstract/empty, or adding allowed annotation for the method. 89
 Error
misc FinalParameters Parameter mayInterruptIfRunning should be final. 90
 Error
design DesignForExtension Class 'MandelbrotCanvas' looks like designed for extension (can be subclassed), but the method 'isCancelled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotCanvas' final or making the method 'isCancelled' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error
design DesignForExtension Class 'MandelbrotCanvas' looks like designed for extension (can be subclassed), but the method 'isDone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotCanvas' final or making the method 'isDone' static/final/abstract/empty, or adding allowed annotation for the method. 99
 Error
design DesignForExtension Class 'MandelbrotCanvas' looks like designed for extension (can be subclassed), but the method 'get' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotCanvas' final or making the method 'get' static/final/abstract/empty, or adding allowed annotation for the method. 104
 Error
design DesignForExtension Class 'MandelbrotCanvas' looks like designed for extension (can be subclassed), but the method 'get' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotCanvas' final or making the method 'get' static/final/abstract/empty, or adding allowed annotation for the method. 109
 Error
sizes LineLength Line is longer than 80 characters (found 116). 110
 Error
misc FinalParameters Parameter timeout should be final. 110
 Error
misc FinalParameters Parameter unit should be final. 110
 Error
design DesignForExtension Class 'MandelbrotCanvas' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotCanvas' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 114
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 116
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 116

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/config/Mandelbrot.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 11

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/config/MandelbrotContext.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 93). 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter tab should be final. 31
 Error
coding HiddenField 'tab' hides a field. 31
 Error
misc FinalParameters Parameter ctx should be final. 31
 Error
coding HiddenField 'ctx' hides a field. 31
 Error
sizes LineLength Line is longer than 80 characters (found 81). 34
 Error
whitespace ParenPad ')' is preceded with whitespace. 34
 Error
whitespace ParenPad ')' is preceded with whitespace. 36
 Error
design DesignForExtension Class 'MandelbrotContext' looks like designed for extension (can be subclassed), but the method 'stopController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotContext' final or making the method 'stopController' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
whitespace ParenPad ')' is preceded with whitespace. 43
 Error
design DesignForExtension Class 'MandelbrotContext' looks like designed for extension (can be subclassed), but the method 'startController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotContext' final or making the method 'startController' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
sizes LineLength Line is longer than 80 characters (found 82). 49
 Error
whitespace ParenPad ')' is preceded with whitespace. 49
 Error
design DesignForExtension Class 'MandelbrotContext' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotContext' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
misc FinalParameters Parameter value should be final. 63
 Error
design DesignForExtension Class 'MandelbrotContext' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotContext' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 67

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/control/MandelbrotController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
sizes LineLength Line is longer than 80 characters (found 87). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter model should be final. 29
 Error
misc FinalParameters Parameter tab should be final. 29
 Error
coding HiddenField 'tab' hides a field. 29
 Error
design DesignForExtension Class 'MandelbrotController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
blocks LeftCurly '{' at column 17 should have line break after. 44
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 44
 Error
design DesignForExtension Class 'MandelbrotController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/Mandelbrot2JuliaState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/Mandelbrot2JuliaStateMachine.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.Mandelbrot2JuliaState.*. 5
 Error
sizes LineLength Line is longer than 80 characters (found 90). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
design DesignForExtension Class 'Mandelbrot2JuliaStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 26
 Error
coding MissingSwitchDefault switch without "default" clause. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'Mandelbrot2JuliaStateMachine' looks like designed for extension (can be subclassed), but the method 'getApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaStateMachine' final or making the method 'getApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'Mandelbrot2JuliaStateMachine' looks like designed for extension (can be subclassed), but the method 'setApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Mandelbrot2JuliaStateMachine' final or making the method 'setApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter applicationState should be final. 55
 Error
coding HiddenField 'applicationState' hides a field. 55

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/MandelbrotModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
sizes LineLength Line is longer than 80 characters (found 86). 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter properties should be final. 37
 Error
coding HiddenField 'properties' hides a field. 37
 Error
misc FinalParameters Parameter tab should be final. 37
 Error
coding HiddenField 'tab' hides a field. 37
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter c should be final. 45
 Error
coding MissingSwitchDefault switch without "default" clause. 48
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
coding MissingSwitchDefault switch without "default" clause. 68
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
misc FinalParameters Parameter x should be final. 80
 Error
misc FinalParameters Parameter y should be final. 80
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 95
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 95
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'getTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'getTab' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'zoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'zoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 109
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 109
 Error
coding MissingSwitchDefault switch without "default" clause. 110
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 123
 Error
misc FinalParameters Parameter value should be final. 129
 Error
design DesignForExtension Class 'MandelbrotModel' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotModel' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 133

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/state/MandelbrotTabState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/state/MandelbrotTabStateMachine.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.mandelbrot2julia.model.state.MandelbrotTabState.*. 5
 Error
sizes LineLength Line is longer than 80 characters (found 90). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
design DesignForExtension Class 'MandelbrotTabStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 26
 Error
coding MissingSwitchDefault switch without "default" clause. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'MandelbrotTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabStateMachine' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
coding MissingSwitchDefault switch without "default" clause. 47
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 47
 Error
design DesignForExtension Class 'MandelbrotTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabStateMachine' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
coding MissingSwitchDefault switch without "default" clause. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
design DesignForExtension Class 'MandelbrotTabStateMachine' looks like designed for extension (can be subclassed), but the method 'getMandelbrotTabState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabStateMachine' final or making the method 'getMandelbrotTabState' static/final/abstract/empty, or adding allowed annotation for the method. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
design DesignForExtension Class 'MandelbrotTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setMandelbrotTabState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabStateMachine' final or making the method 'setMandelbrotTabState' static/final/abstract/empty, or adding allowed annotation for the method. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter mandelbrotTabState should be final. 81
 Error
coding HiddenField 'mandelbrotTabState' hides a field. 81

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/MandelbrotTuringMachine.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
design DesignForExtension Class 'MandelbrotTuringMachine' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTuringMachine' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'switch' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
sizes LineLength Line is longer than 80 characters (found 97). 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 92). 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/Point.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter p should be final. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter x should be final. 31
 Error
coding HiddenField 'x' hides a field. 31
 Error
misc FinalParameters Parameter y should be final. 31
 Error
coding HiddenField 'y' hides a field. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
misc FinalParameters Parameter x should be final. 36
 Error
coding HiddenField 'x' hides a field. 36
 Error
misc FinalParameters Parameter y should be final. 36
 Error
coding HiddenField 'y' hides a field. 36
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveUp' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveRight' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveDown' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveDown' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'moveLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'moveLeft' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getWidth' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getWidth' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getHeight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getHeight' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
blocks LeftCurly '{' at column 28 should have line break after. 60
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter x should be final. 66
 Error
coding HiddenField 'x' hides a field. 66
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter y should be final. 74
 Error
coding HiddenField 'y' hides a field. 74
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
misc FinalParameters Parameter o should be final. 79
 Error
blocks NeedBraces 'if' construct must use '{}'s. 80
 Error
blocks NeedBraces 'if' construct must use '{}'s. 81
 Error
whitespace OperatorWrap '&&' should be on a new line. 83
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error
design DesignForExtension Class 'Point' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Point' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 92
 Error
whitespace OperatorWrap '+' should be on a new line. 94
 Error
whitespace OperatorWrap '+' should be on a new line. 95
 Error
whitespace OperatorWrap '+' should be on a new line. 96

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/TuringDirection.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/TuringPhase.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/TuringPhaseState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishSearchTheSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishSearchTheSet' static/final/abstract/empty, or adding allowed annotation for the method. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'finishFillTheOutsideWithColors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'finishFillTheOutsideWithColors' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
design DesignForExtension Class 'TuringPhaseState' looks like designed for extension (can be subclassed), but the method 'getTuringTuringPhase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPhaseState' final or making the method 'getTuringTuringPhase' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/model/turing/TuringPositions.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter worldDimensions should be final. 26
 Error
coding HiddenField 'worldDimensions' hides a field. 26
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 98). 33
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 33
 Error
coding MagicNumber '11' is a magic number. 33
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'markFirstSetPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'markFirstSetPosition' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'getTuringPosition' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'getTuringPosition' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'goForward' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'goForward' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'turnRight' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'turnRight' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'turnLeft' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'turnLeft' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 Error
design DesignForExtension Class 'TuringPositions' looks like designed for extension (can be subclassed), but the method 'isFinishedWalkAround' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TuringPositions' final or making the method 'isFinishedWalkAround' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
sizes LineLength Line is longer than 80 characters (found 87). 91
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 91
 Error
coding MagicNumber '100' is a magic number. 91

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/MandelbrotTabPane.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
misc FinalParameters Parameter tab should be final. 25
 Error
coding HiddenField 'tab' hides a field. 25
 Error
whitespace ParenPad '(' is followed by whitespace. 27
 Error
whitespace ParenPad ')' is preceded with whitespace. 27
 Error
sizes LineLength Line is longer than 80 characters (found 87). 28

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelButtons.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter model should be final. 33
 Error
coding HiddenField 'model' hides a field. 33
 Error
sizes LineLength Line is longer than 80 characters (found 108). 35
 Error
sizes LineLength Line is longer than 80 characters (found 119). 36
 Error
sizes LineLength Line is longer than 80 characters (found 117). 40
 Error
sizes LineLength Line is longer than 80 characters (found 104). 46
 Error
misc FinalParameters Parameter ae should be final. 60
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 63
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelChooseMouseClickMode.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 101). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter tabCtx should be final. 29
 Error
coding HiddenField 'tabCtx' hides a field. 29
 Error
sizes LineLength Line is longer than 80 characters (found 88). 31
 Error
sizes LineLength Line is longer than 80 characters (found 111). 37
 Error
sizes LineLength Line is longer than 80 characters (found 107). 38
 Error
whitespace ParenPad '(' is followed by whitespace. 44
 Error
whitespace ParenPad ')' is preceded with whitespace. 44
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 56

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelCopyright.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/PanelZoom.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter tabCtx should be final. 22
 Error
coding HiddenField 'tabCtx' hides a field. 22
 Error
sizes LineLength Line is longer than 80 characters (found 92). 24
 Error
sizes LineLength Line is longer than 80 characters (found 115). 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
coding MagicNumber '3' is a magic number. 30

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/views/RradioButtons.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter app should be final. 24
 Error
coding HiddenField 'app' hides a field. 24
 Error
design DesignForExtension Class 'MandelbrotZoomCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter g should be final. 33
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 42
 Error
coding MagicNumber '4' is a magic number. 42
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 42
 Error
coding MagicNumber '256' is a magic number. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
design DesignForExtension Class 'MandelbrotZoomCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter g should be final. 50

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomController.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
sizes LineLength Line is longer than 80 characters (found 88). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 89). 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter model should be final. 26
 Error
misc FinalParameters Parameter frame should be final. 26
 Error
coding HiddenField 'frame' hides a field. 26
 Error
design DesignForExtension Class 'MandelbrotZoomController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
blocks LeftCurly '{' at column 17 should have line break after. 41
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 41
 Error
design DesignForExtension Class 'MandelbrotZoomController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 96). 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter properties should be final. 33
 Error
coding HiddenField 'properties' hides a field. 33
 Error
misc FinalParameters Parameter frame should be final. 33
 Error
coding HiddenField 'frame' hides a field. 33
 Error
design DesignForExtension Class 'MandelbrotZoomModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter c should be final. 41
 Error
coding MissingSwitchDefault switch without "default" clause. 44
 Error
design DesignForExtension Class 'MandelbrotZoomModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
coding MissingSwitchDefault switch without "default" clause. 64
 Error
design DesignForExtension Class 'MandelbrotZoomModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter x should be final. 76
 Error
misc FinalParameters Parameter y should be final. 76
 Error
design DesignForExtension Class 'MandelbrotZoomModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
design DesignForExtension Class 'MandelbrotZoomModel' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomModel' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
design DesignForExtension Class 'MandelbrotZoomModel' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomModel' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
design DesignForExtension Class 'MandelbrotZoomModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
design DesignForExtension Class 'MandelbrotZoomModel' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomModel' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
design DesignForExtension Class 'MandelbrotZoomModel' looks like designed for extension (can be subclassed), but the method 'zoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomModel' final or making the method 'zoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
coding MissingSwitchDefault switch without "default" clause. 106

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomTab.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 12
 Error
sizes LineLength Line is longer than 80 characters (found 90). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter properties should be final. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
sizes LineLength Line is longer than 80 characters (found 88). 43
 Error
sizes LineLength Line is longer than 80 characters (found 108). 45
 Error
sizes LineLength Line is longer than 80 characters (found 110). 46
 Error
whitespace ParenPad '(' is followed by whitespace. 55
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter e should be final. 61
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter e should be final. 65
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter e should be final. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 73
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter e should be final. 75
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter e should be final. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter e should be final. 83
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
misc FinalParameters Parameter e should be final. 87
 Error
misc FinalParameters Parameter e should be final. 94
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 94
 Error
misc FinalParameters Parameter e should be final. 97
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 97
 Error
misc FinalParameters Parameter e should be final. 100
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 100
 Error
misc FinalParameters Parameter e should be final. 103
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 103
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'showMeInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'showMeInit' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
coding MagicNumber '180' is a magic number. 109
 Error
sizes LineLength Line is longer than 80 characters (found 84). 116
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 142
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Error
design DesignForExtension Class 'MandelbrotZoomTab' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTab' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 146

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/MandelbrotZoomTabState.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/MandelbrotZoomTabStateMachine.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.MandelbrotZoomTabState.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
design DesignForExtension Class 'MandelbrotZoomTabStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTabStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 27
 Error
coding MissingSwitchDefault switch without "default" clause. 29
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 29
 Error
design DesignForExtension Class 'MandelbrotZoomTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTabStateMachine' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
design DesignForExtension Class 'MandelbrotZoomTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTabStateMachine' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
coding MissingSwitchDefault switch without "default" clause. 60
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
design DesignForExtension Class 'MandelbrotZoomTabStateMachine' looks like designed for extension (can be subclassed), but the method 'getApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTabStateMachine' final or making the method 'getApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
design DesignForExtension Class 'MandelbrotZoomTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotZoomTabStateMachine' final or making the method 'setApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
misc FinalParameters Parameter applicationState should be final. 78
 Error
coding HiddenField 'applicationState' hides a field. 78

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/ui/PanelButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.ui.RradioButtons.RADIO_BUTTONS_SWITCH. 11
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.ui.RradioButtons.RADIO_BUTTONS_ZOOM. 12
 Error
sizes LineLength Line is longer than 80 characters (found 90). 19
 Error
sizes LineLength Line is longer than 80 characters (found 82). 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter model should be final. 34
 Error
coding HiddenField 'model' hides a field. 34
 Error
sizes LineLength Line is longer than 80 characters (found 108). 36
 Error
sizes LineLength Line is longer than 80 characters (found 119). 38
 Error
sizes LineLength Line is longer than 80 characters (found 117). 42
 Error
sizes LineLength Line is longer than 80 characters (found 104). 49
 Error
misc FinalParameters Parameter ae should be final. 63
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/ui/RradioButtons.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkTab.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter tabbedPane should be final. 32
 Error
design DesignForExtension Class 'RandomWalkTab' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkTab' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
design DesignForExtension Class 'RandomWalkTab' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkTab' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
design DesignForExtension Class 'RandomWalkTab' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkTab' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. 72
 Error
misc FinalParameters Parameter ae should be final. 73

org/woehlke/computer/kurzweil/tabs/randomwalk/canvas/RandomWalkCanvas.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 15
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 17
 Error
sizes LineLength Line is longer than 80 characters (found 113). 33
 Error
sizes LineLength Line is longer than 80 characters (found 122). 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 49
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 50
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
misc FinalParameters Parameter tabCtx should be final. 54
 Error
coding HiddenField 'tabCtx' hides a field. 54
 Error
design DesignForExtension Class 'RandomWalkCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 73
 Error
misc FinalParameters Parameter g should be final. 74
 Error
coding MagicNumber '256' is a magic number. 84
 Error
coding MagicNumber '256' is a magic number. 84
 Error
coding MagicNumber '256' is a magic number. 84
 Error
coding MagicNumber '256' is a magic number. 97
 Error
coding MagicNumber '256' is a magic number. 99
 Error
coding MagicNumber '256' is a magic number. 100
 Error
coding MagicNumber '256' is a magic number. 102
 Error
coding MagicNumber '256' is a magic number. 103
 Error
design DesignForExtension Class 'RandomWalkCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 115
 Error
misc FinalParameters Parameter g should be final. 116

org/woehlke/computer/kurzweil/tabs/randomwalk/canvas/RandomWalkColorScheme.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 15
 Error
coding MagicNumber '54' is a magic number. 30
 Error
coding MagicNumber '12' is a magic number. 30
 Error
coding MagicNumber '88' is a magic number. 30
 Error
coding MagicNumber '154' is a magic number. 31
 Error
coding MagicNumber '112' is a magic number. 31
 Error
coding MagicNumber '38' is a magic number. 31
 Error
coding MagicNumber '234' is a magic number. 32
 Error
coding MagicNumber '123' is a magic number. 32
 Error
coding MagicNumber '254' is a magic number. 32
 Error
design DesignForExtension Class 'RandomWalkColorScheme' looks like designed for extension (can be subclassed), but the method 'getMaxState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkColorScheme' final or making the method 'getMaxState' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
design DesignForExtension Class 'RandomWalkColorScheme' looks like designed for extension (can be subclassed), but the method 'getColorForState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkColorScheme' final or making the method 'getColorForState' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter state should be final. 43

org/woehlke/computer/kurzweil/tabs/randomwalk/config/RandomWalk.java

Severity Category Rule Message Line
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 11

org/woehlke/computer/kurzweil/tabs/randomwalk/config/RandomWalkContext.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 93). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter tab should be final. 33
 Error
coding HiddenField 'tab' hides a field. 33
 Error
design DesignForExtension Class 'RandomWalkContext' looks like designed for extension (can be subclassed), but the method 'stopController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkContext' final or making the method 'stopController' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
design DesignForExtension Class 'RandomWalkContext' looks like designed for extension (can be subclassed), but the method 'startController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkContext' final or making the method 'startController' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
design DesignForExtension Class 'RandomWalkContext' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkContext' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
misc FinalParameters Parameter value should be final. 65
 Error
design DesignForExtension Class 'RandomWalkContext' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkContext' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 69

org/woehlke/computer/kurzweil/tabs/randomwalk/control/RandomWalkController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 22
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 22
 Error
sizes LineLength Line is longer than 80 characters (found 108). 23
 Error
sizes LineLength Line is longer than 80 characters (found 98). 24
 Error
sizes LineLength Line is longer than 80 characters (found 87). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter tabCtx should be final. 39
 Error
coding HiddenField 'tabCtx' hides a field. 39
 Error
sizes LineLength Line is longer than 80 characters (found 113). 44
 Error
coding EmptyStatement Empty statement. 45
 Error
design DesignForExtension Class 'RandomWalkController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
design DesignForExtension Class 'RandomWalkController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70

org/woehlke/computer/kurzweil/tabs/randomwalk/model/ParticleOrientation.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 8
 Error
javadoc JavadocVariable Missing a Javadoc comment. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 Error
misc FinalParameters Parameter x should be final. 22
 Error
misc FinalParameters Parameter y should be final. 22

org/woehlke/computer/kurzweil/tabs/randomwalk/model/RandomWalkModel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 12
 Error
sizes LineLength Line is longer than 80 characters (found 89). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 29
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter tabCtx should be final. 35
 Error
coding HiddenField 'tabCtx' hides a field. 35
 Error
design DesignForExtension Class 'RandomWalkModel' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkModel' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
sizes LineLength Line is longer than 80 characters (found 114). 55
 Error
sizes LineLength Line is longer than 80 characters (found 90). 56
 Error
coding MagicNumber '10' is a magic number. 61
 Error
sizes LineLength Line is longer than 80 characters (found 125). 62
 Error
design DesignForExtension Class 'RandomWalkModel' looks like designed for extension (can be subclassed), but the method 'resetLattice' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkModel' final or making the method 'resetLattice' static/final/abstract/empty, or adding allowed annotation for the method. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
design DesignForExtension Class 'RandomWalkModel' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkModel' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
design DesignForExtension Class 'RandomWalkModel' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkModel' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
design DesignForExtension Class 'RandomWalkModel' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkModel' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error
misc FinalParameters Parameter value should be final. 100

org/woehlke/computer/kurzweil/tabs/randomwalk/views/RandomWalkButtons.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 13
 Error
sizes LineLength Line is longer than 80 characters (found 83). 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter canvas should be final. 30
 Error
coding HiddenField 'canvas' hides a field. 30
 Error
sizes LineLength Line is longer than 80 characters (found 83). 33
 Error
sizes LineLength Line is longer than 80 characters (found 97). 34
 Error
design DesignForExtension Class 'RandomWalkButtons' looks like designed for extension (can be subclassed), but the method 'showMe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RandomWalkButtons' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 42

org/woehlke/computer/kurzweil/tabs/randomwalk/views/RandomWalkTabPane.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter tab should be final. 21
 Error
sizes LineLength Line is longer than 80 characters (found 87). 24

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleCanvas.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.sierpinskitriangle.SierpinskiTriangleModel. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter app should be final. 26
 Error
coding HiddenField 'app' hides a field. 26
 Error
design DesignForExtension Class 'SierpinskiTriangleCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter g should be final. 35
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 44
 Error
coding MagicNumber '4' is a magic number. 44
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 44
 Error
coding MagicNumber '256' is a magic number. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
design DesignForExtension Class 'SierpinskiTriangleCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter g should be final. 52

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleController.java

Severity Category Rule Message Line
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.sierpinskitriangle.SierpinskiTriangleModel. 3
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.sierpinskitriangle.SierpinskiTriangleTab. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
sizes LineLength Line is longer than 80 characters (found 92). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
sizes LineLength Line is longer than 80 characters (found 101). 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter model should be final. 27
 Error
misc FinalParameters Parameter frame should be final. 27
 Error
coding HiddenField 'frame' hides a field. 27
 Error
design DesignForExtension Class 'SierpinskiTriangleController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 Error
blocks LeftCurly '{' at column 17 should have line break after. 42
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 42
 Error
design DesignForExtension Class 'SierpinskiTriangleController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleModel.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 104). 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter properties should be final. 33
 Error
coding HiddenField 'properties' hides a field. 33
 Error
misc FinalParameters Parameter frame should be final. 33
 Error
coding HiddenField 'frame' hides a field. 33
 Error
design DesignForExtension Class 'SierpinskiTriangleModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter c should be final. 41
 Error
coding MissingSwitchDefault switch without "default" clause. 44
 Error
design DesignForExtension Class 'SierpinskiTriangleModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
coding MissingSwitchDefault switch without "default" clause. 64
 Error
design DesignForExtension Class 'SierpinskiTriangleModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter x should be final. 76
 Error
misc FinalParameters Parameter y should be final. 76
 Error
design DesignForExtension Class 'SierpinskiTriangleModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
design DesignForExtension Class 'SierpinskiTriangleModel' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleModel' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
design DesignForExtension Class 'SierpinskiTriangleModel' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleModel' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
design DesignForExtension Class 'SierpinskiTriangleModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
design DesignForExtension Class 'SierpinskiTriangleModel' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleModel' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
design DesignForExtension Class 'SierpinskiTriangleModel' looks like designed for extension (can be subclassed), but the method 'zoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleModel' final or making the method 'zoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
coding MissingSwitchDefault switch without "default" clause. 106

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleTab.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 12
 Error
sizes LineLength Line is longer than 80 characters (found 90). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter properties should be final. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
sizes LineLength Line is longer than 80 characters (found 92). 43
 Error
sizes LineLength Line is longer than 80 characters (found 103). 45
 Error
sizes LineLength Line is longer than 80 characters (found 110). 46
 Error
whitespace ParenPad '(' is followed by whitespace. 55
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter e should be final. 61
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter e should be final. 65
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter e should be final. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 73
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter e should be final. 75
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter e should be final. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter e should be final. 83
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
misc FinalParameters Parameter e should be final. 87
 Error
misc FinalParameters Parameter e should be final. 94
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 94
 Error
misc FinalParameters Parameter e should be final. 97
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 97
 Error
misc FinalParameters Parameter e should be final. 100
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 100
 Error
misc FinalParameters Parameter e should be final. 103
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 103
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'showMeInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'showMeInit' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
coding MagicNumber '180' is a magic number. 109
 Error
sizes LineLength Line is longer than 80 characters (found 84). 116
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 142
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Error
design DesignForExtension Class 'SierpinskiTriangleTab' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTab' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 146

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/model/SierpinskiTriangleTabState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/model/SierpinskiTriangleTabStateMachine.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.sierpinskitriangle.model.SierpinskiTriangleTabState. 4
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.sierpinskitriangle.model.SierpinskiTriangleTabState.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
design DesignForExtension Class 'SierpinskiTriangleTabStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTabStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 29
 Error
coding MissingSwitchDefault switch without "default" clause. 31
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 31
 Error
design DesignForExtension Class 'SierpinskiTriangleTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTabStateMachine' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'SierpinskiTriangleTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTabStateMachine' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
coding MissingSwitchDefault switch without "default" clause. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Error
design DesignForExtension Class 'SierpinskiTriangleTabStateMachine' looks like designed for extension (can be subclassed), but the method 'getApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTabStateMachine' final or making the method 'getApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
sizes LineLength Line is longer than 80 characters (found 82). 80
 Error
design DesignForExtension Class 'SierpinskiTriangleTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SierpinskiTriangleTabStateMachine' final or making the method 'setApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
misc FinalParameters Parameter applicationState should be final. 80
 Error
coding HiddenField 'applicationState' hides a field. 80

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/ui/PanelButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 16
 Error
sizes LineLength Line is longer than 80 characters (found 83). 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter model should be final. 31
 Error
coding HiddenField 'model' hides a field. 31
 Error
sizes LineLength Line is longer than 80 characters (found 103). 33
 Error
sizes LineLength Line is longer than 80 characters (found 119). 35
 Error
sizes LineLength Line is longer than 80 characters (found 117). 39
 Error
sizes LineLength Line is longer than 80 characters (found 99). 46
 Error
misc FinalParameters Parameter ae should be final. 60
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 67

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/ui/RadioButtons.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionApplet.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 141). 30
 Error
sizes LineLength Line is longer than 80 characters (found 134). 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
sizes LineLength Line is longer than 80 characters (found 89). 47
 Error
design DesignForExtension Class 'SimulatedEvolutionApplet' looks like designed for extension (can be subclassed), but the method 'init' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionApplet' final or making the method 'init' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
coding MagicNumber '320' is a magic number. 53
 Error
coding MagicNumber '234' is a magic number. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error
sizes LineLength Line is longer than 80 characters (found 89). 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
design DesignForExtension Class 'SimulatedEvolutionApplet' looks like designed for extension (can be subclassed), but the method 'getCanvasDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionApplet' final or making the method 'getCanvasDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74

org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 99). 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
naming MemberName Name 'WATER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
naming MemberName Name 'FOOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter worldDimensions should be final. 41
 Error
coding HiddenField 'worldDimensions' hides a field. 41
 Error
misc FinalParameters Parameter g should be final. 51
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
sizes LineLength Line is longer than 80 characters (found 84). 67
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
design DesignForExtension Class 'SimulatedEvolutionCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter g should be final. 75

org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionContext.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 19
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 19
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 19
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
sizes LineLength Line is longer than 80 characters (found 123). 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter tab should be final. 34
 Error
coding HiddenField 'tab' hides a field. 34
 Error
misc FinalParameters Parameter ctx should be final. 35
 Error
coding HiddenField 'ctx' hides a field. 35
 Error
coding MagicNumber '320' is a magic number. 40
 Error
coding MagicNumber '234' is a magic number. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace ParenPad '(' is followed by whitespace. 43
 Error
whitespace ParenPad ')' is preceded with whitespace. 43
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'stopController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'stopController' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'startController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'startController' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
misc FinalParameters Parameter value should be final. 72
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 76

org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionController.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 87). 10
 Error
javadoc JavadocStyle First sentence should end with a period. 24
 Error
naming MemberName Name 'TIME_TO_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
 Error
javadoc JavadocStyle First sentence should end with a period. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
design DesignForExtension Class 'SimulatedEvolutionController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 60
 Error
design DesignForExtension Class 'SimulatedEvolutionController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68

org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionModel.java

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulationContainer. 13
 Error
naming MemberName Name 'INITIAL_POPULATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
 Error
sizes LineLength Line is longer than 80 characters (found 90). 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter worldDimensions should be final. 73
 Error
coding HiddenField 'worldDimensions' hides a field. 73
 Error
sizes LineLength Line is longer than 80 characters (found 105). 77
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 77
 Error
sizes LineLength Line is longer than 80 characters (found 100). 80
 Error
sizes LineLength Line is longer than 80 characters (found 97). 84
 Error
sizes LineLength Line is longer than 80 characters (found 91). 104
 Error
sizes LineLength Line is longer than 80 characters (found 108). 105
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 114
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 114
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 126
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 126
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'getAllCells' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'getAllCells' static/final/abstract/empty, or adding allowed annotation for the method. 132
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 132
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 132
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'hasFood' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'hasFood' static/final/abstract/empty, or adding allowed annotation for the method. 136
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 Error
misc FinalParameters Parameter x should be final. 136
 Error
misc FinalParameters Parameter y should be final. 136
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 137

org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionTab.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 24
 Error
sizes LineLength Line is longer than 80 characters (found 100). 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'getPopulation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'getPopulation' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter tabbedPane should be final. 38
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 62
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 62
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 62
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 62
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 74
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'actionPerformed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'actionPerformed' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
misc FinalParameters Parameter ae should be final. 79
 Error
sizes LineLength Line is longer than 80 characters (found 99). 80
 Error
sizes LineLength Line is longer than 80 characters (found 106). 84
 Error
sizes LineLength Line is longer than 80 characters (found 94). 88
 Error
sizes LineLength Line is longer than 80 characters (found 91). 90
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 90
 Error
whitespace ParenPad '(' is followed by whitespace. 90
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 90
 Error
sizes LineLength Line is longer than 80 characters (found 87). 98
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 98
 Error
sizes LineLength Line is longer than 80 characters (found 86). 102
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 102
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 108
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'updateStep' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'updateStep' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
sizes LineLength Line is longer than 80 characters (found 92). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 56
 Error
javadoc JavadocVariable Missing a Javadoc comment. 58
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Error
sizes LineLength Line is longer than 80 characters (found 93). 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
misc FinalParameters Parameter properties should be final. 70
 Error
coding HiddenField 'properties' hides a field. 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 78
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
misc FinalParameters Parameter e should be final. 85
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
misc FinalParameters Parameter e should be final. 91
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 95
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 95
 Error
misc FinalParameters Parameter e should be final. 95
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 99
 Error
misc FinalParameters Parameter e should be final. 99
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
misc FinalParameters Parameter e should be final. 103
 Error
design DesignForExtension Class 'SimulatedEvolutionTab' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTab' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 109
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 109
 Error
misc FinalParameters Parameter e should be final. 109
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error
misc FinalParameters Parameter e should be final. 113
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 116
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 116
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 116
 Error
misc FinalParameters Parameter actionEvent should be final. 119

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/SimulatedEvolutionCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 19
 Error
sizes LineLength Line is longer than 80 characters (found 87). 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
sizes LineLength Line is longer than 80 characters (found 94). 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
sizes LineLength Line is longer than 80 characters (found 99). 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 54
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 55
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
 Error
javadoc JavadocVariable Missing a Javadoc comment. 56
 Error
javadoc JavadocVariable Missing a Javadoc comment. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter tabCtx should be final. 60
 Error
coding HiddenField 'tabCtx' hides a field. 60
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 68
 Error
misc FinalParameters Parameter graphics should be final. 83
 Error
sizes LineLength Line is longer than 80 characters (found 84). 108
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 108
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 108
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 108
 Error
sizes LineLength Line is longer than 80 characters (found 88). 111
 Error
design DesignForExtension Class 'SimulatedEvolutionCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 117
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 117
 Error
misc FinalParameters Parameter graphics should be final. 117
 Error
design DesignForExtension Class 'SimulatedEvolutionCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 124
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 124

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/WorldColor.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
javadoc JavadocVariable Missing a Javadoc comment. 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 8
 Error
javadoc JavadocVariable Missing a Javadoc comment. 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 11
 Error
misc FinalParameters Parameter color should be final. 15
 Error
coding HiddenField 'color' hides a field. 15
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 15
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 16
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 16

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayDecreaseButton.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 85). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter tabCtx should be final. 22
 Error
coding HiddenField 'tabCtx' hides a field. 22
 Error
sizes LineLength Line is longer than 80 characters (found 111). 23
 Error
sizes LineLength Line is longer than 80 characters (found 140). 25

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayIncreaseButton.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 85). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter tabCtx should be final. 22
 Error
coding HiddenField 'tabCtx' hides a field. 22
 Error
sizes LineLength Line is longer than 80 characters (found 111). 23
 Error
sizes LineLength Line is longer than 80 characters (found 140). 25

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayLabel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter tabCtx should be final. 22
 Error
coding HiddenField 'tabCtx' hides a field. 22
 Error
sizes LineLength Line is longer than 80 characters (found 102). 23
 Error
sizes LineLength Line is longer than 80 characters (found 129). 25

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayPanel.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 99). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter tabCtx should be final. 30
 Error
coding HiddenField 'tabCtx' hides a field. 30
 Error
sizes LineLength Line is longer than 80 characters (found 134). 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
sizes LineLength Line is longer than 80 characters (found 82). 36
 Error
sizes LineLength Line is longer than 80 characters (found 82). 37
 Error
sizes LineLength Line is longer than 80 characters (found 129). 38
 Error
sizes LineLength Line is longer than 80 characters (found 93). 39
 Error
design DesignForExtension Class 'FoodPerDayPanel' looks like designed for extension (can be subclassed), but the method 'addActionListener' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FoodPerDayPanel' final or making the method 'addActionListener' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
misc FinalParameters Parameter myTabPanel should be final. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
sizes LineLength Line is longer than 80 characters (found 85). 53

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayTextField.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 83). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
misc FinalParameters Parameter tabCtx should be final. 23
 Error
coding HiddenField 'tabCtx' hides a field. 23
 Error
sizes LineLength Line is longer than 80 characters (found 97). 25
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 25
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 25
 Error
sizes LineLength Line is longer than 80 characters (found 105). 26
 Error
sizes LineLength Line is longer than 80 characters (found 131). 29
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 29
 Error
sizes LineLength Line is longer than 80 characters (found 138). 30
 Error
design DesignForExtension Class 'FoodPerDayTextField' looks like designed for extension (can be subclassed), but the method 'setFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FoodPerDayTextField' final or making the method 'setFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter foodPerDay should be final. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 34
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 34

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenCheckBox.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 83). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
misc FinalParameters Parameter tabCtx should be final. 23
 Error
coding HiddenField 'tabCtx' hides a field. 23
 Error
sizes LineLength Line is longer than 80 characters (found 117). 25
 Error
sizes LineLength Line is longer than 80 characters (found 110). 26
 Error
sizes LineLength Line is longer than 80 characters (found 142). 29
 Error
sizes LineLength Line is longer than 80 characters (found 146). 30

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenPanel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter tabCtx should be final. 24
 Error
coding HiddenField 'tabCtx' hides a field. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 26
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 26
 Error
sizes LineLength Line is longer than 80 characters (found 141). 27
 Error
sizes LineLength Line is longer than 80 characters (found 102). 28

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenPanelRow.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 104). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter tabCtx should be final. 29
 Error
coding HiddenField 'tabCtx' hides a field. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
sizes LineLength Line is longer than 80 characters (found 82). 34
 Error
design DesignForExtension Class 'GardenOfEdenPanelRow' looks like designed for extension (can be subclassed), but the method 'setSelected' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GardenOfEdenPanelRow' final or making the method 'setSelected' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter selected should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 88). 46
 Error
design DesignForExtension Class 'GardenOfEdenPanelRow' looks like designed for extension (can be subclassed), but the method 'toggleGardenOfEden' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GardenOfEdenPanelRow' final or making the method 'toggleGardenOfEden' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
design DesignForExtension Class 'GardenOfEdenPanelRow' looks like designed for extension (can be subclassed), but the method 'addActionListener' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GardenOfEdenPanelRow' final or making the method 'addActionListener' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter myTabPanel should be final. 55
 Error
design DesignForExtension Class 'GardenOfEdenPanelRow' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GardenOfEdenPanelRow' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
sizes LineLength Line is longer than 80 characters (found 92). 60

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenToggleButton.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 91). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter tabCtx should be final. 22
 Error
coding HiddenField 'tabCtx' hides a field. 22
 Error
sizes LineLength Line is longer than 80 characters (found 126). 23
 Error
sizes LineLength Line is longer than 80 characters (found 162). 25

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/population/PopulationStatisticsElement.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
sizes LineLength Line is longer than 80 characters (found 87). 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
misc FinalParameters Parameter label should be final. 25
 Error
coding HiddenField 'label' hides a field. 25
 Error
misc FinalParameters Parameter lifeCycleStatus should be final. 25
 Error
coding HiddenField 'lifeCycleStatus' hides a field. 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
design DesignForExtension Class 'PopulationStatisticsElement' looks like designed for extension (can be subclassed), but the method 'setText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PopulationStatisticsElement' final or making the method 'setText' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter value should be final. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 35
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 36
 Error
design DesignForExtension Class 'PopulationStatisticsElement' looks like designed for extension (can be subclassed), but the method 'setText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PopulationStatisticsElement' final or making the method 'setText' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter value should be final. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 40

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/population/PopulationStatisticsElementsPanelCounted.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 18
 Error
sizes LineLength Line is longer than 80 characters (found 83). 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
sizes LineLength Line is longer than 80 characters (found 90). 26
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 26
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter tabCtx should be final. 50
 Error
coding HiddenField 'tabCtx' hides a field. 50
 Error
sizes LineLength Line is longer than 80 characters (found 150). 52
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 52
 Error
sizes LineLength Line is longer than 80 characters (found 130). 56
 Error
sizes LineLength Line is longer than 80 characters (found 148). 61
 Error
sizes LineLength Line is longer than 80 characters (found 88). 66
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 66
 Error
sizes LineLength Line is longer than 80 characters (found 104). 67
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 67
 Error
sizes LineLength Line is longer than 80 characters (found 100). 68
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 68
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
sizes LineLength Line is longer than 80 characters (found 95). 82

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/population/PopulationStatisticsElementsPanelLifeCycle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 17
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.LifeCycleStatus.*. 19
 Error
sizes LineLength Line is longer than 80 characters (found 83). 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
sizes LineLength Line is longer than 80 characters (found 90). 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter tabCtx should be final. 53
 Error
coding HiddenField 'tabCtx' hides a field. 53
 Error
sizes LineLength Line is longer than 80 characters (found 150). 55
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 55
 Error
sizes LineLength Line is longer than 80 characters (found 130). 59
 Error
sizes LineLength Line is longer than 80 characters (found 148). 64
 Error
sizes LineLength Line is longer than 80 characters (found 83). 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 71
 Error
sizes LineLength Line is longer than 80 characters (found 103). 72
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
sizes LineLength Line is longer than 80 characters (found 90). 73
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 73
 Error
sizes LineLength Line is longer than 80 characters (found 86). 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
sizes LineLength Line is longer than 80 characters (found 95). 86

org/woehlke/computer/kurzweil/tabs/simulatedevolution/config/SimulatedEvolution.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
design InterfaceIsType interfaces should describe a type and hence have methods. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 11

org/woehlke/computer/kurzweil/tabs/simulatedevolution/config/SimulatedEvolutionContext.java

Severity Category Rule Message Line
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.simulatedevolution.config.SimulatedEvolution. 11
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 22
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
sizes LineLength Line is longer than 80 characters (found 109). 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter tab should be final. 35
 Error
coding HiddenField 'tab' hides a field. 35
 Error
misc FinalParameters Parameter ctx should be final. 36
 Error
coding HiddenField 'ctx' hides a field. 36
 Error
whitespace ParenPad '(' is followed by whitespace. 40
 Error
whitespace ParenPad ')' is preceded with whitespace. 40
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'stopController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'stopController' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'startController' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'startController' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error
misc FinalParameters Parameter value should be final. 69
 Error
design DesignForExtension Class 'SimulatedEvolutionContext' looks like designed for extension (can be subclassed), but the method 'exec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionContext' final or making the method 'exec' static/final/abstract/empty, or adding allowed annotation for the method. 73

org/woehlke/computer/kurzweil/tabs/simulatedevolution/control/SimulatedEvolutionController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 93). 18
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 33
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 33
 Error
javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 34
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 34
 Error
sizes LineLength Line is longer than 80 characters (found 108). 35
 Error
sizes LineLength Line is longer than 80 characters (found 98). 36
 Error
sizes LineLength Line is longer than 80 characters (found 117). 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'SimulatedEvolutionController' looks like designed for extension (can be subclassed), but the method 'getUncaughtExceptionHandler' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionController' final or making the method 'getUncaughtExceptionHandler' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter tabCtx should be final. 59
 Error
coding HiddenField 'tabCtx' hides a field. 59
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 61
 Error
sizes LineLength Line is longer than 80 characters (found 128). 64
 Error
sizes LineLength Line is longer than 80 characters (found 131). 65
 Error
design DesignForExtension Class 'SimulatedEvolutionController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 82
 Error
sizes LineLength Line is longer than 80 characters (found 138). 83
 Error
whitespace ParenPad '(' is followed by whitespace. 90
 Error
whitespace ParenPad ')' is preceded with whitespace. 90
 Error
design DesignForExtension Class 'SimulatedEvolutionController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 98
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 105

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/Cell.java

Severity Category Rule Message Line
 Error
javadoc JavadocStyle First sentence should end with a period. 32
 Error
javadoc JavadocStyle First sentence should end with a period. 37
 Error
javadoc JavadocStyle First sentence should end with a period. 42
 Error
javadoc JavadocStyle First sentence should end with a period. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter max should be final. 62
 Error
coding HiddenField 'max' hides a field. 62
 Error
misc FinalParameters Parameter position should be final. 62
 Error
coding HiddenField 'position' hides a field. 62
 Error
misc FinalParameters Parameter random should be final. 62
 Error
coding HiddenField 'random' hides a field. 62
 Error
sizes LineLength Line is longer than 80 characters (found 93). 75
 Error
misc FinalParameters Parameter fat should be final. 75
 Error
misc FinalParameters Parameter rna should be final. 75
 Error
misc FinalParameters Parameter position should be final. 75
 Error
coding HiddenField 'position' hides a field. 75
 Error
misc FinalParameters Parameter max should be final. 75
 Error
coding HiddenField 'max' hides a field. 75
 Error
misc FinalParameters Parameter random should be final. 75
 Error
coding HiddenField 'random' hides a field. 75
 Error
sizes LineLength Line is longer than 80 characters (found 95). 97
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 105
 Error
sizes LineLength Line is longer than 80 characters (found 127). 114
 Error
sizes LineLength Line is longer than 80 characters (found 82). 135
 Error
javadoc JavadocStyle First sentence should end with a period. 141
 Error
misc FinalParameters Parameter food should be final. 145
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 159

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/CellCore.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter random should be final. 42
 Error
coding HiddenField 'random' hides a field. 42
 Error
misc FinalParameters Parameter random should be final. 51
 Error
coding HiddenField 'random' hides a field. 51
 Error
misc FinalParameters Parameter rna should be final. 51
 Error
misc ArrayTypeStyle Array brackets at illegal position. 75
 Error
misc FinalParameters Parameter base should be final. 81
 Error
misc FinalParameters Parameter base should be final. 95
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 105
 Error
sizes LineLength Line is longer than 80 characters (found 82). 110

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/LifeCycle.java

Severity Category Rule Message Line
 Error
javadoc JavadocStyle First sentence should end with a period. 44
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 47
 Error
javadoc JavadocStyle First sentence should end with a period. 49
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 52
 Error
javadoc JavadocStyle First sentence should end with a period. 54
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 57
 Error
javadoc JavadocStyle First sentence should end with a period. 59
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 62
 Error
javadoc JavadocStyle First sentence should end with a period. 64
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 67
 Error
javadoc JavadocStyle First sentence should end with a period. 69
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 72
 Error
javadoc JavadocStyle First sentence should end with a period. 74
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 77
 Error
javadoc JavadocStyle First sentence should end with a period. 79
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
misc FinalParameters Parameter fatAtBirth should be final. 88
 Error
javadoc JavadocStyle First sentence should end with a period. 94
 Error
misc FinalParameters Parameter food should be final. 134
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 135
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 136
 Error
design DesignForExtension Class 'LifeCycle' looks like designed for extension (can be subclassed), but the method 'getFat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LifeCycle' final or making the method 'getFat' static/final/abstract/empty, or adding allowed annotation for the method. 142
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Error
design DesignForExtension Class 'LifeCycle' looks like designed for extension (can be subclassed), but the method 'getLifeCycleStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LifeCycle' final or making the method 'getLifeCycleStatus' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 146
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 146
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 147
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 147
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 147
 Error
whitespace WhitespaceAround '>=' is not followed by whitespace. 147
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 147
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 147
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 150
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 150
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 150
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 150
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 151
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 151
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 151
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 157
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 157

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/LifeCycleStatus.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 7
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.Color.*. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter color should be final. 39
 Error
coding HiddenField 'color' hides a field. 39
 Error
misc FinalParameters Parameter colorFont should be final. 39
 Error
coding HiddenField 'colorFont' hides a field. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/Orientation.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
modifier RedundantModifier Redundant 'private' modifier. 30
 Error
misc FinalParameters Parameter x should be final. 30
 Error
misc FinalParameters Parameter y should be final. 30
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/SimulatedEvolutionModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 21
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 46
 Error
sizes LineLength Line is longer than 80 characters (found 105). 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 56
 Error
javadoc JavadocVariable Missing a Javadoc comment. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter appCtx should be final. 60
 Error
coding HiddenField 'appCtx' hides a field. 60
 Error
whitespace ParenPad '(' is followed by whitespace. 63
 Error
whitespace ParenPad '(' is followed by whitespace. 64
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'getPopulation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'getPopulation' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'hasFood' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'hasFood' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter x should be final. 74
 Error
misc FinalParameters Parameter y should be final. 74
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 91
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'getAllCells' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'getAllCells' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 98
 Error
sizes LineLength Line is longer than 80 characters (found 112). 99
 Error
sizes LineLength Line is longer than 80 characters (found 132). 100
 Error
sizes LineLength Line is longer than 80 characters (found 142). 101
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'increaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'increaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 107
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 107
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'decreaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'decreaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 112
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 112
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'cancel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'cancel' static/final/abstract/empty, or adding allowed annotation for the method. 117
 Error
misc FinalParameters Parameter mayInterruptIfRunning should be final. 118
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'getRawResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'getRawResult' static/final/abstract/empty, or adding allowed annotation for the method. 122
 Error
misc FinalParameters Parameter value should be final. 128
 Error
sizes LineLength Line is longer than 80 characters (found 91). 133
 Error
sizes LineLength Line is longer than 80 characters (found 108). 134
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 143
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 161
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 161
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'setGardenOfEdenEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'setGardenOfEdenEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 173
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 173
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' looks like designed for extension (can be subclassed), but the method 'setGardenOfEdenDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionModel' final or making the method 'setGardenOfEdenDisabled' static/final/abstract/empty, or adding allowed annotation for the method. 178
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 178

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/SimulatedEvolutionParameter.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 86). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'SimulatedEvolutionParameter' looks like designed for extension (can be subclassed), but the method 'increaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionParameter' final or making the method 'increaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
design DesignForExtension Class 'SimulatedEvolutionParameter' looks like designed for extension (can be subclassed), but the method 'decreaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionParameter' final or making the method 'decreaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
design DesignForExtension Class 'SimulatedEvolutionParameter' looks like designed for extension (can be subclassed), but the method 'toggleGardenOfEden' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionParameter' final or making the method 'toggleGardenOfEden' static/final/abstract/empty, or adding allowed annotation for the method. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
whitespace NoWhitespaceAfter '!' is followed by whitespace. 31

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/SimulatedEvolutionWorldLattice.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 88). 11
 Error
misc ArrayTypeStyle Array brackets at illegal position. 29
 Error
misc ArrayTypeStyle Array brackets at illegal position. 29
 Error
naming MemberName Name 'FOOD_PER_DAY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error
sizes LineLength Line is longer than 80 characters (found 83). 37
 Error
sizes LineLength Line is longer than 80 characters (found 133). 38
 Error
naming MemberName Name 'EABLE_GARDEN_OF_EDEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
 Error
sizes LineLength Line is longer than 80 characters (found 111). 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter dimensions should be final. 52
 Error
coding HiddenField 'dimensions' hides a field. 52
 Error
misc FinalParameters Parameter random should be final. 52
 Error
coding HiddenField 'random' hides a field. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 75
 Error
coding MagicNumber '5' is a magic number. 77
 Error
coding MagicNumber '5' is a magic number. 78
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 79
 Error
coding MagicNumber '4' is a magic number. 79
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 89
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 89
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 89
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 89
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 89
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 89
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 89
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 89
 Error
design DesignForExtension Class 'SimulatedEvolutionWorldLattice' looks like designed for extension (can be subclassed), but the method 'hasFood' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionWorldLattice' final or making the method 'hasFood' static/final/abstract/empty, or adding allowed annotation for the method. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Error
misc FinalParameters Parameter x should be final. 94
 Error
misc FinalParameters Parameter y should be final. 94
 Error
sizes LineLength Line is longer than 80 characters (found 90). 99
 Error
misc FinalParameters Parameter position should be final. 106
 Error
misc ArrayTypeStyle Array brackets at illegal position. 107
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 108
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 109
 Error
sizes LineLength Line is longer than 80 characters (found 93). 110
 Error
sizes LineLength Line is longer than 80 characters (found 87). 111
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 111
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 111

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/WorldPoint.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 89). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter p should be final. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter x should be final. 40
 Error
coding HiddenField 'x' hides a field. 40
 Error
misc FinalParameters Parameter y should be final. 40
 Error
coding HiddenField 'y' hides a field. 40
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'getX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'getX' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'setX' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'setX' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter x should be final. 49
 Error
coding HiddenField 'x' hides a field. 49
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'getY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'getY' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'setY' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'setY' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter y should be final. 57
 Error
coding HiddenField 'y' hides a field. 57
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'killNagative' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'killNagative' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'add' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'add' static/final/abstract/empty, or adding allowed annotation for the method. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
misc FinalParameters Parameter p should be final. 70
 Error
design DesignForExtension Class 'WorldPoint' looks like designed for extension (can be subclassed), but the method 'normalize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldPoint' final or making the method 'normalize' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter p should be final. 75
 Error
sizes LineLength Line is longer than 80 characters (found 107). 84
 Error
misc FinalParameters Parameter max should be final. 86
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 86
 Error
misc ArrayTypeStyle Array brackets at illegal position. 87
 Error
coding MagicNumber '9' is a magic number. 87
 Error
sizes LineLength Line is longer than 80 characters (found 88). 90
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 91
 Error
sizes LineLength Line is longer than 80 characters (found 88). 92
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 92
 Error
coding MagicNumber '3' is a magic number. 93
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 93
 Error
coding MagicNumber '4' is a magic number. 94
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 94
 Error
coding MagicNumber '5' is a magic number. 95
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 95
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 95
 Error
sizes LineLength Line is longer than 80 characters (found 88). 96
 Error
coding MagicNumber '6' is a magic number. 96
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 96
 Error
coding MagicNumber '7' is a magic number. 97
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 97
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 97
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 97
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 97
 Error
sizes LineLength Line is longer than 80 characters (found 88). 98
 Error
coding MagicNumber '8' is a magic number. 98
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 98
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 98
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 98
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 98
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 98

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/Cell.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter appCtx should be final. 60
 Error
coding HiddenField 'appCtx' hides a field. 60
 Error
misc FinalParameters Parameter other should be final. 69
 Error
sizes LineLength Line is longer than 80 characters (found 92). 78
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 79
 Error
sizes LineLength Line is longer than 80 characters (found 95). 86
 Error
javadoc JavadocMethod @return tag should be present and have description. 93
 Error
sizes LineLength Line is longer than 80 characters (found 100). 106
 Error
sizes LineLength Line is longer than 80 characters (found 81). 125
 Error
misc FinalParameters Parameter food should be final. 136

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/CellCore.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
coding HiddenField 'ctx' hides a field. 42
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 43
 Error
sizes LineLength Line is longer than 80 characters (found 91). 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
sizes LineLength Line is longer than 80 characters (found 82). 71
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 72
 Error
whitespace ParenPad '(' is followed by whitespace. 72
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 72
 Error
misc FinalParameters Parameter dnaMutationBase should be final. 75
 Error
misc FinalParameters Parameter dnaMutationBase should be final. 84
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 98
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 98
 Error
misc FinalParameters Parameter dnaValue should be final. 103
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 109
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 109
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 109
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 115
 Error
sizes LineLength Line is longer than 80 characters (found 86). 117
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 117
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 117
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 117
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 117
 Error
sizes LineLength Line is longer than 80 characters (found 82). 136

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/CellLifeCycle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
sizes LineLength Line is longer than 80 characters (found 90). 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
sizes LineLength Line is longer than 80 characters (found 91). 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter cellConf should be final. 39
 Error
coding HiddenField 'cellConf' hides a field. 39
 Error
misc FinalParameters Parameter other should be final. 48
 Error
design DesignForExtension Class 'CellLifeCycle' looks like designed for extension (can be subclassed), but the method 'reproduction' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellLifeCycle' final or making the method 'reproduction' static/final/abstract/empty, or adding allowed annotation for the method. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
whitespace OperatorWrap '&&' should be on a new line. 70
 Error
whitespace OperatorWrap '||' should be on a new line. 97
 Error
misc FinalParameters Parameter food should be final. 105

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/CellLifeCycleStatus.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.Color.*. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter color should be final. 35
 Error
coding HiddenField 'color' hides a field. 35
 Error
misc FinalParameters Parameter colorFont should be final. 35
 Error
coding HiddenField 'colorFont' hides a field. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/CellOrientation.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter x should be final. 33
 Error
misc FinalParameters Parameter y should be final. 33

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/CellPopulationContainer.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus. 10
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 19
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 19
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 19
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
sizes LineLength Line is longer than 80 characters (found 82). 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
sizes LineLength Line is longer than 80 characters (found 105). 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter tabCtx should be final. 33
 Error
coding HiddenField 'tabCtx' hides a field. 33
 Error
sizes LineLength Line is longer than 80 characters (found 119). 38
 Error
sizes LineLength Line is longer than 80 characters (found 128). 39
 Error
design DesignForExtension Class 'CellPopulationContainer' looks like designed for extension (can be subclassed), but the method 'createInitialPopulation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationContainer' final or making the method 'createInitialPopulation' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 45
 Error
design DesignForExtension Class 'CellPopulationContainer' looks like designed for extension (can be subclassed), but the method 'push' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationContainer' final or making the method 'push' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter populationCensus should be final. 51
 Error
coding MissingSwitchDefault switch without "default" clause. 64
 Error
design DesignForExtension Class 'CellPopulationContainer' looks like designed for extension (can be subclassed), but the method 'addNextPopulation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationContainer' final or making the method 'addNextPopulation' static/final/abstract/empty, or adding allowed annotation for the method. 89
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error
misc FinalParameters Parameter nextPopulation should be final. 89
 Error
design DesignForExtension Class 'CellPopulationContainer' looks like designed for extension (can be subclassed), but the method 'getCurrentGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationContainer' final or making the method 'getCurrentGeneration' static/final/abstract/empty, or adding allowed annotation for the method. 95
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 95
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 102

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/CellPopulationRecord.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 26
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 28
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error
design DesignForExtension Class 'CellPopulationRecord' looks like designed for extension (can be subclassed), but the method 'countYoungCell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationRecord' final or making the method 'countYoungCell' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 31
 Error
design DesignForExtension Class 'CellPopulationRecord' looks like designed for extension (can be subclassed), but the method 'countYoungAndFatCell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationRecord' final or making the method 'countYoungAndFatCell' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 36
 Error
design DesignForExtension Class 'CellPopulationRecord' looks like designed for extension (can be subclassed), but the method 'countFullAgeCell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationRecord' final or making the method 'countFullAgeCell' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
design DesignForExtension Class 'CellPopulationRecord' looks like designed for extension (can be subclassed), but the method 'countHungryCell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationRecord' final or making the method 'countHungryCell' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 46
 Error
design DesignForExtension Class 'CellPopulationRecord' looks like designed for extension (can be subclassed), but the method 'countOldCell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationRecord' final or making the method 'countOldCell' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Error
design DesignForExtension Class 'CellPopulationRecord' looks like designed for extension (can be subclassed), but the method 'countDeadCell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CellPopulationRecord' final or making the method 'countDeadCell' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/SimulatedEvolutionPopulation.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 87). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter status should be final. 35
 Error
javadoc JavadocMethod Expected @param tag for 'status'. 35
 Error
coding MissingSwitchDefault switch without "default" clause. 37

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/SimulatedEvolutionPopulationContainer.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 22
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
sizes LineLength Line is longer than 80 characters (found 96). 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
sizes LineLength Line is longer than 80 characters (found 113). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter tabCtx should be final. 35
 Error
coding HiddenField 'tabCtx' hides a field. 35
 Error
sizes LineLength Line is longer than 80 characters (found 119). 40
 Error
sizes LineLength Line is longer than 80 characters (found 128). 41
 Error
design DesignForExtension Class 'SimulatedEvolutionPopulationContainer' looks like designed for extension (can be subclassed), but the method 'createInitialPopulation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionPopulationContainer' final or making the method 'createInitialPopulation' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
coding MagicNumber '640' is a magic number. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
coding MagicNumber '400' is a magic number. 47
 Error
coding MagicNumber '40' is a magic number. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
coding MagicNumber '40' is a magic number. 48
 Error
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 50
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Error
design DesignForExtension Class 'SimulatedEvolutionPopulationContainer' looks like designed for extension (can be subclassed), but the method 'push' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionPopulationContainer' final or making the method 'push' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter populationCensus should be final. 56
 Error
design DesignForExtension Class 'SimulatedEvolutionPopulationContainer' looks like designed for extension (can be subclassed), but the method 'getCurrentGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionPopulationContainer' final or making the method 'getCurrentGeneration' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/world/WorldLattice.java

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycle. 12
 Error
sizes LineLength Line is longer than 80 characters (found 88). 18
 Error
sizes LineLength Line is longer than 80 characters (found 82). 33
 Error
sizes LineLength Line is longer than 80 characters (found 82). 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 48
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 49
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter appCtx should be final. 54
 Error
coding HiddenField 'appCtx' hides a field. 54
 Error
sizes LineLength Line is longer than 80 characters (found 134). 60
 Error
sizes LineLength Line is longer than 80 characters (found 108). 61
 Error
coding HiddenField 'startX' hides a field. 79
 Error
coding HiddenField 'startY' hides a field. 80
 Error
javadoc JavadocMethod @return tag should be present and have description. 116
 Error
misc FinalParameters Parameter x should be final. 116
 Error
javadoc JavadocMethod Expected @param tag for 'x'. 116
 Error
misc FinalParameters Parameter y should be final. 116
 Error
javadoc JavadocMethod Expected @param tag for 'y'. 116
 Error
sizes LineLength Line is longer than 80 characters (found 90). 121
 Error
misc FinalParameters Parameter position should be final. 127
 Error
sizes LineLength Line is longer than 80 characters (found 100). 133
 Error
sizes LineLength Line is longer than 80 characters (found 101). 134
 Error
design DesignForExtension Class 'WorldLattice' looks like designed for extension (can be subclassed), but the method 'start' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldLattice' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 139
 Error
design DesignForExtension Class 'WorldLattice' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldLattice' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error
design DesignForExtension Class 'WorldLattice' looks like designed for extension (can be subclassed), but the method 'setGardenOfEdenEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldLattice' final or making the method 'setGardenOfEdenEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 151
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 151
 Error
design DesignForExtension Class 'WorldLattice' looks like designed for extension (can be subclassed), but the method 'setGardenOfEdenDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldLattice' final or making the method 'setGardenOfEdenDisabled' static/final/abstract/empty, or adding allowed annotation for the method. 155
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 155
 Error
design DesignForExtension Class 'WorldLattice' looks like designed for extension (can be subclassed), but the method 'increaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldLattice' final or making the method 'increaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 159
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 159
 Error
design DesignForExtension Class 'WorldLattice' looks like designed for extension (can be subclassed), but the method 'decreaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldLattice' final or making the method 'decreaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 163
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 163

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/world/WorldParameter.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
design DesignForExtension Class 'WorldParameter' looks like designed for extension (can be subclassed), but the method 'increaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldParameter' final or making the method 'increaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
design DesignForExtension Class 'WorldParameter' looks like designed for extension (can be subclassed), but the method 'decreaseFoodPerDay' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldParameter' final or making the method 'decreaseFoodPerDay' static/final/abstract/empty, or adding allowed annotation for the method. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
design DesignForExtension Class 'WorldParameter' looks like designed for extension (can be subclassed), but the method 'setGardenOfEdenEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldParameter' final or making the method 'setGardenOfEdenEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
design DesignForExtension Class 'WorldParameter' looks like designed for extension (can be subclassed), but the method 'setGardenOfEdenDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WorldParameter' final or making the method 'setGardenOfEdenDisabled' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34

org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/GetPopulationLifeCyclePanel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 16
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 18
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus.*. 20
 Error
sizes LineLength Line is longer than 80 characters (found 83). 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
sizes LineLength Line is longer than 80 characters (found 90). 25
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 25
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter tabCtx should be final. 40
 Error
coding HiddenField 'tabCtx' hides a field. 40
 Error
sizes LineLength Line is longer than 80 characters (found 114). 43
 Error
sizes LineLength Line is longer than 80 characters (found 120). 50
 Error
sizes LineLength Line is longer than 80 characters (found 89). 52
 Error
sizes LineLength Line is longer than 80 characters (found 89). 56
 Error
sizes LineLength Line is longer than 80 characters (found 82). 58
 Error
sizes LineLength Line is longer than 80 characters (found 82). 64
 Error
sizes LineLength Line is longer than 80 characters (found 82). 65
 Error
design DesignForExtension Class 'GetPopulationLifeCyclePanel' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GetPopulationLifeCyclePanel' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 88
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 88
 Error
sizes LineLength Line is longer than 80 characters (found 82). 89
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 89
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 89
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 90
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 91
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 92

org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/GetPopulationStatisticsPanel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 16
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 18
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 22
 Error
sizes LineLength Line is longer than 80 characters (found 90). 23
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 23
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
sizes LineLength Line is longer than 80 characters (found 100). 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter tabCtx should be final. 35
 Error
coding HiddenField 'tabCtx' hides a field. 35
 Error
sizes LineLength Line is longer than 80 characters (found 115). 38
 Error
sizes LineLength Line is longer than 80 characters (found 130). 44
 Error
sizes LineLength Line is longer than 80 characters (found 89). 46
 Error
sizes LineLength Line is longer than 80 characters (found 148). 49
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 52
 Error
coding MagicNumber '3' is a magic number. 52
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 53
 Error
coding MagicNumber '6' is a magic number. 53
 Error
design DesignForExtension Class 'GetPopulationStatisticsPanel' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GetPopulationStatisticsPanel' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 65

org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/SetFoodPerDayPanel.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 13
 Error
sizes LineLength Line is longer than 80 characters (found 102). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter tabCtx should be final. 29
 Error
coding HiddenField 'tabCtx' hides a field. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
sizes LineLength Line is longer than 80 characters (found 131). 35
 Error
sizes LineLength Line is longer than 80 characters (found 142). 36
 Error
sizes LineLength Line is longer than 80 characters (found 142). 37
 Error
sizes LineLength Line is longer than 80 characters (found 137). 38
 Error
design DesignForExtension Class 'SetFoodPerDayPanel' looks like designed for extension (can be subclassed), but the method 'addActionListener' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SetFoodPerDayPanel' final or making the method 'addActionListener' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter tab should be final. 50
 Error
design DesignForExtension Class 'SetFoodPerDayPanel' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SetFoodPerDayPanel' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
sizes LineLength Line is longer than 80 characters (found 82). 56
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 57

org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/SetGardenOfEdenPanel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 13
 Error
sizes LineLength Line is longer than 80 characters (found 104). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
misc FinalParameters Parameter tabCtx should be final. 30
 Error
coding HiddenField 'tabCtx' hides a field. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
design DesignForExtension Class 'SetGardenOfEdenPanel' looks like designed for extension (can be subclassed), but the method 'addActionListener' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SetGardenOfEdenPanel' final or making the method 'addActionListener' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter tab should be final. 45
 Error
design DesignForExtension Class 'SetGardenOfEdenPanel' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SetGardenOfEdenPanel' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
sizes LineLength Line is longer than 80 characters (found 91). 50

org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/SimulatedEvolutionTabPane.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 12
 Error
sizes LineLength Line is longer than 80 characters (found 93). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 24
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter tab should be final. 27
 Error
sizes LineLength Line is longer than 80 characters (found 96). 28
 Error
whitespace ParenPad '(' is followed by whitespace. 28
 Error
whitespace ParenPad ')' is preceded with whitespace. 28
 Error
sizes LineLength Line is longer than 80 characters (found 90). 29
 Error
whitespace ParenPad '(' is followed by whitespace. 29
 Error
whitespace ParenPad ')' is preceded with whitespace. 29
 Error
whitespace ParenPad '(' is followed by whitespace. 30
 Error
whitespace ParenPad ')' is preceded with whitespace. 30
 Error
whitespace ParenPad '(' is followed by whitespace. 31
 Error
whitespace ParenPad ')' is preceded with whitespace. 31
 Error
whitespace ParenPad '(' is followed by whitespace. 32
 Error
whitespace ParenPad ')' is preceded with whitespace. 32
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
whitespace ParenPad '(' is followed by whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 41
 Error
design DesignForExtension Class 'SimulatedEvolutionTabPane' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTabPane' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
design DesignForExtension Class 'SimulatedEvolutionTabPane' looks like designed for extension (can be subclassed), but the method 'updateStep' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimulatedEvolutionTabPane' final or making the method 'updateStep' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55

org/woehlke/computer/kurzweil/tabs/simulatedevolution/views/population/PopulationStatisticsElement.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
sizes LineLength Line is longer than 80 characters (found 87). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
sizes LineLength Line is longer than 80 characters (found 91). 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter label should be final. 24
 Error
coding HiddenField 'label' hides a field. 24
 Error
misc FinalParameters Parameter lifeCycleStatus should be final. 24
 Error
coding HiddenField 'lifeCycleStatus' hides a field. 24
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 27
 Error
design DesignForExtension Class 'PopulationStatisticsElement' looks like designed for extension (can be subclassed), but the method 'setText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PopulationStatisticsElement' final or making the method 'setText' static/final/abstract/empty, or adding allowed annotation for the method. 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter value should be final. 34
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 35
 Error
design DesignForExtension Class 'PopulationStatisticsElement' looks like designed for extension (can be subclassed), but the method 'setText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PopulationStatisticsElement' final or making the method 'setText' static/final/abstract/empty, or adding allowed annotation for the method. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter value should be final. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 39

org/woehlke/computer/kurzweil/tabs/turmite/TurmiteCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter app should be final. 24
 Error
coding HiddenField 'app' hides a field. 24
 Error
design DesignForExtension Class 'TurmiteCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter g should be final. 33
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 42
 Error
coding MagicNumber '4' is a magic number. 42
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 42
 Error
coding MagicNumber '256' is a magic number. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
design DesignForExtension Class 'TurmiteCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter g should be final. 50

org/woehlke/computer/kurzweil/tabs/turmite/TurmiteController.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports UnusedImports Unused import - javax.sql.rowset.serial.SerialArray. 3
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
sizes LineLength Line is longer than 80 characters (found 81). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
misc FinalParameters Parameter model should be final. 25
 Error
misc FinalParameters Parameter frame should be final. 25
 Error
coding HiddenField 'frame' hides a field. 25
 Error
design DesignForExtension Class 'TurmiteController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
blocks LeftCurly '{' at column 17 should have line break after. 40
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 40
 Error
design DesignForExtension Class 'TurmiteController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46

org/woehlke/computer/kurzweil/tabs/turmite/TurmiteModel.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
sizes LineLength Line is longer than 80 characters (found 82). 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter properties should be final. 33
 Error
coding HiddenField 'properties' hides a field. 33
 Error
misc FinalParameters Parameter frame should be final. 33
 Error
coding HiddenField 'frame' hides a field. 33
 Error
design DesignForExtension Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter c should be final. 41
 Error
coding MissingSwitchDefault switch without "default" clause. 44
 Error
design DesignForExtension Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
coding MissingSwitchDefault switch without "default" clause. 64
 Error
design DesignForExtension Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter x should be final. 76
 Error
misc FinalParameters Parameter y should be final. 76
 Error
design DesignForExtension Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
design DesignForExtension Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
design DesignForExtension Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
design DesignForExtension Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
design DesignForExtension Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
design DesignForExtension Class 'TurmiteModel' looks like designed for extension (can be subclassed), but the method 'zoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteModel' final or making the method 'zoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
coding MissingSwitchDefault switch without "default" clause. 106

org/woehlke/computer/kurzweil/tabs/turmite/TurmiteTab.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 12
 Error
sizes LineLength Line is longer than 80 characters (found 90). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter properties should be final. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
sizes LineLength Line is longer than 80 characters (found 81). 43
 Error
sizes LineLength Line is longer than 80 characters (found 103). 45
 Error
sizes LineLength Line is longer than 80 characters (found 110). 46
 Error
whitespace ParenPad '(' is followed by whitespace. 55
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter e should be final. 61
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter e should be final. 65
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter e should be final. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 73
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter e should be final. 75
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter e should be final. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter e should be final. 83
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
misc FinalParameters Parameter e should be final. 87
 Error
misc FinalParameters Parameter e should be final. 94
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 94
 Error
misc FinalParameters Parameter e should be final. 97
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 97
 Error
misc FinalParameters Parameter e should be final. 100
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 100
 Error
misc FinalParameters Parameter e should be final. 103
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 103
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'showMeInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'showMeInit' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
coding MagicNumber '180' is a magic number. 109
 Error
sizes LineLength Line is longer than 80 characters (found 84). 116
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 142
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Error
design DesignForExtension Class 'TurmiteTab' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTab' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 146

org/woehlke/computer/kurzweil/tabs/turmite/model/TurmiteTabState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/turmite/model/TurmiteTabStateMachine.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.turmite.model.TurmiteTabState. 4
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.turmite.model.TurmiteTabState.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
design DesignForExtension Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 29
 Error
coding MissingSwitchDefault switch without "default" clause. 31
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 31
 Error
design DesignForExtension Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
coding MissingSwitchDefault switch without "default" clause. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Error
design DesignForExtension Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'getApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'getApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
design DesignForExtension Class 'TurmiteTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TurmiteTabStateMachine' final or making the method 'setApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
misc FinalParameters Parameter applicationState should be final. 80
 Error
coding HiddenField 'applicationState' hides a field. 80

org/woehlke/computer/kurzweil/tabs/turmite/ui/PanelButtons.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 16
 Error
sizes LineLength Line is longer than 80 characters (found 82). 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter model should be final. 31
 Error
coding HiddenField 'model' hides a field. 31
 Error
sizes LineLength Line is longer than 80 characters (found 103). 33
 Error
sizes LineLength Line is longer than 80 characters (found 119). 35
 Error
sizes LineLength Line is longer than 80 characters (found 117). 39
 Error
sizes LineLength Line is longer than 80 characters (found 99). 46
 Error
misc FinalParameters Parameter ae should be final. 60
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 67

org/woehlke/computer/kurzweil/tabs/turmite/ui/RadioButtons.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/wator/WatorCanvas.java

Severity Category Rule Message Line
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.wator.WatorModel. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter app should be final. 26
 Error
coding HiddenField 'app' hides a field. 26
 Error
design DesignForExtension Class 'WatorCanvas' looks like designed for extension (can be subclassed), but the method 'paint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorCanvas' final or making the method 'paint' static/final/abstract/empty, or adding allowed annotation for the method. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter g should be final. 35
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 42
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 44
 Error
coding MagicNumber '4' is a magic number. 44
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 44
 Error
coding MagicNumber '256' is a magic number. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
design DesignForExtension Class 'WatorCanvas' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorCanvas' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter g should be final. 52

org/woehlke/computer/kurzweil/tabs/wator/WatorController.java

Severity Category Rule Message Line
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.wator.WatorModel. 3
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.wator.WatorTab. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
misc FinalParameters Parameter model should be final. 25
 Error
misc FinalParameters Parameter frame should be final. 25
 Error
coding HiddenField 'frame' hides a field. 25
 Error
design DesignForExtension Class 'WatorController' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorController' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 Error
blocks LeftCurly '{' at column 17 should have line break after. 40
 Error
blocks RightCurly '}' at column 45 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 40
 Error
design DesignForExtension Class 'WatorController' looks like designed for extension (can be subclassed), but the method 'exit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorController' final or making the method 'exit' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46

org/woehlke/computer/kurzweil/tabs/wator/WatorModel.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 90). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter properties should be final. 33
 Error
coding HiddenField 'properties' hides a field. 33
 Error
misc FinalParameters Parameter frame should be final. 33
 Error
coding HiddenField 'frame' hides a field. 33
 Error
design DesignForExtension Class 'WatorModel' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorModel' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter c should be final. 41
 Error
coding MissingSwitchDefault switch without "default" clause. 44
 Error
design DesignForExtension Class 'WatorModel' looks like designed for extension (can be subclassed), but the method 'step' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorModel' final or making the method 'step' static/final/abstract/empty, or adding allowed annotation for the method. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
coding MissingSwitchDefault switch without "default" clause. 64
 Error
design DesignForExtension Class 'WatorModel' looks like designed for extension (can be subclassed), but the method 'getCellStatusFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorModel' final or making the method 'getCellStatusFor' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter x should be final. 76
 Error
misc FinalParameters Parameter y should be final. 76
 Error
design DesignForExtension Class 'WatorModel' looks like designed for extension (can be subclassed), but the method 'getWorldDimensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorModel' final or making the method 'getWorldDimensions' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
design DesignForExtension Class 'WatorModel' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorModel' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
design DesignForExtension Class 'WatorModel' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorModel' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
design DesignForExtension Class 'WatorModel' looks like designed for extension (can be subclassed), but the method 'getGaussianNumberPlane' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorModel' final or making the method 'getGaussianNumberPlane' static/final/abstract/empty, or adding allowed annotation for the method. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
design DesignForExtension Class 'WatorModel' looks like designed for extension (can be subclassed), but the method 'getFrame' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorModel' final or making the method 'getFrame' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
design DesignForExtension Class 'WatorModel' looks like designed for extension (can be subclassed), but the method 'zoomOut' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorModel' final or making the method 'zoomOut' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
coding MissingSwitchDefault switch without "default" clause. 106

org/woehlke/computer/kurzweil/tabs/wator/WatorTab.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.event.*. 12
 Error
sizes LineLength Line is longer than 80 characters (found 90). 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter properties should be final. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
sizes LineLength Line is longer than 80 characters (found 103). 45
 Error
sizes LineLength Line is longer than 80 characters (found 110). 46
 Error
whitespace ParenPad '(' is followed by whitespace. 55
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'windowOpened' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'windowOpened' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter e should be final. 61
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'windowClosing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'windowClosing' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
misc FinalParameters Parameter e should be final. 65
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'windowClosed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'windowClosed' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter e should be final. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 73
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 73
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'windowDeiconified' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'windowDeiconified' static/final/abstract/empty, or adding allowed annotation for the method. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter e should be final. 75
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'windowActivated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'windowActivated' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter e should be final. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter e should be final. 83
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 83
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'mouseClicked' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'mouseClicked' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error
misc FinalParameters Parameter e should be final. 87
 Error
misc FinalParameters Parameter e should be final. 94
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 94
 Error
misc FinalParameters Parameter e should be final. 97
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 97
 Error
misc FinalParameters Parameter e should be final. 100
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 100
 Error
misc FinalParameters Parameter e should be final. 103
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 103
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 103
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'showMeInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'showMeInit' static/final/abstract/empty, or adding allowed annotation for the method. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
coding MagicNumber '180' is a magic number. 109
 Error
sizes LineLength Line is longer than 80 characters (found 84). 116
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 142
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Error
design DesignForExtension Class 'WatorTab' looks like designed for extension (can be subclassed), but the method 'getCanvas' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTab' final or making the method 'getCanvas' static/final/abstract/empty, or adding allowed annotation for the method. 146
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 146

org/woehlke/computer/kurzweil/tabs/wator/model/WatorTabState.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14

org/woehlke/computer/kurzweil/tabs/wator/model/WatorTabStateMachine.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports RedundantImport Redundant import from the same package - org.woehlke.computer.kurzweil.tabs.wator.model.WatorTabState. 4
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.wator.model.WatorTabState.*. 8
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
design DesignForExtension Class 'WatorTabStateMachine' looks like designed for extension (can be subclassed), but the method 'click' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTabStateMachine' final or making the method 'click' static/final/abstract/empty, or adding allowed annotation for the method. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 29
 Error
coding MissingSwitchDefault switch without "default" clause. 31
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 31
 Error
design DesignForExtension Class 'WatorTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTabStateMachine' final or making the method 'setModeSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
design DesignForExtension Class 'WatorTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setModeZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTabStateMachine' final or making the method 'setModeZoom' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
coding MissingSwitchDefault switch without "default" clause. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 Error
design DesignForExtension Class 'WatorTabStateMachine' looks like designed for extension (can be subclassed), but the method 'getApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTabStateMachine' final or making the method 'getApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
design DesignForExtension Class 'WatorTabStateMachine' looks like designed for extension (can be subclassed), but the method 'setApplicationState' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WatorTabStateMachine' final or making the method 'setApplicationState' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
misc FinalParameters Parameter applicationState should be final. 80
 Error
coding HiddenField 'applicationState' hides a field. 80

org/woehlke/computer/kurzweil/tabs/wator/ui/PanelCopyright.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19

org/woehlke/computer/kurzweil/tabs/wator/ui/PanelSubtitle.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 3
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Error
misc FinalParameters Parameter subtitle should be final. 19