On 14/02/2013 18:34, Mark Sheppard wrote:
Hi
Please oblige and review the webrev at
http://cr.openjdk.java.net/~sherman/8002390/webrev/
which addresses the issue raised in JDK-8002390
Description: While working with the new ZipFileSystem to modify the
contents of a zip file, encountered some issues.
The issue occurs when a file within a zip file is moved to a different
location within the same zip and a FileVisitor is invoked by
Files.walkFileTree the original (no longer existing file) will
attempted to be visited by ZipFileSystemProvider and throw a
NoSuchFileException.
This looks good to me too, thanks for tracking it down.
A really minor nit but I would suggest indent the second line of bug
numbers in basic.sh.
-Alan.