JDK-8156809 : Remove obsolete com.sun.javafx.robot package
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 7u6,8,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-05-11
  • Updated: 2017-05-18
  • Resolved: 2016-05-13
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 9
9Fixed
Related Reports
Blocks :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The com.sun.javafx.robot package contains obsolete, unused Prism functionality that was intended for testing automation. It was superseded long ago by glass Robot and should be removed as dead code.
Comments
Changeset: 3571831b0b9d Author: kcr Date: 2016-05-12 14:04 -0700 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/3571831b0b9d
13-05-2016

+1
12-05-2016

http://cr.openjdk.java.net/~kcr/8156809/webrev.00/ Simple fix to remove the com.sun.javafx.robot and com.sun.javafx.robot.impl packages along with the now-unneeded accessors in Scene and KeyEvent.
12-05-2016

This blocks some of the work for JDK-8144585 since there are calls to impl_ methods in some of the accessors.
12-05-2016