Bug 336457 - resources for widgets should have a Map<Object, Object> resources dictionary
Summary: resources for widgets should have a Map<Object, Object> resources dictionary
Status: NEW
Alias: None
Product: XWT
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-06 12:10 EST by Missing name Mising name CLA
Modified: 2013-01-24 15:32 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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