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

@param tags need nested @see links

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P5 P5
    • None
    • 1.2.0
    • tools

      When an @param tag describes a variable, it needs to link to the SET of
      possible values.

      For example:
            @param int color of the car @see #Colors

      This would link to the collection of static finals defining colors
      RED, YELLOW, GREEN, etc.

      Note that if the colors are named in the param tag, they will go out
      of date when the list of static finals changes. But if they are not
      named at all, then the user is left to guess the values that are
      intended to be used.

      This must be done in conjunction with defining categories for static
      fields, bug 4085608. (This is really a dupe of that RFE.)

            dkramersunw Douglas Kramer (Inactive)
            earmstrosunw Eric Armstrong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: