Bug 34088 - Optimizing generated @see comments
Summary: Optimizing generated @see comments
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-07 10:06 EST by Boris Pruessmann CLA
Modified: 2009-08-11 03:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Pruessmann CLA 2003-03-07 10:06:59 EST
It would be nice if Eclipse could "optimize" generated JavaDoc. 

An example:
If I override toString(), the following is generated: "@see 
java.lang.Object#toString()" However, "@see Object#toString()" would be 
enough. This is also true for explicit imports.