You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/21 12:19:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16407811#comment-16407811 ] 

ASF GitHub Bot commented on IGNITE-3611:
----------------------------------------

Github user tledkov-gridgain closed the pull request at:

    https://github.com/apache/ignite/pull/1026


> 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
(v7.6.3#76005)