You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Sanjay Radia (JIRA)" <ji...@apache.org> on 2009/09/17 22:54:57 UTC

[jira] Created: (HADOOP-6266) Cleanup class Path

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.


[jira] Commented: (HADOOP-6266) Cleanup class Path

Posted by "Tom White (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757163#action_12757163 ] 

Tom White commented on HADOOP-6266:
-----------------------------------

The javadoc for Path#isAbsolute() is currently malformed since there are two comment blocks ({{/** ...*/}}). Only the second is displayed in the generated API documentation.

> 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.


[jira] Commented: (HADOOP-6266) Cleanup class Path

Posted by "Sanjay Radia (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (HADOOP-6266) Cleanup class Path

Posted by "Sanjay Radia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756782#action_12756782 ] 

Sanjay Radia commented on HADOOP-6266:
--------------------------------------

Remove the deprecated method Path#makeQualified(FileSystem) and change all callers to use the newer indicated method.

> 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.


[jira] Commented: (HADOOP-6266) Cleanup class Path

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756783#action_12756783 ] 

Todd Lipcon commented on HADOOP-6266:
-------------------------------------

Also the javadoc improvements mentioned here would be nice:

https://issues.apache.org/jira/browse/HADOOP-4952?focusedCommentId=12756666&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12756666

> 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.