Bug 27370

Summary: code assist not working with "new .."
Product: [Eclipse Project] JDT Reporter: Gunnar Wagenknecht <gunnar>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: critical    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Gunnar Wagenknecht CLA 2002-11-29 03:25:02 EST
Discovered in I20021127 (wasn't in 20021119)

- complete new workspace
- create new project "test"
- create new class "test" (extends Object) in package "test" with "add 
constructors from superclass"
- type under constructor:

private List myList = new ArrayL<crtl+space>

error: no completions available, allthough ArrayList ist visible
Comment 1 David Audel CLA 2002-12-05 04:37:31 EST
Fixed.
Comment 2 David Audel CLA 2002-12-17 07:33:46 EST
Verified.