Bug 31646 - No proposal using code assist in field initializer
Summary: No proposal using code assist in field initializer
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-12 06:54 EST by Jerome Lanneluc CLA
Modified: 2003-03-04 11:18 EST (History)
0 users

See Also:


Attachments
CU that has the problem (59.82 KB, text/plain)
2003-02-12 06:54 EST, Jerome Lanneluc CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2003-02-12 06:54:04 EST
Build 20020311

In the attached cu, position cursor on line 449, column 36 and press Ctrl-
space. You get no proposal. HashMap should be at least amongst the proposals.
Comment 1 Jerome Lanneluc CLA 2003-02-12 06:54:37 EST
Created attachment 3432 [details]
CU that has the problem
Comment 2 Philipe Mulet CLA 2003-02-12 06:57:44 EST
Time permitting for 2.1
Comment 3 David Audel CLA 2003-02-18 09:48:33 EST
Problem is in AssistParser#popUntil
Replace 'if(i > 0)' by 'if(i >= 0)'
Fixed.
Comment 4 David Audel CLA 2003-03-04 11:18:38 EST
Verified.