JDK-8136840 : Correct controls test refactor
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2015-09-21
  • Updated: 2015-09-22
  • Resolved: 2015-09-22
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 :  
Description
Correct the controls test refactoring to eliminate the circular dependency
 that was missed. The shim classes cannot depend on the test classes.

com/sun/javafx/scene/control/ContextMenuContentShim.java:import test.com.sun.javafx.scene.control.infrastructure.KeyEventFirer;
com/sun/javafx/scene/control/ContextMenuContentShim.java:import test.com.sun.javafx.scene.control.infrastructure.MouseEventFirer;
javafx/scene/control/skin/TableColumnHeaderShim.java:import test.com.sun.javafx.scene.control.infrastructure.VirtualFlowTestUtils;

Comments
Changeset: d32c32056ba1 Author: ddhill Date: 2015-09-22 10:23 -0400 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/d32c32056ba1 8136840: Correct controls test refactor
22-09-2015

+1
21-09-2015

http://cr.openjdk.java.net/~ddhill/8136840/
21-09-2015

Looks good to me. Tested on Windows. +1
21-09-2015