JDK-8041679 Replace uses of StringBuffer with StringBuilder within the JDK
Paul Sandoz
paul.sandoz at oracle.com
Tue May 13 08:32:43 UTC 2014
On May 12, 2014, at 1:00 PM, Ivan Gerasimov <ivan.gerasimov at oracle.com> wrote:
> src/share/classes/sun/misc/UUDecoder.java
> 126 StringBuilder x = new StringBuilder();
> Is only filled, but doesn't seem to be used anyhow.
> Maybe just delete it?
>
Thanks, i will take a look at this and your other change once s/StringBuffer/StringBuilder/g is out of the way.
Paul.
More information about the core-libs-dev
mailing list