Need review for 6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result

Alan Bateman Alan.Bateman at Sun.COM
Fri Sep 4 06:26:52 PDT 2009


I need a reviewer for this one - it's very simple. 
FileStore.supportsFileAttributeView(Class<? extends FileAttributeView>) 
should return true if the file store supports the given file attribute 
view. The method needs to be overridden in the Solaris and Linux 
implementations so that it returns the right answer for the more 
specialized views. Also, the Windows implementation is missing one case. 
The webrev is here:
    http://cr.openjdk.java.net/~alanb/6873621/webrev.00/

Thanks,
Alan.


More information about the nio-dev mailing list