[
https://issues.apache.org/jira/browse/CASSANDRA-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis resolved CASSANDRA-1864.
---------------------------------------
Resolution: Fixed
Fix Version/s: 0.7.0
Reviewer: jbellis
Assignee: Dave Brosius
committed, thanks!
> [patch] fix wasteful use of boxing when not needed
> --------------------------------------------------
>
> Key: CASSANDRA-1864
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1864
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Dave Brosius
> Assignee: Dave Brosius
> Priority: Trivial
> Fix For: 0.7.0
>
> Attachments: box.diff
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> In places code uses valueOf and expects and int, and other places uses
> parseInt and expects an Integer. This just wastes time, and potentially
> creates more garbage for the gc to cleanup.
> fix.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.