PMD Results

The following document contains the results of PMD 6.46.0.

Violations By Priority

Priority 3

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

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

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

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

org/woehlke/computer/kurzweil/tabs/cca/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/tabs/cca/config/Config.java

Rule Violation Line
UselessParentheses Useless parentheses. 26

Files

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

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

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 26
UnusedLocalVariable Avoid unused local variables such as 'key'. 3 31
EmptyControlStatement Empty for statement 3 3133

org/woehlke/computer/kurzweil/tabs/cca/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