On Sep 26, 2013, at 2:46 PM, Christian Thalinger <[email protected]> wrote:
> The problem I have with this is that some people might think the local > variable is the instance field. IDEs help here because they usually > highlight local variables and instance fields in different colors. How about > this: > > http://cr.openjdk.java.net/~twisti/8019192/webrev.03/ Yes, that's good. Thanks for untangling this. Ship it. (I also tried the "final" keyword on the hoisted guy, and NetBeans was still picky about it.) — John
