[ 
https://issues.apache.org/jira/browse/IO-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18021047#comment-18021047
 ] 

Molnár Attila commented on IO-877:
----------------------------------

Switch to 2.20.0 in pom.xml and you will get. I attached it with 2.13.0.
{code:java}
[INFO] --- exec:3.5.1:java (default-cli) @ playground ---
[]{code}

> FileUtils.listFiles breaking change
> -----------------------------------
>
>                 Key: IO-877
>                 URL: https://issues.apache.org/jira/browse/IO-877
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>            Reporter: Molnár Attila
>            Priority: Minor
>         Attachments: playground.zip
>
>
> {{FileUtils.listFiles(new File(""), new String[] \{ "log" }, false)}}
>  
> With version 2.13.0 this call returned the *.log files beside the .jar file. 
> With version 2.20.0 this call returns no file.
>  
> Workaround
> {{FileUtils.listFiles(new File("").getCanonicalFile(), new String[] \{ "log" 
> }, false);}}
>  



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

Reply via email to