Bug 72192

Summary: [Javadoc View] should link targets of @link and @see tags
Product: [Eclipse Project] JDT Reporter: Kariem Hussein <kariem>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Kariem Hussein CLA 2004-08-18 13:53:21 EDT
If the javadoc contains references to other members or classes, it would be very
nice to be able to follow the links. This is especially useful if you look at
both, the code and its documentation.

They could be rendered as standard HTML links, and if you follow the link, the
appropriate member or type is opened in the editor.

Tags that refer to other members or classes:

  @link
  @linkplain
  @see

I think links to thrown exceptions (@throws, @exception) or parameter types are
not necessary.

What do you think of that?
Comment 1 Dani Megert CLA 2004-08-20 09:13:54 EDT
Works for classes but not for members (): press Ctrl+ and hover over the type.
The problem with members is coverd by bug 54968. 

*** This bug has been marked as a duplicate of 54968 ***