Bug 37119 - F3 fails with nested class and .class
Summary: F3 fails with nested class and .class
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M7   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-30 19:19 EDT by Lee Breisacher CLA
Modified: 2004-01-29 06:49 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 Lee Breisacher CLA 2003-04-30 19:19:48 EDT
I have something like this:
1  public class Outer {
2    public static class Inner {}
3    public void foo(Class aClass) {}
4    public void boo() {
5      foo(Inner.class);
6    }
7  }
When I click on the word "Inner" on line 5 and press F3, I get "Current text 
selection doesn't resolve to a Java element" in the status bar at the bottom. 
I would expect it to take me to line 2.
Comment 1 David Audel CLA 2004-01-22 05:58:09 EST
Problem does not occur in build 20040120

The problem has had to be fixed since 20030430.