> On Dec 23, 2014, at 21:31, Ivan Gerasimov <ivan.gerasi...@oracle.com> wrote:
> 
> BUGURL: https://bugs.openjdk.java.net/browse/JDK-8067951
> WEBREV: http://cr.openjdk.java.net/~igerasim/8067951/0/webrev/

I am not sure why you want to rewrite the loop entirely. Isn't it OK to just 
add that long if check before the old line 1770? I always find myself confusing 
when a for line contains "," inside. :-)

And how about a white box test with 
getDeclaredMethod("initializePath").setAccessible(true)? I think you can even 
add a few non-supported case (say, "A:B":C) and comment them out at the moment.

Thanks
Max


Reply via email to