Bug 27370 - code assist not working with "new .."
Summary: code assist not working with "new .."
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows NT
: P3 critical (vote)
Target Milestone: 2.1 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-29 03:25 EST by Gunnar Wagenknecht CLA
Modified: 2002-12-17 07:33 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 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.