PMD rule set for responsible Java and Kotlin coding: performance, sustainability, multi-threading, data mixup and more.
43
stars
10
forks
source link
Fix Request for AvoidUnnecessaryStringBuilderCreation: false positive for non-append operations #427
Closed
jborgers closed 1 week ago
Method reverse is used on the buffer which cannot be replaced by a '+'. This validates the creation of a StringBuilder Example: