javadoc: incorrect method references in Region and PopupControl

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx23
    • Affects Version/s: jfx22
    • Component/s: javafx
    • b19

      The javadoc for Region.getPrefHeight() / getPrefWidth() incorrectly refers to getPrefHeight(forWidth) / getPrefWidth(forHeight)

      should be

      prefHeight(forWidth) / prefWidth(forHeight)

      Same issue is present in the PopupControl javadoc.

            Assignee:
            Andy Goryachev
            Reporter:
            Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: