You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/12/08 14:52:11 UTC

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

Vladimir Ozerov created IGNITE-2109:
---------------------------------------

             Summary: 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: interop
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 1.5


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)