PMD Results
The following document contains the results of PMD 4.2.5.
Files
com/swingtech/cooksarm/core/parser/atkins/AtkinsRecipeParser.java
Violation | Line |
---|
Avoid unused imports such as 'java.io.IOException' | 21 |
The class 'AtkinsRecipeParser' has a Cyclomatic Complexity of 4 (Highest = 14). | 39 - 274 |
The method 'parseIngredientsDirectionAndCategories' has a Cyclomatic Complexity of 14. | 164 - 228 |
com/swingtech/cooksarm/core/parser/atkins/ParserUtil.java
Violation | Line |
---|
Prefer StringBuffer over += for concatenating strings | 63 |