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 - Implement toString for objects in Search Results tree
Summary: Implement toString for objects in Search Results tree
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2006-11-28 13:43 UTC by Jiri Skrivanek
Modified: 2006-12-08 06:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch to add toString method. (1.35 KB, patch)
2006-11-28 13:44 UTC, Jiri Skrivanek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.