Bug 99008 - [5.0][content assist] Varargs code assist should put space between ellipsis and parameter name.
Summary: [5.0][content assist] Varargs code assist should put space between ellipsis a...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-08 13:26 EDT by David Gates CLA
Modified: 2009-12-03 09:21 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Gates CLA 2005-06-08 13:26:07 EDT
Found in Eclipse 3.1RC1.

Example:

void bar(Object...<code assist>

Selecting "objects" in code assist yields:

void bar(Object...objects

Should instead yield:

void bar(Object... objects