You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2016/10/26 17:26:58 UTC

[jira] [Created] (AMQ-6483) KahaDBStore getMessageSize mistakenly uses int cast on value that should be long

Timothy Bish created AMQ-6483:
---------------------------------

             Summary: KahaDBStore getMessageSize mistakenly uses int cast on value that should be long
                 Key: AMQ-6483
                 URL: https://issues.apache.org/jira/browse/AMQ-6483
             Project: ActiveMQ
          Issue Type: Bug
          Components: KahaDB
            Reporter: Timothy Bish
            Assignee: Timothy Bish
             Fix For: 5.15.0, 5.14.2


Casting and argument typing on the execution in KahaDBStore getMessageSize results in casting a long down to int only to cast back up to long again.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)