[
https://issues.apache.org/jira/browse/DERBY-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dag H. Wanvik resolved DERBY-5535.
----------------------------------
Resolution: Fixed
Fix Version/s: 10.9.0.0
> Remove unused methods from client's CrossConverters class.
> ----------------------------------------------------------
>
> Key: DERBY-5535
> URL: https://issues.apache.org/jira/browse/DERBY-5535
> Project: Derby
> Issue Type: Improvement
> Components: Network Client
> Reporter: Dag H. Wanvik
> Assignee: Dag H. Wanvik
> Priority: Trivial
> Fix For: 10.9.0.0
>
> Attachments: derby-5535.diff
>
>
> The following methods in CrossConverters are not used (client code uses an
> optimized path, cf. e.g. getInt in am.Cursor.java which has this comment "For
> performance we don't materialize the BigDecimal, but convert directly from
> decimal bytes to a long"):
> getBooleanFromBigDecimal
> getByteFromBigDecimal
> getShortFromBigDecimal
> getIntFromBigDecimal
> getLongFromBigDecimal
> getFloatFromBigDecimal
> getDoubleFromBigDecimal
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira