Name: rlT66838 Date: 08/16/99
http://java.sun.com/products/jdk/1.2/docs/api/java/io/File.html#listFiles()
In the description of public File[] listFiles(FileFilter filter),
it says that "the FilenameFilter.accept(java.io.File, java.lang.String)
method of the filter is invoked on the pathname". However, this
doesn't make sense since the filter is a FileFilter, not a
FilenameFilter.
(Review ID: 93970)
======================================================================
- duplicates
-
JDK-4364775 Error in java.io.FileFilter javaDoc comments
-
- Closed
-
-
JDK-4171521 Possible error in documentation of a listFiles method
-
- Resolved
-