Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4085610
Votes 0
Synopsis @param tags need nested @see links
Category doclet:tbd
Reported Against 1.2
Release Fixed
State 11-Closed, duplicate of 4085608, request for enhancement
Priority: 5-Very Low
Related Bugs 4085608
Submit Date 11-OCT-1997
Description
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.)
Work Around
N/A
Evaluation
This must be done in conjunction with defining categories for static 
fields, bug 4085608.  (This is really a dupe of that RFE.)
Therefore, I'm closing this out.
  xxxxx@xxxxx   1998-04-03
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang