You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2022/06/14 18:38:00 UTC

[jira] [Updated] (IO-763) [Javadoc] FileFilterUtils doc does not match impl: missing some file filters

     [ https://issues.apache.org/jira/browse/IO-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory updated IO-763:
-------------------------------
    Summary: [Javadoc] FileFilterUtils doc does not match impl: missing some file filters  (was: [Javadoc] o.a.c.i.filefilter.FileFilterUtils doc does not match impl: missing some file filters)

> [Javadoc] FileFilterUtils doc does not match impl: missing some file filters
> ----------------------------------------------------------------------------
>
>                 Key: IO-763
>                 URL: https://issues.apache.org/jira/browse/IO-763
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Filters
>    Affects Versions: 2.11.0
>         Environment: Any
>            Reporter: Richard Adams
>            Priority: Minor
>             Fix For: 2.12.0
>
>
> In the documentation for {{org.apache.commons.io.filefilter.FileFilterUtils}}
> {code:java}
> Useful utilities for working with file filters. It provides access to all * file filter implementations in this package so you don't have to import * every class you use. {code}
> it says it provides access to *all* FileFilter implementations.
> But, it doesn't provide access to RegexFileFilter, SymbolicLinkFileFilter, or  HiddenFileFilter .
> Is this
> 1) Incorrect Javadoc - only _some_ implementations should be available from {{FileFilterUtils.}}
> or
> 2) FileFilterUtils is incomplete and missing these implementations.
> If this is a valid issue I'd be happy to submit a PR fixing this either way.
> Richard



--
This message was sent by Atlassian Jira
(v8.20.7#820007)