This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90178

Summary: Implement toString for objects in Search Results tree
Product: utilities Reporter: Jiri Skrivanek <jskrivanek>
Component: SearchAssignee: issues@utilities <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: T9Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Patch to add toString method.

Description Jiri Skrivanek 2006-11-28 13:43:34 UTC
Our UI automated tests cannot determine name of a node after re-work of tree in
the Search Results tree. Other trees in IDE consist of VisualizerNode instances
but this tree in the Search Results view is compound from ResultTreeModel (root
node) and MatchingObject instances (children). It would be the best if the tree
contains VisualizerNode instances but at least we need to implement toString()
method in above mentioned classes.
Comment 1 Jiri Skrivanek 2006-11-28 13:44:45 UTC
Created attachment 36316 [details]
Patch to add toString method.
Comment 3 Jiri Skrivanek 2006-12-08 06:57:57 UTC
Verified.