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/04 05:54:20 UTC

[jira] [Updated] (IGNITE-2109) PlatformUtils.errorData() contains invalid call to PlatformInputStream.remaining()

     [ https://issues.apache.org/jira/browse/IGNITE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-2109:
------------------------------------
    Fix Version/s:     (was: 1.8)

> PlatformUtils.errorData() contains invalid call to PlatformInputStream.remaining()
> ----------------------------------------------------------------------------------
>
>                 Key: IGNITE-2109
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2109
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: ignite-1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>
> See the following line:
> {code}int len = in.remaining();{code}
> WTF is that? Probably "length()" method should be called instead.



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