Skip to content

Remove throws IOException in method isSymlink()#80

Merged
garydgregory merged 3 commits into
apache:masterfrom
ryanthara:patch-1
Jul 1, 2019
Merged

Remove throws IOException in method isSymlink()#80
garydgregory merged 3 commits into
apache:masterfrom
ryanthara:patch-1

Conversation

@ryanthara

Copy link
Copy Markdown
Contributor

The IOException is caught in Files.isSymbolicLink(Path path) and therefore not thrown anymore in public static boolean isSymlink(final File file).

The IOException is caught in 'Files.isSymbolicLink(Path path)' and therefore not thrown anymore in 'public static boolean isSymlink(final File file)'.
@garydgregory

Copy link
Copy Markdown
Member

-1. This commit does not even compile: https://travis-ci.org/apache/commons-io/jobs/552735671

ryanthara added 2 commits July 1, 2019 19:42
Remove some not thrown IOExceptions
Remove some not thrown IOExceptions
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.05%) to 88.527% when pulling 94e89b9 on ryanthara:patch-1 into 074cd6d on apache:master.

@garydgregory garydgregory merged commit d9e154a into apache:master Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants