• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / incubator-eagle / 523
39%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2017 10:02AM UTC
Jobs 1
Files 1413
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
523

push

jenkins

Zhao, Qingwen
[EAGLE-1009] Fix `return` inside `finally` block may result in losing exception

`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
https://issues.apache.org/jira/secure/attachment/12863778/FinallyTest.java

(https://issues.apache.org/jira/browse/EAGLE-1009)

Author: asdf2014 <1571805553@qq.com>

Closes #920 from asdf2014/return_inside_finally.

16258 of 42785 relevant lines covered (38.0%)

112875.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 523.1 19 Apr 2017 10:02AM UTC 0
38.0
Source Files on build 523
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #523
  • e3afe444 on github
  • Prev Build on master (#522)
  • Next Build on master (#524)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc