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.