You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Michael Martell (JIRA)" <ji...@apache.org> on 2017/10/02 18:47:00 UTC

[jira] [Created] (GEODE-3728) Move DataOutput::writeFullUTF to TcrMessage

Michael Martell created GEODE-3728:
--------------------------------------

             Summary: Move DataOutput::writeFullUTF to TcrMessage
                 Key: GEODE-3728
                 URL: https://issues.apache.org/jira/browse/GEODE-3728
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Michael Martell


The DataOutput::writeFullUTF function is currently public. However, it is only used by TcrMessage for a very specific purpose of creating CqMessages that user should never have a reason to call directly, so it should be moved to TcrMessage.

Also, the check for value != nullptr is unnecessary since the input value can't be null in the TcrMessage. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)