[
https://issues.apache.org/jira/browse/HADOOP-6266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756784#action_12756784
]
Sanjay Radia commented on HADOOP-6266:
--------------------------------------
Path#isAbsolute() is either badly named or incorrectly implemented.
If the intended spec was Path#isUriPathAbsolute(), then deprecate isAbsolute()
and change its caller.
If the intended spec was "slash-pathname without a scheme and authority" (e.g.
/foo/bar"), then its implementation should be fixed (this unfortunately will
require using slightly different method name to avoid breaking apps with change
in semantics)
> Cleanup class Path
> ------------------
>
> Key: HADOOP-6266
> URL: https://issues.apache.org/jira/browse/HADOOP-6266
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 0.21.0
> Reporter: Sanjay Radia
>
> Class Path is a key class that needs to be better documented and cleaned up
> (removal of deprecated methods, etc).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.