You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/09/23 21:26:00 UTC

[jira] [Created] (GORA-545) Boxing/unboxing to parse a primitive is suboptimal

Ted Yu created GORA-545:
---------------------------

             Summary: Boxing/unboxing to parse a primitive is suboptimal
                 Key: GORA-545
                 URL: https://issues.apache.org/jira/browse/GORA-545
             Project: Apache Gora
          Issue Type: Bug
            Reporter: Ted Yu


An example comes from InfinispanStore.java :
{code}
      splitSize = Integer.valueOf(
          properties.getProperty( BUFFER_LIMIT_READ_NAME,
{code}
splitSize, an int, should be assigned by calling Integer.parseInt()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)