Bug 259589 - Some methods of the ResourceImpl class are not implemented.
Summary: Some methods of the ResourceImpl class are not implemented.
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF4Net (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Reinhold Bihler CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-23 12:32 EST by Joerg Schoettle CLA
Modified: 2015-01-21 14:20 EST (History)
0 users

See Also:


Attachments
RexourceImpl implentation (11.11 KB, application/binary)
2008-12-23 12:32 EST, Joerg Schoettle CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Schoettle CLA 2008-12-23 12:32:27 EST
Created attachment 121163 [details]
RexourceImpl implentation

Build ID: M20071023-1652

Steps To Reproduce:
Methods which are implemented incompletely:

1.basicSetResourceSet()
2.setURI(URI uri)
3.getAllContents()
4.getAllProperContents(EObject eObject)


More information:
I implemented them 4 my use cases and it works. 

The code of the ResourceImpl and the necessary classes 2 use are in the attachment.