Bug 81156 - [assist] should show actual type parameters
Summary: [assist] should show actual type parameters
Status: RESOLVED WORKSFORME
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 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 09:54 EST by Martin Aeschlimann CLA
Modified: 2005-02-10 07:50 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 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.