JDK-8095154 : javafx.animation.Animation#impl_finished swallows exceptions
  • Type: Bug
  • Component: javafx
  • Sub-Component: animation
  • Affected Version: 8u5
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-06-11
  • Updated: 2015-06-12
  • Resolved: 2014-07-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u40Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
try {
    handler.handle(new ActionEvent(this, null));
} catch (Exception ex) {
     ex.printStackTrace();
}
Comments
Changeset: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9e28056c8de1
07-07-2014

Please review: http://cr.openjdk.java.net/~msladecek/rt-37497/webrev.00/ Thanks!
03-07-2014

Note that RT-15332 added the uncaught exception handling capability. See also RT-30579 for another issue that was fixed in this area.
11-06-2014

This is not a regression, and certainly not a P1 bug. Objectively is a P4 (medium priority) bug, so I am fixing the priority to match. Note that the exception cannot be delivered to the user code except as an uncaught exception. We have other cases where we do that, and should probably expand it to include this case. We will look at it for 8u40.
11-06-2014