Bug 88587 - F3 on Javadoc method reference does not work
Summary: F3 on Javadoc method reference does not work
Status: RESOLVED DUPLICATE of bug 54968
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-19 22:18 EST by Nick Edgar CLA
Modified: 2005-03-21 03:39 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 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 ***