Re: [2/4] ant git commit: Remove extraneous casts and (un)boxing, tersify logic

2018-04-17 Thread Stefan Bodewig
On 2018-04-06, Gintautas Grigelionis wrote: > The code sure looks scary, but the change really simple: remove > extraneous labels on break/continue. I will double-check whether the > labels still provide some useful hints to Java compiler. Finally did so as well by now. Looks good, thanks.

Re: [2/4] ant git commit: Remove extraneous casts and (un)boxing, tersify logic

2018-04-06 Thread Gintautas Grigelionis
2018-04-06 16:09 GMT+00:00 Stefan Bodewig : > On 2018-04-01, wrote: > > > http://git-wip-us.apache.org/repos/asf/ant/blob/95495d57/src > /main/org/apache/tools/bzip2/BlockSort.java > > -- >

Re: [2/4] ant git commit: Remove extraneous casts and (un)boxing, tersify logic

2018-04-06 Thread Stefan Bodewig
On 2018-04-01, wrote: > http://git-wip-us.apache.org/repos/asf/ant/blob/95495d57/src/main/org/apache/tools/bzip2/BlockSort.java > -- > diff --git a/src/main/org/apache/tools/bzip2/BlockSort.java >