Bug 5095

Summary: template: toarray incorrect
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: UIAssignee: Claude Knaus <Claude_Knaus>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2001-10-19 06:02:24 EDT
its defintion should be:
(${type}[]) ${collection}.toArray(new ${type}[${collection}.size()]);
rather than
(${type}[]) ${collection}.toArray(new ${type}[${collection}]);
Comment 1 Claude Knaus CLA 2001-10-19 08:17:29 EDT
fixed > 205