Bug 88587

Summary: F3 on Javadoc method reference does not work
Product: [Eclipse Project] JDT Reporter: Nick Edgar <n.a.edgar>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Nick Edgar CLA 2005-03-19 22:18:48 EST
build I20050315

- In a cu ISafeRunnableRunner, I had the following Javadoc (created with the
help of code assist):
 * @see org.eclipse.jface.util.SafeRunnable#run(ISafeRunnable)

- position cursor on 'run'
- F3
- it does not jump to the run method
- instead, the status line shows: Current text selection does not resolve to a
Java element

Since code assist helped to generate this, the Java model must know that this is
a valid method.  It would be nice if F3 could be used to navigate to methods
from Javadoc refs as well as from code refs.
Comment 1 Dani Megert CLA 2005-03-21 03:39:42 EST

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