Reports any variables declared as or uses of
java.lang.StringBuffer
and
java.lang.StringBuilder
which are effectively constant. These may be replaced with
java.lang.String
expressions which results in simpler and possibly more efficient code.