PMD Results
The following document contains the results of PMD 5.3.2.
Files
org/codehaus/mojo/truezip/internal/DefaultTrueZip.java
Violation |
Line |
These nested if statements could be combined |
131–134 |
org/codehaus/mojo/truezip/internal/SelectorUtils.java
Violation |
Line |
Avoid using a branching statement as the last in a loop. |
290 |
Avoid using a branching statement as the last in a loop. |
468 |
These nested if statements could be combined |
504–508 |
org/codehaus/mojo/truezip/internal/TrueZipDirectoryScanner.java
Violation |
Line |
Useless parentheses. |
636 |
org/codehaus/mojo/truezip/internal/TrueZipFileSetManager.java
Violation |
Line |
Avoid unused imports such as 'org.apache.maven.shared.model.fileset.FileSet' |
35 |
Avoid unused local variables such as 'removed'. |
363 |
Avoid unused local variables such as 'removed'. |
371 |