Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
270 0 0 14520

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 19
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 274
org/woehlke/computer/kurzweil/application/ComputerKurzweilFrame.java 0 0 73
org/woehlke/computer/kurzweil/application/ComputerKurzweilMenuBar.java 0 0 56
org/woehlke/computer/kurzweil/application/ComputerKurzweilProperties.java 0 0 2519
org/woehlke/computer/kurzweil/commons/Startable.java 0 0 9
org/woehlke/computer/kurzweil/commons/Updateable.java 0 0 3
org/woehlke/computer/kurzweil/commons/gui/GuiComponent.java 0 0 1
org/woehlke/computer/kurzweil/commons/gui/GuiComponentTab.java 0 0 3
org/woehlke/computer/kurzweil/commons/has/HasContextApplication.java 0 0 3
org/woehlke/computer/kurzweil/commons/has/HasPanelStartStopButtons.java 0 0 3
org/woehlke/computer/kurzweil/commons/has/HasPanelSubtitle.java 0 0 3
org/woehlke/computer/kurzweil/commons/has/HasTab.java 0 0 3
org/woehlke/computer/kurzweil/commons/has/HasTabCanvas.java 0 0 6
org/woehlke/computer/kurzweil/commons/has/HasTabContext.java 0 0 3
org/woehlke/computer/kurzweil/commons/has/HasTabController.java 0 0 9
org/woehlke/computer/kurzweil/commons/has/HasTabModel.java 0 0 3
org/woehlke/computer/kurzweil/commons/has/HasTabTitle.java 0 0 18
org/woehlke/computer/kurzweil/commons/layouts/BoxLayoutVertical.java 0 0 9
org/woehlke/computer/kurzweil/commons/layouts/FlowLayoutCenter.java 0 0 9
org/woehlke/computer/kurzweil/commons/layouts/FlowLayoutLeft.java 0 0 6
org/woehlke/computer/kurzweil/commons/layouts/LayoutCanvas.java 0 0 12
org/woehlke/computer/kurzweil/commons/model/Bounds.java 0 0 64
org/woehlke/computer/kurzweil/commons/model/LatticeNeighbourhood.java 0 0 156
org/woehlke/computer/kurzweil/commons/model/LatticeNeighbourhoodType.java 0 0 9
org/woehlke/computer/kurzweil/commons/model/LatticePoint.java 0 0 123
org/woehlke/computer/kurzweil/commons/model/LatticePointNeighbourhoodPosition.java 0 0 237
org/woehlke/computer/kurzweil/commons/model/fractal/ComplexNumber.java 0 0 777
org/woehlke/computer/kurzweil/commons/model/fractal/GaussianNumberPlane.java 0 0 1233
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 9
org/woehlke/computer/kurzweil/commons/tabs/TabController.java 0 0 9
org/woehlke/computer/kurzweil/commons/tabs/TabModel.java 0 0 4
org/woehlke/computer/kurzweil/commons/ui/PanelButtons.java 0 0 16
org/woehlke/computer/kurzweil/commons/ui/PanelCopyright.java 0 0 29
org/woehlke/computer/kurzweil/commons/ui/PanelSubtitle.java 0 0 25
org/woehlke/computer/kurzweil/commons/ui/RadioButtons.java 0 0 7
org/woehlke/computer/kurzweil/commons/widgets/PanelCopyright.java 0 0 23
org/woehlke/computer/kurzweil/commons/widgets/PanelStartStopButtons.java 0 0 57
org/woehlke/computer/kurzweil/commons/widgets/PanelSubtitle.java 0 0 131
org/woehlke/computer/kurzweil/commons/widgets/PanelTitle.java 0 0 122
org/woehlke/computer/kurzweil/commons/widgets/PanelWithTitleBorder.java 0 0 27
org/woehlke/computer/kurzweil/commons/widgets/SubTabImpl.java 0 0 130
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/CyclicCellularAutomatonApplication.java 0 0 4
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/ColorScheme.java 0 0 29
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/Config.java 0 0 61
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/ConfigProperties.java 0 0 31
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/config/ObjectRegistry.java 0 0 58
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/control/CyclicCellularAutomatonController.java 0 0 20
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/model/CyclicCellularAutomatonLattice.java 0 0 89
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 23
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/CyclicCellularAutomatonFrame.java 0 0 30
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/PanelButtons.java 0 0 11
org/woehlke/computer/kurzweil/cyclic/cellular/automaton/view/PanelSubtitle.java 0 0 5
org/woehlke/computer/kurzweil/mandelbrot/MandelbrotSetApplication.java 0 0 4
org/woehlke/computer/kurzweil/mandelbrot/config/Config.java 0 0 64
org/woehlke/computer/kurzweil/mandelbrot/config/ConfigProperties.java 0 0 30
org/woehlke/computer/kurzweil/mandelbrot/control/ControllerThread.java 0 0 19
org/woehlke/computer/kurzweil/mandelbrot/model/ApplicationModel.java 0 0 38
org/woehlke/computer/kurzweil/mandelbrot/model/fractal/ComplexNumber.java 0 0 111
org/woehlke/computer/kurzweil/mandelbrot/model/fractal/GaussianNumberPlane.java 0 0 181
org/woehlke/computer/kurzweil/mandelbrot/model/helper/Point.java 0 0 47
org/woehlke/computer/kurzweil/mandelbrot/model/state/ApplicationState.java 0 0 6
org/woehlke/computer/kurzweil/mandelbrot/model/state/ApplicationStateMachine.java 0 0 23
org/woehlke/computer/kurzweil/mandelbrot/model/turing/MandelbrotTuringMachine.java 0 0 29
org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringDirection.java 0 0 6
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 40
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/tabs/ComputerKurzweilTabbedPane.java 0 0 48
org/woehlke/computer/kurzweil/tabs/Tab.java 0 0 6
org/woehlke/computer/kurzweil/tabs/TabPanel.java 0 0 42
org/woehlke/computer/kurzweil/tabs/TabType.java 0 0 387
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomaton.java 0 0 2
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonApplication.java 0 0 4
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonCanvas.java 0 0 56
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonContext.java 0 0 20
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonController.java 0 0 25
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonModel.java 0 0 81
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonTab.java 0 0 36
org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonTabPane.java 0 0 26
org/woehlke/computer/kurzweil/tabs/cca/canvas/CyclicCellularAutomatonColorScheme.java 0 0 32
org/woehlke/computer/kurzweil/tabs/cca/canvas/PanelNeighbourhoodButtons.java 0 0 34
org/woehlke/computer/kurzweil/tabs/cca/config/ColorScheme.java 0 0 29
org/woehlke/computer/kurzweil/tabs/cca/config/Config.java 0 0 61
org/woehlke/computer/kurzweil/tabs/cca/config/ConfigProperties.java 0 0 31
org/woehlke/computer/kurzweil/tabs/cca/config/ObjectRegistry.java 0 0 58
org/woehlke/computer/kurzweil/tabs/cca/control/CyclicCellularAutomatonController.java 0 0 20
org/woehlke/computer/kurzweil/tabs/cca/model/CyclicCellularAutomatonLattice.java 0 0 89
org/woehlke/computer/kurzweil/tabs/cca/model/LatticeNeighbourhood.java 0 0 4
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/dla/DiffusionLimitedAggregation.java 0 0 8
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationCanvas.java 0 0 71
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationContext.java 0 0 30
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationController.java 0 0 39
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationDesktop.java 0 0 4
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationModel.java 0 0 71
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationTab.java 0 0 40
org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationTabPane.java 0 0 15
org/woehlke/computer/kurzweil/tabs/dla/control/ControllerThread.java 0 0 20
org/woehlke/computer/kurzweil/tabs/dla/control/package-info.java 0 0 1
org/woehlke/computer/kurzweil/tabs/dla/model/Dendrite.java 0 0 36
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/kochsnowflake/KochSnowflakeCanvas.java 0 0 28
org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeController.java 0 0 20
org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeModel.java 0 0 36
org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeTab.java 0 0 63
org/woehlke/computer/kurzweil/tabs/kochsnowflake/model/KochSnowflakeTabState.java 0 0 3
org/woehlke/computer/kurzweil/tabs/kochsnowflake/model/KochSnowflakeTabStateMachine.java 0 0 22
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/Mandelbrot.java 0 0 2
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaCanvas.java 0 0 29
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaController.java 0 0 19
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/MandelbrotCanvas.java 0 0 53
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/MandelbrotContext.java 0 0 22
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/MandelbrotController.java 0 0 19
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/MandelbrotModel.java 0 0 39
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/MandelbrotTab.java 0 0 57
org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/MandelbrotTabPane.java 0 0 28
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/mandelbrotzoom/MandelbrotZoomCanvas.java 0 0 29
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomController.java 0 0 19
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomModel.java 0 0 36
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomTab.java 0 0 63
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/PanelButtons.java 0 0 19
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/PanelChooseMouseClickMode.java 0 0 19
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/PanelCopyright.java 0 0 5
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/PanelSubtitle.java 0 0 5
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/PanelZoom.java 0 0 13
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/RradioButtons.java 0 0 3
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/model/state/MandelbrotTabState.java 0 0 6
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/state/MandelbrotTabStateMachine.java 0 0 23
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/MandelbrotTuringMachine.java 0 0 29
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/Point.java 0 0 51
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/TuringDirection.java 0 0 6
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/TuringPhase.java 0 0 5
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/TuringPhaseState.java 0 0 15
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/TuringPositions.java 0 0 40
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/ui/PanelButtons.java 0 0 18
org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/ui/RradioButtons.java 0 0 3
org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalk.java 0 0 3
org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkCanvas.java 0 0 63
org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkContext.java 0 0 20
org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkController.java 0 0 24
org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkModel.java 0 0 55
org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkTab.java 0 0 30
org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkTabPane.java 0 0 11
org/woehlke/computer/kurzweil/tabs/randomwalk/canvas/ParticleOrientation.java 0 0 12
org/woehlke/computer/kurzweil/tabs/randomwalk/canvas/RandomWalkButtons.java 0 0 16
org/woehlke/computer/kurzweil/tabs/randomwalk/canvas/RandomWalkColorScheme.java 0 0 30
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleCanvas.java 0 0 29
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleController.java 0 0 21
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleModel.java 0 0 36
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleTab.java 0 0 64
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/model/SierpinskiTriangleTabState.java 0 0 4
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/model/SierpinskiTriangleTabStateMachine.java 0 0 23
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/ui/PanelButtons.java 0 0 16
org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/ui/RadioButtons.java 0 0 3
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolution.java 0 0 2
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionApplet.java 0 0 32
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionCanvas.java 0 0 101
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionContext.java 0 0 96
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionController.java 0 0 58
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionModel.java 0 0 104
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionTab.java 0 0 146
org/woehlke/computer/kurzweil/tabs/simulatedevolution/SimulatedEvolutionTabPane.java 0 0 35
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/SimulatedEvolutionWorldColor.java 0 0 11
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayDecreaseButton.java 0 0 27
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayIncreaseButton.java 0 0 27
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayLabel.java 0 0 24
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayPanel.java 0 0 69
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayTextField.java 0 0 67
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenCheckBox.java 0 0 36
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenPanel.java 0 0 34
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenPanelRow.java 0 0 67
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/garden/GardenOfEdenToggleButton.java 0 0 27
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/population/PopulationStatisticsElement.java 0 0 78
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/population/PopulationStatisticsElementsPanelCounted.java 0 0 136
org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/population/PopulationStatisticsElementsPanelLifeCycle.java 0 0 160
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/Cell.java 0 0 56
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/CellCore.java 0 0 36
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/LifeCycle.java 0 0 86
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/LifeCycleStatus.java 0 0 40
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/Orientation.java 0 0 26
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/SimulatedEvolutionParameter.java 0 0 34
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/SimulatedEvolutionWorldLattice.java 0 0 150
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/WorldPoint.java 0 0 218
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 40
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 18
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/cell/CellOrientation.java 0 0 10
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/SimulatedEvolutionPopulation.java 0 0 45
org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/population/SimulatedEvolutionPopulationContainer.java 0 0 114
org/woehlke/computer/kurzweil/tabs/turmite/TurmiteCanvas.java 0 0 29
org/woehlke/computer/kurzweil/tabs/turmite/TurmiteController.java 0 0 18
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 4
org/woehlke/computer/kurzweil/tabs/turmite/model/TurmiteTabStateMachine.java 0 0 22
org/woehlke/computer/kurzweil/tabs/turmite/ui/PanelButtons.java 0 0 16
org/woehlke/computer/kurzweil/tabs/turmite/ui/RadioButtons.java 0 0 3
org/woehlke/computer/kurzweil/tabs/wator/WatorCanvas.java 0 0 30
org/woehlke/computer/kurzweil/tabs/wator/WatorController.java 0 0 20
org/woehlke/computer/kurzweil/tabs/wator/WatorModel.java 0 0 35
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
org/woehlke/simulation/dla/DiffusionLimitedAggregation.java 0 0 7
org/woehlke/simulation/dla/DiffusionLimitedAggregationDesktop.java 0 0 4
org/woehlke/simulation/dla/control/ControllerThread.java 0 0 20
org/woehlke/simulation/dla/control/package-info.java 0 0 1
org/woehlke/simulation/dla/model/Dendrite.java 0 0 36
org/woehlke/simulation/dla/model/Particles.java 0 0 59
org/woehlke/simulation/dla/model/Point.java 0 0 112
org/woehlke/simulation/dla/model/package-info.java 0 0 1
org/woehlke/simulation/dla/package-info.java 0 0 1
org/woehlke/simulation/dla/view/WorldCanvas.java 0 0 68
org/woehlke/simulation/dla/view/applet/DiffusionLimitedAggregationApplet.java 0 0 20
org/woehlke/simulation/dla/view/desktop/DiffusionLimitedAggregationFrame.java 0 0 38
org/woehlke/simulation/dla/view/package-info.java 0 0 1

Rules

Category Rule Violations Severity
blocks EmptyBlock 2
 Error
LeftCurly 30
 Error
NeedBraces 34
 Error
RightCurly 17
 Error
coding EmptyStatement 1
 Error
HiddenField 382
 Error
InnerAssignment 14
 Error
MagicNumber 219
 Error
MissingSwitchDefault 46
 Error
design DesignForExtension 1139
 Error
FinalClass 13
 Error
InterfaceIsType 10
 Error
VisibilityModifier 489
 Error
imports AvoidStarImport 285
 Error
RedundantImport 10
 Error
UnusedImports
  • processJavadoc: "false"
28
 Error
javadoc InvalidJavadocPosition 4
 Error
JavadocMethod 10
 Error
JavadocPackage 126
 Error
JavadocStyle 45
 Error
JavadocVariable 3272
 Error
MissingJavadocMethod 1539
 Error
misc ArrayTypeStyle 12
 Error
FinalParameters 1160
 Error
TodoComment 13
 Error
modifier ModifierOrder 125
 Error
RedundantModifier 2
 Error
naming ConstantName 65
 Error
MemberName 26
 Error
sizes LineLength
  • fileExtensions: "java"
1377
 Error
whitespace NoWhitespaceAfter 5
 Error
NoWhitespaceBefore 7
 Error
OperatorWrap 132
 Error
ParenPad 254
 Error
WhitespaceAfter 983
 Error
WhitespaceAround 2644
 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. 16
 Error
sizes LineLength Line is longer than 80 characters (found 86). 19
 Error
misc FinalParameters Parameter configFileName should be final. 19
 Error
misc FinalParameters Parameter jarFilePath should be final. 19
 Error
sizes LineLength Line is longer than 80 characters (found 122). 20
 Error
sizes LineLength Line is longer than 80 characters (found 92). 21
 Error
javadoc JavadocStyle First sentence should end with a period. 24
 Error
misc FinalParameters Parameter args should be final. 28
 Error
sizes LineLength Line is longer than 80 characters (found 114). 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 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
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. 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. 19
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 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 computerKurzweilProperties should be final. 27
 Error
misc FinalParameters Parameter frame should be final. 28
 Error
coding HiddenField 'frame' hides a field. 28
 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 88). 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
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. 137
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 137
 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. 141
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 141
 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. 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. 19
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 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 computerKurzweilProperties should be final. 26
 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. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 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. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
sizes LineLength Line is longer than 80 characters (found 84). 42
 Error
sizes LineLength Line is longer than 80 characters (found 85). 43
 Error
sizes LineLength Line is longer than 80 characters (found 83). 44
 Error
sizes LineLength Line is longer than 80 characters (found 86). 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 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. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter label should be final. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
sizes LineLength Line is longer than 80 characters (found 83). 53
 Error
sizes LineLength Line is longer than 80 characters (found 84). 54
 Error
sizes LineLength Line is longer than 80 characters (found 86). 55
 Error
sizes LineLength Line is longer than 80 characters (found 85). 56
 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
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
sizes LineLength Line is longer than 80 characters (found 84). 64
 Error
sizes LineLength Line is longer than 80 characters (found 85). 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 66
 Error
sizes LineLength Line is longer than 80 characters (found 86). 67
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by 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
misc FinalParameters Parameter label should be final. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 Error
sizes LineLength Line is longer than 80 characters (found 84). 75
 Error
sizes LineLength Line is longer than 80 characters (found 85). 76
 Error
sizes LineLength Line is longer than 80 characters (found 83). 77
 Error
sizes LineLength Line is longer than 80 characters (found 86). 78
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 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. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 85
 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. 89
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error
misc FinalParameters Parameter label should be final. 89
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 89
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 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. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 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. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 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. 109
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 109
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 109
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 112
 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. 115
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 115
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 120
 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. 126
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 126
 Error
sizes LineLength Line is longer than 80 characters (found 100). 127
 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. 130
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 130
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 134
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 134
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 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. 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. 19
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 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 computerKurzweilProperties should be final. 26
 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. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 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. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
sizes LineLength Line is longer than 80 characters (found 84). 42
 Error
sizes LineLength Line is longer than 80 characters (found 85). 43
 Error
sizes LineLength Line is longer than 80 characters (found 83). 44
 Error
sizes LineLength Line is longer than 80 characters (found 86). 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 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. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
misc FinalParameters Parameter label should be final. 52
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
sizes LineLength Line is longer than 80 characters (found 83). 53
 Error
sizes LineLength Line is longer than 80 characters (found 84). 54
 Error
sizes LineLength Line is longer than 80 characters (found 86). 55
 Error
sizes LineLength Line is longer than 80 characters (found 85). 56
 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
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
sizes LineLength Line is longer than 80 characters (found 84). 64
 Error
sizes LineLength Line is longer than 80 characters (found 85). 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 66
 Error
sizes LineLength Line is longer than 80 characters (found 86). 67
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by 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
misc FinalParameters Parameter label should be final. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 Error
sizes LineLength Line is longer than 80 characters (found 84). 75
 Error
sizes LineLength Line is longer than 80 characters (found 85). 76
 Error
sizes LineLength Line is longer than 80 characters (found 83). 77
 Error
sizes LineLength Line is longer than 80 characters (found 86). 78
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 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. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 85
 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. 89
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 89
 Error
misc FinalParameters Parameter label should be final. 89
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 89
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 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. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 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. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 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. 109
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 109
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 109
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 112
 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. 115
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 115
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 120
 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. 126
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 126
 Error
sizes LineLength Line is longer than 80 characters (found 100). 127
 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. 130
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 130
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 134
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 134
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 136

org/woehlke/computer/kurzweil/application/ComputerKurzweilFrame.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 - 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. 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. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter properties should be final. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Error
whitespace ParenPad '(' is followed by whitespace. 61
 Error
whitespace ParenPad ')' is preceded with whitespace. 61
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 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. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error
misc FinalParameters Parameter e should be final. 87
 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. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
misc FinalParameters Parameter e should be final. 91
 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. 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 '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. 101
 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 '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. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
misc FinalParameters Parameter e should be final. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 110
 Error
misc FinalParameters Parameter e should be final. 110
 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
misc FinalParameters Parameter e should be final. 121
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 121
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 121
 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. 123
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 123
 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. 128
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 129
 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. 136
 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. 143
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 143
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 144
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 151
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 151
 Error
whitespace ParenPad ')' is preceded with whitespace. 152
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 154
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 154
 Error
whitespace ParenPad '(' is followed by whitespace. 157
 Error
whitespace ParenPad ')' is preceded with whitespace. 157
 Error
whitespace ParenPad '(' is followed by whitespace. 158
 Error
whitespace ParenPad ')' is preceded with whitespace. 158
 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

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. 13
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 15
 Error
misc FinalParameters Parameter ctx should be final. 15
 Error
coding HiddenField 'ctx' hides a field. 15
 Error
sizes LineLength Line is longer than 80 characters (found 83). 20
 Error
sizes LineLength Line is longer than 80 characters (found 89). 22
 Error
sizes LineLength Line is longer than 80 characters (found 86). 27
 Error
sizes LineLength Line is longer than 80 characters (found 109). 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 83). 37
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 37
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 37
 Error
sizes LineLength Line is longer than 80 characters (found 117). 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 99). 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 87). 42
 Error
sizes LineLength Line is longer than 80 characters (found 101). 43
 Error
sizes LineLength Line is longer than 80 characters (found 95). 48
 Error
sizes LineLength Line is longer than 80 characters (found 109). 49
 Error
sizes LineLength Line is longer than 80 characters (found 91). 55
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 88
 Error
javadoc JavadocVariable Missing a Javadoc comment. 90
 Error
javadoc JavadocVariable Missing a Javadoc comment. 91
 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. 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
javadoc JavadocVariable Missing a Javadoc comment. 100
 Error
javadoc JavadocVariable Missing a Javadoc comment. 102
 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. 108
 Error
javadoc JavadocVariable Missing a Javadoc comment. 109
 Error
javadoc JavadocVariable Missing a Javadoc comment. 110
 Error
javadoc JavadocVariable Missing a Javadoc comment. 112
 Error
javadoc JavadocVariable Missing a Javadoc comment. 113
 Error
javadoc JavadocVariable Missing a Javadoc comment. 115

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 UnusedImports Unused import - java.io.IOException. 14
 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. 53
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 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. 76
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 76
 Error
javadoc JavadocVariable Missing a Javadoc comment. 77
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 77
 Error
javadoc JavadocVariable Missing a Javadoc comment. 82
 Error
javadoc JavadocVariable Missing a Javadoc comment. 83
 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. 94
 Error
javadoc JavadocVariable Missing a Javadoc comment. 102
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 102
 Error
javadoc JavadocVariable Missing a Javadoc comment. 103
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 103
 Error
javadoc JavadocVariable Missing a Javadoc comment. 104
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 104
 Error
javadoc JavadocVariable Missing a Javadoc comment. 105
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 105
 Error
javadoc JavadocVariable Missing a Javadoc comment. 106
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 106
 Error
sizes LineLength Line is longer than 80 characters (found 85). 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 107
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 112
 Error
javadoc JavadocVariable Missing a Javadoc comment. 113
 Error
javadoc JavadocVariable Missing a Javadoc comment. 119
 Error
javadoc JavadocVariable Missing a Javadoc comment. 120
 Error
javadoc JavadocVariable Missing a Javadoc comment. 121
 Error
javadoc JavadocVariable Missing a Javadoc comment. 127
 Error
javadoc JavadocVariable Missing a Javadoc comment. 128
 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. 140
 Error
javadoc JavadocVariable Missing a Javadoc comment. 141
 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. 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
sizes LineLength Line is longer than 80 characters (found 85). 171
 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 81). 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 173
 Error
sizes LineLength Line is longer than 80 characters (found 88). 174
 Error
javadoc JavadocVariable Missing a Javadoc comment. 174
 Error
javadoc JavadocVariable Missing a Javadoc comment. 182
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 182
 Error
javadoc JavadocVariable Missing a Javadoc comment. 183
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 183
 Error
javadoc JavadocVariable Missing a Javadoc comment. 189
 Error
javadoc JavadocVariable Missing a Javadoc comment. 190
 Error
sizes LineLength Line is longer than 80 characters (found 89). 192
 Error
javadoc JavadocVariable Missing a Javadoc comment. 192
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 192
 Error
javadoc JavadocVariable Missing a Javadoc comment. 197
 Error
javadoc JavadocVariable Missing a Javadoc comment. 198
 Error
javadoc JavadocVariable Missing a Javadoc comment. 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 200
 Error
javadoc JavadocVariable Missing a Javadoc comment. 207
 Error
javadoc JavadocVariable Missing a Javadoc comment. 215
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 215
 Error
javadoc JavadocVariable Missing a Javadoc comment. 216
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 216
 Error
javadoc JavadocVariable Missing a Javadoc comment. 222
 Error
javadoc JavadocVariable Missing a Javadoc comment. 223
 Error
javadoc JavadocVariable Missing a Javadoc comment. 229
 Error
javadoc JavadocVariable Missing a Javadoc comment. 237
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 237
 Error
javadoc JavadocVariable Missing a Javadoc comment. 238
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 238
 Error
javadoc JavadocVariable Missing a Javadoc comment. 243
 Error
javadoc JavadocVariable Missing a Javadoc comment. 244
 Error
javadoc JavadocVariable Missing a Javadoc comment. 250
 Error
javadoc JavadocVariable Missing a Javadoc comment. 251
 Error
javadoc JavadocVariable Missing a Javadoc comment. 258
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 258
 Error
javadoc JavadocVariable Missing a Javadoc comment. 259
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 259
 Error
javadoc JavadocVariable Missing a Javadoc comment. 264
 Error
javadoc JavadocVariable Missing a Javadoc comment. 265
 Error
sizes LineLength Line is longer than 80 characters (found 89). 267
 Error
javadoc JavadocVariable Missing a Javadoc comment. 267
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 267
 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. 282
 Error
javadoc JavadocVariable Missing a Javadoc comment. 283
 Error
javadoc JavadocVariable Missing a Javadoc comment. 290
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 290
 Error
javadoc JavadocVariable Missing a Javadoc comment. 291
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 291
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
sizes LineLength Line is longer than 80 characters (found 89). 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 304
 Error
javadoc JavadocVariable Missing a Javadoc comment. 305
 Error
javadoc JavadocVariable Missing a Javadoc comment. 306
 Error
javadoc JavadocVariable Missing a Javadoc comment. 307
 Error
javadoc JavadocVariable Missing a Javadoc comment. 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 315
 Error
javadoc JavadocVariable Missing a Javadoc comment. 322
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 322
 Error
javadoc JavadocVariable Missing a Javadoc comment. 323
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 323
 Error
javadoc JavadocVariable Missing a Javadoc comment. 328
 Error
javadoc JavadocVariable Missing a Javadoc comment. 329
 Error
sizes LineLength Line is longer than 80 characters (found 89). 331
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 331
 Error
javadoc JavadocVariable Missing a Javadoc comment. 336
 Error
javadoc JavadocVariable Missing a Javadoc comment. 337
 Error
javadoc JavadocVariable Missing a Javadoc comment. 338
 Error
javadoc JavadocVariable Missing a Javadoc comment. 339
 Error
javadoc JavadocVariable Missing a Javadoc comment. 346
 Error
javadoc JavadocVariable Missing a Javadoc comment. 347
 Error
javadoc JavadocVariable Missing a Javadoc comment. 354
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 354
 Error
javadoc JavadocVariable Missing a Javadoc comment. 355
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 355
 Error
javadoc JavadocVariable Missing a Javadoc comment. 360
 Error
javadoc JavadocVariable Missing a Javadoc comment. 361
 Error
sizes LineLength Line is longer than 80 characters (found 89). 363
 Error
javadoc JavadocVariable Missing a Javadoc comment. 363
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 363
 Error
javadoc JavadocVariable Missing a Javadoc comment. 368
 Error
javadoc JavadocVariable Missing a Javadoc comment. 369
 Error
javadoc JavadocVariable Missing a Javadoc comment. 370
 Error
javadoc JavadocVariable Missing a Javadoc comment. 371
 Error
javadoc JavadocVariable Missing a Javadoc comment. 378
 Error
javadoc JavadocVariable Missing a Javadoc comment. 379
 Error
javadoc JavadocVariable Missing a Javadoc comment. 386
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 386
 Error
javadoc JavadocVariable Missing a Javadoc comment. 387
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 387
 Error
javadoc JavadocVariable Missing a Javadoc comment. 392
 Error
javadoc JavadocVariable Missing a Javadoc comment. 393
 Error
sizes LineLength Line is longer than 80 characters (found 89). 395
 Error
javadoc JavadocVariable Missing a Javadoc comment. 395
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 395
 Error
javadoc JavadocVariable Missing a Javadoc comment. 400
 Error
javadoc JavadocVariable Missing a Javadoc comment. 401
 Error
javadoc JavadocVariable Missing a Javadoc comment. 402
 Error
javadoc JavadocVariable Missing a Javadoc comment. 403
 Error
javadoc JavadocVariable Missing a Javadoc comment. 410
 Error
javadoc JavadocVariable Missing a Javadoc comment. 411
 Error
javadoc JavadocVariable Missing a Javadoc comment. 418
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 418
 Error
javadoc JavadocVariable Missing a Javadoc comment. 419
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 419
 Error
javadoc JavadocVariable Missing a Javadoc comment. 424
 Error
javadoc JavadocVariable Missing a Javadoc comment. 425
 Error
sizes LineLength Line is longer than 80 characters (found 89). 427
 Error
javadoc JavadocVariable Missing a Javadoc comment. 427
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 427
 Error
javadoc JavadocVariable Missing a Javadoc comment. 432
 Error
javadoc JavadocVariable Missing a Javadoc comment. 433
 Error
javadoc JavadocVariable Missing a Javadoc comment. 434
 Error
javadoc JavadocVariable Missing a Javadoc comment. 435
 Error
javadoc JavadocVariable Missing a Javadoc comment. 442
 Error
javadoc JavadocVariable Missing a Javadoc comment. 443
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 448
 Error
javadoc JavadocVariable Missing a Javadoc comment. 450
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 451
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 451
 Error
javadoc JavadocVariable Missing a Javadoc comment. 456
 Error
javadoc JavadocVariable Missing a Javadoc comment. 457
 Error
sizes LineLength Line is longer than 80 characters (found 138). 459
 Error
javadoc JavadocVariable Missing a Javadoc comment. 459
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 459
 Error
javadoc JavadocVariable Missing a Javadoc comment. 464
 Error
javadoc JavadocVariable Missing a Javadoc comment. 465
 Error
javadoc JavadocVariable Missing a Javadoc comment. 466
 Error
javadoc JavadocVariable Missing a Javadoc comment. 467
 Error
javadoc JavadocVariable Missing a Javadoc comment. 474
 Error
javadoc JavadocVariable Missing a Javadoc comment. 475
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 479
 Error
misc FinalParameters Parameter conf should be final. 479
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 479
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 481
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 481
 Error
sizes LineLength Line is longer than 80 characters (found 83). 486
 Error
sizes LineLength Line is longer than 80 characters (found 88). 496
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 496
 Error
misc FinalParameters Parameter conf should be final. 496
 Error
misc FinalParameters Parameter jar should be final. 496
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 496
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 498
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 498
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 499
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 499
 Error
sizes LineLength Line is longer than 80 characters (found 83). 506
 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. 516
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 516
 Error
misc FinalParameters Parameter tabType should be final. 516
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 516
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 517
 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. 547
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 547
 Error
misc FinalParameters Parameter tabType should be final. 547
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 547
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 548
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
javadoc JavadocVariable Missing a Javadoc comment. 25
 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. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 44
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 53
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 56
 Error
javadoc JavadocVariable Missing a Javadoc comment. 57
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 60
 Error
javadoc JavadocVariable Missing a Javadoc comment. 61
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 64
 Error
javadoc JavadocVariable Missing a Javadoc comment. 65
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 69
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 76
 Error
javadoc JavadocVariable Missing a Javadoc comment. 82
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 85
 Error
javadoc JavadocVariable Missing a Javadoc comment. 86
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 89
 Error
javadoc JavadocVariable Missing a Javadoc comment. 94
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 111
 Error
javadoc JavadocVariable Missing a Javadoc comment. 115
 Error
javadoc JavadocVariable Missing a Javadoc comment. 119
 Error
javadoc JavadocVariable Missing a Javadoc comment. 123
 Error
javadoc JavadocVariable Missing a Javadoc comment. 127
 Error
javadoc JavadocVariable Missing a Javadoc comment. 131
 Error
javadoc JavadocVariable Missing a Javadoc comment. 135
 Error
javadoc JavadocVariable Missing a Javadoc comment. 139
 Error
javadoc JavadocVariable Missing a Javadoc comment. 143
 Error
javadoc JavadocVariable Missing a Javadoc comment. 154
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 157
 Error
javadoc JavadocVariable Missing a Javadoc comment. 158
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 161
 Error
javadoc JavadocVariable Missing a Javadoc comment. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 174
 Error
javadoc JavadocVariable Missing a Javadoc comment. 178
 Error
javadoc JavadocVariable Missing a Javadoc comment. 182
 Error
javadoc JavadocVariable Missing a Javadoc comment. 186
 Error
javadoc JavadocVariable Missing a Javadoc comment. 190
 Error
javadoc JavadocVariable Missing a Javadoc comment. 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 210
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 213
 Error
javadoc JavadocVariable Missing a Javadoc comment. 214
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 217
 Error
javadoc JavadocVariable Missing a Javadoc comment. 218
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 221
 Error
javadoc JavadocVariable Missing a Javadoc comment. 222
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 225
 Error
javadoc JavadocVariable Missing a Javadoc comment. 226
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 229
 Error
javadoc JavadocVariable Missing a Javadoc comment. 230
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 233
 Error
javadoc JavadocVariable Missing a Javadoc comment. 238
 Error
javadoc JavadocVariable Missing a Javadoc comment. 242
 Error
javadoc JavadocVariable Missing a Javadoc comment. 251
 Error
javadoc JavadocVariable Missing a Javadoc comment. 255
 Error
javadoc JavadocVariable Missing a Javadoc comment. 259
 Error
javadoc JavadocVariable Missing a Javadoc comment. 268
 Error
javadoc JavadocVariable Missing a Javadoc comment. 272
 Error
javadoc JavadocVariable Missing a Javadoc comment. 276
 Error
javadoc JavadocVariable Missing a Javadoc comment. 280
 Error
javadoc JavadocVariable Missing a Javadoc comment. 284
 Error
javadoc JavadocVariable Missing a Javadoc comment. 288
 Error
javadoc JavadocVariable Missing a Javadoc comment. 292
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 305
 Error
