Bug 95882 - [Progress] Provide toString() for PendingUpdateAdapter
Summary: [Progress] Provide toString() for PendingUpdateAdapter
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 3.4 M1   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2005-05-18 21:00 EDT by Jared Burns CLA
Modified: 2007-08-07 10:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2005-05-18 21:00:46 EDT
PendingUpdateAdapter should provide a toString() method as follows:

public String toString() {
  getLabel(null);
}

This is needed because these objects are returned to clients who show content
from a DeferredTreeContentManager. Client label providers cannot reference
PendingUpdateAdapter to provide a label for it, but clients who extend
LabelProvider get objects' toString() value for "unknown" objects.
Comment 1 Tod Creasey CLA 2007-06-26 16:48:08 EDT
Fix released for build >20070627
Comment 2 Tod Creasey CLA 2007-08-07 10:16:25 EDT
Verified in  I20070807-0010