You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/19 09:01:41 UTC

[jira] [Commented] (EAGLE-1009) `return` inside `finally` block may result in losing exception

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

ASF GitHub Bot commented on EAGLE-1009:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/eagle/pull/920


> `return` inside `finally` block may result in losing exception
> --------------------------------------------------------------
>
>                 Key: EAGLE-1009
>                 URL: https://issues.apache.org/jira/browse/EAGLE-1009
>             Project: Eagle
>          Issue Type: Bug
>          Components: Project Infrastructure
>    Affects Versions: v0.4.0
>            Reporter: Benedict Jin
>              Labels: JDK
>             Fix For: v0.5.0
>
>         Attachments: FinallyTest.java
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> `return` inside `finally` block will result in losing exception:
> * If the finally block completes abruptly for reason S, then the try statement completes abruptly for reason S (and the throw of value V is discarded and forgotten).
> * If the finally block completes abruptly for reason S, then the try statement completes abruptly for reason S (and reason R is discarded).
> reference:
> http://docs.oracle.com/javase/specs/jls/se8/html/jls-14.html#jls-14.20.2



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)