javadoc JavadocVariable Missing a Javadoc comment. 309
 Error
javadoc JavadocVariable Missing a Javadoc comment. 313
 Error
javadoc JavadocVariable Missing a Javadoc comment. 317
 Error
javadoc JavadocVariable Missing a Javadoc comment. 321
 Error
javadoc JavadocVariable Missing a Javadoc comment. 325
 Error
javadoc JavadocVariable Missing a Javadoc comment. 329
 Error
javadoc JavadocVariable Missing a Javadoc comment. 333
 Error
javadoc JavadocVariable Missing a Javadoc comment. 337
 Error
javadoc JavadocVariable Missing a Javadoc comment. 341
 Error
javadoc JavadocVariable Missing a Javadoc comment. 350
 Error
javadoc JavadocVariable Missing a Javadoc comment. 354
 Error
javadoc JavadocVariable Missing a Javadoc comment. 358
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 366
 Error
javadoc JavadocVariable Missing a Javadoc comment. 370
 Error
javadoc JavadocVariable Missing a Javadoc comment. 374
 Error
javadoc JavadocVariable Missing a Javadoc comment. 383
 Error
javadoc JavadocVariable Missing a Javadoc comment. 387
 Error
javadoc JavadocVariable Missing a Javadoc comment. 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 395
 Error
javadoc JavadocVariable Missing a Javadoc comment. 399
 Error
javadoc JavadocVariable Missing a Javadoc comment. 403
 Error
javadoc JavadocVariable Missing a Javadoc comment. 407
 Error
javadoc JavadocVariable Missing a Javadoc comment. 418
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 421
 Error
javadoc JavadocVariable Missing a Javadoc comment. 422
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 425
 Error
javadoc JavadocVariable Missing a Javadoc comment. 431
 Error
javadoc JavadocVariable Missing a Javadoc comment. 435
 Error
javadoc JavadocVariable Missing a Javadoc comment. 440
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 443
 Error
javadoc JavadocVariable Missing a Javadoc comment. 448
 Error
javadoc JavadocVariable Missing a Javadoc comment. 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 456
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 470
 Error
javadoc JavadocVariable Missing a Javadoc comment. 481
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 484
 Error
javadoc JavadocVariable Missing a Javadoc comment. 485
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 488
 Error
javadoc JavadocVariable Missing a Javadoc comment. 494
 Error
javadoc JavadocVariable Missing a Javadoc comment. 498
 Error
javadoc JavadocVariable Missing a Javadoc comment. 507
 Error
javadoc JavadocVariable Missing a Javadoc comment. 518
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 521
 Error
javadoc JavadocVariable Missing a Javadoc comment. 522
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 525
 Error
javadoc JavadocVariable Missing a Javadoc comment. 530
 Error
javadoc JavadocVariable Missing a Javadoc comment. 534
 Error
javadoc JavadocVariable Missing a Javadoc comment. 543
 Error
javadoc JavadocVariable Missing a Javadoc comment. 547
 Error
javadoc JavadocVariable Missing a Javadoc comment. 557
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 560
 Error
javadoc JavadocVariable Missing a Javadoc comment. 561
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 564
 Error
javadoc JavadocVariable Missing a Javadoc comment. 569
 Error
javadoc JavadocVariable Missing a Javadoc comment. 573
 Error
javadoc JavadocVariable Missing a Javadoc comment. 578
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 581
 Error
javadoc JavadocVariable Missing a Javadoc comment. 586
 Error
javadoc JavadocVariable Missing a Javadoc comment. 590
 Error
javadoc JavadocVariable Missing a Javadoc comment. 594
 Error
javadoc JavadocVariable Missing a Javadoc comment. 598
 Error
javadoc JavadocVariable Missing a Javadoc comment. 608
 Error
javadoc JavadocVariable Missing a Javadoc comment. 612
 Error
javadoc JavadocVariable Missing a Javadoc comment. 622
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 625
 Error
javadoc JavadocVariable Missing a Javadoc comment. 626
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 629
 Error
javadoc JavadocVariable Missing a Javadoc comment. 634
 Error
javadoc JavadocVariable Missing a Javadoc comment. 638
 Error
javadoc JavadocVariable Missing a Javadoc comment. 643
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 646
 Error
javadoc JavadocVariable Missing a Javadoc comment. 651
 Error
javadoc JavadocVariable Missing a Javadoc comment. 655
 Error
javadoc JavadocVariable Missing a Javadoc comment. 659
 Error
javadoc JavadocVariable Missing a Javadoc comment. 663
 Error
javadoc JavadocVariable Missing a Javadoc comment. 673
 Error
javadoc JavadocVariable Missing a Javadoc comment. 677
 Error
javadoc JavadocVariable Missing a Javadoc comment. 687
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 690
 Error
javadoc JavadocVariable Missing a Javadoc comment. 691
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 694
 Error
javadoc JavadocVariable Missing a Javadoc comment. 699
 Error
javadoc JavadocVariable Missing a Javadoc comment. 703
 Error
javadoc JavadocVariable Missing a Javadoc comment. 708
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 711
 Error
javadoc JavadocVariable Missing a Javadoc comment. 716
 Error
javadoc JavadocVariable Missing a Javadoc comment. 720
 Error
javadoc JavadocVariable Missing a Javadoc comment. 724
 Error
javadoc JavadocVariable Missing a Javadoc comment. 728
 Error
javadoc JavadocVariable Missing a Javadoc comment. 738
 Error
javadoc JavadocVariable Missing a Javadoc comment. 742
 Error
javadoc JavadocVariable Missing a Javadoc comment. 752
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 755
 Error
javadoc JavadocVariable Missing a Javadoc comment. 756
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 759
 Error
javadoc JavadocVariable Missing a Javadoc comment. 764
 Error
javadoc JavadocVariable Missing a Javadoc comment. 768
 Error
javadoc JavadocVariable Missing a Javadoc comment. 773
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 776
 Error
javadoc JavadocVariable Missing a Javadoc comment. 781
 Error
javadoc JavadocVariable Missing a Javadoc comment. 785
 Error
javadoc JavadocVariable Missing a Javadoc comment. 789
 Error
javadoc JavadocVariable Missing a Javadoc comment. 793
 Error
javadoc JavadocVariable Missing a Javadoc comment. 803
 Error
javadoc JavadocVariable Missing a Javadoc comment. 807
 Error
javadoc JavadocVariable Missing a Javadoc comment. 817
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 820
 Error
javadoc JavadocVariable Missing a Javadoc comment. 821
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 824
 Error
javadoc JavadocVariable Missing a Javadoc comment. 829
 Error
javadoc JavadocVariable Missing a Javadoc comment. 833
 Error
javadoc JavadocVariable Missing a Javadoc comment. 838
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 841
 Error
javadoc JavadocVariable Missing a Javadoc comment. 846
 Error
javadoc JavadocVariable Missing a Javadoc comment. 850
 Error
javadoc JavadocVariable Missing a Javadoc comment. 854
 Error
javadoc JavadocVariable Missing a Javadoc comment. 858
 Error
javadoc JavadocVariable Missing a Javadoc comment. 868
 Error
javadoc JavadocVariable Missing a Javadoc comment. 872
 Error
javadoc JavadocVariable Missing a Javadoc comment. 882
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 885
 Error
javadoc JavadocVariable Missing a Javadoc comment. 886
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 889
 Error
javadoc JavadocVariable Missing a Javadoc comment. 894
 Error
javadoc JavadocVariable Missing a Javadoc comment. 898
 Error
javadoc JavadocVariable Missing a Javadoc comment. 903
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 906
 Error
javadoc JavadocVariable Missing a Javadoc comment. 911
 Error
javadoc JavadocVariable Missing a Javadoc comment. 915
 Error
javadoc JavadocVariable Missing a Javadoc comment. 919
 Error
javadoc JavadocVariable Missing a Javadoc comment. 923
 Error
javadoc JavadocVariable Missing a Javadoc comment. 933
 Error
javadoc JavadocVariable Missing a Javadoc comment. 937
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 945
 Error
javadoc JavadocVariable Missing a Javadoc comment. 947
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 950
 Error
javadoc JavadocVariable Missing a Javadoc comment. 951
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 954
 Error
javadoc JavadocVariable Missing a Javadoc comment. 959
 Error
javadoc JavadocVariable Missing a Javadoc comment. 963
 Error
javadoc JavadocVariable Missing a Javadoc comment. 968
 Error
sizes LineLength Line is longer than 80 characters (found 115). 971
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 971
 Error
javadoc JavadocVariable Missing a Javadoc comment. 976
 Error
javadoc JavadocVariable Missing a Javadoc comment. 980
 Error
javadoc JavadocVariable Missing a Javadoc comment. 984
 Error
javadoc JavadocVariable Missing a Javadoc comment. 988
 Error
javadoc JavadocVariable Missing a Javadoc comment. 998
 Error
javadoc JavadocVariable Missing a Javadoc comment. 1002
 Error
sizes LineLength Line is longer than 80 characters (found 88). 1009
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 1009
 Error
misc FinalParameters Parameter conf should be final. 1009
 Error
misc FinalParameters Parameter jar should be final. 1009
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1009
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 1011
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 1011
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 1012
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 1012
 Error
sizes LineLength Line is longer than 80 characters (found 83). 1019
 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. 1029
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 1029
 Error
misc FinalParameters Parameter tabType should be final. 1029
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1029
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1030
 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. 1060
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 1060
 Error
misc FinalParameters Parameter tabType should be final. 1060
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1060
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1061
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 5
 Error
imports UnusedImports Unused import - java.util.jar.JarEntry. 15
 Error
imports UnusedImports Unused import - java.util.jar.JarFile. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 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. 34
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 58
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 62
 Error
javadoc JavadocVariable Missing a Javadoc comment. 63
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 67
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 70
 Error
javadoc JavadocVariable Missing a Javadoc comment. 71
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 74
 Error
javadoc JavadocVariable Missing a Javadoc comment. 75
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 78
 Error
javadoc JavadocVariable Missing a Javadoc comment. 84
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 88
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 91
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
javadoc JavadocVariable Missing a Javadoc comment. 100
 Error
javadoc JavadocVariable Missing a Javadoc comment. 109
 Error
javadoc JavadocVariable Missing a Javadoc comment. 113
 Error
javadoc JavadocVariable Missing a Javadoc comment. 117
 Error
javadoc JavadocVariable Missing a Javadoc comment. 121
 Error
javadoc JavadocVariable Missing a Javadoc comment. 125
 Error
javadoc JavadocVariable Missing a Javadoc comment. 129
 Error
javadoc JavadocVariable Missing a Javadoc comment. 133
 Error
javadoc JavadocVariable Missing a Javadoc comment. 137
 Error
javadoc JavadocVariable Missing a Javadoc comment. 141
 Error
javadoc JavadocVariable Missing a Javadoc comment. 145
 Error
javadoc JavadocVariable Missing a Javadoc comment. 156
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 159
 Error
javadoc JavadocVariable Missing a Javadoc comment. 160
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 163
 Error
javadoc JavadocVariable Missing a Javadoc comment. 168
 Error
javadoc JavadocVariable Missing a Javadoc comment. 172
 Error
javadoc JavadocVariable Missing a Javadoc comment. 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 180
 Error
javadoc JavadocVariable Missing a Javadoc comment. 184
 Error
javadoc JavadocVariable Missing a Javadoc comment. 188
 Error
javadoc JavadocVariable Missing a Javadoc comment. 192
 Error
javadoc JavadocVariable Missing a Javadoc comment. 201
 Error
javadoc JavadocVariable Missing a Javadoc comment. 212
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 215
 Error
javadoc JavadocVariable Missing a Javadoc comment. 216
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 219
 Error
javadoc JavadocVariable Missing a Javadoc comment. 220
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 223
 Error
javadoc JavadocVariable Missing a Javadoc comment. 224
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 227
 Error
javadoc JavadocVariable Missing a Javadoc comment. 228
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 231
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 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. 244
 Error
javadoc JavadocVariable Missing a Javadoc comment. 253
 Error
javadoc JavadocVariable Missing a Javadoc comment. 257
 Error
javadoc JavadocVariable Missing a Javadoc comment. 261
 Error
javadoc JavadocVariable Missing a Javadoc comment. 270
 Error
javadoc JavadocVariable Missing a Javadoc comment. 274
 Error
javadoc JavadocVariable Missing a Javadoc comment. 278
 Error
javadoc JavadocVariable Missing a Javadoc comment. 282
 Error
javadoc JavadocVariable Missing a Javadoc comment. 286
 Error
javadoc JavadocVariable Missing a Javadoc comment. 290
 Error
javadoc JavadocVariable Missing a Javadoc comment. 294
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 307
 Error
javadoc JavadocVariable Missing a Javadoc comment. 311
 Error
javadoc JavadocVariable Missing a Javadoc comment. 315
 Error
javadoc JavadocVariable Missing a Javadoc comment. 319
 Error
javadoc JavadocVariable Missing a Javadoc comment. 323
 Error
javadoc JavadocVariable Missing a Javadoc comment. 327
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
javadoc JavadocVariable Missing a Javadoc comment. 335
 Error
javadoc JavadocVariable Missing a Javadoc comment. 339
 Error
javadoc JavadocVariable Missing a Javadoc comment. 343
 Error
javadoc JavadocVariable Missing a Javadoc comment. 352
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 360
 Error
javadoc JavadocVariable Missing a Javadoc comment. 364
 Error
javadoc JavadocVariable Missing a Javadoc comment. 368
 Error
javadoc JavadocVariable Missing a Javadoc comment. 372
 Error
javadoc JavadocVariable Missing a Javadoc comment. 376
 Error
javadoc JavadocVariable Missing a Javadoc comment. 385
 Error
javadoc JavadocVariable Missing a Javadoc comment. 389
 Error
javadoc JavadocVariable Missing a Javadoc comment. 393
 Error
javadoc JavadocVariable Missing a Javadoc comment. 397
 Error
javadoc JavadocVariable Missing a Javadoc comment. 401
 Error
javadoc JavadocVariable Missing a Javadoc comment. 405
 Error
javadoc JavadocVariable Missing a Javadoc comment. 409
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 423
 Error
javadoc JavadocVariable Missing a Javadoc comment. 424
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 427
 Error
javadoc JavadocVariable Missing a Javadoc comment. 433
 Error
javadoc JavadocVariable Missing a Javadoc comment. 437
 Error
javadoc JavadocVariable Missing a Javadoc comment. 442
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 445
 Error
javadoc JavadocVariable Missing a Javadoc comment. 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 454
 Error
javadoc JavadocVariable Missing a Javadoc comment. 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 462
 Error
javadoc JavadocVariable Missing a Javadoc comment. 472
 Error
javadoc JavadocVariable Missing a Javadoc comment. 483
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 486
 Error
javadoc JavadocVariable Missing a Javadoc comment. 487
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 490
 Error
javadoc JavadocVariable Missing a Javadoc comment. 496
 Error
javadoc JavadocVariable Missing a Javadoc comment. 500
 Error
javadoc JavadocVariable Missing a Javadoc comment. 509
 Error
javadoc JavadocVariable Missing a Javadoc comment. 520
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 523
 Error
javadoc JavadocVariable Missing a Javadoc comment. 524
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 527
 Error
javadoc JavadocVariable Missing a Javadoc comment. 532
 Error
javadoc JavadocVariable Missing a Javadoc comment. 536
 Error
javadoc JavadocVariable Missing a Javadoc comment. 545
 Error
javadoc JavadocVariable Missing a Javadoc comment. 549
 Error
javadoc JavadocVariable Missing a Javadoc comment. 559
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 562
 Error
javadoc JavadocVariable Missing a Javadoc comment. 563
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 566
 Error
javadoc JavadocVariable Missing a Javadoc comment. 571
 Error
javadoc JavadocVariable Missing a Javadoc comment. 575
 Error
javadoc JavadocVariable Missing a Javadoc comment. 580
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 583
 Error
javadoc JavadocVariable Missing a Javadoc comment. 588
 Error
javadoc JavadocVariable Missing a Javadoc comment. 592
 Error
javadoc JavadocVariable Missing a Javadoc comment. 596
 Error
javadoc JavadocVariable Missing a Javadoc comment. 600
 Error
javadoc JavadocVariable Missing a Javadoc comment. 610
 Error
javadoc JavadocVariable Missing a Javadoc comment. 614
 Error
javadoc JavadocVariable Missing a Javadoc comment. 624
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 627
 Error
javadoc JavadocVariable Missing a Javadoc comment. 628
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 631
 Error
javadoc JavadocVariable Missing a Javadoc comment. 636
 Error
javadoc JavadocVariable Missing a Javadoc comment. 640
 Error
javadoc JavadocVariable Missing a Javadoc comment. 645
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 648
 Error
javadoc JavadocVariable Missing a Javadoc comment. 653
 Error
javadoc JavadocVariable Missing a Javadoc comment. 657
 Error
javadoc JavadocVariable Missing a Javadoc comment. 661
 Error
javadoc JavadocVariable Missing a Javadoc comment. 665
 Error
javadoc JavadocVariable Missing a Javadoc comment. 675
 Error
javadoc JavadocVariable Missing a Javadoc comment. 679
 Error
javadoc JavadocVariable Missing a Javadoc comment. 689
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 692
 Error
javadoc JavadocVariable Missing a Javadoc comment. 693
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 696
 Error
javadoc JavadocVariable Missing a Javadoc comment. 701
 Error
javadoc JavadocVariable Missing a Javadoc comment. 705
 Error
javadoc JavadocVariable Missing a Javadoc comment. 710
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 713
 Error
javadoc JavadocVariable Missing a Javadoc comment. 718
 Error
javadoc JavadocVariable Missing a Javadoc comment. 722
 Error
javadoc JavadocVariable Missing a Javadoc comment. 726
 Error
javadoc JavadocVariable Missing a Javadoc comment. 730
 Error
javadoc JavadocVariable Missing a Javadoc comment. 740
 Error
javadoc JavadocVariable Missing a Javadoc comment. 744
 Error
javadoc JavadocVariable Missing a Javadoc comment. 754
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 757
 Error
javadoc JavadocVariable Missing a Javadoc comment. 758
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 761
 Error
javadoc JavadocVariable Missing a Javadoc comment. 766
 Error
javadoc JavadocVariable Missing a Javadoc comment. 770
 Error
javadoc JavadocVariable Missing a Javadoc comment. 775
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 778
 Error
javadoc JavadocVariable Missing a Javadoc comment. 783
 Error
javadoc JavadocVariable Missing a Javadoc comment. 787
 Error
javadoc JavadocVariable Missing a Javadoc comment. 791
 Error
javadoc JavadocVariable Missing a Javadoc comment. 795
 Error
javadoc JavadocVariable Missing a Javadoc comment. 805
 Error
javadoc JavadocVariable Missing a Javadoc comment. 809
 Error
javadoc JavadocVariable Missing a Javadoc comment. 819
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 822
 Error
javadoc JavadocVariable Missing a Javadoc comment. 823
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 826
 Error
javadoc JavadocVariable Missing a Javadoc comment. 831
 Error
javadoc JavadocVariable Missing a Javadoc comment. 835
 Error
javadoc JavadocVariable Missing a Javadoc comment. 840
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 843
 Error
javadoc JavadocVariable Missing a Javadoc comment. 848
 Error
javadoc JavadocVariable Missing a Javadoc comment. 852
 Error
javadoc JavadocVariable Missing a Javadoc comment. 856
 Error
javadoc JavadocVariable Missing a Javadoc comment. 860
 Error
javadoc JavadocVariable Missing a Javadoc comment. 870
 Error
javadoc JavadocVariable Missing a Javadoc comment. 874
 Error
javadoc JavadocVariable Missing a Javadoc comment. 884
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 887
 Error
javadoc JavadocVariable Missing a Javadoc comment. 888
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 891
 Error
javadoc JavadocVariable Missing a Javadoc comment. 896
 Error
javadoc JavadocVariable Missing a Javadoc comment. 900
 Error
javadoc JavadocVariable Missing a Javadoc comment. 905
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 908
 Error
javadoc JavadocVariable Missing a Javadoc comment. 913
 Error
javadoc JavadocVariable Missing a Javadoc comment. 917
 Error
javadoc JavadocVariable Missing a Javadoc comment. 921
 Error
javadoc JavadocVariable Missing a Javadoc comment. 925
 Error
javadoc JavadocVariable Missing a Javadoc comment. 935
 Error
javadoc JavadocVariable Missing a Javadoc comment. 939
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 947
 Error
javadoc JavadocVariable Missing a Javadoc comment. 949
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 952
 Error
javadoc JavadocVariable Missing a Javadoc comment. 953
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 956
 Error
javadoc JavadocVariable Missing a Javadoc comment. 961
 Error
javadoc JavadocVariable Missing a Javadoc comment. 965
 Error
javadoc JavadocVariable Missing a Javadoc comment. 970
 Error
sizes LineLength Line is longer than 80 characters (found 115). 973
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 973
 Error
javadoc JavadocVariable Missing a Javadoc comment. 978
 Error
javadoc JavadocVariable Missing a Javadoc comment. 982
 Error
javadoc JavadocVariable Missing a Javadoc comment. 986
 Error
javadoc JavadocVariable Missing a Javadoc comment. 990
 Error
javadoc JavadocVariable Missing a Javadoc comment. 1000
 Error
javadoc JavadocVariable Missing a Javadoc comment. 1004
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 1011
 Error
misc FinalParameters Parameter conf should be final. 1011
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1011
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 1013
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 1013
 Error
sizes LineLength Line is longer than 80 characters (found 83). 1018
 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. 1028
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 1028
 Error
misc FinalParameters Parameter tabType should be final. 1028
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1028
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1029
 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. 1059
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 1059
 Error
misc FinalParameters Parameter tabType should be final. 1059
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1059
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 1060
 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. 27
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 28
 Error
sizes LineLength Line is longer than 80 characters (found 99). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 30
 Error
sizes LineLength Line is longer than 80 characters (found 81). 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 32
 Error
sizes LineLength Line is longer than 80 characters (found 84). 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 34
 Error
sizes LineLength Line is longer than 80 characters (found 99). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 58
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 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. 75
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 75
 Error
javadoc JavadocVariable Missing a Javadoc comment. 76
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 76
 Error
javadoc JavadocVariable Missing a Javadoc comment. 81
 Error
javadoc JavadocVariable Missing a Javadoc comment. 82
 Error
javadoc JavadocVariable Missing a Javadoc comment. 83
 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. 93
 Error
javadoc JavadocVariable Missing a Javadoc comment. 101
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 101
 Error
javadoc JavadocVariable Missing a Javadoc comment. 102
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 102
 Error
javadoc JavadocVariable Missing a Javadoc comment. 103
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 103
 Error
javadoc JavadocVariable Missing a Javadoc comment. 104
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 104
 Error
javadoc JavadocVariable Missing a Javadoc comment. 105
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 105
 Error
sizes LineLength Line is longer than 80 characters (found 85). 106
 Error
javadoc JavadocVariable Missing a Javadoc comment. 106
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 106
 Error
javadoc JavadocVariable Missing a Javadoc comment. 111
 Error
javadoc JavadocVariable Missing a Javadoc comment. 112
 Error
javadoc JavadocVariable Missing a Javadoc comment. 118
 Error
javadoc JavadocVariable Missing a Javadoc comment. 119
 Error
javadoc JavadocVariable Missing a Javadoc comment. 120
 Error
javadoc JavadocVariable Missing a Javadoc comment. 126
 Error
javadoc JavadocVariable Missing a Javadoc comment. 127
 Error
javadoc JavadocVariable Missing a Javadoc comment. 128
 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. 139
 Error
javadoc JavadocVariable Missing a Javadoc comment. 140
 Error
javadoc JavadocVariable Missing a Javadoc comment. 141
 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. 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. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 168
 Error
javadoc JavadocVariable Missing a Javadoc comment. 169
 Error
sizes LineLength Line is longer than 80 characters (found 85). 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 171
 Error
sizes LineLength Line is longer than 80 characters (found 81). 172
 Error
javadoc JavadocVariable Missing a Javadoc comment. 172
 Error
sizes LineLength Line is longer than 80 characters (found 88). 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 181
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 181
 Error
javadoc JavadocVariable Missing a Javadoc comment. 182
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 182
 Error
javadoc JavadocVariable Missing a Javadoc comment. 188
 Error
javadoc JavadocVariable Missing a Javadoc comment. 189
 Error
sizes LineLength Line is longer than 80 characters (found 89). 191
 Error
javadoc JavadocVariable Missing a Javadoc comment. 191
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 191
 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
javadoc JavadocVariable Missing a Javadoc comment. 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 206
 Error
javadoc JavadocVariable Missing a Javadoc comment. 214
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 214
 Error
javadoc JavadocVariable Missing a Javadoc comment. 215
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 215
 Error
javadoc JavadocVariable Missing a Javadoc comment. 221
 Error
javadoc JavadocVariable Missing a Javadoc comment. 222
 Error
javadoc JavadocVariable Missing a Javadoc comment. 228
 Error
javadoc JavadocVariable Missing a Javadoc comment. 236
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 236
 Error
javadoc JavadocVariable Missing a Javadoc comment. 237
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 237
 Error
javadoc JavadocVariable Missing a Javadoc comment. 242
 Error
javadoc JavadocVariable Missing a Javadoc comment. 243
 Error
javadoc JavadocVariable Missing a Javadoc comment. 249
 Error
javadoc JavadocVariable Missing a Javadoc comment. 250
 Error
javadoc JavadocVariable Missing a Javadoc comment. 257
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 257
 Error
javadoc JavadocVariable Missing a Javadoc comment. 258
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 258
 Error
javadoc JavadocVariable Missing a Javadoc comment. 263
 Error
javadoc JavadocVariable Missing a Javadoc comment. 264
 Error
sizes LineLength Line is longer than 80 characters (found 89). 266
 Error
javadoc JavadocVariable Missing a Javadoc comment. 266
 Error
design VisibilityModifier Variable 'neighborhood' 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. 273
 Error
javadoc JavadocVariable Missing a Javadoc comment. 274
 Error
javadoc JavadocVariable Missing a Javadoc comment. 281
 Error
javadoc JavadocVariable Missing a Javadoc comment. 282
 Error
javadoc JavadocVariable Missing a Javadoc comment. 289
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 289
 Error
javadoc JavadocVariable Missing a Javadoc comment. 290
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 290
 Error
javadoc JavadocVariable Missing a Javadoc comment. 295
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
sizes LineLength Line is longer than 80 characters (found 89). 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 303
 Error
javadoc JavadocVariable Missing a Javadoc comment. 304
 Error
javadoc JavadocVariable Missing a Javadoc comment. 305
 Error
javadoc JavadocVariable Missing a Javadoc comment. 306
 Error
javadoc JavadocVariable Missing a Javadoc comment. 313
 Error
javadoc JavadocVariable Missing a Javadoc comment. 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 321
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 321
 Error
javadoc JavadocVariable Missing a Javadoc comment. 322
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 322
 Error
javadoc JavadocVariable Missing a Javadoc comment. 327
 Error
javadoc JavadocVariable Missing a Javadoc comment. 328
 Error
sizes LineLength Line is longer than 80 characters (found 89). 330
 Error
javadoc JavadocVariable Missing a Javadoc comment. 330
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 330
 Error
javadoc JavadocVariable Missing a Javadoc comment. 335
 Error
javadoc JavadocVariable Missing a Javadoc comment. 336
 Error
javadoc JavadocVariable Missing a Javadoc comment. 337
 Error
javadoc JavadocVariable Missing a Javadoc comment. 338
 Error
javadoc JavadocVariable Missing a Javadoc comment. 345
 Error
javadoc JavadocVariable Missing a Javadoc comment. 346
 Error
javadoc JavadocVariable Missing a Javadoc comment. 353
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 353
 Error
javadoc JavadocVariable Missing a Javadoc comment. 354
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 354
 Error
javadoc JavadocVariable Missing a Javadoc comment. 359
 Error
javadoc JavadocVariable Missing a Javadoc comment. 360
 Error
sizes LineLength Line is longer than 80 characters (found 89). 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 367
 Error
javadoc JavadocVariable Missing a Javadoc comment. 368
 Error
javadoc JavadocVariable Missing a Javadoc comment. 369
 Error
javadoc JavadocVariable Missing a Javadoc comment. 370
 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
javadoc JavadocVariable Missing a Javadoc comment. 391
 Error
javadoc JavadocVariable Missing a Javadoc comment. 392
 Error
sizes LineLength Line is longer than 80 characters (found 89). 394
 Error
javadoc JavadocVariable Missing a Javadoc comment. 394
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 394
 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. 402
 Error
javadoc JavadocVariable Missing a Javadoc comment. 409
 Error
javadoc JavadocVariable Missing a Javadoc comment. 410
 Error
javadoc JavadocVariable Missing a Javadoc comment. 417
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 417
 Error
javadoc JavadocVariable Missing a Javadoc comment. 418
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 418
 Error
javadoc JavadocVariable Missing a Javadoc comment. 423
 Error
javadoc JavadocVariable Missing a Javadoc comment. 424
 Error
sizes LineLength Line is longer than 80 characters (found 89). 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 426
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 431
 Error
javadoc JavadocVariable Missing a Javadoc comment. 432
 Error
javadoc JavadocVariable Missing a Javadoc comment. 433
 Error
javadoc JavadocVariable Missing a Javadoc comment. 434
 Error
javadoc JavadocVariable Missing a Javadoc comment. 441
 Error
javadoc JavadocVariable Missing a Javadoc comment. 442
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 447
 Error
javadoc JavadocVariable Missing a Javadoc comment. 449
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 449
 Error
javadoc JavadocVariable Missing a Javadoc comment. 450
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 455
 Error
javadoc JavadocVariable Missing a Javadoc comment. 456
 Error
sizes LineLength Line is longer than 80 characters (found 138). 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 458
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 463
 Error
javadoc JavadocVariable Missing a Javadoc comment. 464
 Error
javadoc JavadocVariable Missing a Javadoc comment. 465
 Error
javadoc JavadocVariable Missing a Javadoc comment. 466
 Error
javadoc JavadocVariable Missing a Javadoc comment. 473
 Error
javadoc JavadocVariable Missing a Javadoc comment. 474
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 478
 Error
misc FinalParameters Parameter conf should be final. 478
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 478
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 480
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 480
 Error
sizes LineLength Line is longer than 80 characters (found 83). 485
 Error
sizes LineLength Line is longer than 80 characters (found 88). 495
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 495
 Error
misc FinalParameters Parameter conf should be final. 495
 Error
misc FinalParameters Parameter jar should be final. 495
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 495
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 497
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 497
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 498
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 498
 Error
sizes LineLength Line is longer than 80 characters (found 83). 505
 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. 515
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 515
 Error
misc FinalParameters Parameter tabType should be final. 515
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 515
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 516
 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. 546
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 546
 Error
misc FinalParameters Parameter tabType should be final. 546
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 546
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 547
 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. 27
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 28
 Error
sizes LineLength Line is longer than 80 characters (found 99). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'simulatedevolution' must be private and have accessor methods. 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
design VisibilityModifier Variable 'cca' must be private and have accessor methods. 30
 Error
sizes LineLength Line is longer than 80 characters (found 81). 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
design VisibilityModifier Variable 'randomwalk' must be private and have accessor methods. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
design VisibilityModifier Variable 'dla' must be private and have accessor methods. 32
 Error
sizes LineLength Line is longer than 80 characters (found 84). 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 33
 Error
design VisibilityModifier Variable 'kochsnowflake' must be private and have accessor methods. 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 Error
design VisibilityModifier Variable 'samegame' must be private and have accessor methods. 34
 Error
sizes LineLength Line is longer than 80 characters (found 99). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
design VisibilityModifier Variable 'sierpinskitriangle' must be private and have accessor methods. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'tetris' must be private and have accessor methods. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
design VisibilityModifier Variable 'turmite' must be private and have accessor methods. 37
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'wator' must be private and have accessor methods. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
design VisibilityModifier Variable 'gameoflive' must be private and have accessor methods. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 45
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 58
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 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. 75
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 75
 Error
javadoc JavadocVariable Missing a Javadoc comment. 76
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 76
 Error
javadoc JavadocVariable Missing a Javadoc comment. 81
 Error
javadoc JavadocVariable Missing a Javadoc comment. 82
 Error
javadoc JavadocVariable Missing a Javadoc comment. 83
 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. 93
 Error
javadoc JavadocVariable Missing a Javadoc comment. 101
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 101
 Error
javadoc JavadocVariable Missing a Javadoc comment. 102
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 102
 Error
javadoc JavadocVariable Missing a Javadoc comment. 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 108
 Error
javadoc JavadocVariable Missing a Javadoc comment. 109
 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. 119
 Error
javadoc JavadocVariable Missing a Javadoc comment. 127
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 127
 Error
javadoc JavadocVariable Missing a Javadoc comment. 128
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 128
 Error
javadoc JavadocVariable Missing a Javadoc comment. 129
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 129
 Error
javadoc JavadocVariable Missing a Javadoc comment. 130
 Error
design VisibilityModifier Variable 'population' must be private and have accessor methods. 130
 Error
javadoc JavadocVariable Missing a Javadoc comment. 131
 Error
design VisibilityModifier Variable 'food' must be private and have accessor methods. 131
 Error
sizes LineLength Line is longer than 80 characters (found 85). 132
 Error
javadoc JavadocVariable Missing a Javadoc comment. 132
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 132
 Error
javadoc JavadocVariable Missing a Javadoc comment. 137
 Error
javadoc JavadocVariable Missing a Javadoc comment. 138
 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. 152
 Error
javadoc JavadocVariable Missing a Javadoc comment. 153
 Error
javadoc JavadocVariable Missing a Javadoc comment. 154
 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. 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. 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. 181
 Error
javadoc JavadocVariable Missing a Javadoc comment. 182
 Error
javadoc JavadocVariable Missing a Javadoc comment. 183
 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. 193
 Error
javadoc JavadocVariable Missing a Javadoc comment. 194
 Error
javadoc JavadocVariable Missing a Javadoc comment. 195
 Error
sizes LineLength Line is longer than 80 characters (found 85). 196
 Error
javadoc JavadocVariable Missing a Javadoc comment. 196
 Error
javadoc JavadocVariable Missing a Javadoc comment. 197
 Error
sizes LineLength Line is longer than 80 characters (found 81). 198
 Error
javadoc JavadocVariable Missing a Javadoc comment. 198
 Error
