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
            Priority: Trivial


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

        

Reply via email to