PMD Results

The following document contains the results of PMD 6.46.0.

Violations By Priority

Priority 3

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

Rule Violation Line
UnusedLocalVariable Avoid unused local variables such as 'frame'. 17
UnusedLocalVariable Avoid unused local variables such as 'application'. 25

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 35

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

Rule Violation Line
UselessParentheses Useless parentheses. 81
UselessParentheses Useless parentheses. 93
UselessParentheses Useless parentheses. 108

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

Rule Violation Line
UselessParentheses Useless parentheses. 98100
UselessParentheses Useless parentheses. 103105
UselessParentheses Useless parentheses. 112
UselessParentheses Useless parentheses. 112115
UselessParentheses Useless parentheses. 118121
UselessParentheses Useless parentheses. 118

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

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'ApplicationState.MANDELBROT' due to existing static import 'org.woehlke.computer.kurzweil.mandelbrot.model.state.ApplicationState.*' 24

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

Rule Violation Line
UselessParentheses Useless parentheses. 35
UselessParentheses Useless parentheses. 35
UselessParentheses Useless parentheses. 93
UselessParentheses Useless parentheses. 93

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

Rule Violation Line
UselessParentheses Useless parentheses. 44

Files

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

Rule Violation Priority Line
UnusedLocalVariable Avoid unused local variables such as 'frame'. 3 17
UnusedLocalVariable Avoid unused local variables such as 'application'. 3 25

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 35

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 81
UselessParentheses Useless parentheses. 4 93
UselessParentheses Useless parentheses. 4 108

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 98100
UselessParentheses Useless parentheses. 4 103105
UselessParentheses Useless parentheses. 4 112
UselessParentheses Useless parentheses. 4 112115
UselessParentheses Useless parentheses. 4 118121
UselessParentheses Useless parentheses. 4 118

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

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'ApplicationState.MANDELBROT' due to existing static import 'org.woehlke.computer.kurzweil.mandelbrot.model.state.ApplicationState.*' 4 24

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 35
UselessParentheses Useless parentheses. 4 35
UselessParentheses Useless parentheses. 4 93
UselessParentheses Useless parentheses. 4 93

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 44