JDK-8041679 Replace uses of StringBuffer with StringBuilder within the JDK
Alan Bateman
Alan.Bateman at oracle.com
Tue May 13 08:45:34 UTC 2014
On 12/05/2014 11:55, Paul Sandoz wrote:
> On May 12, 2014, at 12:42 PM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
>
>> On 12/05/2014 11:03, Paul Sandoz wrote:
>>> It covers many areas and i have grouped the patches into such areas to aid reviewing. When commenting please including core-libs.
>> The groupings are a bit odd
> Yeah, definitely idiosyncratic, i tried to lump 'em in terms of areas where people could focus their expertise without creating too few or too many webrevs.
>
I looked through the -tools and don't see anything escaping so looks
good to me. Minor alignment issues in ExpressionParser and TokenMgrError.
I also didn't see any takers for -media so I looked through those
changes too. A lot of toString methods and I don't see anything
obviously leaking to other threads. The s/retBuffer/sb/ in
TreeModelEvent.toString is another multi-line statement, no big deal of
course. Minor alignment issue in DefaultTreeSelectionModel and
StandardTextSource.
-Alan.
More information about the net-dev
mailing list