Bug 93139

Summary: [javadoc][select] Selection in doc method name ref not working
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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