On 17/04/2013 07:36, Dan Xu wrote:
:
In the changes, the usages of NIO classes are not necessary. The test
is against java.io packages, and it is better to keep it clean in case
it might be used to test old jdk version which does not have NIO.
I briefly looked at it and I think the usage okay is because it just
makes it easier to check the results and also to keep the directory walk
from wandering into other parts of the file system. If it changed what
was being tested then I would agree that it shouldn't be used.
-Alan