PMD Results

The following document contains the results of PMD 6.46.0.

Violations By Priority

Priority 3

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

Rule Violation Line
UnusedLocalVariable Avoid unused local variables such as 'frame'. 26

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

Rule Violation Line
UnusedLocalVariable Avoid unused local variables such as 'key'. 37
EmptyControlStatement Empty for statement 3739

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

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 8386
CollapsibleIfStatements These nested if statements could be combined 107110

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 32

Files

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

Rule Violation Priority Line
UnusedLocalVariable Avoid unused local variables such as 'frame'. 3 26

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 32
UnusedLocalVariable Avoid unused local variables such as 'key'. 3 37
EmptyControlStatement Empty for statement 3 3739

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

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 8386
CollapsibleIfStatements These nested if statements could be combined 3 107110