[
https://issues.apache.org/jira/browse/MNG-6444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675715#comment-16675715
]
Robert Scholte commented on MNG-6444:
-------------------------------------
Changing the returnType for getFile() would break a a lot of plugins. Since it
is an interface, we should add a default method getPath(), but that requires
Java 8. That's out of scope for this ticket.
> Internal code should prefer Path over File
> ------------------------------------------
>
> Key: MNG-6444
> URL: https://issues.apache.org/jira/browse/MNG-6444
> Project: Maven
> Issue Type: Task
> Reporter: Robert Scholte
> Assignee: Robert Scholte
> Priority: Minor
> Labels: requires-java8
>
> Goal is to replace all '{{new File(}}' appearances with Path / Paths
> https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)