sizes LineLength Line is longer than 80 characters (found 88). 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 199
 Error
javadoc JavadocVariable Missing a Javadoc comment. 207
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 207
 Error
javadoc JavadocVariable Missing a Javadoc comment. 208
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 208
 Error
javadoc JavadocVariable Missing a Javadoc comment. 214
 Error
javadoc JavadocVariable Missing a Javadoc comment. 215
 Error
sizes LineLength Line is longer than 80 characters (found 89). 217
 Error
javadoc JavadocVariable Missing a Javadoc comment. 217
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 217
 Error
javadoc JavadocVariable Missing a Javadoc comment. 222
 Error
javadoc JavadocVariable Missing a Javadoc comment. 223
 Error
javadoc JavadocVariable Missing a Javadoc comment. 224
 Error
javadoc JavadocVariable Missing a Javadoc comment. 225
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 240
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 240
 Error
javadoc JavadocVariable Missing a Javadoc comment. 241
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 241
 Error
javadoc JavadocVariable Missing a Javadoc comment. 247
 Error
javadoc JavadocVariable Missing a Javadoc comment. 248
 Error
javadoc JavadocVariable Missing a Javadoc comment. 254
 Error
javadoc JavadocVariable Missing a Javadoc comment. 262
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 262
 Error
javadoc JavadocVariable Missing a Javadoc comment. 263
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 263
 Error
javadoc JavadocVariable Missing a Javadoc comment. 268
 Error
javadoc JavadocVariable Missing a Javadoc comment. 269
 Error
javadoc JavadocVariable Missing a Javadoc comment. 275
 Error
javadoc JavadocVariable Missing a Javadoc comment. 276
 Error
javadoc JavadocVariable Missing a Javadoc comment. 283
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 283
 Error
javadoc JavadocVariable Missing a Javadoc comment. 284
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 284
 Error
javadoc JavadocVariable Missing a Javadoc comment. 289
 Error
javadoc JavadocVariable Missing a Javadoc comment. 290
 Error
sizes LineLength Line is longer than 80 characters (found 89). 292
 Error
javadoc JavadocVariable Missing a Javadoc comment. 292
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 292
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 300
 Error
javadoc JavadocVariable Missing a Javadoc comment. 307
 Error
javadoc JavadocVariable Missing a Javadoc comment. 308
 Error
javadoc JavadocVariable Missing a Javadoc comment. 315
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 315
 Error
javadoc JavadocVariable Missing a Javadoc comment. 316
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 316
 Error
javadoc JavadocVariable Missing a Javadoc comment. 321
 Error
javadoc JavadocVariable Missing a Javadoc comment. 322
 Error
sizes LineLength Line is longer than 80 characters (found 89). 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 329
 Error
javadoc JavadocVariable Missing a Javadoc comment. 330
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
javadoc JavadocVariable Missing a Javadoc comment. 332
 Error
javadoc JavadocVariable Missing a Javadoc comment. 339
 Error
javadoc JavadocVariable Missing a Javadoc comment. 340
 Error
javadoc JavadocVariable Missing a Javadoc comment. 347
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 347
 Error
javadoc JavadocVariable Missing a Javadoc comment. 348
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 348
 Error
javadoc JavadocVariable Missing a Javadoc comment. 353
 Error
javadoc JavadocVariable Missing a Javadoc comment. 354
 Error
sizes LineLength Line is longer than 80 characters (found 89). 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 356
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 356
 Error
javadoc JavadocVariable Missing a Javadoc comment. 361
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 363
 Error
javadoc JavadocVariable Missing a Javadoc comment. 364
 Error
javadoc JavadocVariable Missing a Javadoc comment. 371
 Error
javadoc JavadocVariable Missing a Javadoc comment. 372
 Error
javadoc JavadocVariable Missing a Javadoc comment. 379
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 379
 Error
javadoc JavadocVariable Missing a Javadoc comment. 380
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 380
 Error
javadoc JavadocVariable Missing a Javadoc comment. 385
 Error
javadoc JavadocVariable Missing a Javadoc comment. 386
 Error
sizes LineLength Line is longer than 80 characters (found 89). 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 393
 Error
javadoc JavadocVariable Missing a Javadoc comment. 394
 Error
javadoc JavadocVariable Missing a Javadoc comment. 395
 Error
javadoc JavadocVariable Missing a Javadoc comment. 396
 Error
javadoc JavadocVariable Missing a Javadoc comment. 403
 Error
javadoc JavadocVariable Missing a Javadoc comment. 404
 Error
javadoc JavadocVariable Missing a Javadoc comment. 411
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 411
 Error
javadoc JavadocVariable Missing a Javadoc comment. 412
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 412
 Error
javadoc JavadocVariable Missing a Javadoc comment. 417
 Error
javadoc JavadocVariable Missing a Javadoc comment. 418
 Error
sizes LineLength Line is longer than 80 characters (found 89). 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 425
 Error
javadoc JavadocVariable Missing a Javadoc comment. 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 427
 Error
javadoc JavadocVariable Missing a Javadoc comment. 428
 Error
javadoc JavadocVariable Missing a Javadoc comment. 435
 Error
javadoc JavadocVariable Missing a Javadoc comment. 436
 Error
javadoc JavadocVariable Missing a Javadoc comment. 443
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 443
 Error
javadoc JavadocVariable Missing a Javadoc comment. 444
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 444
 Error
javadoc JavadocVariable Missing a Javadoc comment. 449
 Error
javadoc JavadocVariable Missing a Javadoc comment. 450
 Error
sizes LineLength Line is longer than 80 characters (found 89). 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 452
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 457
 Error
javadoc JavadocVariable Missing a Javadoc comment. 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 459
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 467
 Error
javadoc JavadocVariable Missing a Javadoc comment. 468
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 473
 Error
javadoc JavadocVariable Missing a Javadoc comment. 475
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 475
 Error
javadoc JavadocVariable Missing a Javadoc comment. 476
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 476
 Error
javadoc JavadocVariable Missing a Javadoc comment. 481
 Error
javadoc JavadocVariable Missing a Javadoc comment. 482
 Error
sizes LineLength Line is longer than 80 characters (found 138). 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. 489
 Error
javadoc JavadocVariable Missing a Javadoc comment. 490
 Error
javadoc JavadocVariable Missing a Javadoc comment. 491
 Error
javadoc JavadocVariable Missing a Javadoc comment. 492
 Error
javadoc JavadocVariable Missing a Javadoc comment. 499
 Error
javadoc JavadocVariable Missing a Javadoc comment. 500
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 504
 Error
misc FinalParameters Parameter conf should be final. 504
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 504
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 506
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 506
 Error
sizes LineLength Line is longer than 80 characters (found 83). 511
 Error
sizes LineLength Line is longer than 80 characters (found 88). 521
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 521
 Error
misc FinalParameters Parameter conf should be final. 521
 Error
misc FinalParameters Parameter jar should be final. 521
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 521
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 523
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 523
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 524
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 524
 Error
sizes LineLength Line is longer than 80 characters (found 83). 531
 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. 541
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 541
 Error
misc FinalParameters Parameter tabType should be final. 541
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 541
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 542
 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. 572
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 572
 Error
misc FinalParameters Parameter tabType should be final. 572
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 572
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 573
 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. 27
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 28
 Error
sizes LineLength Line is longer than 80 characters (found 87). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'mandelbrotZoom' 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 MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter conf should be final. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 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 83). 49
 Error
sizes LineLength Line is longer than 80 characters (found 88). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter conf should be final. 59
 Error
misc FinalParameters Parameter jar should be final. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 61
 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 83). 69
 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. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter tabType should be final. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 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. 110
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 110
 Error
misc FinalParameters Parameter tabType should be final. 110
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 110
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 111
 Error
javadoc JavadocVariable Missing a Javadoc comment. 145
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 145
 Error
javadoc JavadocVariable Missing a Javadoc comment. 146
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 146
 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. 165
 Error
javadoc JavadocVariable Missing a Javadoc comment. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 175
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 175
 Error
javadoc JavadocVariable Missing a Javadoc comment. 176
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 181
 Error
javadoc JavadocVariable Missing a Javadoc comment. 182
 Error
javadoc JavadocVariable Missing a Javadoc comment. 183
 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. 193
 Error
javadoc JavadocVariable Missing a Javadoc comment. 201
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 201
 Error
javadoc JavadocVariable Missing a Javadoc comment. 202
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 202
 Error
javadoc JavadocVariable Missing a Javadoc comment. 207
 Error
javadoc JavadocVariable Missing a Javadoc comment. 208
 Error
javadoc JavadocVariable Missing a Javadoc comment. 209
 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. 219
 Error
javadoc JavadocVariable Missing a Javadoc comment. 227
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 227
 Error
javadoc JavadocVariable Missing a Javadoc comment. 228
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 228
 Error
javadoc JavadocVariable Missing a Javadoc comment. 229
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 229
 Error
javadoc JavadocVariable Missing a Javadoc comment. 230
 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. 231
 Error
sizes LineLength Line is longer than 80 characters (found 85). 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 237
 Error
javadoc JavadocVariable Missing a Javadoc comment. 238
 Error
javadoc JavadocVariable Missing a Javadoc comment. 244
 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. 254
 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. 265
 Error
javadoc JavadocVariable Missing a Javadoc comment. 266
 Error
javadoc JavadocVariable Missing a Javadoc comment. 267
 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. 281
 Error
javadoc JavadocVariable Missing a Javadoc comment. 282
 Error
javadoc JavadocVariable Missing a Javadoc comment. 283
 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. 293
 Error
javadoc JavadocVariable Missing a Javadoc comment. 294
 Error
javadoc JavadocVariable Missing a Javadoc comment. 295
 Error
sizes LineLength Line is longer than 80 characters (found 85). 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
sizes LineLength Line is longer than 80 characters (found 81). 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
sizes LineLength Line is longer than 80 characters (found 88). 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 307
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 307
 Error
javadoc JavadocVariable Missing a Javadoc comment. 308
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 308
 Error
sizes LineLength Line is longer than 80 characters (found 89). 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 314
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 315
 Error
javadoc JavadocVariable Missing a Javadoc comment. 316
 Error
javadoc JavadocVariable Missing a Javadoc comment. 321
 Error
javadoc JavadocVariable Missing a Javadoc comment. 322
 Error
javadoc JavadocVariable Missing a Javadoc comment. 323
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
javadoc JavadocVariable Missing a Javadoc comment. 339
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 339
 Error
javadoc JavadocVariable Missing a Javadoc comment. 340
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 340
 Error
javadoc JavadocVariable Missing a Javadoc comment. 346
 Error
javadoc JavadocVariable Missing a Javadoc comment. 347
 Error
javadoc JavadocVariable Missing a Javadoc comment. 353
 Error
javadoc JavadocVariable Missing a Javadoc comment. 361
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 361
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 367
 Error
javadoc JavadocVariable Missing a Javadoc comment. 368
 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
sizes LineLength Line is longer than 80 characters (found 89). 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 389
 Error
javadoc JavadocVariable Missing a Javadoc comment. 390
 Error
javadoc JavadocVariable Missing a Javadoc comment. 395
 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. 405
 Error
javadoc JavadocVariable Missing a Javadoc comment. 406
 Error
javadoc JavadocVariable Missing a Javadoc comment. 413
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 413
 Error
javadoc JavadocVariable Missing a Javadoc comment. 414
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 414
 Error
sizes LineLength Line is longer than 80 characters (found 89). 419
 Error
javadoc JavadocVariable Missing a Javadoc comment. 419
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 419
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 421
 Error
javadoc JavadocVariable Missing a Javadoc comment. 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 427
 Error
javadoc JavadocVariable Missing a Javadoc comment. 428
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 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
design VisibilityModifier Variable 'view' must be private and have accessor methods. 444
 Error
javadoc JavadocVariable Missing a Javadoc comment. 445
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 445
 Error
sizes LineLength Line is longer than 80 characters (found 89). 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 450
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 451
 Error
javadoc JavadocVariable Missing a Javadoc comment. 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 457
 Error
javadoc JavadocVariable Missing a Javadoc comment. 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 459
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 467
 Error
javadoc JavadocVariable Missing a Javadoc comment. 468
 Error
javadoc JavadocVariable Missing a Javadoc comment. 475
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 475
 Error
javadoc JavadocVariable Missing a Javadoc comment. 476
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 476
 Error
sizes LineLength Line is longer than 80 characters (found 89). 481
 Error
javadoc JavadocVariable Missing a Javadoc comment. 481
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 481
 Error
javadoc JavadocVariable Missing a Javadoc comment. 482
 Error
javadoc JavadocVariable Missing a Javadoc comment. 483
 Error
javadoc JavadocVariable Missing a Javadoc comment. 488
 Error
javadoc JavadocVariable Missing a Javadoc comment. 489
 Error
javadoc JavadocVariable Missing a Javadoc comment. 490
 Error
javadoc JavadocVariable Missing a Javadoc comment. 491
 Error
javadoc JavadocVariable Missing a Javadoc comment. 498
 Error
javadoc JavadocVariable Missing a Javadoc comment. 499
 Error
javadoc JavadocVariable Missing a Javadoc comment. 506
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 506
 Error
javadoc JavadocVariable Missing a Javadoc comment. 507
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 507
 Error
sizes LineLength Line is longer than 80 characters (found 89). 512
 Error
javadoc JavadocVariable Missing a Javadoc comment. 512
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 512
 Error
javadoc JavadocVariable Missing a Javadoc comment. 513
 Error
javadoc JavadocVariable Missing a Javadoc comment. 514
 Error
javadoc JavadocVariable Missing a Javadoc comment. 519
 Error
javadoc JavadocVariable Missing a Javadoc comment. 520
 Error
javadoc JavadocVariable Missing a Javadoc comment. 521
 Error
javadoc JavadocVariable Missing a Javadoc comment. 522
 Error
javadoc JavadocVariable Missing a Javadoc comment. 529
 Error
javadoc JavadocVariable Missing a Javadoc comment. 530
 Error
javadoc JavadocVariable Missing a Javadoc comment. 537
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 537
 Error
javadoc JavadocVariable Missing a Javadoc comment. 538
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 538
 Error
sizes LineLength Line is longer than 80 characters (found 89). 543
 Error
javadoc JavadocVariable Missing a Javadoc comment. 543
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 543
 Error
javadoc JavadocVariable Missing a Javadoc comment. 544
 Error
javadoc JavadocVariable Missing a Javadoc comment. 545
 Error
javadoc JavadocVariable Missing a Javadoc comment. 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. 555
 Error
javadoc JavadocVariable Missing a Javadoc comment. 556
 Error
javadoc JavadocVariable Missing a Javadoc comment. 557
 Error
javadoc JavadocVariable Missing a Javadoc comment. 558
 Error
javadoc JavadocVariable Missing a Javadoc comment. 565
 Error
javadoc JavadocVariable Missing a Javadoc comment. 566
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 571
 Error
javadoc JavadocVariable Missing a Javadoc comment. 573
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 573
 Error
javadoc JavadocVariable Missing a Javadoc comment. 574
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 574
 Error
sizes LineLength Line is longer than 80 characters (found 138). 579
 Error
javadoc JavadocVariable Missing a Javadoc comment. 579
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 579
 Error
javadoc JavadocVariable Missing a Javadoc comment. 580
 Error
javadoc JavadocVariable Missing a Javadoc comment. 581
 Error
javadoc JavadocVariable Missing a Javadoc comment. 586
 Error
javadoc JavadocVariable Missing a Javadoc comment. 587
 Error
javadoc JavadocVariable Missing a Javadoc comment. 588
 Error
javadoc JavadocVariable Missing a Javadoc comment. 589
 Error
javadoc JavadocVariable Missing a Javadoc comment. 596
 Error
javadoc JavadocVariable Missing a Javadoc comment. 597
 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. 27
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 28
 Error
sizes LineLength Line is longer than 80 characters (found 87). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'mandelbrotZoom' 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 MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter conf should be final. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 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 83). 49
 Error
sizes LineLength Line is longer than 80 characters (found 88). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter conf should be final. 59
 Error
misc FinalParameters Parameter jar should be final. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 61
 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 83). 69
 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. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter tabType should be final. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 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. 110
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 110
 Error
misc FinalParameters Parameter tabType should be final. 110
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 110
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 111
 Error
javadoc JavadocVariable Missing a Javadoc comment. 145
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 145
 Error
javadoc JavadocVariable Missing a Javadoc comment. 146
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 146
 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. 165
 Error
javadoc JavadocVariable Missing a Javadoc comment. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 175
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 175
 Error
javadoc JavadocVariable Missing a Javadoc comment. 176
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 181
 Error
javadoc JavadocVariable Missing a Javadoc comment. 182
 Error
javadoc JavadocVariable Missing a Javadoc comment. 183
 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. 193
 Error
javadoc JavadocVariable Missing a Javadoc comment. 201
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 201
 Error
javadoc JavadocVariable Missing a Javadoc comment. 202
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 202
 Error
javadoc JavadocVariable Missing a Javadoc comment. 207
 Error
javadoc JavadocVariable Missing a Javadoc comment. 208
 Error
javadoc JavadocVariable Missing a Javadoc comment. 209
 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. 219
 Error
javadoc JavadocVariable Missing a Javadoc comment. 227
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 227
 Error
javadoc JavadocVariable Missing a Javadoc comment. 228
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 228
 Error
javadoc JavadocVariable Missing a Javadoc comment. 229
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 229
 Error
javadoc JavadocVariable Missing a Javadoc comment. 230
 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. 231
 Error
sizes LineLength Line is longer than 80 characters (found 85). 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 237
 Error
javadoc JavadocVariable Missing a Javadoc comment. 238
 Error
javadoc JavadocVariable Missing a Javadoc comment. 244
 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. 254
 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. 265
 Error
javadoc JavadocVariable Missing a Javadoc comment. 266
 Error
javadoc JavadocVariable Missing a Javadoc comment. 267
 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. 281
 Error
javadoc JavadocVariable Missing a Javadoc comment. 282
 Error
javadoc JavadocVariable Missing a Javadoc comment. 283
 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. 293
 Error
javadoc JavadocVariable Missing a Javadoc comment. 294
 Error
javadoc JavadocVariable Missing a Javadoc comment. 295
 Error
sizes LineLength Line is longer than 80 characters (found 85). 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
sizes LineLength Line is longer than 80 characters (found 81). 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
sizes LineLength Line is longer than 80 characters (found 88). 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 307
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 307
 Error
javadoc JavadocVariable Missing a Javadoc comment. 308
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 308
 Error
sizes LineLength Line is longer than 80 characters (found 89). 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 314
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 315
 Error
javadoc JavadocVariable Missing a Javadoc comment. 316
 Error
javadoc JavadocVariable Missing a Javadoc comment. 321
 Error
javadoc JavadocVariable Missing a Javadoc comment. 322
 Error
javadoc JavadocVariable Missing a Javadoc comment. 323
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
javadoc JavadocVariable Missing a Javadoc comment. 339
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 339
 Error
javadoc JavadocVariable Missing a Javadoc comment. 340
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 340
 Error
javadoc JavadocVariable Missing a Javadoc comment. 346
 Error
javadoc JavadocVariable Missing a Javadoc comment. 347
 Error
javadoc JavadocVariable Missing a Javadoc comment. 353
 Error
javadoc JavadocVariable Missing a Javadoc comment. 361
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 361
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 367
 Error
javadoc JavadocVariable Missing a Javadoc comment. 368
 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
sizes LineLength Line is longer than 80 characters (found 89). 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 389
 Error
javadoc JavadocVariable Missing a Javadoc comment. 390
 Error
javadoc JavadocVariable Missing a Javadoc comment. 395
 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. 405
 Error
javadoc JavadocVariable Missing a Javadoc comment. 406
 Error
javadoc JavadocVariable Missing a Javadoc comment. 413
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 413
 Error
javadoc JavadocVariable Missing a Javadoc comment. 414
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 414
 Error
sizes LineLength Line is longer than 80 characters (found 89). 419
 Error
javadoc JavadocVariable Missing a Javadoc comment. 419
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 419
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 421
 Error
javadoc JavadocVariable Missing a Javadoc comment. 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 427
 Error
javadoc JavadocVariable Missing a Javadoc comment. 428
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 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
design VisibilityModifier Variable 'view' must be private and have accessor methods. 444
 Error
javadoc JavadocVariable Missing a Javadoc comment. 445
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 445
 Error
sizes LineLength Line is longer than 80 characters (found 89). 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 450
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 451
 Error
javadoc JavadocVariable Missing a Javadoc comment. 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 457
 Error
javadoc JavadocVariable Missing a Javadoc comment. 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 459
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 467
 Error
javadoc JavadocVariable Missing a Javadoc comment. 468
 Error
javadoc JavadocVariable Missing a Javadoc comment. 475
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 475
 Error
javadoc JavadocVariable Missing a Javadoc comment. 476
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 476
 Error
sizes LineLength Line is longer than 80 characters (found 89). 481
 Error
javadoc JavadocVariable Missing a Javadoc comment. 481
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 481
 Error
javadoc JavadocVariable Missing a Javadoc comment. 482
 Error
javadoc JavadocVariable Missing a Javadoc comment. 483
 Error
javadoc JavadocVariable Missing a Javadoc comment. 488
 Error
javadoc JavadocVariable Missing a Javadoc comment. 489
 Error
javadoc JavadocVariable Missing a Javadoc comment. 490
 Error
javadoc JavadocVariable Missing a Javadoc comment. 491
 Error
javadoc JavadocVariable Missing a Javadoc comment. 498
 Error
javadoc JavadocVariable Missing a Javadoc comment. 499
 Error
javadoc JavadocVariable Missing a Javadoc comment. 506
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 506
 Error
javadoc JavadocVariable Missing a Javadoc comment. 507
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 507
 Error
sizes LineLength Line is longer than 80 characters (found 89). 512
 Error
javadoc JavadocVariable Missing a Javadoc comment. 512
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 512
 Error
javadoc JavadocVariable Missing a Javadoc comment. 513
 Error
javadoc JavadocVariable Missing a Javadoc comment. 514
 Error
javadoc JavadocVariable Missing a Javadoc comment. 519
 Error
javadoc JavadocVariable Missing a Javadoc comment. 520
 Error
javadoc JavadocVariable Missing a Javadoc comment. 521
 Error
javadoc JavadocVariable Missing a Javadoc comment. 522
 Error
javadoc JavadocVariable Missing a Javadoc comment. 529
 Error
javadoc JavadocVariable Missing a Javadoc comment. 530
 Error
javadoc JavadocVariable Missing a Javadoc comment. 537
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 537
 Error
javadoc JavadocVariable Missing a Javadoc comment. 538
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 538
 Error
sizes LineLength Line is longer than 80 characters (found 89). 543
 Error
javadoc JavadocVariable Missing a Javadoc comment. 543
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 543
 Error
javadoc JavadocVariable Missing a Javadoc comment. 544
 Error
javadoc JavadocVariable Missing a Javadoc comment. 545
 Error
javadoc JavadocVariable Missing a Javadoc comment. 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. 555
 Error
javadoc JavadocVariable Missing a Javadoc comment. 556
 Error
javadoc JavadocVariable Missing a Javadoc comment. 557
 Error
javadoc JavadocVariable Missing a Javadoc comment. 558
 Error
javadoc JavadocVariable Missing a Javadoc comment. 565
 Error
javadoc JavadocVariable Missing a Javadoc comment. 566
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 571
 Error
javadoc JavadocVariable Missing a Javadoc comment. 573
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 573
 Error
javadoc JavadocVariable Missing a Javadoc comment. 574
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 574
 Error
sizes LineLength Line is longer than 80 characters (found 138). 579
 Error
javadoc JavadocVariable Missing a Javadoc comment. 579
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 579
 Error
javadoc JavadocVariable Missing a Javadoc comment. 580
 Error
javadoc JavadocVariable Missing a Javadoc comment. 581
 Error
javadoc JavadocVariable Missing a Javadoc comment. 586
 Error
javadoc JavadocVariable Missing a Javadoc comment. 587
 Error
javadoc JavadocVariable Missing a Javadoc comment. 588
 Error
javadoc JavadocVariable Missing a Javadoc comment. 589
 Error
javadoc JavadocVariable Missing a Javadoc comment. 596
 Error
javadoc JavadocVariable Missing a Javadoc comment. 597
 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. 27
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 28
 Error
sizes LineLength Line is longer than 80 characters (found 87). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'mandelbrotZoom' 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 MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter conf should be final. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 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 83). 49
 Error
sizes LineLength Line is longer than 80 characters (found 88). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter conf should be final. 59
 Error
misc FinalParameters Parameter jar should be final. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 61
 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 83). 69
 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. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter tabType should be final. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 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. 110
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 110
 Error
misc FinalParameters Parameter tabType should be final. 110
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 110
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 111
 Error
javadoc JavadocVariable Missing a Javadoc comment. 145
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 145
 Error
javadoc JavadocVariable Missing a Javadoc comment. 146
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 146
 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. 165
 Error
javadoc JavadocVariable Missing a Javadoc comment. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 175
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 175
 Error
javadoc JavadocVariable Missing a Javadoc comment. 176
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 181
 Error
javadoc JavadocVariable Missing a Javadoc comment. 182
 Error
javadoc JavadocVariable Missing a Javadoc comment. 183
 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. 193
 Error
javadoc JavadocVariable Missing a Javadoc comment. 201
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 201
 Error
javadoc JavadocVariable Missing a Javadoc comment. 202
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 202
 Error
javadoc JavadocVariable Missing a Javadoc comment. 207
 Error
javadoc JavadocVariable Missing a Javadoc comment. 208
 Error
javadoc JavadocVariable Missing a Javadoc comment. 209
 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. 219
 Error
javadoc JavadocVariable Missing a Javadoc comment. 227
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 227
 Error
javadoc JavadocVariable Missing a Javadoc comment. 228
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 228
 Error
javadoc JavadocVariable Missing a Javadoc comment. 229
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 229
 Error
javadoc JavadocVariable Missing a Javadoc comment. 230
 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. 231
 Error
sizes LineLength Line is longer than 80 characters (found 85). 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 237
 Error
javadoc JavadocVariable Missing a Javadoc comment. 238
 Error
javadoc JavadocVariable Missing a Javadoc comment. 244
 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. 254
 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. 265
 Error
javadoc JavadocVariable Missing a Javadoc comment. 266
 Error
javadoc JavadocVariable Missing a Javadoc comment. 267
 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. 281
 Error
javadoc JavadocVariable Missing a Javadoc comment. 282
 Error
javadoc JavadocVariable Missing a Javadoc comment. 283
 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. 293
 Error
javadoc JavadocVariable Missing a Javadoc comment. 294
 Error
javadoc JavadocVariable Missing a Javadoc comment. 295
 Error
sizes LineLength Line is longer than 80 characters (found 85). 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
sizes LineLength Line is longer than 80 characters (found 81). 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
sizes LineLength Line is longer than 80 characters (found 88). 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 307
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 307
 Error
javadoc JavadocVariable Missing a Javadoc comment. 308
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 308
 Error
sizes LineLength Line is longer than 80 characters (found 89). 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 314
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 315
 Error
javadoc JavadocVariable Missing a Javadoc comment. 316
 Error
javadoc JavadocVariable Missing a Javadoc comment. 321
 Error
javadoc JavadocVariable Missing a Javadoc comment. 322
 Error
javadoc JavadocVariable Missing a Javadoc comment. 323
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
javadoc JavadocVariable Missing a Javadoc comment. 339
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 339
 Error
javadoc JavadocVariable Missing a Javadoc comment. 340
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 340
 Error
javadoc JavadocVariable Missing a Javadoc comment. 346
 Error
javadoc JavadocVariable Missing a Javadoc comment. 347
 Error
javadoc JavadocVariable Missing a Javadoc comment. 353
 Error
javadoc JavadocVariable Missing a Javadoc comment. 361
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 361
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 367
 Error
javadoc JavadocVariable Missing a Javadoc comment. 368
 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
sizes LineLength Line is longer than 80 characters (found 89). 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 389
 Error
javadoc JavadocVariable Missing a Javadoc comment. 390
 Error
javadoc JavadocVariable Missing a Javadoc comment. 395
 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. 405
 Error
javadoc JavadocVariable Missing a Javadoc comment. 406
 Error
javadoc JavadocVariable Missing a Javadoc comment. 413
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 413
 Error
javadoc JavadocVariable Missing a Javadoc comment. 414
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 414
 Error
sizes LineLength Line is longer than 80 characters (found 89). 419
 Error
javadoc JavadocVariable Missing a Javadoc comment. 419
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 419
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 421
 Error
javadoc JavadocVariable Missing a Javadoc comment. 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 427
 Error
javadoc JavadocVariable Missing a Javadoc comment. 428
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 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
design VisibilityModifier Variable 'view' must be private and have accessor methods. 444
 Error
javadoc JavadocVariable Missing a Javadoc comment. 445
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 445
 Error
sizes LineLength Line is longer than 80 characters (found 89). 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 450
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 451
 Error
javadoc JavadocVariable Missing a Javadoc comment. 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 457
 Error
javadoc JavadocVariable Missing a Javadoc comment. 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 459
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 467
 Error
javadoc JavadocVariable Missing a Javadoc comment. 468
 Error
javadoc JavadocVariable Missing a Javadoc comment. 475
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 475
 Error
javadoc JavadocVariable Missing a Javadoc comment. 476
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 476
 Error
sizes LineLength Line is longer than 80 characters (found 89). 481
 Error
javadoc JavadocVariable Missing a Javadoc comment. 481
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 481
 Error
javadoc JavadocVariable Missing a Javadoc comment. 482
 Error
javadoc JavadocVariable Missing a Javadoc comment. 483
 Error
javadoc JavadocVariable Missing a Javadoc comment. 488
 Error
javadoc JavadocVariable Missing a Javadoc comment. 489
 Error
javadoc JavadocVariable Missing a Javadoc comment. 490
 Error
javadoc JavadocVariable Missing a Javadoc comment. 491
 Error
javadoc JavadocVariable Missing a Javadoc comment. 498
 Error
javadoc JavadocVariable Missing a Javadoc comment. 499
 Error
javadoc JavadocVariable Missing a Javadoc comment. 506
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 506
 Error
javadoc JavadocVariable Missing a Javadoc comment. 507
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 507
 Error
sizes LineLength Line is longer than 80 characters (found 89). 512
 Error
javadoc JavadocVariable Missing a Javadoc comment. 512
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 512
 Error
javadoc JavadocVariable Missing a Javadoc comment. 513
 Error
javadoc JavadocVariable Missing a Javadoc comment. 514
 Error
javadoc JavadocVariable Missing a Javadoc comment. 519
 Error
javadoc JavadocVariable Missing a Javadoc comment. 520
 Error
javadoc JavadocVariable Missing a Javadoc comment. 521
 Error
javadoc JavadocVariable Missing a Javadoc comment. 522
 Error
javadoc JavadocVariable Missing a Javadoc comment. 529
 Error
javadoc JavadocVariable Missing a Javadoc comment. 530
 Error
javadoc JavadocVariable Missing a Javadoc comment. 537
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 537
 Error
javadoc JavadocVariable Missing a Javadoc comment. 538
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 538
 Error
sizes LineLength Line is longer than 80 characters (found 89). 543
 Error
javadoc JavadocVariable Missing a Javadoc comment. 543
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 543
 Error
javadoc JavadocVariable Missing a Javadoc comment. 544
 Error
javadoc JavadocVariable Missing a Javadoc comment. 545
 Error
javadoc JavadocVariable Missing a Javadoc comment. 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. 555
 Error
javadoc JavadocVariable Missing a Javadoc comment. 556
 Error
javadoc JavadocVariable Missing a Javadoc comment. 557
 Error
javadoc JavadocVariable Missing a Javadoc comment. 558
 Error
javadoc JavadocVariable Missing a Javadoc comment. 565
 Error
javadoc JavadocVariable Missing a Javadoc comment. 566
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 571
 Error
javadoc JavadocVariable Missing a Javadoc comment. 573
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 573
 Error
javadoc JavadocVariable Missing a Javadoc comment. 574
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 574
 Error
sizes LineLength Line is longer than 80 characters (found 138). 579
 Error
javadoc JavadocVariable Missing a Javadoc comment. 579
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 579
 Error
javadoc JavadocVariable Missing a Javadoc comment. 580
 Error
javadoc JavadocVariable Missing a Javadoc comment. 581
 Error
javadoc JavadocVariable Missing a Javadoc comment. 586
 Error
javadoc JavadocVariable Missing a Javadoc comment. 587
 Error
javadoc JavadocVariable Missing a Javadoc comment. 588
 Error
javadoc JavadocVariable Missing a Javadoc comment. 589
 Error
javadoc JavadocVariable Missing a Javadoc comment. 596
 Error
javadoc JavadocVariable Missing a Javadoc comment. 597
 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. 27
 Error
design VisibilityModifier Variable 'allinone' must be private and have accessor methods. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
design VisibilityModifier Variable 'mandelbrot' must be private and have accessor methods. 28
 Error
sizes LineLength Line is longer than 80 characters (found 87). 29
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'mandelbrotZoom' 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 MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter conf should be final. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 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 83). 49
 Error
sizes LineLength Line is longer than 80 characters (found 88). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter conf should be final. 59
 Error
misc FinalParameters Parameter jar should be final. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 61
 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 83). 69
 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. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter tabType should be final. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 79
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 80
 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. 110
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 110
 Error
misc FinalParameters Parameter tabType should be final. 110
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 110
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 111
 Error
javadoc JavadocVariable Missing a Javadoc comment. 145
 Error
design VisibilityModifier Variable 'lattice' must be private and have accessor methods. 145
 Error
javadoc JavadocVariable Missing a Javadoc comment. 146
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 146
 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. 165
 Error
javadoc JavadocVariable Missing a Javadoc comment. 166
 Error
javadoc JavadocVariable Missing a Javadoc comment. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 175
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 175
 Error
javadoc JavadocVariable Missing a Javadoc comment. 176
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 176
 Error
javadoc JavadocVariable Missing a Javadoc comment. 181
 Error
javadoc JavadocVariable Missing a Javadoc comment. 182
 Error
javadoc JavadocVariable Missing a Javadoc comment. 183
 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. 193
 Error
javadoc JavadocVariable Missing a Javadoc comment. 201
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 201
 Error
javadoc JavadocVariable Missing a Javadoc comment. 202
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 202
 Error
javadoc JavadocVariable Missing a Javadoc comment. 207
 Error
javadoc JavadocVariable Missing a Javadoc comment. 208
 Error
javadoc JavadocVariable Missing a Javadoc comment. 209
 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. 219
 Error
javadoc JavadocVariable Missing a Javadoc comment. 227
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 227
 Error
javadoc JavadocVariable Missing a Javadoc comment. 228
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 228
 Error
javadoc JavadocVariable Missing a Javadoc comment. 229
 Error
design VisibilityModifier Variable 'cellConf' must be private and have accessor methods. 229
 Error
javadoc JavadocVariable Missing a Javadoc comment. 230
 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. 231
 Error
sizes LineLength Line is longer than 80 characters (found 85). 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 232
 Error
design VisibilityModifier Variable 'gardenOfEden' must be private and have accessor methods. 232
 Error
javadoc JavadocVariable Missing a Javadoc comment. 237
 Error
javadoc JavadocVariable Missing a Javadoc comment. 238
 Error
javadoc JavadocVariable Missing a Javadoc comment. 244
 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. 254
 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. 265
 Error
javadoc JavadocVariable Missing a Javadoc comment. 266
 Error
javadoc JavadocVariable Missing a Javadoc comment. 267
 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. 281
 Error
javadoc JavadocVariable Missing a Javadoc comment. 282
 Error
javadoc JavadocVariable Missing a Javadoc comment. 283
 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. 293
 Error
javadoc JavadocVariable Missing a Javadoc comment. 294
 Error
javadoc JavadocVariable Missing a Javadoc comment. 295
 Error
sizes LineLength Line is longer than 80 characters (found 85). 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 296
 Error
javadoc JavadocVariable Missing a Javadoc comment. 297
 Error
sizes LineLength Line is longer than 80 characters (found 81). 298
 Error
javadoc JavadocVariable Missing a Javadoc comment. 298
 Error
sizes LineLength Line is longer than 80 characters (found 88). 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 299
 Error
javadoc JavadocVariable Missing a Javadoc comment. 307
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 307
 Error
javadoc JavadocVariable Missing a Javadoc comment. 308
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 308
 Error
sizes LineLength Line is longer than 80 characters (found 89). 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 314
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 314
 Error
javadoc JavadocVariable Missing a Javadoc comment. 315
 Error
javadoc JavadocVariable Missing a Javadoc comment. 316
 Error
javadoc JavadocVariable Missing a Javadoc comment. 321
 Error
javadoc JavadocVariable Missing a Javadoc comment. 322
 Error
javadoc JavadocVariable Missing a Javadoc comment. 323
 Error
javadoc JavadocVariable Missing a Javadoc comment. 324
 Error
javadoc JavadocVariable Missing a Javadoc comment. 331
 Error
javadoc JavadocVariable Missing a Javadoc comment. 339
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 339
 Error
javadoc JavadocVariable Missing a Javadoc comment. 340
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 340
 Error
javadoc JavadocVariable Missing a Javadoc comment. 346
 Error
javadoc JavadocVariable Missing a Javadoc comment. 347
 Error
javadoc JavadocVariable Missing a Javadoc comment. 353
 Error
javadoc JavadocVariable Missing a Javadoc comment. 361
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 361
 Error
javadoc JavadocVariable Missing a Javadoc comment. 362
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 362
 Error
javadoc JavadocVariable Missing a Javadoc comment. 367
 Error
javadoc JavadocVariable Missing a Javadoc comment. 368
 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
sizes LineLength Line is longer than 80 characters (found 89). 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 388
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 388
 Error
javadoc JavadocVariable Missing a Javadoc comment. 389
 Error
javadoc JavadocVariable Missing a Javadoc comment. 390
 Error
javadoc JavadocVariable Missing a Javadoc comment. 395
 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. 405
 Error
javadoc JavadocVariable Missing a Javadoc comment. 406
 Error
javadoc JavadocVariable Missing a Javadoc comment. 413
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 413
 Error
javadoc JavadocVariable Missing a Javadoc comment. 414
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 414
 Error
sizes LineLength Line is longer than 80 characters (found 89). 419
 Error
javadoc JavadocVariable Missing a Javadoc comment. 419
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 419
 Error
javadoc JavadocVariable Missing a Javadoc comment. 420
 Error
javadoc JavadocVariable Missing a Javadoc comment. 421
 Error
javadoc JavadocVariable Missing a Javadoc comment. 426
 Error
javadoc JavadocVariable Missing a Javadoc comment. 427
 Error
javadoc JavadocVariable Missing a Javadoc comment. 428
 Error
javadoc JavadocVariable Missing a Javadoc comment. 429
 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
design VisibilityModifier Variable 'view' must be private and have accessor methods. 444
 Error
javadoc JavadocVariable Missing a Javadoc comment. 445
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 445
 Error
sizes LineLength Line is longer than 80 characters (found 89). 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 450
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 450
 Error
javadoc JavadocVariable Missing a Javadoc comment. 451
 Error
javadoc JavadocVariable Missing a Javadoc comment. 452
 Error
javadoc JavadocVariable Missing a Javadoc comment. 457
 Error
javadoc JavadocVariable Missing a Javadoc comment. 458
 Error
javadoc JavadocVariable Missing a Javadoc comment. 459
 Error
javadoc JavadocVariable Missing a Javadoc comment. 460
 Error
javadoc JavadocVariable Missing a Javadoc comment. 467
 Error
javadoc JavadocVariable Missing a Javadoc comment. 468
 Error
javadoc JavadocVariable Missing a Javadoc comment. 475
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 475
 Error
javadoc JavadocVariable Missing a Javadoc comment. 476
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 476
 Error
sizes LineLength Line is longer than 80 characters (found 89). 481
 Error
javadoc JavadocVariable Missing a Javadoc comment. 481
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 481
 Error
javadoc JavadocVariable Missing a Javadoc comment. 482
 Error
javadoc JavadocVariable Missing a Javadoc comment. 483
 Error
javadoc JavadocVariable Missing a Javadoc comment. 488
 Error
javadoc JavadocVariable Missing a Javadoc comment. 489
 Error
javadoc JavadocVariable Missing a Javadoc comment. 490
 Error
javadoc JavadocVariable Missing a Javadoc comment. 491
 Error
javadoc JavadocVariable Missing a Javadoc comment. 498
 Error
javadoc JavadocVariable Missing a Javadoc comment. 499
 Error
javadoc JavadocVariable Missing a Javadoc comment. 506
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 506
 Error
javadoc JavadocVariable Missing a Javadoc comment. 507
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 507
 Error
sizes LineLength Line is longer than 80 characters (found 89). 512
 Error
javadoc JavadocVariable Missing a Javadoc comment. 512
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 512
 Error
javadoc JavadocVariable Missing a Javadoc comment. 513
 Error
javadoc JavadocVariable Missing a Javadoc comment. 514
 Error
javadoc JavadocVariable Missing a Javadoc comment. 519
 Error
javadoc JavadocVariable Missing a Javadoc comment. 520
 Error
javadoc JavadocVariable Missing a Javadoc comment. 521
 Error
javadoc JavadocVariable Missing a Javadoc comment. 522
 Error
javadoc JavadocVariable Missing a Javadoc comment. 529
 Error
javadoc JavadocVariable Missing a Javadoc comment. 530
 Error
javadoc JavadocVariable Missing a Javadoc comment. 537
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 537
 Error
javadoc JavadocVariable Missing a Javadoc comment. 538
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 538
 Error
sizes LineLength Line is longer than 80 characters (found 89). 543
 Error
javadoc JavadocVariable Missing a Javadoc comment. 543
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 543
 Error
javadoc JavadocVariable Missing a Javadoc comment. 544
 Error
javadoc JavadocVariable Missing a Javadoc comment. 545
 Error
javadoc JavadocVariable Missing a Javadoc comment. 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. 555
 Error
javadoc JavadocVariable Missing a Javadoc comment. 556
 Error
javadoc JavadocVariable Missing a Javadoc comment. 557
 Error
javadoc JavadocVariable Missing a Javadoc comment. 558
 Error
javadoc JavadocVariable Missing a Javadoc comment. 565
 Error
javadoc JavadocVariable Missing a Javadoc comment. 566
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 571
 Error
javadoc JavadocVariable Missing a Javadoc comment. 573
 Error
design VisibilityModifier Variable 'view' must be private and have accessor methods. 573
 Error
javadoc JavadocVariable Missing a Javadoc comment. 574
 Error
design VisibilityModifier Variable 'control' must be private and have accessor methods. 574
 Error
sizes LineLength Line is longer than 80 characters (found 138). 579
 Error
javadoc JavadocVariable Missing a Javadoc comment. 579
 Error
design VisibilityModifier Variable 'neighborhood' must be private and have accessor methods. 579
 Error
javadoc JavadocVariable Missing a Javadoc comment. 580
 Error
javadoc JavadocVariable Missing a Javadoc comment. 581
 Error
javadoc JavadocVariable Missing a Javadoc comment. 586
 Error
javadoc JavadocVariable Missing a Javadoc comment. 587
 Error
javadoc JavadocVariable Missing a Javadoc comment. 588
 Error
javadoc JavadocVariable Missing a Javadoc comment. 589
 Error
javadoc JavadocVariable Missing a Javadoc comment. 596
 Error
javadoc JavadocVariable Missing a Javadoc comment. 597

org/woehlke/computer/kurzweil/commons/Startable.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
 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/Updateable.java

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 5
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 5
 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/GuiComponentTab.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 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
 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
 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
 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
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

org/woehlke/computer/kurzweil/commons/has/HasTabCanvas.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
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

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

Severity Category Rule Message Line
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 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
 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
 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
 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. 15
 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. 15
 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. 15

org/woehlke/computer/kurzweil/commons/layouts/FlowLayoutCenter.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. 6
 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. 6
 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. 6

org/woehlke/computer/kurzweil/commons/layouts/FlowLayoutLeft.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. 7
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

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. 14
 Error
javadoc JavadocMethod Expected @param tag for 'target'. 14
 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. 14
 Error
javadoc JavadocMethod Expected @param tag for 'target'. 14
 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. 14
 Error
javadoc JavadocMethod Expected @param tag for 'target'. 14

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. 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 MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter height should be final. 22
 Error
misc FinalParameters Parameter width should be final. 22
 Error
misc FinalParameters Parameter screenSize should be final. 22
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter rootPane should be final. 31
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter rootPane should be final. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 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. 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 height should be final. 25
 Error
misc FinalParameters Parameter width should be final. 25
 Error
misc FinalParameters Parameter screenSize should be final. 25
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter rootPane should be final. 34
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter rootPane should be final. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 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. 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 height should be final. 25
 Error
misc FinalParameters Parameter width should be final. 25
 Error
misc FinalParameters Parameter screenSize should be final. 25
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter rootPane should be final. 34
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter rootPane should be final. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45

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

Severity Category Rule Message Line
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter maxX should be final. 23
 Error
coding HiddenField 'maxX' hides a field. 23
 Error
misc FinalParameters Parameter maxY should be final. 23
 Error
coding HiddenField 'maxY' hides a field. 23
 Error
misc FinalParameters Parameter x should be final. 23
 Error
coding HiddenField 'x' hides a field. 23
 Error
misc FinalParameters Parameter y should be final. 23
 Error
coding HiddenField 'y' hides a field. 23
 Error
misc FinalParameters Parameter neighbourhoodType should be final. 24
 Error
coding HiddenField 'neighbourhoodType' hides a field. 24
 Error
sizes LineLength Line is longer than 80 characters (found 107). 37
 Error
sizes LineLength Line is longer than 80 characters (found 129). 40
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter worldX should be final. 51
 Error
misc FinalParameters Parameter worldY should be final. 51
 Error
misc FinalParameters Parameter myX should be final. 51
 Error
misc FinalParameters Parameter myY should be final. 51
 Error
sizes LineLength Line is longer than 80 characters (found 97). 52
 Error
sizes LineLength Line is longer than 80 characters (found 103). 53
 Error
sizes LineLength Line is longer than 80 characters (found 85). 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter worldX should be final. 57
 Error
misc FinalParameters Parameter worldY should be final. 57
 Error
misc FinalParameters Parameter myX should be final. 57
 Error
misc FinalParameters Parameter myY should be final. 57
 Error
sizes LineLength Line is longer than 80 characters (found 97). 58
 Error
sizes LineLength Line is longer than 80 characters (found 103). 59
 Error
sizes LineLength Line is longer than 80 characters (found 90). 63
 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 103). 64
 Error
sizes LineLength Line is longer than 80 characters (found 103). 65
 Error
sizes LineLength Line is longer than 80 characters (found 87). 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 99). 70
 Error
sizes LineLength Line is longer than 80 characters (found 103). 71
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter maxX should be final. 23
 Error
coding HiddenField 'maxX' hides a field. 23
 Error
misc FinalParameters Parameter maxY should be final. 23
 Error
coding HiddenField 'maxY' hides a field. 23
 Error
misc FinalParameters Parameter x should be final. 23
 Error
coding HiddenField 'x' hides a field. 23
 Error
misc FinalParameters Parameter y should be final. 23
 Error
coding HiddenField 'y' hides a field. 23
 Error
misc FinalParameters Parameter neighbourhoodType should be final. 24
 Error
coding HiddenField 'neighbourhoodType' hides a field. 24
 Error
sizes LineLength Line is longer than 80 characters (found 107). 37
 Error
sizes LineLength Line is longer than 80 characters (found 129). 40
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter worldX should be final. 51
 Error
misc FinalParameters Parameter worldY should be final. 51
 Error
misc FinalParameters Parameter myX should be final. 51
 Error
misc FinalParameters Parameter myY should be final. 51
 Error
sizes LineLength Line is longer than 80 characters (found 97). 52
 Error
sizes LineLength Line is longer than 80 characters (found 103). 53
 Error
sizes LineLength Line is longer than 80 characters (found 85). 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter worldX should be final. 57
 Error
misc FinalParameters Parameter worldY should be final. 57
 Error
misc FinalParameters Parameter myX should be final. 57
 Error
misc FinalParameters Parameter myY should be final. 57
 Error
sizes LineLength Line is longer than 80 characters (found 97). 58
 Error
sizes LineLength Line is longer than 80 characters (found 103). 59
 Error
sizes LineLength Line is longer than 80 characters (found 90). 63
 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 103). 64
 Error
sizes LineLength Line is longer than 80 characters (found 103). 65
 Error
sizes LineLength Line is longer than 80 characters (found 87). 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 99). 70
 Error
sizes LineLength Line is longer than 80 characters (found 103). 71
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter maxX should be final. 23
 Error
coding HiddenField 'maxX' hides a field. 23
 Error
misc FinalParameters Parameter maxY should be final. 23
 Error
coding HiddenField 'maxY' hides a field. 23
 Error
misc FinalParameters Parameter x should be final. 23
 Error
coding HiddenField 'x' hides a field. 23
 Error
misc FinalParameters Parameter y should be final. 23
 Error
coding HiddenField 'y' hides a field. 23
 Error
misc FinalParameters Parameter neighbourhoodType should be final. 24
 Error
coding HiddenField 'neighbourhoodType' hides a field. 24
 Error
sizes LineLength Line is longer than 80 characters (found 107). 37
 Error
sizes LineLength Line is longer than 80 characters (found 129). 40
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter worldX should be final. 51
 Error
misc FinalParameters Parameter worldY should be final. 51
 Error
misc FinalParameters Parameter myX should be final. 51
 Error
misc FinalParameters Parameter myY should be final. 51
 Error
sizes LineLength Line is longer than 80 characters (found 97). 52
 Error
sizes LineLength Line is longer than 80 characters (found 103). 53
 Error
sizes LineLength Line is longer than 80 characters (found 85). 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter worldX should be final. 57
 Error
misc FinalParameters Parameter worldY should be final. 57
 Error
misc FinalParameters Parameter myX should be final. 57
 Error
misc FinalParameters Parameter myY should be final. 57
 Error
sizes LineLength Line is longer than 80 characters (found 97). 58
 Error
sizes LineLength Line is longer than 80 characters (found 103). 59
 Error
sizes LineLength Line is longer than 80 characters (found 90). 63
 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 103). 64
 Error
sizes LineLength Line is longer than 80 characters (found 103). 65
 Error
sizes LineLength Line is longer than 80 characters (found 87). 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 99). 70
 Error
sizes LineLength Line is longer than 80 characters (found 103). 71

org/woehlke/computer/kurzweil/commons/model/LatticeNeighbourhoodType.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
 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 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). 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter other should be final. 38
 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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 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. 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 '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. 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 '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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
misc FinalParameters Parameter p should be final. 60
 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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter p should be final. 66
 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. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter p should be final. 71
 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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 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. 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 '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. 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 '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. 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 '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. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error
misc FinalParameters Parameter worldDimensions should be final. 96
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 96
 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. 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
coding MagicNumber '11' is a magic number. 99
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 89). 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter other should be final. 38
 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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 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. 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 '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. 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 '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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
misc FinalParameters Parameter p should be final. 60
 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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter p should be final. 66
 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. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter p should be final. 71
 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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 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. 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 '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. 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 '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. 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 '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. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error
misc FinalParameters Parameter worldDimensions should be final. 96
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 96
 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. 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
coding MagicNumber '11' is a magic number. 99
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 89). 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter other should be final. 38
 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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 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. 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 '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. 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 '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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error
misc FinalParameters Parameter p should be final. 60
 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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter p should be final. 66
 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. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter p should be final. 71
 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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 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. 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 '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. 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 '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. 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 '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. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error
misc FinalParameters Parameter worldDimensions should be final. 96
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 96
 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. 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
coding MagicNumber '11' is a magic number. 99

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

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 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 JavadocPackage Missing package-info.java file. 1
 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 JavadocPackage Missing package-info.java file. 1
 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
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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 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
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. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter complexNumber should be final. 38
 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter real should be final. 46
 Error
coding HiddenField 'real' hides a field. 46
 Error
misc FinalParameters Parameter img should be final. 46
 Error
coding HiddenField 'img' hides a field. 46
 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
whitespace WhitespaceAround '=' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
misc FinalParameters Parameter complexNumber should be final. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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
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. 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
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. 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 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
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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 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
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. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter c should be final. 84
 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
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. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 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. 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 '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. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 104
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 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. 105
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 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. 108
 Error
misc FinalParameters Parameter o should be final. 109
 Error
blocks NeedBraces 'if' construct must use '{}'s. 110
 Error
blocks NeedBraces 'if' construct must use '{}'s. 111
 Error
whitespace OperatorWrap '&&' should be on a new line. 113
 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
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. 120
 Error
sizes LineLength Line is longer than 80 characters (found 98). 122
 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. 125
 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
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 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
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. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter complexNumber should be final. 38
 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter real should be final. 46
 Error
coding HiddenField 'real' hides a field. 46
 Error
misc FinalParameters Parameter img should be final. 46
 Error
coding HiddenField 'img' hides a field. 46
 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
whitespace WhitespaceAround '=' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
misc FinalParameters Parameter complexNumber should be final. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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
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. 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
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. 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 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
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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 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
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. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter c should be final. 84
 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
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. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 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. 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 '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. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 104
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 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. 105
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 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. 108
 Error
misc FinalParameters Parameter o should be final. 109
 Error
blocks NeedBraces 'if' construct must use '{}'s. 110
 Error
blocks NeedBraces 'if' construct must use '{}'s. 111
 Error
whitespace OperatorWrap '&&' should be on a new line. 113
 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
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. 120
 Error
sizes LineLength Line is longer than 80 characters (found 98). 122
 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. 125
 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
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 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
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. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter complexNumber should be final. 38
 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter real should be final. 46
 Error
coding HiddenField 'real' hides a field. 46
 Error
misc FinalParameters Parameter img should be final. 46
 Error
coding HiddenField 'img' hides a field. 46
 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
whitespace WhitespaceAround '=' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
misc FinalParameters Parameter complexNumber should be final. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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
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. 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
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. 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 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
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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 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
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. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter c should be final. 84
 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
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. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 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. 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 '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. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 104
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 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. 105
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 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. 108
 Error
misc FinalParameters Parameter o should be final. 109
 Error
blocks NeedBraces 'if' construct must use '{}'s. 110
 Error
blocks NeedBraces 'if' construct must use '{}'s. 111
 Error
whitespace OperatorWrap '&&' should be on a new line. 113
 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
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. 120
 Error
sizes LineLength Line is longer than 80 characters (found 98). 122
 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. 125
 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
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132
 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. 16
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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 MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 28
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 28
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter complexNumber should be final. 32
 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. 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter real should be final. 40
 Error
coding HiddenField 'real' hides a field. 40
 Error
misc FinalParameters Parameter img should be final. 40
 Error
coding HiddenField 'img' hides a field. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 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
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 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. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter complexNumber should be final. 56
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 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. 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. 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
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 WhitespaceAfter ',' is not followed by whitespace. 67
 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. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 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
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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter c should be final. 82
 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
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. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 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. 98
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 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. 102
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 102
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 103
 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
whitespace ParenPad ')' is preceded with whitespace. 103
 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. 106
 Error
misc FinalParameters Parameter o should be final. 107
 Error
blocks NeedBraces 'if' construct must use '{}'s. 108
 Error
blocks NeedBraces 'if' construct must use '{}'s. 109
 Error
whitespace OperatorWrap '&&' should be on a new line. 111
 Error
whitespace OperatorWrap '&&' should be on a new line. 112
 Error
whitespace OperatorWrap '&&' should be on a new line. 113
 Error
whitespace OperatorWrap '&&' should be on a new line. 114
 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. 118
 Error
sizes LineLength Line is longer than 80 characters (found 98). 120
 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. 123
 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
 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. 16
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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 MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 28
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 28
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter complexNumber should be final. 32
 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. 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter real should be final. 40
 Error
coding HiddenField 'real' hides a field. 40
 Error
misc FinalParameters Parameter img should be final. 40
 Error
coding HiddenField 'img' hides a field. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 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
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 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. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter complexNumber should be final. 56
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 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. 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. 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
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 WhitespaceAfter ',' is not followed by whitespace. 67
 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. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 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
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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter c should be final. 82
 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
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. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 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. 98
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 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. 102
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 102
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 103
 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
whitespace ParenPad ')' is preceded with whitespace. 103
 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. 106
 Error
misc FinalParameters Parameter o should be final. 107
 Error
blocks NeedBraces 'if' construct must use '{}'s. 108
 Error
blocks NeedBraces 'if' construct must use '{}'s. 109
 Error
whitespace OperatorWrap '&&' should be on a new line. 111
 Error
whitespace OperatorWrap '&&' should be on a new line. 112
 Error
whitespace OperatorWrap '&&' should be on a new line. 113
 Error
whitespace OperatorWrap '&&' should be on a new line. 114
 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. 118
 Error
sizes LineLength Line is longer than 80 characters (found 98). 120
 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. 123
 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
 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. 16
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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 MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 28
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 28
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter complexNumber should be final. 32
 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. 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter real should be final. 40
 Error
coding HiddenField 'real' hides a field. 40
 Error
misc FinalParameters Parameter img should be final. 40
 Error
coding HiddenField 'img' hides a field. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 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
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 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. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter complexNumber should be final. 56
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 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. 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. 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
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 WhitespaceAfter ',' is not followed by whitespace. 67
 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. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 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
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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter c should be final. 82
 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
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. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 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. 98
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 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. 102
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 102
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 103
 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
whitespace ParenPad ')' is preceded with whitespace. 103
 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. 106
 Error
misc FinalParameters Parameter o should be final. 107
 Error
blocks NeedBraces 'if' construct must use '{}'s. 108
 Error
blocks NeedBraces 'if' construct must use '{}'s. 109
 Error
whitespace OperatorWrap '&&' should be on a new line. 111
 Error
whitespace OperatorWrap '&&' should be on a new line. 112
 Error
whitespace OperatorWrap '&&' should be on a new line. 113
 Error
whitespace OperatorWrap '&&' should be on a new line. 114
 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. 118
 Error
sizes LineLength Line is longer than 80 characters (found 98). 120
 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. 123
 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
 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. 16
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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 MissingJavadocMethod Missing a Javadoc comment. 24
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 28
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 28
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter complexNumber should be final. 32
 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. 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
misc FinalParameters Parameter real should be final. 40
 Error
coding HiddenField 'real' hides a field. 40
 Error
misc FinalParameters Parameter img should be final. 40
 Error
coding HiddenField 'img' hides a field. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 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
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 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. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
misc FinalParameters Parameter complexNumber should be final. 56
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 62
 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. 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. 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
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 WhitespaceAfter ',' is not followed by whitespace. 67
 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. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 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
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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter c should be final. 82
 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
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. 94
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 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. 98
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 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. 102
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 102
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 103
 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
whitespace ParenPad ')' is preceded with whitespace. 103
 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. 106
 Error
misc FinalParameters Parameter o should be final. 107
 Error
blocks NeedBraces 'if' construct must use '{}'s. 108
 Error
blocks NeedBraces 'if' construct must use '{}'s. 109
 Error
whitespace OperatorWrap '&&' should be on a new line. 111
 Error
whitespace OperatorWrap '&&' should be on a new line. 112
 Error
whitespace OperatorWrap '&&' should be on a new line. 113
 Error
whitespace OperatorWrap '&&' should be on a new line. 114
 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. 118
 Error
sizes LineLength Line is longer than 80 characters (found 98). 120
 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. 123
 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/commons/model/fractal/GaussianNumberPlane.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. 21
 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
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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 'complexWorldDimensionRealX' 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 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 31
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 'complexCenterForMandelbrotImgY' 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 'complexCenterForJuliaRealX' 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 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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. 40
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 40
 Error
sizes LineLength Line is longer than 80 characters (found 96). 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
sizes LineLength Line is longer than 80 characters (found 87). 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter model should be final. 49
 Error
sizes LineLength Line is longer than 80 characters (found 88). 51
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 74
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAfter 'for' 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 preceded with whitespace. 75
 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. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter x should be final. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
misc FinalParameters Parameter y should be final. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 82
 Error
sizes LineLength Line is longer than 80 characters (found 104). 85
 Error
misc FinalParameters Parameter turingPosition should be final. 85
 Error
sizes LineLength Line is longer than 80 characters (found 94). 87
 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. 87
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 87
 Error
sizes LineLength Line is longer than 80 characters (found 93). 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 WhitespaceAfter ',' is not followed by whitespace. 90
 Error
sizes LineLength Line is longer than 80 characters (found 109). 93
 Error
misc FinalParameters Parameter turingPosition should be final. 93
 Error
whitespace ParenPad '(' is followed by whitespace. 96
 Error
whitespace ParenPad ')' is preceded with whitespace. 96
 Error
whitespace ParenPad '(' is followed by whitespace. 101
 Error
whitespace ParenPad ')' is preceded with whitespace. 101
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 104
 Error
sizes LineLength Line is longer than 80 characters (found 115). 107
 Error
misc FinalParameters Parameter turingPosition should be final. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 109
 Error
whitespace ParenPad ')' is preceded with whitespace. 109
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace ParenPad '(' is followed by whitespace. 112
 Error
whitespace ParenPad ')' is preceded with whitespace. 112
 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 WhitespaceAfter ',' is not followed by whitespace. 120
 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. 123
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 123
 Error
misc FinalParameters Parameter turingPosition should be final. 123
 Error
sizes LineLength Line is longer than 80 characters (found 107). 124
 Error
sizes LineLength Line is longer than 80 characters (found 96). 125
 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. 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 101). 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 '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. 135
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 135
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 135
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 138
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 138
 Error
misc FinalParameters Parameter c should be final. 145
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 146
 Error
sizes LineLength Line is longer than 80 characters (found 89). 149
 Error
sizes LineLength Line is longer than 80 characters (found 82). 155
 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. 155
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 155
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 155
 Error
sizes LineLength Line is longer than 80 characters (found 97). 156
 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. 161
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 161
 Error
misc FinalParameters Parameter zoomPoint should be final. 161
 Error
sizes LineLength Line is longer than 80 characters (found 94). 162
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 164
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 164
 Error
sizes LineLength Line is longer than 80 characters (found 93). 165
 Error
sizes LineLength Line is longer than 80 characters (found 90). 167
 Error
sizes LineLength Line is longer than 80 characters (found 96). 169
 Error
sizes LineLength Line is longer than 80 characters (found 102). 173
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 174
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 174
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 175
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 175
 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. 182
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 182
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 184
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 184
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 184
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 184
 Error
sizes LineLength Line is longer than 80 characters (found 99). 188
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 189
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 189
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 190
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 190
 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. 197
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 197
 Error
misc FinalParameters Parameter zoomPoint should be final. 197
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 202
 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. 205
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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 '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. 217
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Error
misc FinalParameters Parameter zoomLevel should be final. 217
 Error
coding HiddenField 'zoomLevel' hides a field. 217
 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. 221
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 221
 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. 225
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 225
 Error
misc FinalParameters Parameter zoomCenter should be final. 225
 Error
coding HiddenField 'zoomCenter' hides a field. 225
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 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. 27
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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 'complexWorldDimensionRealX' 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 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 31
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 'complexCenterForMandelbrotImgY' 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 'complexCenterForJuliaRealX' 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 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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. 40
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 40
 Error
sizes LineLength Line is longer than 80 characters (found 96). 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
sizes LineLength Line is longer than 80 characters (found 87). 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter model should be final. 48
 Error
sizes LineLength Line is longer than 80 characters (found 88). 50
 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. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 73
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 75
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAfter 'for' 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 preceded with whitespace. 76
 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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error
misc FinalParameters Parameter x should be final. 82
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 82
 Error
misc FinalParameters Parameter y should be final. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 82
 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
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 104). 86
 Error
misc FinalParameters Parameter turingPosition should be final. 86
 Error
sizes LineLength Line is longer than 80 characters (found 94). 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 93). 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. 91
 Error
sizes LineLength Line is longer than 80 characters (found 109). 94
 Error
misc FinalParameters Parameter turingPosition should be final. 94
 Error
whitespace ParenPad '(' is followed by whitespace. 97
 Error
whitespace ParenPad ')' is preceded with whitespace. 97
 Error
whitespace ParenPad '(' is followed by whitespace. 102
 Error
whitespace ParenPad ')' is preceded with whitespace. 102
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 105
 Error
sizes LineLength Line is longer than 80 characters (found 115). 108
 Error
misc FinalParameters Parameter turingPosition should be final. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 110
 Error
whitespace ParenPad ')' is preceded with whitespace. 110
 Error
whitespace ParenPad '(' is followed by whitespace. 112
 Error
whitespace ParenPad ')' is preceded with whitespace. 112
 Error
whitespace ParenPad '(' is followed by whitespace. 113
 Error
whitespace ParenPad ')' is preceded with whitespace. 113
 Error
whitespace ParenPad '(' is followed by whitespace. 116
 Error
whitespace ParenPad ')' is preceded with whitespace. 116
 Error
whitespace ParenPad '(' is followed by whitespace. 118
 Error
whitespace ParenPad ')' is preceded with whitespace. 118
 Error
whitespace ParenPad '(' is followed by whitespace. 119
 Error
whitespace ParenPad ')' is preceded with whitespace. 119
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 121
 Error
sizes LineLength Line is longer than 80 characters (found 107). 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 '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
sizes LineLength Line is longer than 80 characters (found 94). 166
 Error
sizes LineLength Line is longer than 80 characters (found 93). 169
 Error
sizes LineLength Line is longer than 80 characters (found 90). 171
 Error
sizes LineLength Line is longer than 80 characters (found 96). 173
 Error
sizes LineLength Line is longer than 80 characters (found 102). 177
 Error
sizes LineLength Line is longer than 80 characters (found 99). 192
 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. 209
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 209
 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. 222
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 222
 Error
misc FinalParameters Parameter zoomLevel should be final. 222
 Error
coding HiddenField 'zoomLevel' hides a field. 222
 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. 226
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 226
 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. 230
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 230
 Error
misc FinalParameters Parameter zoomCenter should be final. 230
 Error
coding HiddenField 'zoomCenter' hides a field. 230
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 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. 27
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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 'complexWorldDimensionRealX' 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 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 31
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 'complexCenterForMandelbrotImgY' 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 'complexCenterForJuliaRealX' 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 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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. 40
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 40
 Error
sizes LineLength Line is longer than 80 characters (found 96). 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
sizes LineLength Line is longer than 80 characters (found 87). 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter model should be final. 49
 Error
sizes LineLength Line is longer than 80 characters (found 88). 51
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 74
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAfter 'for' 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 preceded with whitespace. 75
 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. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter x should be final. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
misc FinalParameters Parameter y should be final. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 82
 Error
sizes LineLength Line is longer than 80 characters (found 104). 85
 Error
misc FinalParameters Parameter turingPosition should be final. 85
 Error
sizes LineLength Line is longer than 80 characters (found 94). 87
 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. 87
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 87
 Error
sizes LineLength Line is longer than 80 characters (found 93). 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 WhitespaceAfter ',' is not followed by whitespace. 90
 Error
sizes LineLength Line is longer than 80 characters (found 109). 93
 Error
misc FinalParameters Parameter turingPosition should be final. 93
 Error
whitespace ParenPad '(' is followed by whitespace. 96
 Error
whitespace ParenPad ')' is preceded with whitespace. 96
 Error
whitespace ParenPad '(' is followed by whitespace. 101
 Error
whitespace ParenPad ')' is preceded with whitespace. 101
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 104
 Error
sizes LineLength Line is longer than 80 characters (found 115). 107
 Error
misc FinalParameters Parameter turingPosition should be final. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 109
 Error
whitespace ParenPad ')' is preceded with whitespace. 109
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace ParenPad '(' is followed by whitespace. 112
 Error
whitespace ParenPad ')' is preceded with whitespace. 112
 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 WhitespaceAfter ',' is not followed by whitespace. 120
 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. 123
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 123
 Error
misc FinalParameters Parameter turingPosition should be final. 123
 Error
sizes LineLength Line is longer than 80 characters (found 107). 124
 Error
sizes LineLength Line is longer than 80 characters (found 96). 125
 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. 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 101). 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 '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. 135
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 135
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 135
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 138
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 138
 Error
misc FinalParameters Parameter c should be final. 145
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 146
 Error
sizes LineLength Line is longer than 80 characters (found 89). 149
 Error
sizes LineLength Line is longer than 80 characters (found 82). 155
 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. 155
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 155
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 155
 Error
sizes LineLength Line is longer than 80 characters (found 97). 156
 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. 161
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 161
 Error
