Bug 26588 - Code Assist - variable must be less relevant in initialization
Summary: Code Assist - variable must be less relevant in initialization
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: 2.1 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-18 10:00 EST by David Audel CLA
Modified: 2002-12-18 04:34 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-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.