Bug 25876

Summary: Code Assist - void method are proposed in assignment
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.