PMD Results

The following document contains the results of PMD 6.28.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'. 23

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

Rule Violation Line
UnusedLocalVariable Avoid unused local variables such as 'key'. 28

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

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 7982
CollapsibleIfStatements These nested if statements could be combined 103106

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 23

Files

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

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

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 23
UnusedLocalVariable Avoid unused local variables such as 'key'. 3 28

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

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 7982
CollapsibleIfStatements These nested if statements could be combined 3 103106