Bug 75120 - F3 on @link'ed members
Summary: F3 on @link'ed members
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 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-27 15:22 EDT by Nick Edgar CLA
Modified: 2004-09-28 14:11 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 Nick Edgar CLA 2004-09-27 15:22:55 EDT
3.1 M2

- open type on BundleContext
- in Javadoc for getServiceReference, it has:
{@link Constants#SERVICE_RANKING}
- position cursor in "SERVICE_RANKING"
- F3
- it complains in the status line that this does not resolve to a Java element
- F3 on "Constants" works OK

It would be nice if F3 understood the @link syntax.
Comment 1 Nick Edgar CLA 2004-09-27 15:25:16 EDT
This may just be a bug.  If I F3 on Constants to get to
org.osgi.framework.Constants, the Outline view shows none of the members.
Comment 2 Dani Megert CLA 2004-09-28 03:36:48 EDT
Two problems reported here:
a) comment 0: a dup of bug
b) comment 1: works for me (maybe you have some filter enabled).

Please open a separate bug (one bug per report ;-) if you see b) again and tell
us whether you have those types as source or binary.

*** This bug has been marked as a duplicate of 54968 ***
Comment 3 Nick Edgar CLA 2004-09-28 14:11:32 EDT
(b) is working correctly.  I did have the hide statics filter on in the outline
view.