You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/09/01 13:19:20 UTC

[jira] [Updated] (IGNITE-3611) IGFS: Merge listPaths and listFiles operations.

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

Vladimir Ozerov updated IGNITE-3611:
------------------------------------
    Assignee: Taras Ledkov

> IGFS: Merge listPaths and listFiles operations.
> -----------------------------------------------
>
>                 Key: IGNITE-3611
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3611
>             Project: Ignite
>          Issue Type: Task
>          Components: IGFS
>    Affects Versions: 1.6
>            Reporter: Vladimir Ozerov
>            Assignee: Taras Ledkov
>            Priority: Minor
>             Fix For: 1.8
>
>
> There are two methods doing almost the same thing:
> 1) {{listPath}} - return all paths in the directory;
> 2) {{listFiles}} - return all infos in the directory.
> But both operations achieve their goals through almost similar code pieces indicating obvious code duplication.
> We need to refactor both methods so that they use shared code base.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)