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

Bug 429482

Summary: Readonly file widget: The selectors should always use the "Location" property to retrieve a proper label.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2014-03-03 11:17:57 EST
Currently the selector's label comes directly from either fetchChildren or read(metadata) API and use the "Name" property directly. But this will cause inconsistency as described in bug 428224.
We should always use the same label as cached in the selector's allItem list.