PMD Results
The following document contains the results of PMD 5.0.2.
Files
com/github/dexecutor/core/DefaultDependentTasksExecutor.java
| Violation |
Line |
| Useless parentheses. |
274 |
| Avoid unused method parameters such as 'config'. |
308 |
| Avoid unused method parameters such as 'config'. |
314 |
com/github/dexecutor/core/graph/LevelOrderTraversar.java
| Violation |
Line |
| No need to import a type that lives in the same package |
28 |
com/github/dexecutor/core/task/AbstractDelegatingTask.java
| Violation |
Line |
| An empty statement (semicolon) not part of a loop |
46 |
com/github/dexecutor/core/task/TaskProvider.java
| Violation |
Line |
| Avoid modifiers which are implied by the context |
34 |