Bug 4362

Summary: Template - should insert import statements
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: UIAssignee: Claude Knaus <Claude_Knaus>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Dirk Baeumer CLA 2001-10-11 06:35:22 EDT
- add the template as described in
  http://dev.eclipse.org/bugs/show_bug.cgi?id=4358
- insert code:
  List list= null;
  for(list, Object, element)
- activate code assist
- code gets expanded but Iterator isn't know in CU. Corresponding import
  should be created.
Comment 1 Erich Gamma CLA 2001-10-12 05:40:51 EDT
nice to have, defer for now
Comment 2 Claude Knaus CLA 2001-10-25 05:32:49 EDT
the new 'template editor' implementation doesn't allow optional arguments
any more. The import statments are generated automatically when using code
assist.