The following document contains the results of PMD 5.3.5.
Violation | Line |
---|---|
StringBuffer constructor is initialized with size 16, but has at least 308 characters appended. | 75 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 76 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. | 76 |