Bug 93139 - [javadoc][select] Selection in doc method name ref not working
Summary: [javadoc][select] Selection in doc method name ref not working
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 12:04 EDT by Philipe Mulet CLA
Modified: 2005-04-28 12:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2005-04-28 12:04:47 EDT
I20050426-1700

In DOM TypeBinding source, selecting 'getTypeBounds' and pressing F3 in following 
doc comment for #getTypeBounds() method does not jump to the super method (it
just beeps).

	/* (non-Javadoc)
	 * @see org.eclipse.jdt.core.dom.ITypeBinding#getTypeBounds()
	 */
	public ITypeBinding[] getTypeBounds() {
Comment 1 Frederic Fusier CLA 2005-04-28 12:13:59 EDT
This is not a javadoc comment...!?
If it was as:
	/**
	 * @see org.eclipse.jdt.core.dom.ITypeBinding#getTypeBounds()
	 */
	public ITypeBinding[] getTypeBounds() {
then link would work