Reports StringBuffer.toString() or StringBuilder.toString() calls in string concatenations. Such calls are unnecessary when concatenating and can be removed, saving a method call and an object allocation, which may improve performance.