misc FinalParameters Parameter zoomPoint should be final. 161
 Error
sizes LineLength Line is longer than 80 characters (found 94). 162
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 164
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 164
 Error
sizes LineLength Line is longer than 80 characters (found 93). 165
 Error
sizes LineLength Line is longer than 80 characters (found 90). 167
 Error
sizes LineLength Line is longer than 80 characters (found 96). 169
 Error
sizes LineLength Line is longer than 80 characters (found 102). 173
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 174
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 174
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 175
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 175
 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. 182
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 182
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 184
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 184
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 184
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 184
 Error
sizes LineLength Line is longer than 80 characters (found 99). 188
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 189
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 189
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 190
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 190
 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. 197
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 197
 Error
misc FinalParameters Parameter zoomPoint should be final. 197
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 202
 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. 205
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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 '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. 217
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Error
misc FinalParameters Parameter zoomLevel should be final. 217
 Error
coding HiddenField 'zoomLevel' hides a field. 217
 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. 221
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 221
 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. 225
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 225
 Error
misc FinalParameters Parameter zoomCenter should be final. 225
 Error
coding HiddenField 'zoomCenter' hides a field. 225
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 'complexCenterForMandelbrotImgY' 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 'complexCenterForJuliaRealX' 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 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 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
sizes LineLength Line is longer than 80 characters (found 96). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
sizes LineLength Line is longer than 80 characters (found 87). 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter model should be final. 42
 Error
sizes LineLength Line is longer than 80 characters (found 88). 44
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 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. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 67
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAfter 'for' is not followed by 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 preceded with whitespace. 68
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter x should be final. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
misc FinalParameters Parameter y should be final. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 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 WhitespaceAround ':' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 75
 Error
sizes LineLength Line is longer than 80 characters (found 104). 78
 Error
misc FinalParameters Parameter turingPosition should be final. 78
 Error
sizes LineLength Line is longer than 80 characters (found 94). 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
sizes LineLength Line is longer than 80 characters (found 93). 82
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 83
 Error
sizes LineLength Line is longer than 80 characters (found 109). 86
 Error
misc FinalParameters Parameter turingPosition should be final. 86
 Error
whitespace ParenPad '(' is followed by whitespace. 89
 Error
whitespace ParenPad ')' is preceded with whitespace. 89
 Error
whitespace ParenPad '(' is followed by whitespace. 94
 Error
whitespace ParenPad ')' is preceded with whitespace. 94
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 97
 Error
sizes LineLength Line is longer than 80 characters (found 115). 100
 Error
misc FinalParameters Parameter turingPosition should be final. 100
 Error
whitespace ParenPad '(' is followed by whitespace. 102
 Error
whitespace ParenPad ')' is preceded with whitespace. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 104
 Error
whitespace ParenPad ')' is preceded with whitespace. 104
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 110
 Error
whitespace ParenPad ')' is preceded with whitespace. 110
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 113
 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. 116
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Error
misc FinalParameters Parameter turingPosition should be final. 116
 Error
sizes LineLength Line is longer than 80 characters (found 107). 117
 Error
sizes LineLength Line is longer than 80 characters (found 96). 118
 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. 122
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Error
misc FinalParameters Parameter turingPosition should be final. 122
 Error
sizes LineLength Line is longer than 80 characters (found 101). 123
 Error
sizes LineLength Line is longer than 80 characters (found 96). 124
 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. 128
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 128
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 128
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 131
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
misc FinalParameters Parameter c should be final. 138
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 139
 Error
sizes LineLength Line is longer than 80 characters (found 89). 142
 Error
sizes LineLength Line is longer than 80 characters (found 82). 148
 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. 148
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 148
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 148
 Error
sizes LineLength Line is longer than 80 characters (found 97). 149
 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. 154
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 154
 Error
misc FinalParameters Parameter zoomPoint should be final. 154
 Error
sizes LineLength Line is longer than 80 characters (found 94). 155
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 157
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 157
 Error
sizes LineLength Line is longer than 80 characters (found 93). 158
 Error
sizes LineLength Line is longer than 80 characters (found 90). 160
 Error
sizes LineLength Line is longer than 80 characters (found 96). 162
 Error
sizes LineLength Line is longer than 80 characters (found 102). 166
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 167
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 167
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 168
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 168
 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. 175
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 175
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 177
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 177
 Error
sizes LineLength Line is longer than 80 characters (found 99). 181
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 182
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 182
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 183
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 183
 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. 190
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 190
 Error
misc FinalParameters Parameter zoomPoint should be final. 190
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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. 198
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 198
 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. 202
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 202
 Error
misc FinalParameters Parameter zoomLevel should be final. 202
 Error
coding HiddenField 'zoomLevel' hides a field. 202
 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. 206
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 206
 Error
coding InnerAssignment Inner assignments should be avoided. 207
 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. 210
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 210
 Error
coding InnerAssignment Inner assignments should be avoided. 211
 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. 214
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 214
 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. 218
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 218
 Error
misc FinalParameters Parameter zoomCenter should be final. 218
 Error
coding HiddenField 'zoomCenter' hides a field. 218
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 'complexCenterForMandelbrotImgY' 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 'complexCenterForJuliaRealX' 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 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 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
sizes LineLength Line is longer than 80 characters (found 96). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
sizes LineLength Line is longer than 80 characters (found 87). 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter model should be final. 42
 Error
sizes LineLength Line is longer than 80 characters (found 88). 44
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 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. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 67
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAfter 'for' is not followed by 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 preceded with whitespace. 68
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter x should be final. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
misc FinalParameters Parameter y should be final. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 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 WhitespaceAround ':' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 75
 Error
sizes LineLength Line is longer than 80 characters (found 104). 78
 Error
misc FinalParameters Parameter turingPosition should be final. 78
 Error
sizes LineLength Line is longer than 80 characters (found 94). 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
sizes LineLength Line is longer than 80 characters (found 93). 82
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 83
 Error
sizes LineLength Line is longer than 80 characters (found 109). 86
 Error
misc FinalParameters Parameter turingPosition should be final. 86
 Error
whitespace ParenPad '(' is followed by whitespace. 89
 Error
whitespace ParenPad ')' is preceded with whitespace. 89
 Error
whitespace ParenPad '(' is followed by whitespace. 94
 Error
whitespace ParenPad ')' is preceded with whitespace. 94
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 97
 Error
sizes LineLength Line is longer than 80 characters (found 115). 100
 Error
misc FinalParameters Parameter turingPosition should be final. 100
 Error
whitespace ParenPad '(' is followed by whitespace. 102
 Error
whitespace ParenPad ')' is preceded with whitespace. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 104
 Error
whitespace ParenPad ')' is preceded with whitespace. 104
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 110
 Error
whitespace ParenPad ')' is preceded with whitespace. 110
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 113
 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. 116
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Error
misc FinalParameters Parameter turingPosition should be final. 116
 Error
sizes LineLength Line is longer than 80 characters (found 107). 117
 Error
sizes LineLength Line is longer than 80 characters (found 96). 118
 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. 122
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Error
misc FinalParameters Parameter turingPosition should be final. 122
 Error
sizes LineLength Line is longer than 80 characters (found 101). 123
 Error
sizes LineLength Line is longer than 80 characters (found 96). 124
 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. 128
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 128
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 128
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 131
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
misc FinalParameters Parameter c should be final. 138
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 139
 Error
sizes LineLength Line is longer than 80 characters (found 89). 142
 Error
sizes LineLength Line is longer than 80 characters (found 82). 148
 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. 148
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 148
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 148
 Error
sizes LineLength Line is longer than 80 characters (found 97). 149
 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. 154
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 154
 Error
misc FinalParameters Parameter zoomPoint should be final. 154
 Error
sizes LineLength Line is longer than 80 characters (found 94). 155
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 157
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 157
 Error
sizes LineLength Line is longer than 80 characters (found 93). 158
 Error
sizes LineLength Line is longer than 80 characters (found 90). 160
 Error
sizes LineLength Line is longer than 80 characters (found 96). 162
 Error
sizes LineLength Line is longer than 80 characters (found 102). 166
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 167
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 167
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 168
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 168
 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. 175
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 175
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 177
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 177
 Error
sizes LineLength Line is longer than 80 characters (found 99). 181
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 182
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 182
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 183
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 183
 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. 190
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 190
 Error
misc FinalParameters Parameter zoomPoint should be final. 190
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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. 198
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 198
 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. 202
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 202
 Error
misc FinalParameters Parameter zoomLevel should be final. 202
 Error
coding HiddenField 'zoomLevel' hides a field. 202
 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. 206
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 206
 Error
coding InnerAssignment Inner assignments should be avoided. 207
 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. 210
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 210
 Error
coding InnerAssignment Inner assignments should be avoided. 211
 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. 214
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 214
 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. 218
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 218
 Error
misc FinalParameters Parameter zoomCenter should be final. 218
 Error
coding HiddenField 'zoomCenter' hides a field. 218
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 'complexCenterForMandelbrotImgY' 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 'complexCenterForJuliaRealX' 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 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 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
sizes LineLength Line is longer than 80 characters (found 96). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
sizes LineLength Line is longer than 80 characters (found 87). 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter model should be final. 42
 Error
sizes LineLength Line is longer than 80 characters (found 88). 44
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 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. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 67
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAfter 'for' is not followed by 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 preceded with whitespace. 68
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter x should be final. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
misc FinalParameters Parameter y should be final. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 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 WhitespaceAround ':' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 75
 Error
sizes LineLength Line is longer than 80 characters (found 104). 78
 Error
misc FinalParameters Parameter turingPosition should be final. 78
 Error
sizes LineLength Line is longer than 80 characters (found 94). 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
sizes LineLength Line is longer than 80 characters (found 93). 82
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 83
 Error
sizes LineLength Line is longer than 80 characters (found 109). 86
 Error
misc FinalParameters Parameter turingPosition should be final. 86
 Error
whitespace ParenPad '(' is followed by whitespace. 89
 Error
whitespace ParenPad ')' is preceded with whitespace. 89
 Error
whitespace ParenPad '(' is followed by whitespace. 94
 Error
whitespace ParenPad ')' is preceded with whitespace. 94
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 97
 Error
sizes LineLength Line is longer than 80 characters (found 115). 100
 Error
misc FinalParameters Parameter turingPosition should be final. 100
 Error
whitespace ParenPad '(' is followed by whitespace. 102
 Error
whitespace ParenPad ')' is preceded with whitespace. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 104
 Error
whitespace ParenPad ')' is preceded with whitespace. 104
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 110
 Error
whitespace ParenPad ')' is preceded with whitespace. 110
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 113
 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. 116
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Error
misc FinalParameters Parameter turingPosition should be final. 116
 Error
sizes LineLength Line is longer than 80 characters (found 107). 117
 Error
sizes LineLength Line is longer than 80 characters (found 96). 118
 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. 122
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Error
misc FinalParameters Parameter turingPosition should be final. 122
 Error
sizes LineLength Line is longer than 80 characters (found 101). 123
 Error
sizes LineLength Line is longer than 80 characters (found 96). 124
 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. 128
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 128
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 128
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 131
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
misc FinalParameters Parameter c should be final. 138
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 139
 Error
sizes LineLength Line is longer than 80 characters (found 89). 142
 Error
sizes LineLength Line is longer than 80 characters (found 82). 148
 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. 148
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 148
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 148
 Error
sizes LineLength Line is longer than 80 characters (found 97). 149
 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. 154
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 154
 Error
misc FinalParameters Parameter zoomPoint should be final. 154
 Error
sizes LineLength Line is longer than 80 characters (found 94). 155
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 157
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 157
 Error
sizes LineLength Line is longer than 80 characters (found 93). 158
 Error
sizes LineLength Line is longer than 80 characters (found 90). 160
 Error
sizes LineLength Line is longer than 80 characters (found 96). 162
 Error
sizes LineLength Line is longer than 80 characters (found 102). 166
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 167
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 167
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 168
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 168
 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. 175
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 175
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 177
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 177
 Error
sizes LineLength Line is longer than 80 characters (found 99). 181
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 182
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 182
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 183
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 183
 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. 190
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 190
 Error
misc FinalParameters Parameter zoomPoint should be final. 190
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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. 198
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 198
 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. 202
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 202
 Error
misc FinalParameters Parameter zoomLevel should be final. 202
 Error
coding HiddenField 'zoomLevel' hides a field. 202
 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. 206
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 206
 Error
coding InnerAssignment Inner assignments should be avoided. 207
 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. 210
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 210
 Error
coding InnerAssignment Inner assignments should be avoided. 211
 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. 214
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 214
 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. 218
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 218
 Error
misc FinalParameters Parameter zoomCenter should be final. 218
 Error
coding HiddenField 'zoomCenter' hides a field. 218
 Error
sizes LineLength Line is longer than 80 characters (found 90). 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22
 Error
naming ConstantName Name 'complexWorldDimensionRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 23
 Error
naming ConstantName Name 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 24
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 'complexCenterForMandelbrotImgY' 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 'complexCenterForJuliaRealX' 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 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 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
sizes LineLength Line is longer than 80 characters (found 96). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 37
 Error
sizes LineLength Line is longer than 80 characters (found 87). 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter model should be final. 42
 Error
sizes LineLength Line is longer than 80 characters (found 88). 44
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 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. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 67
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAfter 'for' is not followed by 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 preceded with whitespace. 68
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter x should be final. 74
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 74
 Error
misc FinalParameters Parameter y should be final. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 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 WhitespaceAround ':' is not followed by whitespace. 75
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 75
 Error
sizes LineLength Line is longer than 80 characters (found 104). 78
 Error
misc FinalParameters Parameter turingPosition should be final. 78
 Error
sizes LineLength Line is longer than 80 characters (found 94). 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
sizes LineLength Line is longer than 80 characters (found 93). 82
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 83
 Error
sizes LineLength Line is longer than 80 characters (found 109). 86
 Error
misc FinalParameters Parameter turingPosition should be final. 86
 Error
whitespace ParenPad '(' is followed by whitespace. 89
 Error
whitespace ParenPad ')' is preceded with whitespace. 89
 Error
whitespace ParenPad '(' is followed by whitespace. 94
 Error
whitespace ParenPad ')' is preceded with whitespace. 94
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 97
 Error
sizes LineLength Line is longer than 80 characters (found 115). 100
 Error
misc FinalParameters Parameter turingPosition should be final. 100
 Error
whitespace ParenPad '(' is followed by whitespace. 102
 Error
whitespace ParenPad ')' is preceded with whitespace. 102
 Error
whitespace ParenPad '(' is followed by whitespace. 104
 Error
whitespace ParenPad ')' is preceded with whitespace. 104
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad '(' is followed by whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
whitespace ParenPad '(' is followed by whitespace. 110
 Error
whitespace ParenPad ')' is preceded with whitespace. 110
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 113
 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. 116
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Error
misc FinalParameters Parameter turingPosition should be final. 116
 Error
sizes LineLength Line is longer than 80 characters (found 107). 117
 Error
sizes LineLength Line is longer than 80 characters (found 96). 118
 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. 122
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Error
misc FinalParameters Parameter turingPosition should be final. 122
 Error
sizes LineLength Line is longer than 80 characters (found 101). 123
 Error
sizes LineLength Line is longer than 80 characters (found 96). 124
 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. 128
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 128
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 128
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 129
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 129
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 131
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 131
 Error
misc FinalParameters Parameter c should be final. 138
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 139
 Error
sizes LineLength Line is longer than 80 characters (found 89). 142
 Error
sizes LineLength Line is longer than 80 characters (found 82). 148
 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. 148
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 148
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 148
 Error
sizes LineLength Line is longer than 80 characters (found 97). 149
 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. 154
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 154
 Error
misc FinalParameters Parameter zoomPoint should be final. 154
 Error
sizes LineLength Line is longer than 80 characters (found 94). 155
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 157
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 157
 Error
sizes LineLength Line is longer than 80 characters (found 93). 158
 Error
sizes LineLength Line is longer than 80 characters (found 90). 160
 Error
sizes LineLength Line is longer than 80 characters (found 96). 162
 Error
sizes LineLength Line is longer than 80 characters (found 102). 166
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 167
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 167
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 168
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 168
 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. 175
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 175
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 177
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 177
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 177
 Error
sizes LineLength Line is longer than 80 characters (found 99). 181
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 182
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 182
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 183
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 183
 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. 190
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 190
 Error
misc FinalParameters Parameter zoomPoint should be final. 190
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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. 198
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 198
 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. 202
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 202
 Error
misc FinalParameters Parameter zoomLevel should be final. 202
 Error
coding HiddenField 'zoomLevel' hides a field. 202
 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. 206
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 206
 Error
coding InnerAssignment Inner assignments should be avoided. 207
 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. 210
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 210
 Error
coding InnerAssignment Inner assignments should be avoided. 211
 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. 214
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 214
 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. 218
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 218
 Error
misc FinalParameters Parameter zoomCenter should be final. 218
 Error
coding HiddenField 'zoomCenter' hides a field. 218

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). 10
 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 model should be final. 22
 Error
sizes LineLength Line is longer than 80 characters (found 89). 25
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround 'switch' 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. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
sizes LineLength Line is longer than 80 characters (found 97). 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 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 model should be final. 22
 Error
sizes LineLength Line is longer than 80 characters (found 89). 25
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround 'switch' 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. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
sizes LineLength Line is longer than 80 characters (found 97). 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 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 model should be final. 22
 Error
sizes LineLength Line is longer than 80 characters (found 89). 25
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround 'switch' 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. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
sizes LineLength Line is longer than 80 characters (found 97). 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 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 model should be final. 22
 Error
sizes LineLength Line is longer than 80 characters (found 89). 25
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround 'switch' 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. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
sizes LineLength Line is longer than 80 characters (found 97). 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 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 model should be final. 22
 Error
sizes LineLength Line is longer than 80 characters (found 89). 25
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround 'switch' 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. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
sizes LineLength Line is longer than 80 characters (found 97). 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 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 model should be final. 22
 Error
sizes LineLength Line is longer than 80 characters (found 89). 25
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround 'switch' 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. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
sizes LineLength Line is longer than 80 characters (found 97). 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77

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). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 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. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 22
 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. 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 '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. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 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. 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 '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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 16
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 20
 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. 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 '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. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 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. 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 '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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 16
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 20
 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. 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 '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. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 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. 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 '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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 16
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 20
 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. 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 '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. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 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. 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 '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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 16
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 20
 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. 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 '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. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 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. 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 '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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 16
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 20
 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. 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 '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. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 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. 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 '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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36

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). 7
 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. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter worldDimensions should be final. 22
 Error
coding HiddenField 'worldDimensions' hides a field. 22
 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. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 WhitespaceAround '/' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 29
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 29
 Error
coding MagicNumber '11' is a magic number. 29
 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. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
sizes LineLength Line is longer than 80 characters (found 81). 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 66
 Error
sizes LineLength Line is longer than 80 characters (found 82). 67
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
sizes LineLength Line is longer than 80 characters (found 81). 78
 Error
sizes LineLength Line is longer than 80 characters (found 83). 79
 Error
sizes LineLength Line is longer than 80 characters (found 82). 80
 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. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
sizes LineLength Line is longer than 80 characters (found 87). 87
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 87
 Error
coding MagicNumber '100' is a magic number. 87
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 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. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter worldDimensions should be final. 22
 Error
coding HiddenField 'worldDimensions' hides a field. 22
 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. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 WhitespaceAround '/' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 29
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 29
 Error
coding MagicNumber '11' is a magic number. 29
 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. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
sizes LineLength Line is longer than 80 characters (found 81). 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 66
 Error
sizes LineLength Line is longer than 80 characters (found 82). 67
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
sizes LineLength Line is longer than 80 characters (found 81). 78
 Error
sizes LineLength Line is longer than 80 characters (found 83). 79
 Error
sizes LineLength Line is longer than 80 characters (found 82). 80
 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. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
sizes LineLength Line is longer than 80 characters (found 87). 87
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 87
 Error
coding MagicNumber '100' is a magic number. 87
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 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. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter worldDimensions should be final. 22
 Error
coding HiddenField 'worldDimensions' hides a field. 22
 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. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 WhitespaceAround '/' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 29
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 29
 Error
coding MagicNumber '11' is a magic number. 29
 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. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
sizes LineLength Line is longer than 80 characters (found 81). 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 66
 Error
sizes LineLength Line is longer than 80 characters (found 82). 67
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
sizes LineLength Line is longer than 80 characters (found 81). 78
 Error
sizes LineLength Line is longer than 80 characters (found 83). 79
 Error
sizes LineLength Line is longer than 80 characters (found 82). 80
 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. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
sizes LineLength Line is longer than 80 characters (found 87). 87
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 87
 Error
coding MagicNumber '100' is a magic number. 87
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 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. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter worldDimensions should be final. 22
 Error
coding HiddenField 'worldDimensions' hides a field. 22
 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. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 WhitespaceAround '/' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 29
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 29
 Error
coding MagicNumber '11' is a magic number. 29
 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. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
sizes LineLength Line is longer than 80 characters (found 81). 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 66
 Error
sizes LineLength Line is longer than 80 characters (found 82). 67
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
sizes LineLength Line is longer than 80 characters (found 81). 78
 Error
sizes LineLength Line is longer than 80 characters (found 83). 79
 Error
sizes LineLength Line is longer than 80 characters (found 82). 80
 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. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
sizes LineLength Line is longer than 80 characters (found 87). 87
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 87
 Error
coding MagicNumber '100' is a magic number. 87
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 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. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter worldDimensions should be final. 22
 Error
coding HiddenField 'worldDimensions' hides a field. 22
 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. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 WhitespaceAround '/' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 29
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 29
 Error
coding MagicNumber '11' is a magic number. 29
 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. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
sizes LineLength Line is longer than 80 characters (found 81). 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 66
 Error
sizes LineLength Line is longer than 80 characters (found 82). 67
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
sizes LineLength Line is longer than 80 characters (found 81). 78
 Error
sizes LineLength Line is longer than 80 characters (found 83). 79
 Error
sizes LineLength Line is longer than 80 characters (found 82). 80
 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. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
sizes LineLength Line is longer than 80 characters (found 87). 87
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 87
 Error
coding MagicNumber '100' is a magic number. 87
 Error
sizes LineLength Line is longer than 80 characters (found 90). 7
 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. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter worldDimensions should be final. 22
 Error
coding HiddenField 'worldDimensions' hides a field. 22
 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. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 WhitespaceAround '/' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 29
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 29
 Error
coding MagicNumber '11' is a magic number. 29
 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. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
sizes LineLength Line is longer than 80 characters (found 81). 65
 Error
sizes LineLength Line is longer than 80 characters (found 83). 66
 Error
sizes LineLength Line is longer than 80 characters (found 82). 67
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
sizes LineLength Line is longer than 80 characters (found 81). 78
 Error
sizes LineLength Line is longer than 80 characters (found 83). 79
 Error
sizes LineLength Line is longer than 80 characters (found 82). 80
 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. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
sizes LineLength Line is longer than 80 characters (found 87). 87
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 87
 Error
coding MagicNumber '100' is a magic number. 87

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). 9
 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
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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 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. 52
 Error
blocks LeftCurly '{' at column 28 should have line break after. 52
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter x should be final. 58
 Error
coding HiddenField 'x' hides a field. 58
 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. 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 '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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter y should be final. 66
 Error
coding HiddenField 'y' hides a field. 66
 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. 70
 Error
misc FinalParameters Parameter o should be final. 71
 Error
blocks NeedBraces 'if' construct must use '{}'s. 72
 Error
blocks NeedBraces 'if' construct must use '{}'s. 73
 Error
whitespace OperatorWrap '&&' should be on a new line. 75
 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. 79
 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. 84
 Error
whitespace OperatorWrap '+' should be on a new line. 86
 Error
whitespace OperatorWrap '+' should be on a new line. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 88
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 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
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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 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. 52
 Error
blocks LeftCurly '{' at column 28 should have line break after. 52
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter x should be final. 58
 Error
coding HiddenField 'x' hides a field. 58
 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. 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 '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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter y should be final. 66
 Error
coding HiddenField 'y' hides a field. 66
 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. 70
 Error
misc FinalParameters Parameter o should be final. 71
 Error
blocks NeedBraces 'if' construct must use '{}'s. 72
 Error
blocks NeedBraces 'if' construct must use '{}'s. 73
 Error
whitespace OperatorWrap '&&' should be on a new line. 75
 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. 79
 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. 84
 Error
whitespace OperatorWrap '+' should be on a new line. 86
 Error
whitespace OperatorWrap '+' should be on a new line. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 88
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 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
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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 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. 52
 Error
blocks LeftCurly '{' at column 28 should have line break after. 52
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter x should be final. 58
 Error
coding HiddenField 'x' hides a field. 58
 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. 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 '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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter y should be final. 66
 Error
coding HiddenField 'y' hides a field. 66
 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. 70
 Error
misc FinalParameters Parameter o should be final. 71
 Error
blocks NeedBraces 'if' construct must use '{}'s. 72
 Error
blocks NeedBraces 'if' construct must use '{}'s. 73
 Error
whitespace OperatorWrap '&&' should be on a new line. 75
 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. 79
 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. 84
 Error
whitespace OperatorWrap '+' should be on a new line. 86
 Error
whitespace OperatorWrap '+' should be on a new line. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 88
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 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
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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 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. 52
 Error
blocks LeftCurly '{' at column 28 should have line break after. 52
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter x should be final. 58
 Error
coding HiddenField 'x' hides a field. 58
 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. 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 '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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter y should be final. 66
 Error
coding HiddenField 'y' hides a field. 66
 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. 70
 Error
misc FinalParameters Parameter o should be final. 71
 Error
blocks NeedBraces 'if' construct must use '{}'s. 72
 Error
blocks NeedBraces 'if' construct must use '{}'s. 73
 Error
whitespace OperatorWrap '&&' should be on a new line. 75
 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. 79
 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. 84
 Error
whitespace OperatorWrap '+' should be on a new line. 86
 Error
whitespace OperatorWrap '+' should be on a new line. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 88
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 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
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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 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. 52
 Error
blocks LeftCurly '{' at column 28 should have line break after. 52
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter x should be final. 58
 Error
coding HiddenField 'x' hides a field. 58
 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. 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 '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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter y should be final. 66
 Error
coding HiddenField 'y' hides a field. 66
 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. 70
 Error
misc FinalParameters Parameter o should be final. 71
 Error
blocks NeedBraces 'if' construct must use '{}'s. 72
 Error
blocks NeedBraces 'if' construct must use '{}'s. 73
 Error
whitespace OperatorWrap '&&' should be on a new line. 75
 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. 79
 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. 84
 Error
whitespace OperatorWrap '+' should be on a new line. 86
 Error
whitespace OperatorWrap '+' should be on a new line. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 88
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 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
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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 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. 52
 Error
blocks LeftCurly '{' at column 28 should have line break after. 52
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter x should be final. 58
 Error
coding HiddenField 'x' hides a field. 58
 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. 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 '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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter y should be final. 66
 Error
coding HiddenField 'y' hides a field. 66
 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. 70
 Error
misc FinalParameters Parameter o should be final. 71
 Error
blocks NeedBraces 'if' construct must use '{}'s. 72
 Error
blocks NeedBraces 'if' construct must use '{}'s. 73
 Error
whitespace OperatorWrap '&&' should be on a new line. 75
 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. 79
 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. 84
 Error
whitespace OperatorWrap '+' should be on a new line. 86
 Error
whitespace OperatorWrap '+' should be on a new line. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 88

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
 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
 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
 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. 24
 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
coding HiddenField 'model' hides a field. 28
 Error
sizes LineLength Line is longer than 80 characters (found 103). 30
 Error
sizes LineLength Line is longer than 80 characters (found 119). 32
 Error
sizes LineLength Line is longer than 80 characters (found 117). 36
 Error
sizes LineLength Line is longer than 80 characters (found 99). 43
 Error
misc FinalParameters Parameter ae should be final. 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64

org/woehlke/computer/kurzweil/commons/ui/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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17
 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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17
 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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17
 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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17
 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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17

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. 17
 Error
misc FinalParameters Parameter subtitle 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
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 17
 Error
misc FinalParameters Parameter subtitle 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
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 17
 Error
misc FinalParameters Parameter subtitle 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
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 17
 Error
misc FinalParameters Parameter subtitle 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
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17

org/woehlke/computer/kurzweil/commons/ui/RadioButtons.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
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
whitespace WhitespaceAround '=' is not followed by whitespace. 15
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 15
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 Error
misc FinalParameters Parameter ctx should be final. 18
 Error
sizes LineLength Line is longer than 80 characters (found 86). 20
 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. 24
 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. 18
 Error
misc FinalParameters Parameter ctx should be final. 18
 Error
sizes LineLength Line is longer than 80 characters (found 86). 20
 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. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 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. 18
 Error
misc FinalParameters Parameter ctx should be final. 18
 Error
sizes LineLength Line is longer than 80 characters (found 86). 20
 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. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25

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. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter tab should be final. 22
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 22
 Error
sizes LineLength Line is longer than 80 characters (found 113). 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
sizes LineLength Line is longer than 80 characters (found 85). 24
 Error
sizes LineLength Line is longer than 80 characters (found 83). 25
 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. 36
 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. 44
 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. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter tab should be final. 22
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 22
 Error
sizes LineLength Line is longer than 80 characters (found 113). 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
sizes LineLength Line is longer than 80 characters (found 85). 24
 Error
sizes LineLength Line is longer than 80 characters (found 83). 25
 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. 36
 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. 44
 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. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter tab should be final. 22
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 22
 Error
sizes LineLength Line is longer than 80 characters (found 113). 23
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 23
 Error
sizes LineLength Line is longer than 80 characters (found 85). 24
 Error
sizes LineLength Line is longer than 80 characters (found 83). 25
 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. 36
 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. 44

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. 18
 Error
misc FinalParameters Parameter text should be final. 18
 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. 23
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 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 85). 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter ctx should be final. 33
 Error
sizes LineLength Line is longer than 80 characters (found 85). 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 100). 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 90). 44
 Error
sizes LineLength Line is longer than 80 characters (found 104). 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 85). 49
 Error
sizes LineLength Line is longer than 80 characters (found 92). 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 82). 54
 Error
sizes LineLength Line is longer than 80 characters (found 90). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter ctx should be final. 59
 Error
sizes LineLength Line is longer than 80 characters (found 100). 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter ctx should be final. 64
 Error
sizes LineLength Line is longer than 80 characters (found 90). 65
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 99). 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 97). 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter ctx should be final. 79
 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. 18
 Error
misc FinalParameters Parameter text should be final. 18
 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. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 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 85). 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter ctx should be final. 33
 Error
sizes LineLength Line is longer than 80 characters (found 85). 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 100). 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 90). 44
 Error
sizes LineLength Line is longer than 80 characters (found 104). 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 85). 49
 Error
sizes LineLength Line is longer than 80 characters (found 92). 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 82). 54
 Error
sizes LineLength Line is longer than 80 characters (found 90). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter ctx should be final. 59
 Error
sizes LineLength Line is longer than 80 characters (found 100). 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter ctx should be final. 64
 Error
sizes LineLength Line is longer than 80 characters (found 90). 65
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 99). 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 97). 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter ctx should be final. 79
 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. 18
 Error
misc FinalParameters Parameter text should be final. 18
 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. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 93). 28
 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 85). 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter ctx should be final. 33
 Error
sizes LineLength Line is longer than 80 characters (found 85). 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 100). 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 90). 44
 Error
sizes LineLength Line is longer than 80 characters (found 104). 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 85). 49
 Error
sizes LineLength Line is longer than 80 characters (found 92). 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 82). 54
 Error
sizes LineLength Line is longer than 80 characters (found 90). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter ctx should be final. 59
 Error
sizes LineLength Line is longer than 80 characters (found 100). 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter ctx should be final. 64
 Error
sizes LineLength Line is longer than 80 characters (found 90). 65
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 99). 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 97). 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter ctx should be final. 79

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. 18
 Error
misc FinalParameters Parameter text should be final. 18
 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. 23
 Error
sizes LineLength Line is longer than 80 characters (found 87). 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter ctx should be final. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter ctx should be final. 33
 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 94). 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 87). 44
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 82). 49
 Error
sizes LineLength Line is longer than 80 characters (found 86). 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 84). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter ctx should be final. 59
 Error
sizes LineLength Line is longer than 80 characters (found 94). 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter ctx should be final. 64
 Error
sizes LineLength Line is longer than 80 characters (found 87). 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 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 93). 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 91). 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter ctx should be final. 79
 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. 18
 Error
misc FinalParameters Parameter text should be final. 18
 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. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 87). 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter ctx should be final. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter ctx should be final. 33
 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 94). 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 87). 44
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 82). 49
 Error
sizes LineLength Line is longer than 80 characters (found 86). 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 84). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter ctx should be final. 59
 Error
sizes LineLength Line is longer than 80 characters (found 94). 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter ctx should be final. 64
 Error
sizes LineLength Line is longer than 80 characters (found 87). 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 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 93). 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 91). 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter ctx should be final. 79
 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. 18
 Error
misc FinalParameters Parameter text should be final. 18
 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. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
sizes LineLength Line is longer than 80 characters (found 87). 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter ctx should be final. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter ctx should be final. 33
 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 94). 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 87). 44
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 82). 49
 Error
sizes LineLength Line is longer than 80 characters (found 86). 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 84). 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter ctx should be final. 59
 Error
sizes LineLength Line is longer than 80 characters (found 94). 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter ctx should be final. 64
 Error
sizes LineLength Line is longer than 80 characters (found 87). 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 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 93). 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 91). 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
misc FinalParameters Parameter ctx should be final. 79

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. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 Error
misc FinalParameters Parameter label should be final. 18
 Error
misc FinalParameters Parameter p should be final. 18
 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
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 Error
misc FinalParameters Parameter label should be final. 18
 Error
misc FinalParameters Parameter p should be final. 18
 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
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 Error
misc FinalParameters Parameter label should be final. 18
 Error
misc FinalParameters Parameter p should be final. 18
 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

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. 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
sizes LineLength Line is longer than 80 characters (found 137). 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter title should be final. 26
 Error
coding HiddenField 'title' hides a field. 26
 Error
misc FinalParameters Parameter subTitle should be final. 26
 Error
coding HiddenField 'subTitle' hides a field. 26
 Error
