The following document contains the results of PMD 5.3.5.
Violation | Line |
---|---|
Avoid unused imports such as 'java.util.ArrayList' | 52 |
Avoid unused imports such as 'java.util.ArrayList' | 52 |
The class 'WikiFriendlyUrlGenerator' has a Modified Cyclomatic Complexity of 4 (Highest = 10). | 62–201 |
The class 'WikiFriendlyUrlGenerator' has a Standard Cyclomatic Complexity of 4 (Highest = 10). | 62–201 |
The class 'WikiFriendlyUrlGenerator' has a Cyclomatic Complexity of 4 (Highest = 10). | 62–201 |
The method generate() has an NPath complexity of 314 | 86–176 |
The method 'generate' has a Modified Cyclomatic Complexity of 10. | 86–176 |
The method 'generate' has a Cyclomatic Complexity of 10. | 86–176 |
The method 'generate' has a Standard Cyclomatic Complexity of 10. | 86–176 |
Prefer StringBuffer over += for concatenating strings | 159 |
Avoid using if statements without curly braces | 159 |