Description
In NFS the following code path can be simplified using DirectoryListing.hasMore():
boolean eof = (n < fstatus.length) ? false : (dlisting .getRemainingEntries() == 0);
In NFS the following code path can be simplified using DirectoryListing.hasMore():
boolean eof = (n < fstatus.length) ? false : (dlisting .getRemainingEntries() == 0);