misc FinalParameters Parameter toolTipText should be final. 26
 Error
coding HiddenField 'toolTipText' hides a field. 26
 Error
misc FinalParameters Parameter icon should be final. 26
 Error
coding HiddenField 'icon' hides a field. 26
 Error
misc FinalParameters Parameter keyEvent should be final. 26
 Error
coding HiddenField 'keyEvent' hides a field. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
misc FinalParameters Parameter properties should be final. 26
 Error
coding HiddenField 'properties' hides a field. 26
 Error
whitespace ParenPad '(' is followed by whitespace. 34
 Error
whitespace ParenPad '(' is followed by whitespace. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter title should be final. 39
 Error
coding HiddenField 'title' hides a field. 39
 Error
misc FinalParameters Parameter properties should be final. 39
 Error
coding HiddenField 'properties' hides a field. 39
 Error
whitespace ParenPad '(' is followed by whitespace. 47
 Error
whitespace ParenPad '(' is followed by whitespace. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
sizes LineLength Line is longer than 80 characters (found 84). 53
 Error
sizes LineLength Line is longer than 80 characters (found 85). 54
 Error
sizes LineLength Line is longer than 80 characters (found 83). 55
 Error
sizes LineLength Line is longer than 80 characters (found 86). 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 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
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 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
sizes LineLength Line is longer than 80 characters (found 138). 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter title should be final. 26
 Error
coding HiddenField 'title' hides a field. 26
 Error
misc FinalParameters Parameter subTitle should be final. 26
 Error
coding HiddenField 'subTitle' hides a field. 26
 Error
misc FinalParameters Parameter toolTipText should be final. 26
 Error
coding HiddenField 'toolTipText' hides a field. 26
 Error
misc FinalParameters Parameter icon should be final. 26
 Error
coding HiddenField 'icon' hides a field. 26
 Error
misc FinalParameters Parameter keyEvent should be final. 26
 Error
coding HiddenField 'keyEvent' hides a field. 26
 Error
misc FinalParameters Parameter properties should be final. 26
 Error
coding HiddenField 'properties' hides a field. 26
 Error
whitespace ParenPad '(' is followed by whitespace. 34
 Error
whitespace ParenPad '(' is followed by whitespace. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter title should be final. 39
 Error
coding HiddenField 'title' hides a field. 39
 Error
misc FinalParameters Parameter properties should be final. 39
 Error
coding HiddenField 'properties' hides a field. 39
 Error
whitespace ParenPad '(' is followed by whitespace. 47
 Error
whitespace ParenPad '(' is followed by whitespace. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
sizes LineLength Line is longer than 80 characters (found 84). 53
 Error
sizes LineLength Line is longer than 80 characters (found 85). 54
 Error
sizes LineLength Line is longer than 80 characters (found 83). 55
 Error
sizes LineLength Line is longer than 80 characters (found 86). 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 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
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 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
sizes LineLength Line is longer than 80 characters (found 138). 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter title should be final. 26
 Error
coding HiddenField 'title' hides a field. 26
 Error
misc FinalParameters Parameter subTitle should be final. 26
 Error
coding HiddenField 'subTitle' hides a field. 26
 Error
misc FinalParameters Parameter toolTipText should be final. 26
 Error
coding HiddenField 'toolTipText' hides a field. 26
 Error
misc FinalParameters Parameter icon should be final. 26
 Error
coding HiddenField 'icon' hides a field. 26
 Error
misc FinalParameters Parameter keyEvent should be final. 26
 Error
coding HiddenField 'keyEvent' hides a field. 26
 Error
misc FinalParameters Parameter properties should be final. 26
 Error
coding HiddenField 'properties' hides a field. 26
 Error
whitespace ParenPad '(' is followed by whitespace. 34
 Error
whitespace ParenPad '(' is followed by whitespace. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter title should be final. 39
 Error
coding HiddenField 'title' hides a field. 39
 Error
misc FinalParameters Parameter properties should be final. 39
 Error
coding HiddenField 'properties' hides a field. 39
 Error
whitespace ParenPad '(' is followed by whitespace. 47
 Error
whitespace ParenPad '(' is followed by whitespace. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 52
 Error
sizes LineLength Line is longer than 80 characters (found 84). 53
 Error
sizes LineLength Line is longer than 80 characters (found 85). 54
 Error
sizes LineLength Line is longer than 80 characters (found 83). 55
 Error
sizes LineLength Line is longer than 80 characters (found 86). 56
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 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

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/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/cyclic/cellular/automaton/config/ColorScheme.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 9
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 11
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 11
 Error
coding MagicNumber '54' is a magic number. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
coding MagicNumber '12' is a magic number. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
coding MagicNumber '88' is a magic number. 26
 Error
coding MagicNumber '154' is a magic number. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 27
 Error
coding MagicNumber '112' is a magic number. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 27
 Error
coding MagicNumber '38' is a magic number. 27
 Error
coding MagicNumber '234' is a magic number. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
coding MagicNumber '123' is a magic number. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
coding MagicNumber '254' is a magic number. 28
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 30
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 35
 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. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter state should be final. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39

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

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 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. 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 28
 Error
whitespace ParenPad '(' is followed by whitespace. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
blocks EmptyBlock Must have at least one statement. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 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
sizes LineLength Line is longer than 80 characters (found 89). 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 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. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 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. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 50
 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. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 58
 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. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93

org/woehlke/computer/kurzweil/cyclic/cellular/automaton/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/cyclic/cellular/automaton/config/ObjectRegistry.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 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. 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 MissingJavadocMethod Missing a Javadoc comment. 21
 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. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter controller should be final. 35
 Error
coding HiddenField 'controller' hides a field. 35
 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. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter canvas should be final. 43
 Error
coding HiddenField 'canvas' hides a field. 43
 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. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 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. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter lattice should be final. 51
 Error
coding HiddenField 'lattice' hides a field. 51
 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. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter frame should be final. 59
 Error
coding HiddenField 'frame' hides a field. 59
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter colorScheme should be final. 67
 Error
coding HiddenField 'colorScheme' hides a field. 67
 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. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 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. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter panelButtons should be final. 75
 Error
coding HiddenField 'panelButtons' hides a field. 75
 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. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 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. 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter subtitle should be final. 83
 Error
coding HiddenField 'subtitle' hides a field. 83
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 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. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
misc FinalParameters Parameter config should be final. 91
 Error
coding HiddenField 'config' hides a field. 91

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
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/cyclic/cellular/automaton/model/CyclicCellularAutomatonLattice.java

Severity Category Rule Message Line
 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
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/cyclic/cellular/automaton/model/LatticeNeighbourhood.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

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 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/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 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/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
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 6
 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 MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter ctx should be final. 21
 Error
coding HiddenField 'ctx' hides a field. 21
 Error
misc FinalParameters Parameter ae should be final. 42

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
javadoc JavadocVariable Missing a Javadoc comment. 13
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 15
 Error
misc FinalParameters Parameter ctx should be final. 15

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
sizes LineLength Line is longer than 80 characters (found 90). 13
 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. 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 MissingJavadocMethod Missing a Javadoc comment. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 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. 49
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 50
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 51
 Error
sizes LineLength Line is longer than 80 characters (found 83). 52
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 52
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 94
 Error
misc FinalParameters Parameter o should be final. 95
 Error
blocks NeedBraces 'if' construct must use '{}'s. 96
 Error
blocks NeedBraces 'if' construct must use '{}'s. 97
 Error
whitespace OperatorWrap '&&' should be on a new line. 99
 Error
whitespace OperatorWrap '&&' should be on a new line. 100
 Error
whitespace OperatorWrap '&&' should be on a new line. 101
 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
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. 110
 Error
sizes LineLength Line is longer than 80 characters (found 174). 112
 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. 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
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

org/woehlke/computer/kurzweil/mandelbrot/config/ConfigProperties.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
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). 10
 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
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
 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 '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. 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 '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. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46

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). 14
 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 MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter config should be final. 28
 Error
coding HiddenField 'config' hides a field. 28
 Error
misc FinalParameters Parameter frame should be final. 28
 Error
coding HiddenField 'frame' hides a field. 28
 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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
misc FinalParameters Parameter c should be final. 36
 Error
coding MissingSwitchDefault switch without "default" clause. 39
 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. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
coding MissingSwitchDefault switch without "default" clause. 59
 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. 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
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. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 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. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 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. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 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. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 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. 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 '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. 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 '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. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
coding MissingSwitchDefault switch without "default" clause. 105

org/woehlke/computer/kurzweil/mandelbrot/model/fractal/ComplexNumber.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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 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
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. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error
misc FinalParameters Parameter complexNumber should be final. 38
 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter real should be final. 46
 Error
coding HiddenField 'real' hides a field. 46
 Error
misc FinalParameters Parameter img should be final. 46
 Error
coding HiddenField 'img' hides a field. 46
 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
whitespace WhitespaceAround '=' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 51
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
misc FinalParameters Parameter complexNumber should be final. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 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. 60
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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
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. 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
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. 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 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
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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 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
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. 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter c should be final. 84
 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
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. 96
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 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. 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 '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. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 104
 Error
whitespace ParenPad '(' is followed by whitespace. 105
 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. 105
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 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. 108
 Error
misc FinalParameters Parameter o should be final. 109
 Error
blocks NeedBraces 'if' construct must use '{}'s. 110
 Error
blocks NeedBraces 'if' construct must use '{}'s. 111
 Error
whitespace OperatorWrap '&&' should be on a new line. 113
 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
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. 120
 Error
sizes LineLength Line is longer than 80 characters (found 98). 122
 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. 125
 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
 Error
whitespace OperatorWrap '+' should be on a new line. 131
 Error
whitespace OperatorWrap '+' should be on a new line. 132

org/woehlke/computer/kurzweil/mandelbrot/model/fractal/GaussianNumberPlane.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. 21
 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
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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 'complexWorldDimensionRealX' 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 'complexWorldDimensionImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 31
 Error
naming ConstantName Name 'complexCenterForMandelbrotRealX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 'complexCenterForMandelbrotImgY' 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 'complexCenterForJuliaRealX' 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 'complexCenterForJuliaImgY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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. 40
 Error
design VisibilityModifier Variable 'zoomLevel' must be private and have accessor methods. 40
 Error
sizes LineLength Line is longer than 80 characters (found 96). 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
sizes LineLength Line is longer than 80 characters (found 87). 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter model should be final. 49
 Error
sizes LineLength Line is longer than 80 characters (found 88). 51
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 74
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAfter 'for' 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 preceded with whitespace. 75
 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. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter x should be final. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
misc FinalParameters Parameter y should be final. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 82
 Error
sizes LineLength Line is longer than 80 characters (found 104). 85
 Error
misc FinalParameters Parameter turingPosition should be final. 85
 Error
sizes LineLength Line is longer than 80 characters (found 94). 87
 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. 87
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 87
 Error
sizes LineLength Line is longer than 80 characters (found 93). 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 WhitespaceAfter ',' is not followed by whitespace. 90
 Error
sizes LineLength Line is longer than 80 characters (found 109). 93
 Error
misc FinalParameters Parameter turingPosition should be final. 93
 Error
whitespace ParenPad '(' is followed by whitespace. 96
 Error
whitespace ParenPad ')' is preceded with whitespace. 96
 Error
whitespace ParenPad '(' is followed by whitespace. 101
 Error
whitespace ParenPad ')' is preceded with whitespace. 101
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 104
 Error
sizes LineLength Line is longer than 80 characters (found 115). 107
 Error
misc FinalParameters Parameter turingPosition should be final. 107
 Error
whitespace ParenPad '(' is followed by whitespace. 109
 Error
whitespace ParenPad ')' is preceded with whitespace. 109
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
whitespace ParenPad ')' is preceded with whitespace. 111
 Error
whitespace ParenPad '(' is followed by whitespace. 112
 Error
whitespace ParenPad ')' is preceded with whitespace. 112
 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 WhitespaceAfter ',' is not followed by whitespace. 120
 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. 123
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 123
 Error
misc FinalParameters Parameter turingPosition should be final. 123
 Error
sizes LineLength Line is longer than 80 characters (found 107). 124
 Error
sizes LineLength Line is longer than 80 characters (found 96). 125
 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. 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 101). 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 '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. 135
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 135
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 135
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 137
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 138
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 138
 Error
misc FinalParameters Parameter c should be final. 145
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 146
 Error
sizes LineLength Line is longer than 80 characters (found 89). 149
 Error
sizes LineLength Line is longer than 80 characters (found 82). 155
 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. 155
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 155
 Error
misc FinalParameters Parameter pointFromMandelbrotSet should be final. 155
 Error
sizes LineLength Line is longer than 80 characters (found 97). 156
 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. 161
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 161
 Error
misc FinalParameters Parameter zoomPoint should be final. 161
 Error
sizes LineLength Line is longer than 80 characters (found 94). 162
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 164
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 164
 Error
sizes LineLength Line is longer than 80 characters (found 93). 165
 Error
sizes LineLength Line is longer than 80 characters (found 90). 167
 Error
sizes LineLength Line is longer than 80 characters (found 96). 169
 Error
sizes LineLength Line is longer than 80 characters (found 102). 173
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 174
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 174
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 175
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 175
 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. 182
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 182
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 184
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 184
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 184
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 184
 Error
sizes LineLength Line is longer than 80 characters (found 99). 188
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 189
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 189
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 190
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 190
 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. 197
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 197
 Error
misc FinalParameters Parameter zoomPoint should be final. 197
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 202
 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. 205
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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 '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. 217
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Error
misc FinalParameters Parameter zoomLevel should be final. 217
 Error
coding HiddenField 'zoomLevel' hides a field. 217
 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. 221
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 221
 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. 225
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 225
 Error
misc FinalParameters Parameter zoomCenter should be final. 225
 Error
coding HiddenField 'zoomCenter' hides a field. 225

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). 9
 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
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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 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. 52
 Error
blocks LeftCurly '{' at column 28 should have line break after. 52
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter x should be final. 58
 Error
coding HiddenField 'x' hides a field. 58
 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. 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 '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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter y should be final. 66
 Error
coding HiddenField 'y' hides a field. 66
 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. 70
 Error
misc FinalParameters Parameter o should be final. 71
 Error
blocks NeedBraces 'if' construct must use '{}'s. 72
 Error
blocks NeedBraces 'if' construct must use '{}'s. 73
 Error
whitespace OperatorWrap '&&' should be on a new line. 75
 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. 79
 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. 84
 Error
whitespace OperatorWrap '+' should be on a new line. 86
 Error
whitespace OperatorWrap '+' should be on a new line. 87
 Error
whitespace OperatorWrap '+' should be on a new line. 88

org/woehlke/computer/kurzweil/mandelbrot/model/state/ApplicationState.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

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

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.mandelbrot.model.state.ApplicationState.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 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. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 23
 Error
coding MissingSwitchDefault switch without "default" clause. 25
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 25
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
coding MissingSwitchDefault switch without "default" clause. 44
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 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. 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 '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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 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. 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/mandelbrot/model/turing/MandelbrotTuringMachine.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. 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 model should be final. 22
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround 'switch' 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. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
sizes LineLength Line is longer than 80 characters (found 97). 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77

org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringDirection.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

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). 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 14
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 16
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 20
 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. 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 '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. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 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. 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 '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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36

org/woehlke/computer/kurzweil/mandelbrot/model/turing/TuringPositions.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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter worldDimensions should be final. 24
 Error
coding HiddenField 'worldDimensions' hides a field. 24
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 WhitespaceAround '/' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 31
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 31
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 31
 Error
coding MagicNumber '11' is a magic number. 31
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 35
 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. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 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. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 46
 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. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 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. 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
sizes LineLength Line is longer than 80 characters (found 87). 89
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 89
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 89
 Error
coding MagicNumber '100' is a magic number. 89

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. 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 '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. 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 '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. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter g should be final. 50

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. 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 config should be final. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
sizes LineLength Line is longer than 80 characters (found 82). 43
 Error
whitespace ParenPad '(' is followed by whitespace. 52
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
misc FinalParameters Parameter e should be final. 58
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
misc FinalParameters Parameter e should be final. 62
 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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
misc FinalParameters Parameter e should be final. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
misc FinalParameters Parameter e should be final. 70
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 70
 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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
misc FinalParameters Parameter e should be final. 72
 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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter e should be final. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Error
misc FinalParameters Parameter e should be final. 80
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 80
 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. 83
 Error
misc FinalParameters Parameter e should be final. 84
 Error
misc FinalParameters Parameter e should be final. 91
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 91
 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
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. 102
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 102
 Error
coding MagicNumber '180' is a magic number. 106
 Error
sizes LineLength Line is longer than 80 characters (found 84). 113
 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. 135
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 135
 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. 139
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 139
 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. 143
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 143

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. 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 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 89). 34
 Error
sizes LineLength Line is longer than 80 characters (found 85). 38
 Error
misc FinalParameters Parameter ae should be final. 58
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63

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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17

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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17

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/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
sizes LineLength Line is longer than 80 characters (found 108). 23
 Error
sizes LineLength Line is longer than 80 characters (found 98). 24
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 25
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 26
 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. 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. 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 MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter ctx should be final. 46
 Error
coding HiddenField 'ctx' hides a field. 46
 Error
sizes LineLength Line is longer than 80 characters (found 87). 52
 Error
whitespace WhitespaceAfter 'for' is not followed by 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 preceded with whitespace. 62
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 72
 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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 79
 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. 85
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 86
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 88
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 88
 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. 95
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 98
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 98

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
 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
javadoc JavadocPackage Missing package-info.java file. 1
 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. 20
 Error
design VisibilityModifier Variable 'tabbedPane' must be private and have accessor methods. 20
 Error
javadoc JavadocVariable Missing a Javadoc comment. 21
 Error
design VisibilityModifier Variable 'ctx' must be private and have accessor methods. 21
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
design VisibilityModifier Variable 'border' must be private and have accessor methods. 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
design VisibilityModifier Variable 'layout' must be private and have accessor methods. 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
design VisibilityModifier Variable 'panelSubtitle' must be private and have accessor methods. 24
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
design VisibilityModifier Variable 'title' must be private and have accessor methods. 26
 Error
javadoc JavadocVariable Missing a Javadoc comment. 27
 Error
design VisibilityModifier Variable 'subTitle' must be private and have accessor methods. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
design VisibilityModifier Variable 'tabType' must be private and have accessor methods. 29
 Error
misc FinalParameters Parameter tabbedPane should be final. 31
 Error
coding HiddenField 'tabbedPane' hides a field. 31
 Error
misc FinalParameters Parameter tabType should be final. 31
 Error
coding HiddenField 'tabType' hides a field. 31
 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. 45
 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. 50
 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. 55
 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. 60
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 8

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

Severity Category Rule Message Line
 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 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 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/CyclicCellularAutomaton.java

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

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/CyclicCellularAutomatonCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 12
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 14
 Error
sizes LineLength Line is longer than 80 characters (found 128). 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 Error
sizes LineLength Line is longer than 80 characters (found 135). 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 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
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. 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
sizes LineLength Line is longer than 80 characters (found 81). 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter tabCtx should be final. 53
 Error
coding HiddenField 'tabCtx' hides a field. 53
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 90). 66
 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. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
misc FinalParameters Parameter g should be final. 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 79
 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. 90
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Error
misc FinalParameters Parameter g should be final. 90
 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. 95
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 97
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 97
 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. 100
 Error
misc FinalParameters Parameter mayInterruptIfRunning should be final. 101
 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. 105
 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. 110
 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. 115
 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. 120
 Error
sizes LineLength Line is longer than 80 characters (found 116). 121
 Error
misc FinalParameters Parameter timeout should be final. 121
 Error
misc FinalParameters Parameter unit should be final. 121

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

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
sizes LineLength Line is longer than 80 characters (found 119). 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
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter tab should be final. 27
 Error
coding HiddenField 'tab' hides a field. 27
 Error
whitespace ParenPad '(' is followed by whitespace. 31
 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. 36
 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. 42
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 47
 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. 53
 Error
misc FinalParameters Parameter value should be final. 59
 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. 63

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

Severity Category Rule Message Line
 Error
javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 20
 Error
sizes LineLength Line is longer than 80 characters (found 108). 21
 Error
sizes LineLength Line is longer than 80 characters (found 98). 22
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 23
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 24
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter tabCtx should be final. 38
 Error
coding HiddenField 'tabCtx' hides a field. 38
 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 111). 44
 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. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
blocks LeftCurly '{' at column 17 should have line break after. 59
 Error
whitespace ParenPad '(' is followed by whitespace. 59
 Error
whitespace ParenPad ')' is preceded with whitespace. 59
 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). 59
 Error
blocks LeftCurly '{' at column 44 should have line break after. 60
 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. 66
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 75

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

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.commons.model.LatticeNeighbourhoodType.*. 13
 Error
sizes LineLength Line is longer than 80 characters (found 90). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 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 JavadocVariable Missing a Javadoc comment. 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 '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. 34
 Error
misc FinalParameters Parameter tabCtx should be final. 34
 Error
coding HiddenField 'tabCtx' hides a field. 34
 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. 45
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Error
sizes LineLength Line is longer than 80 characters (found 135). 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 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. 88
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 88
 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
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 102
 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. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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 '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. 110
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 110
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 111
 Error
whitespace ParenPad '(' is followed by whitespace. 111
 Error
sizes LineLength Line is longer than 80 characters (found 86). 114
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 116
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 116
 Error
sizes LineLength Line is longer than 80 characters (found 88). 118
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 118
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 118
 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. 121
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 121
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 122
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 122
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 123
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 123
 Error
sizes LineLength Line is longer than 80 characters (found 88). 125
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 125
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 125
 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. 128
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 128
 Error
sizes LineLength Line is longer than 80 characters (found 82). 129
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 130
 Error
sizes LineLength Line is longer than 80 characters (found 88). 132
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 132
 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. 136
 Error
misc FinalParameters Parameter value should be final. 142
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 142
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 142
 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. 145
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 145
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 150
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 150
 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. 153
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 153
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 158
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 158
 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. 161
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 161
 Error
misc FinalParameters Parameter x should be final. 161
 Error
misc FinalParameters Parameter y should be final. 161

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

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 18
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 18
 Error
sizes LineLength Line is longer than 80 characters (found 98). 19
 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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter tabbedPane should be final. 28
 Error
sizes LineLength Line is longer than 80 characters (found 87). 33
 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. 42
 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. 52
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 52
 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. 55
 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
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. 66
 Error
misc FinalParameters Parameter ae should be final. 67
 Error
sizes LineLength Line is longer than 80 characters (found 91). 68
 Error
sizes LineLength Line is longer than 80 characters (found 93). 71
 Error
sizes LineLength Line is longer than 80 characters (found 95). 74
 Error
sizes LineLength Line is longer than 80 characters (found 83). 78
 Error
whitespace WhitespaceAfter 'if' 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 82). 81
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 81

org/woehlke/computer/kurzweil/tabs/cca/CyclicCellularAutomatonTabPane.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 86). 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 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
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
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
sizes LineLength Line is longer than 80 characters (found 88). 27
 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 87). 29
 Error
sizes LineLength Line is longer than 80 characters (found 95). 30
 Error
sizes LineLength Line is longer than 80 characters (found 85). 31
 Error
whitespace ParenPad '(' is followed by whitespace. 31
 Error
whitespace ParenPad '(' is followed by whitespace. 32
 Error
sizes LineLength Line is longer than 80 characters (found 81). 33

org/woehlke/computer/kurzweil/tabs/cca/canvas/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. 11
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 13
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 13
 Error
coding MagicNumber '54' is a magic number. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
coding MagicNumber '12' is a magic number. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
coding MagicNumber '88' is a magic number. 28
 Error
coding MagicNumber '154' is a magic number. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
coding MagicNumber '112' is a magic number. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
coding MagicNumber '38' is a magic number. 29
 Error
coding MagicNumber '234' is a magic number. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
coding MagicNumber '123' is a magic number. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
coding MagicNumber '254' is a magic number. 30
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 32
 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 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. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter state should be final. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41

org/woehlke/computer/kurzweil/tabs/cca/canvas/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. 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 MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter canvas should be final. 32
 Error
coding HiddenField 'canvas' hides a field. 32
 Error
sizes LineLength Line is longer than 80 characters (found 147). 34
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 Error
sizes LineLength Line is longer than 80 characters (found 139). 36
 Error
sizes LineLength Line is longer than 80 characters (found 128). 37
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error
sizes LineLength Line is longer than 80 characters (found 132). 38
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is preceded with whitespace. 40
 Error
sizes LineLength Line is longer than 80 characters (found 127). 42

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

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 9
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 11
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 11
 Error
coding MagicNumber '54' is a magic number. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
coding MagicNumber '12' is a magic number. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
coding MagicNumber '88' is a magic number. 26
 Error
coding MagicNumber '154' is a magic number. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 27
 Error
coding MagicNumber '112' is a magic number. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 27
 Error
coding MagicNumber '38' is a magic number. 27
 Error
coding MagicNumber '234' is a magic number. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
coding MagicNumber '123' is a magic number. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
coding MagicNumber '254' is a magic number. 28
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 30
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 35
 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. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter state should be final. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39

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

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 3
 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. 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 28
 Error
whitespace ParenPad '(' is followed by whitespace. 28
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Error
blocks EmptyBlock Must have at least one statement. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 34
 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
sizes LineLength Line is longer than 80 characters (found 89). 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 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. 40
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 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. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 50
 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. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 58
 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. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 61
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 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 '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. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93

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/ObjectRegistry.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 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. 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 MissingJavadocMethod Missing a Javadoc comment. 21
 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. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter controller should be final. 35
 Error
coding HiddenField 'controller' hides a field. 35
 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. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter canvas should be final. 43
 Error
coding HiddenField 'canvas' hides a field. 43
 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. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 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. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter lattice should be final. 51
 Error
coding HiddenField 'lattice' hides a field. 51
 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. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter frame should be final. 59
 Error
coding HiddenField 'frame' hides a field. 59
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter colorScheme should be final. 67
 Error
coding HiddenField 'colorScheme' hides a field. 67
 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. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 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. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
misc FinalParameters Parameter panelButtons should be final. 75
 Error
coding HiddenField 'panelButtons' hides a field. 75
 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. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 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. 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter subtitle should be final. 83
 Error
coding HiddenField 'subtitle' hides a field. 83
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 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. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
misc FinalParameters Parameter config should be final. 91
 Error
coding HiddenField 'config' hides a field. 91

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 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
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/LatticeNeighbourhood.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

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. 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 MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter ctx should be final. 21
 Error
coding HiddenField 'ctx' hides a field. 21
 Error
misc FinalParameters Parameter ae should be final. 42

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. 13
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 15
 Error
misc FinalParameters Parameter ctx should be final. 15

org/woehlke/computer/kurzweil/tabs/dla/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. 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 9
 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/DiffusionLimitedAggregationCanvas.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 81). 21
 Error
sizes LineLength Line is longer than 80 characters (found 94). 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
sizes LineLength Line is longer than 80 characters (found 101). 30
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 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
naming MemberName Name 'MEDIUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
naming MemberName Name 'PARTICLES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 43
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 44
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 tabCtx should be final. 49
 Error
coding HiddenField 'tabCtx' hides a field. 49
 Error
whitespace ParenPad '(' is followed by whitespace. 52
 Error
whitespace ParenPad ')' is preceded with whitespace. 52
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 64
 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. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error
misc FinalParameters Parameter g should be final. 68
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error
whitespace WhitespaceAfter 'for' is not followed by 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 preceded with whitespace. 85
 Error
whitespace WhitespaceAfter 'for' is not followed by 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 preceded with whitespace. 86
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 90
 Error
coding MagicNumber '25' is a magic number. 92
 Error
coding MagicNumber '256' is a magic number. 93
 Error
coding MagicNumber '256' is a magic number. 93
 Error
coding MagicNumber '256' is a magic number. 93
 Error
coding MagicNumber '256' is a magic number. 94
 Error
coding MagicNumber '255' is a magic number. 95
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 98
 Error
sizes LineLength Line is longer than 80 characters (found 128). 99
 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. 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
misc FinalParameters Parameter g should be final. 105

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

Severity Category Rule Message Line
 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
sizes LineLength Line is longer than 80 characters (found 81). 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 18
 Error
sizes LineLength Line is longer than 80 characters (found 127). 19
 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 MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter tab should be final. 29
 Error
coding HiddenField 'tab' hides a field. 29
 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. 38
 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. 44
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 46
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 49
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 49
 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. 55
 Error
misc FinalParameters Parameter value should be final. 61
 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. 65

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

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 81). 13
 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 WhitespaceAround '=' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not preceded with 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 WhitespaceAround '=' is not followed by whitespace. 22
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 22
 Error
javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 23
 Error
sizes LineLength Line is longer than 80 characters (found 108). 24
 Error
sizes LineLength Line is longer than 80 characters (found 98). 25
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 26
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 27
 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 tabCtx should be final. 38
 Error
coding HiddenField 'tabCtx' hides a field. 38
 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 111). 43
 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. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
whitespace ParenPad '(' is followed by whitespace. 53
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 Error
blocks LeftCurly '{' at column 17 should have line break after. 58
 Error
whitespace ParenPad '(' is followed by whitespace. 58
 Error
whitespace ParenPad ')' is preceded with whitespace. 58
 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). 58
 Error
blocks LeftCurly '{' at column 44 should have line break after. 59
 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. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 73

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/DiffusionLimitedAggregationModel.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 94). 15
 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. 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. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 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 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Error
javadoc JavadocVariable Missing a Javadoc comment. 31
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 31
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter tabCtx should be final. 34
 Error
coding HiddenField 'tabCtx' hides a field. 34
 Error
sizes LineLength Line is longer than 80 characters (found 122). 40
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 45
 Error
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 50
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 64
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 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. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter x should be final. 77
 Error
misc FinalParameters Parameter y should be final. 77
 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. 81
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 87
 Error
sizes LineLength Line is longer than 80 characters (found 88). 97
 Error
sizes LineLength Line is longer than 80 characters (found 89). 98
 Error
coding MissingSwitchDefault switch without "default" clause. 98
 Error
coding MagicNumber '3' is a magic number. 108
 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. 126
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 126
 Error
whitespace ParenPad '(' is followed by whitespace. 126
 Error
misc FinalParameters Parameter myX should be final. 126
 Error
whitespace NoWhitespaceBefore ',' is preceded with whitespace. 126
 Error
misc FinalParameters Parameter myY should be final. 126
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 126
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 128
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 128
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 128
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 128
 Error
sizes LineLength Line is longer than 80 characters (found 90). 129
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 129
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 130
 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
whitespace WhitespaceAround '=' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 132
 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. 144
 Error
misc FinalParameters Parameter value should be final. 150

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

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 15
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 16
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
sizes LineLength Line is longer than 80 characters (found 106). 17
 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
sizes LineLength Line is longer than 80 characters (found 88). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
sizes LineLength Line is longer than 80 characters (found 82). 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter tabbedPane should be final. 24
 Error
whitespace ParenPad ')' is preceded with whitespace. 25
 Error
whitespace ParenPad ')' is preceded with whitespace. 26
 Error
sizes LineLength Line is longer than 80 characters (found 97). 27
 Error
whitespace ParenPad '(' is followed by whitespace. 27
 Error
whitespace ParenPad ')' is preceded with whitespace. 27
 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. 37
 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. 47
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 47
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 47
 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. 50
 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. 59
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 59
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 59
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 59
 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. 62
 Error
misc FinalParameters Parameter ae should be final. 63
 Error
sizes LineLength Line is longer than 80 characters (found 87). 64
 Error
whitespace WhitespaceAfter 'if' 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 86). 67
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 67

org/woehlke/computer/kurzweil/tabs/dla/DiffusionLimitedAggregationTabPane.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 91). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 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
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
sizes LineLength Line is longer than 80 characters (found 83). 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter tab should be final. 22
 Error
coding HiddenField 'tab' hides a field. 22
 Error
whitespace ParenPad '(' is followed by whitespace. 24
 Error
whitespace ParenPad ')' is preceded with whitespace. 24
 Error
sizes LineLength Line is longer than 80 characters (found 87). 25

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/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
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/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). 26
 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
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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
coding MagicNumber '320' is a magic number. 38
 Error
coding MagicNumber '234' is a magic number. 39
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56

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/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. 19
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter app should be final. 22
 Error
coding HiddenField 'app' hides a field. 22
 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. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter g should be final. 31
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 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
coding MagicNumber '4' is a magic number. 40
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 40
 Error
coding MagicNumber '256' is a magic number. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter g should be final. 48

org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeController.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. 15
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 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
sizes LineLength Line is longer than 80 characters (found 86). 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter model should be final. 20
 Error
misc FinalParameters Parameter frame should be final. 20
 Error
coding HiddenField 'frame' hides a field. 20
 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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 32
 Error
blocks LeftCurly '{' at column 17 should have line break after. 35
 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). 35
 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. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41

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. 22
 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 JavadocVariable Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 94). 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter properties should be final. 29
 Error
coding HiddenField 'properties' hides a field. 29
 Error
misc FinalParameters Parameter frame should be final. 29
 Error
coding HiddenField 'frame' hides a field. 29
 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter c should be final. 37
 Error
coding MissingSwitchDefault switch without "default" clause. 40
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
coding MissingSwitchDefault switch without "default" clause. 60
 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. 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 '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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 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. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 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. 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 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. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
coding MissingSwitchDefault switch without "default" clause. 102

org/woehlke/computer/kurzweil/tabs/kochsnowflake/KochSnowflakeTab.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. 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 properties should be final. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
sizes LineLength Line is longer than 80 characters (found 87). 41
 Error
sizes LineLength Line is longer than 80 characters (found 103). 43
 Error
sizes LineLength Line is longer than 80 characters (found 110). 44
 Error
whitespace ParenPad '(' is followed by whitespace. 53
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter e should be final. 59
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter e should be final. 63
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter e should be final. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter e should be final. 71
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 71
 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. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 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. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter e should be final. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter e should be final. 81
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 81
 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. 84
 Error
misc FinalParameters Parameter e should be final. 85
 Error
misc FinalParameters Parameter e should be final. 92
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 92
 Error
misc FinalParameters Parameter e should be final. 95
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 95
 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
misc FinalParameters Parameter e should be final. 101
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 101
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 101
 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. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
coding MagicNumber '180' is a magic number. 107
 Error
