Bug 25439 - toString() on IBinding subclasses
Summary: toString() on IBinding subclasses
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-28 04:00 EST by Adam Kiezun CLA
Modified: 2002-11-13 06: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 Adam Kiezun CLA 2002-10-28 04:00:53 EST
it would be very helpful for debugging 

i guess forwarding the call to the 'binding' (declared, as far i a can see in 
each class implementing IBindind) field would be enough
Comment 1 Olivier Thomann CLA 2002-10-28 09:40:05 EST
toString() returns the toString() of the corresponding field binding.
Useful only for debugging purpose.
Fixed and released in 2.1 stream.
Comment 2 David Audel CLA 2002-11-13 06:32:25 EST
Verified.