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/08/01 06:00:27 UTC

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

Vladimir Ozerov created IGNITE-3611:
---------------------------------------

             Summary: 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
            Priority: Minor
             Fix For: 1.7


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)