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