This inspection reports any new StringBuffer() and new StringBuilder() calls with an argument with type char. Such an argument is silently casted to an interger used to specify the length of the buffer. Usually this is not what was intended.
New in 7, Powered by InspectionGadgets