Re: ant git commit: Yet more isEmpty()

2018-04-17 Thread Gintautas Grigelionis
2018-04-15 10:04 GMT+00:00 Stefan Bodewig : > On 2018-04-15, wrote: > > > @@ -275,10 +270,7 @@ public class DefaultLogger implements BuildLogger { > > new BufferedReader(new > StringReader(event.getMessage( { > > > message.append(r.lines().map(line ->

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. Stef