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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 8u20
    • Affects Version/s: 8u20
    • Component/s: 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).

            Assignee:
            David Grieve
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: