You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/04/14 06:18:15 UTC

[jira] Resolved: (HADOOP-4328) Some convenient methods in the FileSystem API should be final.

     [ https://issues.apache.org/jira/browse/HADOOP-4328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE resolved HADOOP-4328.
--------------------------------------------

    Resolution: Won't Fix

Seems this is not a good idea.  Closing this.

> Some convenient methods in the FileSystem API should be final.
> --------------------------------------------------------------
>
>                 Key: HADOOP-4328
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4328
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>
> In FileSystem, some methods are overloaded with different parameter list.  We should mark the convenient methods final.
> For example, the create(...) method has 10 different signatures.  Subclasses of FileSystem should only override the one with the most number or parameters but not the others.  We should mark all the other 9 create(...) final.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.