Bug 69598 - [1.5] Auto Completion not available in new for-loop
Summary: [1.5] Auto Completion not available in new for-loop
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-08 09:41 EDT by Karsten Becker CLA
Modified: 2005-01-11 11:01 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 Karsten Becker CLA 2004-07-08 09:41:16 EDT
Hi,
   List<Integer> cont=new ArrayList<Integer>();
   for (Integer i:cont){
   	i.
   }
pressing ctrl-space afer i. says "No completions available"
Comment 1 David Audel CLA 2004-08-10 06:39:59 EDT
Fixed and test added
GenericsCompletionParserTest#test167()
GenericsCompletionParserTest#test168()