PMD Results
The following document contains the results of PMD 5.3.2.
Files
org/codehaus/mojo/vfs/VfsFileSetManager.java
| Violation |
Line |
| Avoid modifiers which are implied by the context |
60–61 |
org/codehaus/mojo/vfs/internal/DefaultMergeVfsMavenRepositories.java
| Violation |
Line |
| These nested if statements could be combined |
79–82 |
org/codehaus/mojo/vfs/internal/DefaultVfsDirectoryScanner.java
| Violation |
Line |
| These nested if statements could be combined |
210–213 |
org/codehaus/mojo/vfs/internal/SelectorUtils.java
| Violation |
Line |
| Avoid using a branching statement as the last in a loop. |
258 |
| Avoid using a branching statement as the last in a loop. |
436 |
| These nested if statements could be combined |
472–476 |