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 2021/09/06 14:19:00 UTC

[jira] [Resolved] (IO-748) FileUtils.moveToDirectory() exception documentation and exception message error

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

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

That should be "destFile" instead of "null". Fixed in git master.

Please verify and close.

 

> FileUtils.moveToDirectory() exception documentation and exception message error
> -------------------------------------------------------------------------------
>
>                 Key: IO-748
>                 URL: https://issues.apache.org/jira/browse/IO-748
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.11.0
>            Reporter: Dirk Heinrichs
>            Priority: Major
>             Fix For: 2.12.0
>
>
> When executing
> {code:java}
> FileUtils.moveToDirectory(new File('foobarbaz'), new File('/tmp'), false){code}
> while "foobarbaz" doesn't exist, I get
> {code:java}
> java.io.FileNotFoundException: Source 'foobarbaz' does not exist {code}
> but the documentation doesn't mention "FileNotFoundException".
> OTOH, if "foobarbaz" exists both as source and in the destination directory, I get
> {code:java}
> org.apache.commons.io.FileExistsException: File element in parameter 'null' already exists: '/tmp/foobarbaz'
> {code}
> What's that "parameter 'null'"?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)