This inspection reports any instances of fields with type
java.lang.StringBuffer
or
java.lang.StringBuilder
. StringBuffer fields can grow without limit, and are often the cause of memory leaks.
Powered by InspectionGadgets