Bug 75120

Summary: F3 on @link'ed members
Product: [Eclipse Project] JDT Reporter: Nick Edgar <n.a.edgar>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.