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 2023/04/25 20:31:00 UTC

[jira] [Resolved] (IO-778) FileUtils.copyFile(File srcFile, File destFile): Missing IllegalArgumentException in Javadoc

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

Gary D. Gregory resolved IO-778.
--------------------------------
    Fix Version/s: 2.12.0
       Resolution: Fixed

> FileUtils.copyFile(File srcFile, File destFile): Missing IllegalArgumentException in Javadoc
> --------------------------------------------------------------------------------------------
>
>                 Key: IO-778
>                 URL: https://issues.apache.org/jira/browse/IO-778
>             Project: Commons IO
>          Issue Type: Wish
>          Components: Utilities
>    Affects Versions: 2.11.0
>            Reporter: Rainer Hochreiter
>            Priority: Trivial
>             Fix For: 2.12.0
>
>
> Method {{FileUtils.copyFile(File srcFile, File destFile)}} throws  {{{}IllegalArgumentException{}}}, when called with identical files. This is not documented in Javadoc.
> The {{IllegalArgumentException}} is thrown by {{FileUtils.requireCanonicalPathsNotEquals(File file1, File file2)}} in {{FileUtils.copyFile(File srcFile, File destFile, final CopyOption... copyOptions).}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)