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

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

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

Ignite TC Bot commented on IGNITE-12919:
----------------------------------------

{panel:title=Branch: [pull/7699/head] Base: [master] : Possible Blockers (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}[Licenses Headers]{color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5241511]]

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5241339&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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
>            Priority: Minor
>             Fix For: 2.9
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)