The following document contains the results of PMD 6.4.0.
Violation | Priority | Line |
---|---|---|
Avoid unused private fields such as 'commonConfigSuffix'. | 3 | 27 |
The method 'addAllPaths(Set, Map, String)' has a NCSS line count of 27. | 3 | 29–65 |
A method should have only one exit point, and that should be the last statement in the method | 3 | 31 |
A method should have only one exit point, and that should be the last statement in the method | 3 | 38 |
Prefer StringBuffer over += for concatenating strings | 3 | 59 |