You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2020/04/20 12:46:00 UTC

[jira] [Created] (IGNITE-12919) Not all GridUuid renamed to IgniteUuid

Amelchev Nikita created IGNITE-12919:
----------------------------------------

             Summary: Not all GridUuid renamed to IgniteUuid
                 Key: IGNITE-12919
                 URL: https://issues.apache.org/jira/browse/IGNITE-12919
             Project: Ignite
          Issue Type: Bug
            Reporter: Amelchev Nikita
            Assignee: Amelchev Nikita
             Fix For: 2.9


There are several places in javadocs and serialization mechanisms where GridUuid is not renamed. For example:
{noformat}
    /**
     * Constructs {@code GridUuid} from a global and local identifiers.
     ...
     */
    public IgniteUuid(UUID gid, long locId) { ... }

    /**
     * Reads {@link org.apache.ignite.lang.IgniteUuid} from input stream. 
     ...
     */
    @Nullable public static IgniteUuid readGridUuid(DataInput in) throws IOException {...}
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)