sizes LineLength Line is longer than 80 characters (found 84). 114
 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. 136
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 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. 140
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 140
 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. 144
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 144

org/woehlke/computer/kurzweil/tabs/kochsnowflake/model/KochSnowflakeTabState.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/kochsnowflake/model/KochSnowflakeTabStateMachine.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.kochsnowflake.model.KochSnowflakeTabState.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 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. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 23
 Error
coding MissingSwitchDefault switch without "default" clause. 25
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 25
 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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
coding MissingSwitchDefault switch without "default" clause. 56
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 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. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter applicationState should be final. 74
 Error
coding HiddenField 'applicationState' hides a field. 74

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. 24
 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
coding HiddenField 'model' hides a field. 28
 Error
sizes LineLength Line is longer than 80 characters (found 103). 30
 Error
sizes LineLength Line is longer than 80 characters (found 119). 32
 Error
sizes LineLength Line is longer than 80 characters (found 117). 36
 Error
sizes LineLength Line is longer than 80 characters (found 99). 43
 Error
misc FinalParameters Parameter ae should be final. 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64

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/Mandelbrot.java

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

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaCanvas.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). 11
 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 app should be final. 22
 Error
coding HiddenField 'app' hides a field. 22
 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. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter g should be final. 31
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 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
coding MagicNumber '4' is a magic number. 40
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 40
 Error
coding MagicNumber '256' is a magic number. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter g should be final. 48

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaController.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. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
sizes LineLength Line is longer than 80 characters (found 95). 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 '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. 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 '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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/Mandelbrot2JuliaModel.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. 22
 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 JavadocVariable Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 100). 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter properties should be final. 29
 Error
coding HiddenField 'properties' hides a field. 29
 Error
misc FinalParameters Parameter frame should be final. 29
 Error
coding HiddenField 'frame' hides a field. 29
 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter c should be final. 37
 Error
coding MissingSwitchDefault switch without "default" clause. 40
 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. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Error
coding MissingSwitchDefault switch without "default" clause. 54
 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. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
misc FinalParameters Parameter x should be final. 64
 Error
misc FinalParameters Parameter y should be final. 64
 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. 68
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 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. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 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. 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83

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. 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 properties should be final. 35
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 37
 Error
sizes LineLength Line is longer than 80 characters (found 90). 40
 Error
sizes LineLength Line is longer than 80 characters (found 108). 41
 Error
sizes LineLength Line is longer than 80 characters (found 110). 42
 Error
whitespace ParenPad '(' is followed by whitespace. 49
 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. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
misc FinalParameters Parameter e should be final. 55
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter e should be final. 59
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter e should be final. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter e should be final. 67
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 67
 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. 69
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error
misc FinalParameters Parameter e should be final. 69
 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. 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
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 77
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 77
 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. 80
 Error
misc FinalParameters Parameter e should be final. 81
 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
misc FinalParameters Parameter e should be final. 91
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 91
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 91
 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
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. 99
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 99
 Error
coding MagicNumber '90' is a magic number. 103
 Error
sizes LineLength Line is longer than 80 characters (found 84). 110
 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. 132
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 132
 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. 141
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 141

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/MandelbrotCanvas.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.*. 12
 Error
sizes LineLength Line is longer than 80 characters (found 90). 24
 Error
sizes LineLength Line is longer than 80 characters (found 91). 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 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 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. 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 MissingJavadocMethod Missing a Javadoc comment. 44
 Error
misc FinalParameters Parameter tabCtx should be final. 44
 Error
coding HiddenField 'tabCtx' hides a field. 44
 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. 56
 Error
misc FinalParameters Parameter g should be final. 57
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 65
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '*' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 66
 Error
coding MagicNumber '4' is a magic number. 66
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 66
 Error
coding MagicNumber '256' is a magic number. 66
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 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. 74
 Error
misc FinalParameters Parameter g should be final. 75
 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. 79
 Error
misc FinalParameters Parameter mayInterruptIfRunning should be final. 80
 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. 84
 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. 89
 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. 94
 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. 99
 Error
sizes LineLength Line is longer than 80 characters (found 116). 100
 Error
misc FinalParameters Parameter timeout should be final. 100
 Error
misc FinalParameters Parameter unit should be final. 100
 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. 104
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 106

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

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 93). 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. 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
misc FinalParameters Parameter ctx should be final. 25
 Error
coding HiddenField 'ctx' hides a field. 25
 Error
sizes LineLength Line is longer than 80 characters (found 81). 28
 Error
whitespace ParenPad ')' is preceded with whitespace. 28
 Error
whitespace ParenPad ')' is preceded with whitespace. 30
 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. 33
 Error
whitespace ParenPad ')' is preceded with whitespace. 37
 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. 40
 Error
sizes LineLength Line is longer than 80 characters (found 82). 43
 Error
whitespace ParenPad ')' is preceded with whitespace. 43
 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. 51
 Error
misc FinalParameters Parameter value should be final. 57
 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. 61

org/woehlke/computer/kurzweil/tabs/mandelbrot2julia/MandelbrotController.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 87). 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 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. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Error
misc FinalParameters Parameter model should be final. 24
 Error
misc FinalParameters Parameter tab should be final. 24
 Error
coding HiddenField 'tab' hides a field. 24
 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. 30
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 17 should have line break after. 39
 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). 39
 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. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45

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

Severity Category Rule Message Line
 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. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
sizes LineLength Line is longer than 80 characters (found 86). 34
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Error
misc FinalParameters Parameter properties should be final. 34
 Error
coding HiddenField 'properties' hides a field. 34
 Error
misc FinalParameters Parameter tab should be final. 34
 Error
coding HiddenField 'tab' hides a field. 34
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
misc FinalParameters Parameter c should be final. 42
 Error
coding MissingSwitchDefault switch without "default" clause. 45
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
coding MissingSwitchDefault switch without "default" clause. 65
 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. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter x should be final. 77
 Error
misc FinalParameters Parameter y should be final. 77
 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. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 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. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 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. 98
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 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. 102
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 102
 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. 106
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 106
 Error
coding MissingSwitchDefault switch without "default" clause. 107
 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. 120
 Error
misc FinalParameters Parameter value should be final. 126
 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. 130

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.*. 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 90). 17
 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 88). 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 MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter tabbedPane should be final. 35
 Error
whitespace ParenPad '(' is followed by whitespace. 46
 Error
sizes LineLength Line is longer than 80 characters (found 84). 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. 69
 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 WhitespaceAround '+' is not followed by whitespace. 79
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 79
 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. 82
 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 followed by whitespace. 90
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 90
 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. 93
 Error
misc FinalParameters Parameter ae should be final. 94
 Error
sizes LineLength Line is longer than 80 characters (found 108). 95
 Error
whitespace WhitespaceAfter 'if' 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 106). 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 87). 101
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 107
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 107
 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. 112
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 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. 117
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 117
 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. 122
 Error
misc FinalParameters Parameter e should be final. 123
 Error
whitespace ParenPad '(' is followed by whitespace. 124
 Error
whitespace ParenPad '(' is followed by whitespace. 125
 Error
whitespace ParenPad ')' is preceded with whitespace. 125
 Error
misc FinalParameters Parameter e should be final. 129
 Error
misc FinalParameters Parameter e should be final. 134
 Error
misc FinalParameters Parameter e should be final. 139
 Error
misc FinalParameters Parameter e should be final. 144

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

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 13
 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 19
 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 tab should be final. 26
 Error
coding HiddenField 'tab' hides a field. 26
 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 87). 29
 Error
sizes LineLength Line is longer than 80 characters (found 93). 30
 Error
sizes LineLength Line is longer than 80 characters (found 84). 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error
design DesignForExtension Class 'MandelbrotTabPane' looks like designed for extension (can be subclassed), but the method 'enableZoomButton' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabPane' final or making the method 'enableZoomButton' static/final/abstract/empty, or adding allowed annotation for the method. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
design DesignForExtension Class 'MandelbrotTabPane' looks like designed for extension (can be subclassed), but the method 'disableZoomButton' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabPane' final or making the method 'disableZoomButton' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
design DesignForExtension Class 'MandelbrotTabPane' looks like designed for extension (can be subclassed), but the method 'getRadioButtonsSwitch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabPane' final or making the method 'getRadioButtonsSwitch' static/final/abstract/empty, or adding allowed annotation for the method. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
design DesignForExtension Class 'MandelbrotTabPane' looks like designed for extension (can be subclassed), but the method 'getRadioButtonsZoom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabPane' final or making the method 'getRadioButtonsZoom' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
design DesignForExtension Class 'MandelbrotTabPane' looks like designed for extension (can be subclassed), but the method 'getZoomOutButton' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MandelbrotTabPane' final or making the method 'getZoomOutButton' 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/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.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 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. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 22
 Error
coding MissingSwitchDefault switch without "default" clause. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 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. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 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. 51
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter applicationState should be final. 51
 Error
coding HiddenField 'applicationState' hides a field. 51

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomCanvas.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). 11
 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 app should be final. 22
 Error
coding HiddenField 'app' hides a field. 22
 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. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter g should be final. 31
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 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
coding MagicNumber '4' is a magic number. 40
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 40
 Error
coding MagicNumber '256' is a magic number. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter g should be final. 48

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomController.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. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 Error
sizes LineLength Line is longer than 80 characters (found 89). 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 '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. 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 '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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/MandelbrotZoomModel.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. 22
 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 JavadocVariable Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 96). 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter properties should be final. 29
 Error
coding HiddenField 'properties' hides a field. 29
 Error
misc FinalParameters Parameter frame should be final. 29
 Error
coding HiddenField 'frame' hides a field. 29
 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter c should be final. 37
 Error
coding MissingSwitchDefault switch without "default" clause. 40
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
coding MissingSwitchDefault switch without "default" clause. 60
 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. 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 '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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 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. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 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. 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 '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. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
coding MissingSwitchDefault switch without "default" clause. 102

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. 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 properties should be final. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
sizes LineLength Line is longer than 80 characters (found 88). 41
 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. 53
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter e should be final. 59
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter e should be final. 63
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter e should be final. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter e should be final. 71
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 71
 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. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 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. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter e should be final. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter e should be final. 81
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 81
 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. 84
 Error
misc FinalParameters Parameter e should be final. 85
 Error
misc FinalParameters Parameter e should be final. 92
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 92
 Error
misc FinalParameters Parameter e should be final. 95
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 95
 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
misc FinalParameters Parameter e should be final. 101
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 101
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 101
 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. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
coding MagicNumber '180' is a magic number. 107
 Error
sizes LineLength Line is longer than 80 characters (found 84). 114
 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. 136
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 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. 140
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 140
 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. 144
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 144

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/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. 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 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 108). 33
 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 104). 44
 Error
misc FinalParameters Parameter ae should be final. 58
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/PanelChooseMouseClickMode.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
sizes LineLength Line is longer than 80 characters (found 101). 17
 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 MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter tabCtx should be final. 27
 Error
coding HiddenField 'tabCtx' hides a field. 27
 Error
sizes LineLength Line is longer than 80 characters (found 88). 29
 Error
sizes LineLength Line is longer than 80 characters (found 111). 35
 Error
sizes LineLength Line is longer than 80 characters (found 107). 36
 Error
whitespace ParenPad '(' is followed by whitespace. 42
 Error
whitespace ParenPad ')' is preceded with whitespace. 42
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 54

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/PanelZoom.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
javadoc JavadocVariable Missing a Javadoc comment. 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 MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 92). 22
 Error
sizes LineLength Line is longer than 80 characters (found 115). 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
coding MagicNumber '3' is a magic number. 28

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/canvas/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/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.*. 4
 Error
sizes LineLength Line is longer than 80 characters (found 90). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 17
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 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. 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 23
 Error
coding MissingSwitchDefault switch without "default" clause. 25
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 25
 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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
coding MissingSwitchDefault switch without "default" clause. 56
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 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. 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter applicationState should be final. 74
 Error
coding HiddenField 'applicationState' hides a field. 74

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/state/MandelbrotTabState.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

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

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.model.state.MandelbrotTabState.*. 3
 Error
sizes LineLength Line is longer than 80 characters (found 90). 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 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. 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 22
 Error
coding MissingSwitchDefault switch without "default" clause. 24
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 24
 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. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
coding MissingSwitchDefault switch without "default" clause. 43
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 43
 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. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
coding MissingSwitchDefault switch without "default" clause. 59
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 59
 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. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 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. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter mandelbrotTabState should be final. 77
 Error
coding HiddenField 'mandelbrotTabState' hides a field. 77

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/MandelbrotTuringMachine.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. 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 model should be final. 22
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 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. 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
whitespace WhitespaceAround 'switch' 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. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 56
 Error
sizes LineLength Line is longer than 80 characters (found 97). 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 65
 Error
sizes LineLength Line is longer than 80 characters (found 92). 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 77

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/Point.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. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
misc FinalParameters Parameter x should be final. 33
 Error
coding HiddenField 'x' hides a field. 33
 Error
misc FinalParameters Parameter y should be final. 33
 Error
coding HiddenField 'y' hides a field. 33
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 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 '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. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 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. 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 '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. 54
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 54
 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. 57
 Error
blocks LeftCurly '{' at column 28 should have line break after. 57
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter x should be final. 63
 Error
coding HiddenField 'x' hides a field. 63
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 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. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter y should be final. 71
 Error
coding HiddenField 'y' hides a field. 71
 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. 75
 Error
misc FinalParameters Parameter o should be final. 76
 Error
blocks NeedBraces 'if' construct must use '{}'s. 77
 Error
blocks NeedBraces 'if' construct must use '{}'s. 78
 Error
whitespace OperatorWrap '&&' should be on a new line. 80
 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. 84
 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. 89
 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

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/TuringDirection.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

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/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/mandelbrotzoom/model/turing/TuringPhaseState.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. 14
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 16
 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. 20
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 20
 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. 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 '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. 28
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 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. 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 '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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36

org/woehlke/computer/kurzweil/tabs/mandelbrotzoom/model/turing/TuringPositions.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. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 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 worldDimensions should be final. 22
 Error
coding HiddenField 'worldDimensions' hides a field. 22
 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. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 98). 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 WhitespaceAround '/' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 29
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 29
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 29
 Error
coding MagicNumber '11' is a magic number. 29
 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. 33
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 33
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 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. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 76
 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. 86
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error
sizes LineLength Line is longer than 80 characters (found 87). 87
 Error
whitespace WhitespaceAround '>' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '>' is not preceded with whitespace. 87
 Error
coding MagicNumber '100' is a magic number. 87

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. 10
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.tabs.mandelbrotzoom.ui.RradioButtons.RADIO_BUTTONS_ZOOM. 11
 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. 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 108). 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 104). 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/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/RandomWalk.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. 7
 Error
javadoc JavadocVariable Missing a Javadoc comment. 9

org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkCanvas.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.*. 15
 Error
sizes LineLength Line is longer than 80 characters (found 108). 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
sizes LineLength Line is longer than 80 characters (found 115). 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 31
 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. 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
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 46
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 47
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
misc FinalParameters Parameter tabCtx should be final. 51
 Error
coding HiddenField 'tabCtx' hides a field. 51
 Error
whitespace ParenPad '(' is followed by whitespace. 53
 Error
whitespace ParenPad ')' is preceded with whitespace. 53
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '/' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 66
 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. 70
 Error
misc FinalParameters Parameter g should be final. 71
 Error
coding MagicNumber '256' is a magic number. 81
 Error
coding MagicNumber '256' is a magic number. 81
 Error
coding MagicNumber '256' is a magic number. 81
 Error
whitespace ParenPad '(' is followed by whitespace. 82
 Error
whitespace NoWhitespaceAfter ')' is followed by whitespace. 87
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 88
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 88
 Error
coding MagicNumber '256' is a magic number. 94
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 95
 Error
coding MagicNumber '256' is a magic number. 96
 Error
coding MagicNumber '256' is a magic number. 97
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 98
 Error
coding MagicNumber '256' is a magic number. 99
 Error
coding MagicNumber '256' is a magic number. 100
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 101
 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. 112
 Error
misc FinalParameters Parameter g should be final. 113

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

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 17
 Error
sizes LineLength Line is longer than 80 characters (found 93). 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
javadoc JavadocVariable Missing a Javadoc comment. 24
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter tab should be final. 27
 Error
coding HiddenField 'tab' hides a field. 27
 Error
whitespace ParenPad '(' is followed by whitespace. 31
 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. 36
 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. 42
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 47
 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. 53
 Error
misc FinalParameters Parameter value should be final. 59
 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. 63

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

Severity Category Rule Message Line
 Error
javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 19
 Error
sizes LineLength Line is longer than 80 characters (found 108). 20
 Error
sizes LineLength Line is longer than 80 characters (found 98). 21
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 22
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 23
 Error
sizes LineLength Line is longer than 80 characters (found 87). 26
 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 tabCtx should be final. 35
 Error
coding HiddenField 'tabCtx' hides a field. 35
 Error
sizes LineLength Line is longer than 80 characters (found 114). 40
 Error
coding EmptyStatement Empty statement. 40
 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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
blocks LeftCurly '{' at column 17 should have line break after. 55
 Error
whitespace ParenPad '(' is followed by whitespace. 55
 Error
whitespace ParenPad ')' is preceded with whitespace. 55
 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). 55
 Error
blocks LeftCurly '{' at column 44 should have line break after. 56
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71

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

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 16
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
sizes LineLength Line is longer than 80 characters (found 89). 17
 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. 26
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 26
 Error
naming ConstantName Name 'startX' 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 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter tabCtx should be final. 32
 Error
coding HiddenField 'tabCtx' hides a field. 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 36
 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 WhitespaceAround '/' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '/' is not preceded with whitespace. 38
 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. 42
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 48
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 48
 Error
sizes LineLength Line is longer than 80 characters (found 114). 52
 Error
sizes LineLength Line is longer than 80 characters (found 90). 53
 Error
whitespace ParenPad ')' is preceded with whitespace. 54
 Error
whitespace ParenPad ')' is preceded with whitespace. 55
 Error
coding MagicNumber '10' is a magic number. 58
 Error
sizes LineLength Line is longer than 80 characters (found 125). 59
 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. 64
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAfter 'for' is not followed by 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 preceded with whitespace. 69
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 70
 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. 75
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 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. 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 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. 91
 Error
misc FinalParameters Parameter value should be final. 97

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

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 16
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 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 tabbedPane should be final. 25
 Error
whitespace ParenPad '(' is followed by whitespace. 30
 Error
whitespace ParenPad ')' is preceded with whitespace. 30
 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. 41
 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. 51
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 51
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 51
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 51
 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. 54
 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 '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. 65
 Error
misc FinalParameters Parameter ae should be final. 66
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 67
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70

org/woehlke/computer/kurzweil/tabs/randomwalk/RandomWalkTabPane.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. 13
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 13
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 13
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 13
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 Error
misc FinalParameters Parameter tab should be final. 18
 Error
whitespace ParenPad '(' is followed by whitespace. 20
 Error
whitespace ParenPad ')' is preceded with whitespace. 20
 Error
sizes LineLength Line is longer than 80 characters (found 87). 21

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

Severity Category Rule Message Line
 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/canvas/RandomWalkButtons.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.*. 13
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
sizes LineLength Line is longer than 80 characters (found 83). 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 MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter canvas should be final. 28
 Error
coding HiddenField 'canvas' hides a field. 28
 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 93). 32
 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. 40

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. 11
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 13
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 13
 Error
coding MagicNumber '54' is a magic number. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
coding MagicNumber '12' is a magic number. 28
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
coding MagicNumber '88' is a magic number. 28
 Error
coding MagicNumber '154' is a magic number. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
coding MagicNumber '112' is a magic number. 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
coding MagicNumber '38' is a magic number. 29
 Error
coding MagicNumber '234' is a magic number. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
coding MagicNumber '123' is a magic number. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 Error
coding MagicNumber '254' is a magic number. 30
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 32
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 37
 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. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Error
misc FinalParameters Parameter state should be final. 41
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 41

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleCanvas.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 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. 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 '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. 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 '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. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter g should be final. 50

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). 10
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 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
sizes LineLength Line is longer than 80 characters (found 101). 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
misc FinalParameters Parameter model should be final. 23
 Error
misc FinalParameters Parameter frame should be final. 23
 Error
coding HiddenField 'frame' hides a field. 23
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 35
 Error
blocks LeftCurly '{' at column 17 should have line break after. 38
 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). 38
 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. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleModel.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. 22
 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 JavadocVariable Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 104). 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter properties should be final. 29
 Error
coding HiddenField 'properties' hides a field. 29
 Error
misc FinalParameters Parameter frame should be final. 29
 Error
coding HiddenField 'frame' hides a field. 29
 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter c should be final. 37
 Error
coding MissingSwitchDefault switch without "default" clause. 40
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
coding MissingSwitchDefault switch without "default" clause. 60
 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. 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 '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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 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. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 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. 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 '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. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
coding MissingSwitchDefault switch without "default" clause. 102

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/SierpinskiTriangleTab.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. 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 properties should be final. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
sizes LineLength Line is longer than 80 characters (found 92). 41
 Error
sizes LineLength Line is longer than 80 characters (found 103). 43
 Error
sizes LineLength Line is longer than 80 characters (found 110). 44
 Error
whitespace ParenPad '(' is followed by whitespace. 53
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter e should be final. 59
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter e should be final. 63
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter e should be final. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter e should be final. 71
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 71
 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. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 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. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter e should be final. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter e should be final. 81
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 81
 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. 84
 Error
misc FinalParameters Parameter e should be final. 85
 Error
misc FinalParameters Parameter e should be final. 92
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 92
 Error
misc FinalParameters Parameter e should be final. 95
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 95
 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
misc FinalParameters Parameter e should be final. 101
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 101
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 101
 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. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
coding MagicNumber '180' is a magic number. 107
 Error
sizes LineLength Line is longer than 80 characters (found 84). 114
 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. 136
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 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. 140
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 140
 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. 144
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 144

org/woehlke/computer/kurzweil/tabs/sierpinskitriangle/model/SierpinskiTriangleTabState.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/sierpinskitriangle/model/SierpinskiTriangleTabStateMachine.java

Severity Category Rule Message Line
 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.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 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. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 25
 Error
coding MissingSwitchDefault switch without "default" clause. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 27
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
coding MissingSwitchDefault switch without "default" clause. 58
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Error
sizes LineLength Line is longer than 80 characters (found 82). 76
 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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter applicationState should be final. 76
 Error
coding HiddenField 'applicationState' hides a field. 76

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). 15
 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 model should be final. 28
 Error
coding HiddenField 'model' hides a field. 28
 Error
sizes LineLength Line is longer than 80 characters (found 103). 30
 Error
sizes LineLength Line is longer than 80 characters (found 119). 32
 Error
sizes LineLength Line is longer than 80 characters (found 117). 36
 Error
sizes LineLength Line is longer than 80 characters (found 99). 43
 Error
misc FinalParameters Parameter ae should be final. 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64

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/SimulatedEvolution.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/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
 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 - java.awt.*. 15
 Error
sizes LineLength Line is longer than 80 characters (found 87). 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 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 94). 38
 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. 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
sizes LineLength Line is longer than 80 characters (found 99). 39
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 41
 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
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
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
misc FinalParameters Parameter graphics should be final. 80
 Error
sizes LineLength Line is longer than 80 characters (found 84). 105
 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
sizes LineLength Line is longer than 80 characters (found 88). 108
 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. 114
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 114
 Error
misc FinalParameters Parameter graphics should be final. 114
 Error
design DesignForExtension Class 'SimulatedEvolutionCanvas' 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 'SimulatedEvolutionCanvas' final or making the method 'showMe' static/final/abstract/empty, or adding allowed annotation for the method. 121
 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
 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. 16
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 16
 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
sizes LineLength Line is longer than 80 characters (found 110). 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
javadoc JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter tab should be final. 28
 Error
coding HiddenField 'tab' hides a field. 28
 Error
misc FinalParameters Parameter ctx should be final. 29
 Error
coding HiddenField 'ctx' hides a field. 29
 Error
whitespace ParenPad '(' is followed by whitespace. 33
 Error
whitespace ParenPad ')' is preceded with whitespace. 33
 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. 38
 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. 45
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 47
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 47
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 50
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 50
 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. 56
 Error
misc FinalParameters Parameter value should be final. 62
 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. 66
 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 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
sizes LineLength Line is longer than 80 characters (found 109). 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 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. 32
 Error
coding HiddenField 'ctx' hides a field. 32
 Error
coding MagicNumber '320' is a magic number. 37
 Error
coding MagicNumber '234' is a magic number. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 39
 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
 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 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
sizes LineLength Line is longer than 80 characters (found 109). 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 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. 32
 Error
coding HiddenField 'ctx' hides a field. 32
 Error
coding MagicNumber '320' is a magic number. 37
 Error
coding MagicNumber '234' is a magic number. 38
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 39
 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/SimulatedEvolutionController.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 93). 12
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 26
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 26
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error
javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 28
 Error
sizes LineLength Line is longer than 80 characters (found 108). 29
 Error
sizes LineLength Line is longer than 80 characters (found 98). 30
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 31
 Error
misc TodoComment Comment matches to-do format 'TODO:'. 32
 Error
sizes LineLength Line is longer than 80 characters (found 103). 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
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. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter tabCtx should be final. 51
 Error
coding HiddenField 'tabCtx' hides a field. 51
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 53
 Error
sizes LineLength Line is longer than 80 characters (found 128). 56
 Error
sizes LineLength Line is longer than 80 characters (found 131). 57
 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. 62
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 70
 Error
whitespace ParenPad '(' is followed by whitespace. 70
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 70
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 74
 Error
sizes LineLength Line is longer than 80 characters (found 140). 75
 Error
whitespace ParenPad '(' is followed by whitespace. 86
 Error
whitespace ParenPad ')' is preceded with whitespace. 86
 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. 94
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 Error
sizes LineLength Line is longer than 80 characters (found 87). 8
 Error
sizes LineLength Line is longer than 80 characters (found 113). 17
 Error
javadoc JavadocStyle First sentence should end with a period. 19
 Error
naming MemberName Name 'TIME_TO_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error
javadoc JavadocStyle First sentence should end with a period. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 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. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 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). 55
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
sizes LineLength Line is longer than 80 characters (found 87). 8
 Error
sizes LineLength Line is longer than 80 characters (found 113). 17
 Error
javadoc JavadocStyle First sentence should end with a period. 19
 Error
naming MemberName Name 'TIME_TO_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error
javadoc JavadocStyle First sentence should end with a period. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 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. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 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). 55
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63

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

Severity Category Rule Message Line
 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 40
 Error
sizes LineLength Line is longer than 80 characters (found 105). 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. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter appCtx should be final. 51
 Error
coding HiddenField 'appCtx' hides a field. 51
 Error
whitespace ParenPad '(' is followed by whitespace. 54
 Error
sizes LineLength Line is longer than 80 characters (found 89). 55
 Error
whitespace ParenPad '(' is followed by whitespace. 55
 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. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error
misc FinalParameters Parameter x should be final. 61
 Error
misc FinalParameters Parameter y should be final. 61
 Error
design DesignForExtension Class 'SimulatedEvolutionModel' 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 'SimulatedEvolutionModel' final or making the method 'toggleGardenOfEden' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 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. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 76
 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. 79
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 84
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 91
 Error
sizes LineLength Line is longer than 80 characters (found 112). 92
 Error
sizes LineLength Line is longer than 80 characters (found 132). 93
 Error
sizes LineLength Line is longer than 80 characters (found 142). 94
 Error
sizes LineLength Line is longer than 80 characters (found 91). 96
 Error
sizes LineLength Line is longer than 80 characters (found 85). 97
 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. 100
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 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. 104
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 104
 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. 108
 Error
misc FinalParameters Parameter mayInterruptIfRunning should be final. 109
 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. 113
 Error
misc FinalParameters Parameter value should be final. 119
 Error
sizes LineLength Line is longer than 80 characters (found 91). 124
 Error
sizes LineLength Line is longer than 80 characters (found 108). 125
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 134
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 152
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 152
 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
 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. 19
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 Error
sizes LineLength Line is longer than 80 characters (found 100). 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
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter tabbedPane should be final. 29
 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. 43
 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. 53
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 53
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 53
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 53
 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. 57
 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 '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. 69
 Error
misc FinalParameters Parameter ae should be final. 70
 Error
sizes LineLength Line is longer than 80 characters (found 96). 71
 Error
sizes LineLength Line is longer than 80 characters (found 103). 75
 Error
sizes LineLength Line is longer than 80 characters (found 105). 79
 Error
sizes LineLength Line is longer than 80 characters (found 87). 84
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 84
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 84
 Error
sizes LineLength Line is longer than 80 characters (found 86). 87
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 87
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 87
 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. 92
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 93
 Error
whitespace WhitespaceAround '!=' is not preceded with whitespace. 93
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 93
 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. 98
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 Error
misc FinalParameters Parameter population should be final. 98
 Error
coding HiddenField 'population' hides a field. 98
 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
 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/SimulatedEvolutionTabPane.java

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulation. 14
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 16
 Error
sizes LineLength Line is longer than 80 characters (found 92). 20
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 20
 Error
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc JavadocVariable Missing a Javadoc comment. 22
 Error
sizes LineLength Line is longer than 80 characters (found 82). 23
 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
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter tab should be final. 31
 Error
sizes LineLength Line is longer than 80 characters (found 111). 32
 Error
whitespace ParenPad '(' is followed by whitespace. 32
 Error
whitespace ParenPad ')' is preceded with whitespace. 32
 Error
sizes LineLength Line is longer than 80 characters (found 102). 33
 Error
whitespace ParenPad '(' is followed by whitespace. 33
 Error
whitespace ParenPad ')' is preceded with whitespace. 33
 Error
whitespace ParenPad '(' is followed by whitespace. 34
 Error
whitespace ParenPad ')' is preceded with whitespace. 34
 Error
whitespace ParenPad '(' is followed by whitespace. 35
 Error
whitespace ParenPad ')' is preceded with whitespace. 35
 Error
whitespace ParenPad '(' is followed by whitespace. 36
 Error
whitespace ParenPad ')' is preceded with whitespace. 36
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 44
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 44
 Error
whitespace ParenPad '(' is followed by whitespace. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 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. 52
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 52

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/SimulatedEvolutionWorldColor.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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 111). 21
 Error
sizes LineLength Line is longer than 80 characters (found 140). 23
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 111). 21
 Error
sizes LineLength Line is longer than 80 characters (found 140). 23
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 111). 21
 Error
sizes LineLength Line is longer than 80 characters (found 140). 23

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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 111). 21
 Error
sizes LineLength Line is longer than 80 characters (found 140). 23
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 111). 21
 Error
sizes LineLength Line is longer than 80 characters (found 140). 23
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 111). 21
 Error
sizes LineLength Line is longer than 80 characters (found 140). 23

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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 102). 21
 Error
sizes LineLength Line is longer than 80 characters (found 129). 23
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 102). 21
 Error
sizes LineLength Line is longer than 80 characters (found 129). 23
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.swing.*. 9
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 102). 21
 Error
sizes LineLength Line is longer than 80 characters (found 129). 23

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

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - lombok.experimental.Delegate. 5
 Error
imports UnusedImports Unused import - javax.swing.border.CompoundBorder. 15
 Error
sizes LineLength Line is longer than 80 characters (found 99). 20
 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. 29
 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
sizes LineLength Line is longer than 80 characters (found 134). 32
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 32
 Error
sizes LineLength Line is longer than 80 characters (found 82). 37
 Error
sizes LineLength Line is longer than 80 characters (found 82). 38
 Error
sizes LineLength Line is longer than 80 characters (found 129). 39
 Error
sizes LineLength Line is longer than 80 characters (found 93). 40
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter myTabPanel should be final. 48
 Error
design DesignForExtension Class 'FoodPerDayPanel' 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 'FoodPerDayPanel' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
sizes LineLength Line is longer than 80 characters (found 83). 54
 Error
sizes LineLength Line is longer than 80 characters (found 99). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 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 MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter tabCtx should be final. 28
 Error
coding HiddenField 'tabCtx' hides a field. 28
 Error
sizes LineLength Line is longer than 80 characters (found 134). 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
sizes LineLength Line is longer than 80 characters (found 82). 34
 Error
sizes LineLength Line is longer than 80 characters (found 82). 35
 Error
sizes LineLength Line is longer than 80 characters (found 129). 36
 Error
sizes LineLength Line is longer than 80 characters (found 93). 37
 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. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter myTabPanel should be final. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
sizes LineLength Line is longer than 80 characters (found 85). 51
 Error
sizes LineLength Line is longer than 80 characters (found 99). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 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 MissingJavadocMethod Missing a Javadoc comment. 28
 Error
misc FinalParameters Parameter tabCtx should be final. 28
 Error
coding HiddenField 'tabCtx' hides a field. 28
 Error
sizes LineLength Line is longer than 80 characters (found 134). 29
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 29
 Error
sizes LineLength Line is longer than 80 characters (found 82). 34
 Error
sizes LineLength Line is longer than 80 characters (found 82). 35
 Error
sizes LineLength Line is longer than 80 characters (found 129). 36
 Error
sizes LineLength Line is longer than 80 characters (found 93). 37
 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. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
misc FinalParameters Parameter myTabPanel should be final. 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
sizes LineLength Line is longer than 80 characters (found 85). 51

org/woehlke/computer/kurzweil/tabs/simulatedevolution/canvas/food/FoodPerDayTextField.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 83). 14
 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 MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter tabCtx should be final. 21
 Error
coding HiddenField 'tabCtx' hides a field. 21
 Error
sizes LineLength Line is longer than 80 characters (found 97). 23
 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 105). 24
 Error
sizes LineLength Line is longer than 80 characters (found 131). 27
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 27
 Error
sizes LineLength Line is longer than 80 characters (found 138). 28
 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. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter foodPerDay should be final. 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
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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter tabCtx should be final. 21
 Error
coding HiddenField 'tabCtx' hides a field. 21
 Error
sizes LineLength Line is longer than 80 characters (found 97). 23
 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 105). 24
 Error
sizes LineLength Line is longer than 80 characters (found 131). 27
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 27
 Error
sizes LineLength Line is longer than 80 characters (found 138). 28
 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. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter foodPerDay should be final. 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
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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter tabCtx should be final. 21
 Error
coding HiddenField 'tabCtx' hides a field. 21
 Error
