You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Kevin Ratnasekera (JIRA)" <ji...@apache.org> on 2019/03/25 07:00:10 UTC

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

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

Kevin Ratnasekera reassigned GORA-545:
--------------------------------------

    Assignee: Madhawa Gunasekara

> 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
>          Components: gora-infinispan
>    Affects Versions: 0.8
>            Reporter: Ted Yu
>            Assignee: Madhawa Gunasekara
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)