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

TabPane: Redundant API docs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • jfx18
    • jfx17
    • javafx

    Backports

      Description

        See JDK-8271083 for a general description.

        The TabPane class has redundant documentation on several elements. Specifically, there are two properties that have javadoc comments on both the field and the Property method, and there are several properties (including those two) that have javadoc comments on the setter or getter.

        The two things that need to be done for this bug are:

        * Docs should be only on the field or the Property method (not both)
            tabMaxWidth, tabMaxWidthProperty() : remove docs on Property method
            tabMaxHeight, tabMaxHeightProperty() : remove docs on Property method

        * Remove unnecessary docs on setters and getters

        For each property, the most complete information should be taken. For example, tabClosingPolicy should take most of its documentation from the setter (which should be moved to either the field or the Property method).

        Attachments

          Issue Links

            Activity

              People

                aghaisas Ajit Ghaisas
                kcr Kevin Rushforth
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: