Bug 37051 - getNonJavaResources() should return an array of IResource
Summary: getNonJavaResources() should return an array of IResource
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-29 09:41 EDT by Jerome Lanneluc CLA
Modified: 2003-06-02 06: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 Jerome Lanneluc CLA 2003-04-29 09:41:17 EDT
Build 2.1

The various methods getNonJavaResources() currently return an array of Object. 
They should really return an array of IResource.
Comment 1 Philipe Mulet CLA 2003-04-30 07:57:56 EDT
What about non-java resources inside an external JAR ? I think our current API 
is consistent.
Comment 2 Philipe Mulet CLA 2003-04-30 07:59:21 EDT
Actually, any archive exhibits this issue.
Comment 3 Jerome Lanneluc CLA 2003-04-30 08:58:39 EDT
Ack. Non-Java resources for archives are instance of IStorage.

Closing.