Bug 81156

Summary: [assist] should show actual type parameters
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2004-12-15 09:54:21 EST
20041215
In the following code do a code assist after 'fErrors.'
You get a suggestion addElement(E), but it would be better to show it as
addElement(String)

protected Vector<TestFailure> fErrors;
...
public synchronized void addError(Test test, Throwable t) {
     fErrors.//code assist
}
Comment 1 Dirk Baeumer CLA 2004-12-15 11:29:13 EST
agree. code assist should propose add(TestFailure). Moving to JDT/Core
Comment 2 David Audel CLA 2005-02-10 07:50:45 EST
The problem does not exist with build I20050202.
Fixed in a previous build.

Closed.