Bug 72411 - varargs is not treated as an array of arg-type in 3.1M1
Summary: varargs is not treated as an array of arg-type in 3.1M1
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 02:03 EDT by yimsm CLA
Modified: 2005-04-07 09:13 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yimsm CLA 2004-08-23 02:03:14 EDT
varargs should be treated as an array of the arg type.
in eclipse 3.1M1, varargs is treated as the simple arg type
for example :

void f( String ... ss ) {
	for( String s : args ) {
		// do something ...
	}
}

here ss should be a String[]
Comment 1 Kent Johnson CLA 2004-08-23 08:21:18 EDT
Our 1.5 support is incomplete.

Please read the release notes for updates as we add support for more 1.5 
features.
Comment 2 Philipe Mulet CLA 2005-04-07 09:12:57 EDT
support got added for m4
Comment 3 Philipe Mulet CLA 2005-04-07 09:13:28 EDT
.