Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8096051

[PopupControl] PopupControl.CSSBridge.getStyleableParent method changed to final

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8u20
    • 8u20
    • javafx

      While reviewing an unrelated change I discovered an incompatible API change (although a fairly minor one) that appears to be a side effect from RT-35175.

       class javafx/scene/control/PopupControl$CSSBridge contains the following method in FX 8:
         public javafx.css.Styleable getStyleableParent();

      That method was made final as part of RT-35175. This has the potential to break both source and binary compatibility, if anyone were to subclass PopupControl.CSSBridge (this seems unlikely).

            dgrieve David Grieve
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: