Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 345376

Summary: Deprecate Graphics#getImage(String) and IResourceManager#register(String), ...
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: ruediger.herrmann
Version: unspecified   
Target Milestone: 1.5 M4   
Hardware: All   
OS: All   
Whiteboard:

Description RĂ¼diger Herrmann CLA 2011-05-11 04:41:43 EDT
Methods that accept resource names without also requiring a class loader to be specified should be deprecated. They do not work well in an OSGi environment and moreover rely on the context-classloader 'anti-pattern'.
Currently, these methods would be affected:
* Graphics#getImage(String)
* IResourceManager#register(String)
Comment 1 Ralf Sternberg CLA 2011-11-21 13:00:02 EST
Also deprecated context class loader related methods.