Bug 26588

Summary: Code Assist - variable must be less relevant in initialization
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2002-11-18 10:00:22 EST
1) create X
public class X {
   int var1;
   void foo() {
      int var2 = var<cursor>
   }
   int var3;
}
2) do ctrl+space at cursor location

The relevance for 'var1', 'var2' and 'var3' is the same. but 'var1' and 'var3' 
are more interesting than 'var2'.
Comment 1 David Audel CLA 2002-11-18 10:13:18 EST
Fixed.
Comment 2 David Audel CLA 2002-12-18 04:34:44 EST
Verified.