You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/09/23 11:52:20 UTC

[jira] [Commented] (AMQ-6434) Return inside finally

    [ https://issues.apache.org/jira/browse/AMQ-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516223#comment-15516223 ] 

ASF subversion and git services commented on AMQ-6434:
------------------------------------------------------

Commit f25e7ab47f1bed223e30fc85afbe43ba1f4c93e6 in activemq's branch refs/heads/master from [~cshannon]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=f25e7ab ]

https://issues.apache.org/jira/browse/AMQ-6434

Rewriting logic in finally block of PooledTaskRunner to avoid using a
return statement


> Return inside finally
> ---------------------
>
>                 Key: AMQ-6434
>                 URL: https://issues.apache.org/jira/browse/AMQ-6434
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Kaloyan Spiridonov
>            Assignee: Christopher L. Shannon
>            Priority: Trivial
>
> In runTask() method in PooledTaskRunner class there is an return statement in finally block. This will cause any exception that might be thrown in the try block to be discarded.



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