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

Bug 336457

Summary: resources for widgets should have a Map<Object, Object> resources dictionary
Product: [Technology] XWT Reporter: Missing name Mising name <aappddeevv>
Component: CoreAssignee: Project Inbox <e4.xwt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Missing name Mising name CLA 2011-02-06 12:10:06 EST
Build Identifier: 

UserData.getLocalResources should return a Map<Object, Object> to support non- string keys. Note that setResources(Object object, Map<?, ?> resources) has a signature that allows other types of resource dictionaries to be placed, but the access API is much more restricted as documented below.

Affects:

UserData.removeLocalData
UserData.getLocalResources
UserData.findResource
UserData.hasLocalData
UserData.getLocalData


Reproducible: Always

Steps to Reproduce:
Related to item: 333366