Bug 9913 - Open on selection on JavaDoc methods doesn't work
Summary: Open on selection on JavaDoc methods doesn't work
Status: VERIFIED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: Other Linux-Motif
: P2 normal (vote)
Target Milestone: 3.4 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-15 10:52 EST by Jared Burns CLA
Modified: 2007-08-03 05:35 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 Jared Burns CLA 2002-02-15 10:52:30 EST
1. Select a method in a JavaDoc comment 
   (for example, "/** @see String#toString() */")
2. Hit F3 to open on selection.
3. Note that nothing happens.

If code complete works for methods in JavaDoc, open on selection should work as
well.
Comment 1 Erich Gamma CLA 2002-03-11 12:46:02 EST
Open on selection is done via the JavaCore selection engine. The selection 
engine already handles /** @see String **/ it should therefore also handle 
String#toString.

moving to JDT CORE
Comment 2 Philipe Mulet CLA 2002-03-12 08:49:03 EST
Nice to have. The problem is that this is non legal Java syntax.

Would have to use the fall through scenario (like we do for types).
Comment 3 Philipe Mulet CLA 2002-03-20 05:07:16 EST
Uncommitted item, will see if can be sneaked in.
Comment 4 Philipe Mulet CLA 2002-05-14 08:59:22 EDT
Deferred post 2.0
Comment 5 David Audel CLA 2007-06-29 04:37:03 EDT
Reopen
Comment 6 David Audel CLA 2007-06-29 04:38:09 EDT
Cannot be reproduced with 3.3. Fixed in a previous build.
Comment 7 Frederic Fusier CLA 2007-08-03 05:35:50 EDT
Verified for 3.4M1 using build I20070802-0800.