Bug 30478 - [hovering] Javadoc hover on @see tags in overriden/implemented methods incorrectly show class javadoc
Summary: [hovering] Javadoc hover on @see tags in overriden/implemented methods incorr...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 54968
Blocks:
  Show dependency tree
 
Reported: 2003-01-29 06:15 EST by Simon Tardell CLA
Modified: 2006-03-14 03:26 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Tardell CLA 2003-01-29 06:15:01 EST
Implement/override a method from superclass/interface. Eclipse inserts @see-
tag of the form:

@see SuperClass#method(ArgumentType)

If you hover above SuperClass it will show you the javadocs of SuperClass. 
There is no way to show the javadoc of SuperClass.method(ArgumentType).
Comment 1 Dani Megert CLA 2003-06-16 12:39:16 EDT
This is related to bug 3656
Comment 2 Dani Megert CLA 2006-03-14 03:26:34 EST
This has been fixed during for 3.2 in JDT Core layer.