PMD Results
The following document contains the results of PMD 6.42.0.
Violations By Priority
Priority 3
org/apache/maven/shared/model/fileset/mappers/GlobPatternMapper.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 161–164 |
Priority 4
org/apache/maven/shared/model/fileset/util/FileSetManager.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 294 |
Files
org/apache/maven/shared/model/fileset/mappers/GlobPatternMapper.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 3 | 161–164 |
org/apache/maven/shared/model/fileset/util/FileSetManager.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 294 |