Bug 25876 - Code Assist - void method are proposed in assignment
Summary: Code Assist - void method are proposed in assignment
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-08 04:13 EST by David Audel CLA
Modified: 2002-11-13 05:30 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-08 04:13:08 EST
1) create class X.
public class X {
   int foo1;
   void foo2(){
      int i;
      i = foo<cursor>
   }
}
2) do ctrl+space at cusror location.
foo2() is not a valid suggestion.
Comment 1 David Audel CLA 2002-11-08 07:36:33 EST
Fixed.
Comment 2 David Audel CLA 2002-11-13 05:30:47 EST
Verified.