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

Bug 333990

Summary: [Contributions] ContributionManager should implement a real toString() method
Product: [Eclipse Project] Platform Reporter: Remy Suen <remy.suen>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: CLOSED WONTFIX QA Contact:
Severity: minor    
Priority: P3    
Version: 3.6   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: stalebug

Description Remy Suen CLA 2011-01-11 10:23:46 EST
ContributionItem has a toString() method like...

public String toString() {
  return getClass().getName() + "(id=" + getId() + ")";//$NON-NLS-2$//$NON-NLS-1$
}

...there should be something similar for ContributionManager.
Comment 1 Lars Vogel CLA 2019-09-24 13:49:54 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.