sizes LineLength Line is longer than 80 characters (found 97). 23
 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 105). 24
 Error
sizes LineLength Line is longer than 80 characters (found 131). 27
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 27
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 27
 Error
sizes LineLength Line is longer than 80 characters (found 138). 28
 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. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter foodPerDay should be final. 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

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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter tabCtx should be final. 21
 Error
coding HiddenField 'tabCtx' hides a field. 21
 Error
sizes LineLength Line is longer than 80 characters (found 117). 23
 Error
sizes LineLength Line is longer than 80 characters (found 110). 24
 Error
sizes LineLength Line is longer than 80 characters (found 142). 27
 Error
sizes LineLength Line is longer than 80 characters (found 146). 28
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter tabCtx should be final. 21
 Error
coding HiddenField 'tabCtx' hides a field. 21
 Error
sizes LineLength Line is longer than 80 characters (found 117). 23
 Error
sizes LineLength Line is longer than 80 characters (found 110). 24
 Error
sizes LineLength Line is longer than 80 characters (found 142). 27
 Error
sizes LineLength Line is longer than 80 characters (found 146). 28
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Error
misc FinalParameters Parameter tabCtx should be final. 21
 Error
coding HiddenField 'tabCtx' hides a field. 21
 Error
sizes LineLength Line is longer than 80 characters (found 117). 23
 Error
sizes LineLength Line is longer than 80 characters (found 110). 24
 Error
sizes LineLength Line is longer than 80 characters (found 142). 27
 Error
sizes LineLength Line is longer than 80 characters (found 146). 28

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 UnusedImports Unused import - javax.swing.border.CompoundBorder. 10
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 11
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20
 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
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 141). 26
 Error
sizes LineLength Line is longer than 80 characters (found 102). 27
 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. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 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
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 141). 25
 Error
sizes LineLength Line is longer than 80 characters (found 102). 26
 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. 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 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
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 141). 25
 Error
sizes LineLength Line is longer than 80 characters (found 102). 26

org/woehlke/computer/kurzweil/tabs/simulatedevolution/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 104). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 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 MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter tabCtx should be final. 27
 Error
coding HiddenField 'tabCtx' hides a field. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
sizes LineLength Line is longer than 80 characters (found 82). 32
 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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter selected should be final. 43
 Error
sizes LineLength Line is longer than 80 characters (found 88). 44
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 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. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter myTabPanel should be final. 53
 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. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
sizes LineLength Line is longer than 80 characters (found 92). 58
 Error
sizes LineLength Line is longer than 80 characters (found 104). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 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 MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter tabCtx should be final. 27
 Error
coding HiddenField 'tabCtx' hides a field. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
sizes LineLength Line is longer than 80 characters (found 82). 32
 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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter selected should be final. 43
 Error
sizes LineLength Line is longer than 80 characters (found 88). 44
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 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. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter myTabPanel should be final. 53
 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. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
sizes LineLength Line is longer than 80 characters (found 92). 58
 Error
sizes LineLength Line is longer than 80 characters (found 104). 17
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 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 MissingJavadocMethod Missing a Javadoc comment. 27
 Error
misc FinalParameters Parameter tabCtx should be final. 27
 Error
coding HiddenField 'tabCtx' hides a field. 27
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 28
 Error
sizes LineLength Line is longer than 80 characters (found 82). 32
 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. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error
misc FinalParameters Parameter selected should be final. 43
 Error
sizes LineLength Line is longer than 80 characters (found 88). 44
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 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. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter myTabPanel should be final. 53
 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. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
sizes LineLength Line is longer than 80 characters (found 92). 58

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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 126). 21
 Error
sizes LineLength Line is longer than 80 characters (found 162). 23
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 126). 21
 Error
sizes LineLength Line is longer than 80 characters (found 162). 23
 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. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter tabCtx should be final. 20
 Error
coding HiddenField 'tabCtx' hides a field. 20
 Error
sizes LineLength Line is longer than 80 characters (found 126). 21
 Error
sizes LineLength Line is longer than 80 characters (found 162). 23

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
sizes LineLength Line is longer than 80 characters (found 87). 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
sizes LineLength Line is longer than 80 characters (found 91). 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter label should be final. 22
 Error
coding HiddenField 'label' hides a field. 22
 Error
misc FinalParameters Parameter lifeCycleStatus should be final. 22
 Error
coding HiddenField 'lifeCycleStatus' hides a field. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 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. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter value should be final. 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
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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
misc FinalParameters Parameter value should be final. 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
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. 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
sizes LineLength Line is longer than 80 characters (found 87). 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter label should be final. 22
 Error
coding HiddenField 'label' hides a field. 22
 Error
misc FinalParameters Parameter lifeCycleStatus should be final. 22
 Error
coding HiddenField 'lifeCycleStatus' hides a field. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 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. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter value should be final. 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
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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
misc FinalParameters Parameter value should be final. 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
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. 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
sizes LineLength Line is longer than 80 characters (found 87). 22
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Error
misc FinalParameters Parameter label should be final. 22
 Error
coding HiddenField 'label' hides a field. 22
 Error
misc FinalParameters Parameter lifeCycleStatus should be final. 22
 Error
coding HiddenField 'lifeCycleStatus' hides a field. 22
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 25
 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. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error
misc FinalParameters Parameter value should be final. 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
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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
misc FinalParameters Parameter value should be final. 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

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

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.commons.Updateable. 9
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulationContainer. 16
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 19
 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
sizes LineLength Line is longer than 80 characters (found 112). 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. 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. 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 MissingJavadocMethod Missing a Javadoc comment. 44
 Error
misc FinalParameters Parameter tabCtx should be final. 45
 Error
coding HiddenField 'tabCtx' hides a field. 45
 Error
sizes LineLength Line is longer than 80 characters (found 150). 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Error
sizes LineLength Line is longer than 80 characters (found 130). 51
 Error
sizes LineLength Line is longer than 80 characters (found 148). 56
 Error
sizes LineLength Line is longer than 80 characters (found 88). 61
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 61
 Error
sizes LineLength Line is longer than 80 characters (found 104). 62
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 62
 Error
sizes LineLength Line is longer than 80 characters (found 100). 63
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 63
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 69
 Error
design DesignForExtension Class 'PopulationStatisticsElementsPanelCounted' 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 'PopulationStatisticsElementsPanelCounted' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 74
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Error
sizes LineLength Line is longer than 80 characters (found 82). 75
 Error
whitespace WhitespaceAround '+' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '+' is not preceded with whitespace. 76
 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
sizes LineLength Line is longer than 80 characters (found 124). 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. 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. 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. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter tabCtx should be final. 47
 Error
coding HiddenField 'tabCtx' hides a field. 47
 Error
sizes LineLength Line is longer than 80 characters (found 150). 49
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 49
 Error
sizes LineLength Line is longer than 80 characters (found 130). 53
 Error
sizes LineLength Line is longer than 80 characters (found 148). 58
 Error
sizes LineLength Line is longer than 80 characters (found 88). 63
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 63
 Error
sizes LineLength Line is longer than 80 characters (found 104). 64
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 64
 Error
sizes LineLength Line is longer than 80 characters (found 100). 65
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
sizes LineLength Line is longer than 80 characters (found 95). 79
 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
sizes LineLength Line is longer than 80 characters (found 124). 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. 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. 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. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
misc FinalParameters Parameter tabCtx should be final. 47
 Error
coding HiddenField 'tabCtx' hides a field. 47
 Error
sizes LineLength Line is longer than 80 characters (found 150). 49
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 49
 Error
sizes LineLength Line is longer than 80 characters (found 130). 53
 Error
sizes LineLength Line is longer than 80 characters (found 148). 58
 Error
sizes LineLength Line is longer than 80 characters (found 88). 63
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 63
 Error
sizes LineLength Line is longer than 80 characters (found 104). 64
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 64
 Error
sizes LineLength Line is longer than 80 characters (found 100). 65
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
sizes LineLength Line is longer than 80 characters (found 95). 79

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

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports UnusedImports Unused import - lombok.experimental.Delegate. 6
 Error
imports UnusedImports Unused import - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.population.SimulatedEvolutionPopulationContainer. 16
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.awt.*. 19
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.computer.kurzweil.tabs.simulatedevolution.model.cell.CellLifeCycleStatus.*. 21
 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
sizes LineLength Line is longer than 80 characters (found 126). 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
 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. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 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 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 149). 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 83). 68
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 103). 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 90). 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
sizes LineLength Line is longer than 80 characters (found 86). 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
design DesignForExtension Class 'PopulationStatisticsElementsPanelLifeCycle' 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 'PopulationStatisticsElementsPanelLifeCycle' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. 81
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
sizes LineLength Line is longer than 80 characters (found 82). 82
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 83
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 83
 Error
whitespace WhitespaceAround '}' is not followed by whitespace. 85
 Error
whitespace WhitespaceAround 'else' 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
sizes LineLength Line is longer than 80 characters (found 83). 88
 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
sizes LineLength Line is longer than 80 characters (found 126). 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. 33
 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. 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 83). 68
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 103). 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 90). 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
sizes LineLength Line is longer than 80 characters (found 86). 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
sizes LineLength Line is longer than 80 characters (found 95). 83
 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
sizes LineLength Line is longer than 80 characters (found 126). 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. 33
 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. 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 83). 68
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 103). 69
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 69
 Error
sizes LineLength Line is longer than 80 characters (found 90). 70
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 70
 Error
sizes LineLength Line is longer than 80 characters (found 86). 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 71
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
sizes LineLength Line is longer than 80 characters (found 95). 83

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

Severity Category Rule Message Line
 Error
javadoc JavadocStyle First sentence should end with a period. 29
 Error
javadoc JavadocStyle First sentence should end with a period. 34
 Error
javadoc JavadocStyle First sentence should end with a period. 39
 Error
javadoc JavadocStyle First sentence should end with a period. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter max should be final. 59
 Error
coding HiddenField 'max' hides a field. 59
 Error
misc FinalParameters Parameter position should be final. 59
 Error
coding HiddenField 'position' hides a field. 59
 Error
misc FinalParameters Parameter random should be final. 59
 Error
coding HiddenField 'random' hides a field. 59
 Error
sizes LineLength Line is longer than 80 characters (found 93). 72
 Error
misc FinalParameters Parameter fat should be final. 72
 Error
misc FinalParameters Parameter rna should be final. 72
 Error
misc FinalParameters Parameter position should be final. 72
 Error
coding HiddenField 'position' hides a field. 72
 Error
misc FinalParameters Parameter max should be final. 72
 Error
coding HiddenField 'max' hides a field. 72
 Error
misc FinalParameters Parameter random should be final. 72
 Error
coding HiddenField 'random' hides a field. 72
 Error
sizes LineLength Line is longer than 80 characters (found 95). 94
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 102
 Error
sizes LineLength Line is longer than 80 characters (found 127). 111
 Error
sizes LineLength Line is longer than 80 characters (found 82). 132
 Error
javadoc JavadocStyle First sentence should end with a period. 138
 Error
misc FinalParameters Parameter food should be final. 142
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 156
 Error
javadoc JavadocStyle First sentence should end with a period. 29
 Error
javadoc JavadocStyle First sentence should end with a period. 34
 Error
javadoc JavadocStyle First sentence should end with a period. 39
 Error
javadoc JavadocStyle First sentence should end with a period. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter max should be final. 59
 Error
coding HiddenField 'max' hides a field. 59
 Error
misc FinalParameters Parameter position should be final. 59
 Error
coding HiddenField 'position' hides a field. 59
 Error
misc FinalParameters Parameter random should be final. 59
 Error
coding HiddenField 'random' hides a field. 59
 Error
sizes LineLength Line is longer than 80 characters (found 93). 72
 Error
misc FinalParameters Parameter fat should be final. 72
 Error
misc FinalParameters Parameter rna should be final. 72
 Error
misc FinalParameters Parameter position should be final. 72
 Error
coding HiddenField 'position' hides a field. 72
 Error
misc FinalParameters Parameter max should be final. 72
 Error
coding HiddenField 'max' hides a field. 72
 Error
misc FinalParameters Parameter random should be final. 72
 Error
coding HiddenField 'random' hides a field. 72
 Error
sizes LineLength Line is longer than 80 characters (found 95). 94
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 102
 Error
sizes LineLength Line is longer than 80 characters (found 127). 111
 Error
sizes LineLength Line is longer than 80 characters (found 82). 132
 Error
javadoc JavadocStyle First sentence should end with a period. 138
 Error
misc FinalParameters Parameter food should be final. 142
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 156

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

Severity Category Rule Message Line
 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. 31
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter random should be final. 39
 Error
coding HiddenField 'random' hides a field. 39
 Error
misc FinalParameters Parameter random should be final. 48
 Error
coding HiddenField 'random' hides a field. 48
 Error
misc FinalParameters Parameter rna should be final. 48
 Error
misc ArrayTypeStyle Array brackets at illegal position. 72
 Error
misc FinalParameters Parameter base should be final. 78
 Error
misc FinalParameters Parameter base should be final. 92
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 102
 Error
sizes LineLength Line is longer than 80 characters (found 82). 107
 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. 31
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 31
 Error
javadoc JavadocVariable Missing a Javadoc comment. 32
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 32
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
misc FinalParameters Parameter random should be final. 39
 Error
coding HiddenField 'random' hides a field. 39
 Error
misc FinalParameters Parameter random should be final. 48
 Error
coding HiddenField 'random' hides a field. 48
 Error
misc FinalParameters Parameter rna should be final. 48
 Error
misc ArrayTypeStyle Array brackets at illegal position. 72
 Error
misc FinalParameters Parameter base should be final. 78
 Error
misc FinalParameters Parameter base should be final. 92
 Error
whitespace WhitespaceAround '-' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '-' is not preceded with whitespace. 102
 Error
sizes LineLength Line is longer than 80 characters (found 82). 107

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

Severity Category Rule Message Line
 Error
javadoc JavadocStyle First sentence should end with a period. 40
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 43
 Error
javadoc JavadocStyle First sentence should end with a period. 45
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 48
 Error
javadoc JavadocStyle First sentence should end with a period. 50
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 53
 Error
javadoc JavadocStyle First sentence should end with a period. 55
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Error
javadoc JavadocStyle First sentence should end with a period. 60
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 Error
javadoc JavadocStyle First sentence should end with a period. 65
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 68
 Error
javadoc JavadocStyle First sentence should end with a period. 70
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 73
 Error
javadoc JavadocStyle First sentence should end with a period. 75
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter fatAtBirth should be final. 84
 Error
javadoc JavadocStyle First sentence should end with a period. 90
 Error
misc FinalParameters Parameter food should be final. 130
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 131
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 132
 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. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 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. 142
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 142
 Error
whitespace WhitespaceAfter 'if' 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 WhitespaceAround '>=' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 146
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 146
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 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 preceded with whitespace. 147
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 147
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 153
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 153
 Error
javadoc JavadocStyle First sentence should end with a period. 40
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 43
 Error
javadoc JavadocStyle First sentence should end with a period. 45
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 48
 Error
javadoc JavadocStyle First sentence should end with a period. 50
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 53
 Error
javadoc JavadocStyle First sentence should end with a period. 55
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Error
javadoc JavadocStyle First sentence should end with a period. 60
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 Error
javadoc JavadocStyle First sentence should end with a period. 65
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 68
 Error
javadoc JavadocStyle First sentence should end with a period. 70
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 73
 Error
javadoc JavadocStyle First sentence should end with a period. 75
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
misc FinalParameters Parameter fatAtBirth should be final. 84
 Error
javadoc JavadocStyle First sentence should end with a period. 90
 Error
misc FinalParameters Parameter food should be final. 130
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 131
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 132
 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. 138
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 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. 142
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 142
 Error
whitespace WhitespaceAfter 'if' 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 WhitespaceAround '>=' is not followed by whitespace. 143
 Error
whitespace WhitespaceAround '>=' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 143
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 146
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 146
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 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 preceded with whitespace. 147
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 147
 Error
whitespace WhitespaceAround '<' is not followed by whitespace. 153
 Error
whitespace WhitespaceAround '<' is not preceded with whitespace. 153

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
 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
 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/SimulatedEvolutionParameter.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. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 15
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 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. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 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. 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 '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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
whitespace NoWhitespaceAfter '!' is followed by whitespace. 27
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 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
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. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 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. 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 '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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
whitespace NoWhitespaceAfter '!' is followed by whitespace. 27
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - lombok.*. 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
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. 18
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 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. 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 '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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
whitespace NoWhitespaceAfter '!' is followed by whitespace. 27

org/woehlke/computer/kurzweil/tabs/simulatedevolution/model/SimulatedEvolutionWorldLattice.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). 16
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 30
 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
sizes LineLength Line is longer than 80 characters (found 86). 32
 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
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 43
 Error
naming ConstantName Name 'startX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 44
 Error
naming ConstantName Name 'startY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 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 MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter appCtx should be final. 50
 Error
coding HiddenField 'appCtx' hides a field. 50
 Error
sizes LineLength Line is longer than 80 characters (found 132). 56
 Error
sizes LineLength Line is longer than 80 characters (found 106). 57
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 60
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 63
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 63
 Error
whitespace WhitespaceAfter 'for' 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
coding HiddenField 'startX' hides a field. 75
 Error
whitespace ParenPad '(' is followed by whitespace. 75
 Error
whitespace ParenPad ')' is preceded with whitespace. 75
 Error
coding HiddenField 'startY' hides a field. 76
 Error
whitespace ParenPad '(' is followed by whitespace. 76
 Error
whitespace ParenPad ')' is preceded with whitespace. 76
 Error
javadoc JavadocMethod Expected @return tag. 112
 Error
misc FinalParameters Parameter x should be final. 112
 Error
javadoc JavadocMethod Expected @param tag for 'x'. 112
 Error
misc FinalParameters Parameter y should be final. 112
 Error
javadoc JavadocMethod Expected @param tag for 'y'. 112
 Error
sizes LineLength Line is longer than 80 characters (found 88). 117
 Error
misc FinalParameters Parameter position should be final. 123
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 125
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 125
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 125
 Error
sizes LineLength Line is longer than 80 characters (found 94). 129
 Error
sizes LineLength Line is longer than 80 characters (found 95). 130
 Error
design DesignForExtension Class 'SimulatedEvolutionWorldLattice' 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 'SimulatedEvolutionWorldLattice' final or making the method 'toggleGardenOfEden' static/final/abstract/empty, or adding allowed annotation for the method. 135
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 135
 Error
whitespace NoWhitespaceAfter '!' is followed by whitespace. 137
 Error
design DesignForExtension Class 'SimulatedEvolutionWorldLattice' 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 'SimulatedEvolutionWorldLattice' final or making the method 'start' static/final/abstract/empty, or adding allowed annotation for the method. 142
 Error
design DesignForExtension Class 'SimulatedEvolutionWorldLattice' 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 'SimulatedEvolutionWorldLattice' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. 149
 Error
sizes LineLength Line is longer than 80 characters (found 88). 10
 Error
misc ArrayTypeStyle Array brackets at illegal position. 26
 Error
naming MemberName Name 'FOOD_PER_DAY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
 Error
sizes LineLength Line is longer than 80 characters (found 83). 34
 Error
sizes LineLength Line is longer than 80 characters (found 133). 35
 Error
naming MemberName Name 'EABLE_GARDEN_OF_EDEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
 Error
sizes LineLength Line is longer than 80 characters (found 111). 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter dimensions should be final. 49
 Error
coding HiddenField 'dimensions' hides a field. 49
 Error
misc FinalParameters Parameter random should be final. 49
 Error
coding HiddenField 'random' hides a field. 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
whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
coding MagicNumber '5' is a magic number. 74
 Error
coding MagicNumber '5' is a magic number. 75
 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. 76
 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
whitespace WhitespaceAround '*' is not followed by whitespace. 86
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 86
 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. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
misc FinalParameters Parameter x should be final. 91
 Error
misc FinalParameters Parameter y should be final. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 96
 Error
misc FinalParameters Parameter position should be final. 103
 Error
misc ArrayTypeStyle Array brackets at illegal position. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 106
 Error
sizes LineLength Line is longer than 80 characters (found 93). 107
 Error
sizes LineLength Line is longer than 80 characters (found 87). 108
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 108
 Error
sizes LineLength Line is longer than 80 characters (found 88). 10
 Error
misc ArrayTypeStyle Array brackets at illegal position. 26
 Error
naming MemberName Name 'FOOD_PER_DAY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
 Error
sizes LineLength Line is longer than 80 characters (found 83). 34
 Error
sizes LineLength Line is longer than 80 characters (found 133). 35
 Error
naming MemberName Name 'EABLE_GARDEN_OF_EDEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
 Error
sizes LineLength Line is longer than 80 characters (found 111). 45
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error
misc FinalParameters Parameter dimensions should be final. 49
 Error
coding HiddenField 'dimensions' hides a field. 49
 Error
misc FinalParameters Parameter random should be final. 49
 Error
coding HiddenField 'random' hides a field. 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
whitespace WhitespaceAround '=' is not followed by whitespace. 52
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 52
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 72
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 72
 Error
coding MagicNumber '5' is a magic number. 74
 Error
coding MagicNumber '5' is a magic number. 75
 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. 76
 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
whitespace WhitespaceAround '*' is not followed by whitespace. 86
 Error
whitespace WhitespaceAround '*' is not preceded with whitespace. 86
 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. 91
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Error
misc FinalParameters Parameter x should be final. 91
 Error
misc FinalParameters Parameter y should be final. 91
 Error
sizes LineLength Line is longer than 80 characters (found 90). 96
 Error
misc FinalParameters Parameter position should be final. 103
 Error
misc ArrayTypeStyle Array brackets at illegal position. 104
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 106
 Error
sizes LineLength Line is longer than 80 characters (found 93). 107
 Error
sizes LineLength Line is longer than 80 characters (found 87). 108
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 108

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
 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. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
misc FinalParameters Parameter appCtx should be final. 58
 Error
coding HiddenField 'appCtx' hides a field. 58
 Error
misc FinalParameters Parameter other should be final. 67
 Error
sizes LineLength Line is longer than 80 characters (found 92). 76
 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 95). 84
 Error
javadoc JavadocMethod Expected @return tag. 91
 Error
sizes LineLength Line is longer than 80 characters (found 100). 104
 Error
sizes LineLength Line is longer than 80 characters (found 81). 123
 Error
misc FinalParameters Parameter food should be final. 134

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

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 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 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error
coding HiddenField 'ctx' hides a field. 40
 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 91). 62
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 68
 Error
sizes LineLength Line is longer than 80 characters (found 82). 69
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 70
 Error
whitespace ParenPad '(' is followed by whitespace. 70
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 70
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 70
 Error
misc FinalParameters Parameter dnaMutationBase should be final. 73
 Error
misc FinalParameters Parameter dnaMutationBase should be final. 82
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 91
 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
misc FinalParameters Parameter dnaValue should be final. 101
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 101
 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
whitespace WhitespaceAround '{' is not preceded with whitespace. 113
 Error
sizes LineLength Line is longer than 80 characters (found 86). 115
 Error
whitespace WhitespaceAround '?' is not followed by whitespace. 115
 Error
whitespace WhitespaceAround '?' is not preceded with whitespace. 115
 Error
whitespace WhitespaceAround ':' is not followed by whitespace. 115
 Error
whitespace WhitespaceAround ':' is not preceded with whitespace. 115
 Error
sizes LineLength Line is longer than 80 characters (found 82). 134

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. 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
sizes LineLength Line is longer than 80 characters (found 90). 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
sizes LineLength Line is longer than 80 characters (found 91). 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter cellConf should be final. 37
 Error
coding HiddenField 'cellConf' hides a field. 37
 Error
misc FinalParameters Parameter other should be final. 46
 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. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error
whitespace OperatorWrap '&&' should be on a new line. 68
 Error
whitespace OperatorWrap '||' should be on a new line. 95
 Error
misc FinalParameters Parameter food should be final. 103

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

Severity Category Rule Message Line
 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/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
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 JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter status should be final. 31
 Error
javadoc JavadocMethod Expected @param tag for 'status'. 31
 Error
coding MissingSwitchDefault switch without "default" clause. 33
 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. 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 JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter status should be final. 31
 Error
javadoc JavadocMethod Expected @param tag for 'status'. 31
 Error
coding MissingSwitchDefault switch without "default" clause. 33
 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. 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 JavadocVariable Missing a Javadoc comment. 25
 Error
javadoc JavadocVariable Missing a Javadoc comment. 26
 Error
misc FinalParameters Parameter status should be final. 31
 Error
javadoc JavadocMethod Expected @param tag for 'status'. 31
 Error
coding MissingSwitchDefault switch without "default" clause. 33

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

Severity Category Rule Message Line
 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 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
sizes LineLength Line is longer than 80 characters (found 82). 19
 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 113). 23
 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
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 119). 34
 Error
sizes LineLength Line is longer than 80 characters (found 128). 35
 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. 39
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Error
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 41
 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. 47
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error
misc FinalParameters Parameter populationCensus should be final. 47
 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. 57
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
whitespace WhitespaceAfter 'if' 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 92). 61
 Error
design DesignForExtension Class 'SimulatedEvolutionPopulationContainer' 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 'SimulatedEvolutionPopulationContainer' final or making the method 'addNextPopulation' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter nextPopulation should be final. 71
 Error
sizes LineLength Line is longer than 80 characters (found 88). 74
 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. 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
sizes LineLength Line is longer than 80 characters (found 82). 22
 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 113). 26
 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 MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter tabCtx should be final. 32
 Error
coding HiddenField 'tabCtx' hides a field. 32
 Error
sizes LineLength Line is longer than 80 characters (found 119). 37
 Error
sizes LineLength Line is longer than 80 characters (found 128). 38
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
coding MagicNumber '640' is a magic number. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
coding MagicNumber '400' is a magic number. 44
 Error
coding MagicNumber '40' is a magic number. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
coding MagicNumber '40' is a magic number. 45
 Error
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 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. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter populationCensus should be final. 53
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 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. 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. 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
sizes LineLength Line is longer than 80 characters (found 82). 22
 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 113). 26
 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 MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter tabCtx should be final. 32
 Error
coding HiddenField 'tabCtx' hides a field. 32
 Error
sizes LineLength Line is longer than 80 characters (found 119). 37
 Error
sizes LineLength Line is longer than 80 characters (found 128). 38
 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. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
coding MagicNumber '640' is a magic number. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
coding MagicNumber '400' is a magic number. 44
 Error
coding MagicNumber '40' is a magic number. 45
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 45
 Error
coding MagicNumber '40' is a magic number. 45
 Error
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 47
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 48
 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. 53
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error
misc FinalParameters Parameter populationCensus should be final. 53
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 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/turmite/TurmiteCanvas.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). 11
 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 app should be final. 22
 Error
coding HiddenField 'app' hides a field. 22
 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. 31
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Error
misc FinalParameters Parameter g should be final. 31
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 38
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 38
 Error
whitespace WhitespaceAfter 'for' is not followed by whitespace. 39
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 39
 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
coding MagicNumber '4' is a magic number. 40
 Error
whitespace WhitespaceAround '%' is not followed by whitespace. 40
 Error
whitespace WhitespaceAround '%' is not preceded with whitespace. 40
 Error
coding MagicNumber '256' is a magic number. 40
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 43
 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. 48
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
misc FinalParameters Parameter g should be final. 48

org/woehlke/computer/kurzweil/tabs/turmite/TurmiteController.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. 15
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 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 MissingJavadocMethod Missing a Javadoc comment. 20
 Error
misc FinalParameters Parameter model should be final. 20
 Error
misc FinalParameters Parameter frame should be final. 20
 Error
coding HiddenField 'frame' hides a field. 20
 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. 26
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 32
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 32
 Error
blocks LeftCurly '{' at column 17 should have line break after. 35
 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). 35
 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. 41
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 41

org/woehlke/computer/kurzweil/tabs/turmite/TurmiteModel.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. 22
 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 JavadocVariable Missing a Javadoc comment. 27
 Error
sizes LineLength Line is longer than 80 characters (found 82). 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter properties should be final. 29
 Error
coding HiddenField 'properties' hides a field. 29
 Error
misc FinalParameters Parameter frame should be final. 29
 Error
coding HiddenField 'frame' hides a field. 29
 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter c should be final. 37
 Error
coding MissingSwitchDefault switch without "default" clause. 40
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
coding MissingSwitchDefault switch without "default" clause. 60
 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. 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 '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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 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. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 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. 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 '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. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
coding MissingSwitchDefault switch without "default" clause. 102

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. 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 properties should be final. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
sizes LineLength Line is longer than 80 characters (found 81). 41
 Error
sizes LineLength Line is longer than 80 characters (found 103). 43
 Error
sizes LineLength Line is longer than 80 characters (found 110). 44
 Error
whitespace ParenPad '(' is followed by whitespace. 53
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter e should be final. 59
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter e should be final. 63
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter e should be final. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter e should be final. 71
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 71
 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. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 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. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter e should be final. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter e should be final. 81
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 81
 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. 84
 Error
misc FinalParameters Parameter e should be final. 85
 Error
misc FinalParameters Parameter e should be final. 92
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 92
 Error
misc FinalParameters Parameter e should be final. 95
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 95
 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
misc FinalParameters Parameter e should be final. 101
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 101
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 101
 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. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
coding MagicNumber '180' is a magic number. 107
 Error
sizes LineLength Line is longer than 80 characters (found 84). 114
 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. 136
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 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. 140
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 140
 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. 144
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 144

org/woehlke/computer/kurzweil/tabs/turmite/model/TurmiteTabState.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/turmite/model/TurmiteTabStateMachine.java

Severity Category Rule Message Line
 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.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 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. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 25
 Error
coding MissingSwitchDefault switch without "default" clause. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 27
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
coding MissingSwitchDefault switch without "default" clause. 58
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter applicationState should be final. 76
 Error
coding HiddenField 'applicationState' hides a field. 76

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). 15
 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 model should be final. 28
 Error
coding HiddenField 'model' hides a field. 28
 Error
sizes LineLength Line is longer than 80 characters (found 103). 30
 Error
sizes LineLength Line is longer than 80 characters (found 119). 32
 Error
sizes LineLength Line is longer than 80 characters (found 117). 36
 Error
sizes LineLength Line is longer than 80 characters (found 99). 43
 Error
misc FinalParameters Parameter ae should be final. 57
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 64

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
javadoc JavadocPackage Missing package-info.java file. 1
 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. 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 '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. 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 '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. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
misc FinalParameters Parameter g should be final. 50

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. 18
 Error
naming MemberName Name 'THREAD_SLEEP_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 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 model should be final. 23
 Error
misc FinalParameters Parameter frame should be final. 23
 Error
coding HiddenField 'frame' hides a field. 23
 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. 29
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
whitespace WhitespaceAfter 'if' is not followed by whitespace. 35
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 35
 Error
blocks LeftCurly '{' at column 17 should have line break after. 38
 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). 38
 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. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44

org/woehlke/computer/kurzweil/tabs/wator/WatorModel.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. 22
 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 JavadocVariable Missing a Javadoc comment. 27
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Error
misc FinalParameters Parameter properties should be final. 29
 Error
coding HiddenField 'properties' hides a field. 29
 Error
misc FinalParameters Parameter frame should be final. 29
 Error
coding HiddenField 'frame' hides a field. 29
 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. 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Error
misc FinalParameters Parameter c should be final. 37
 Error
coding MissingSwitchDefault switch without "default" clause. 40
 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. 58
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
coding MissingSwitchDefault switch without "default" clause. 60
 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. 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 '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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 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. 82
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 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. 87
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 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. 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 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. 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 '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. 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
coding MissingSwitchDefault switch without "default" clause. 102

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. 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 properties should be final. 36
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 38
 Error
sizes LineLength Line is longer than 80 characters (found 103). 43
 Error
sizes LineLength Line is longer than 80 characters (found 110). 44
 Error
whitespace ParenPad '(' is followed by whitespace. 53
 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. 59
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error
misc FinalParameters Parameter e should be final. 59
 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. 63
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
misc FinalParameters Parameter e should be final. 63
 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. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Error
misc FinalParameters Parameter e should be final. 67
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 71
 Error
misc FinalParameters Parameter e should be final. 71
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 71
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 71
 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. 73
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error
misc FinalParameters Parameter e should be final. 73
 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. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter e should be final. 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error
misc FinalParameters Parameter e should be final. 81
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 81
 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. 84
 Error
misc FinalParameters Parameter e should be final. 85
 Error
misc FinalParameters Parameter e should be final. 92
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 92
 Error
misc FinalParameters Parameter e should be final. 95
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 95
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 95
 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
misc FinalParameters Parameter e should be final. 101
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 101
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 101
 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. 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
coding MagicNumber '180' is a magic number. 107
 Error
sizes LineLength Line is longer than 80 characters (found 84). 114
 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. 136
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 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. 140
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 140
 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. 144
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 144

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.*. 6
 Error
sizes LineLength Line is longer than 80 characters (found 90). 12
 Error
javadoc JavadocVariable Missing a Javadoc comment. 19
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 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. 25
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 25
 Error
coding MissingSwitchDefault switch without "default" clause. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 27
 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. 38
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Error
coding MissingSwitchDefault switch without "default" clause. 58
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 58
 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. 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 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. 76
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error
misc FinalParameters Parameter applicationState should be final. 76
 Error
coding HiddenField 'applicationState' hides a field. 76

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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17

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. 17
 Error
misc FinalParameters Parameter subtitle should be final. 17

org/woehlke/simulation/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
naming ConstantName Name 'mySerialVersionUID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 14
 Error
javadoc JavadocVariable Missing a Javadoc comment. 16
 Error
javadoc JavadocVariable Missing a Javadoc comment. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 20

org/woehlke/simulation/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/simulation/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/simulation/dla/control/package-info.java

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

org/woehlke/simulation/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
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/simulation/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/simulation/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/simulation/dla/model/package-info.java

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

org/woehlke/simulation/dla/package-info.java

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

org/woehlke/simulation/dla/view/WorldCanvas.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.woehlke.simulation.dla.model.*. 4
 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/simulation/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). 26
 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
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. 36
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error
coding MagicNumber '320' is a magic number. 38
 Error
coding MagicNumber '234' is a magic number. 39
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 42
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 44
 Error
whitespace WhitespaceAfter ',' is not followed by whitespace. 46
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 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. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 56

org/woehlke/simulation/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/simulation/dla/view/package-info.java

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