PMD Results

The following document contains the results of PMD 7.17.0.

Violations By Priority

Priority 3

org/eclipse/aether/tools/CollectConfiguration.java

Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 407414

Priority 4

org/eclipse/aether/tools/CollectConfiguration.java

Rule Violation Line
UselessParentheses Useless parentheses around `values.get("type") != null ? (String) values.ge...`. 206208

Files

org/eclipse/aether/tools/CollectConfiguration.java

Rule Violation Priority Line
UselessParentheses Useless parentheses around `values.get("type") != null ? (String) values.ge...`. 4 206208
CollapsibleIfStatements This if statement could be combined with its parent 3 407414