[
https://issues.apache.org/jira/browse/IO-724?focusedWorklogId=611647&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-611647
]
ASF GitHub Bot logged work on IO-724:
-------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jun/21 23:10
Start Date: 15/Jun/21 23:10
Worklog Time Spent: 10m
Work Description: coveralls edited a comment on pull request #245:
URL: https://github.com/apache/commons-io/pull/245#issuecomment-860819880
[](https://coveralls.io/builds/40615688)
Coverage remained the same at 89.25% when pulling
**eb4d3c87957b106457b32fc1c4d5a57d33e429ba on liran2000:IO-724-javadoc** into
**ff0237315321bf9e01d0df3aaf1b4e6a4d3b1618 on apache:master**.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 611647)
Time Spent: 1h 40m (was: 1.5h)
> FileUtils.deleteDirectory javadoc is inaccurate for nonexistent directory
> -------------------------------------------------------------------------
>
> Key: IO-724
> URL: https://issues.apache.org/jira/browse/IO-724
> Project: Commons IO
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 2.8.0
> Reporter: Henry Tung
> Priority: Minor
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> FileUtils.deleteDirectory javadoc claims:
> {code:java}
> @throws IllegalArgumentException if {@code directory} does not exist or is
> not a directory{code}
> but the first two lines of the code are:
> {code:java}
> Objects.requireNonNull(directory, "directory");
> if (!directory.exists()) {
> return;
> }{code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)