StringBuffer.append("c"); // appends a single character
It is preferable to use StringBuffer.append('c'); // appends a single character Implementation of PMD RFE 1373863