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/13 12:31:20 UTC

[jira] [Created] (IGNITE-3887) IGFS: Encapsulate IgfsPath root .

Vladimir Ozerov created IGNITE-3887:
---------------------------------------

             Summary: IGFS: Encapsulate IgfsPath root .
                 Key: IGNITE-3887
                 URL: https://issues.apache.org/jira/browse/IGNITE-3887
             Project: Ignite
          Issue Type: Task
          Components: IGFS
    Affects Versions: 1.7
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
            Priority: Minor
             Fix For: 1.8


Currently we have some trash in {{IgfsPath}} class:
1) {{root()}} method;
2) {{new IgfsPath()}} which also creates a root;
3) {{isSame()}} method which simply delegates to {{equals()}}.

Let's deprecate all these things and create consistent public static final ROOT singleton.



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