PMD Results
The following document contains the results of PMD 6.46.0.
Violations By Priority
Priority 3
org/eclipse/aether/internal/test/util/TestVersionRange.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 114–118 |
Priority 4
org/eclipse/aether/internal/test/util/DependencyGraphParser.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 396 |
UselessParentheses | Useless parentheses. | 430 |
org/eclipse/aether/internal/test/util/TestFileProcessor.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 70 |
org/eclipse/aether/internal/test/util/TestFileUtils.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 144 |
org/eclipse/aether/internal/test/util/TestVersionScheme.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 67 |
Files
org/eclipse/aether/internal/test/util/DependencyGraphParser.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 396 |
UselessParentheses | Useless parentheses. | 4 | 430 |
org/eclipse/aether/internal/test/util/TestFileProcessor.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 70 |
org/eclipse/aether/internal/test/util/TestFileUtils.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 144 |
org/eclipse/aether/internal/test/util/TestVersionRange.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 3 | 114–118 |
org/eclipse/aether/internal/test/util/TestVersionScheme.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 67 |