Bug 25439

Summary: toString() on IBinding subclasses
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.