This inspection reports any variables declared as java.lang.String which are
repeatedly appended to. Such variables may be more efficiently declared as java.lang.StringBuffer
or java.lang.StringBuilder. Use the check box below to specify that this inspection should only warn when the variable is appended to in a loop. |
Powered by InspectionGadgets |