Bug 210155 - IType refers to the returning of "collections" when they are actually arrays
Summary: IType refers to the returning of "collections" when they are actually arrays
Status: VERIFIED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.4 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-16 17:02 EST by Remy Suen CLA
Modified: 2007-12-11 07:33 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 Remy Suen CLA 2007-11-16 17:02:15 EST
IType's API specification for getSuperInterfaceTypeSignatures() and getSuperInterfaceNames() both mention that "An empty collection is returned..." in the method description itself and the @return tag when they actually return String arrays.
Comment 1 Jerome Lanneluc CLA 2007-11-23 04:33:22 EST
This is consistent with most of the other Eclipse Platform APIs (when returning an array, they either mention "list", "set" or "collection").

Note that collection is spelled with a lower-case 'c'. If it was "Collection" I would agree this needs to be changed.

Won't fix.
Comment 2 Frederic Fusier CLA 2007-12-11 07:33:18 EST
Verified for 3.4M4