Bug 25687 - codeSelect - fails with inner class as method parameter
Summary: codeSelect - fails with inner class as method parameter
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 09:42 EST by David Audel CLA
Modified: 2002-11-13 05:35 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 David Audel CLA 2002-11-04 09:42:20 EST
build 20021030

1) create Test.java.
public class Test {
   class Inner {}
   void foo(String s){}
   void foo(Inner i){}
   void bar(Inner i){
      fo<cursor>o(i);
   }
}
2) F3 at cursor location.
code select fails.
Comment 1 David Audel CLA 2002-11-04 10:20:14 EST
Fixed.
Comment 2 David Audel CLA 2002-11-13 05:35:16 EST
Verified.