Bug 160210 - [javadoc][assist] should offer varargs method instead of array signature
Summary: [javadoc][assist] should offer varargs method instead of array signature
Status: VERIFIED DUPLICATE of bug 155824
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M3   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 09:10 EDT by Philipe Mulet CLA
Modified: 2006-11-13 15:16 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 Philipe Mulet CLA 2006-10-09 09:10:55 EDT
Build 3.3M1

Codeassist should propose Y#foo(String...) instead of Y#foo(String[])

public class X {
	/**
	 * @see Y#foo(<CODEASSIST>
	 */
	void bar() {}
}


class Y {
	void foo(String... s) {}
}
Comment 1 Frederic Fusier CLA 2006-11-13 15:16:04 EST

*** This bug has been marked as a duplicate of 155824 ***
Comment 2 Frederic Fusier CLA 2006-11-13 15:16:59 EST
Verified for 3.3 M3 using build I20061102-1715