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 106041 - results are not shown in find/replace/associate dialogs
Summary: results are not shown in find/replace/associate dialogs
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Kris Richards
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-06-07 17:06 UTC by Andrew Korostelev
Modified: 2007-06-09 12:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
search results (29.73 KB, image/png)
2007-06-07 17:09 UTC, Andrew Korostelev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Korostelev 2007-06-07 17:06:13 UTC
search results are not shown in 'Serach Results:' table in find/replace dialogs.
Only number of results is shown to the user.
Comment 1 Andrew Korostelev 2007-06-07 17:09:47 UTC
Created attachment 43399 [details]
search results
Comment 2 Andrew Korostelev 2007-06-07 17:18:05 UTC
the same is reproducible for associate dialog
Comment 3 Kris Richards 2007-06-07 22:11:20 UTC
this was actually by design. It was decided to set all the "displayed column" attributes to false. That is why 
they were not visible. I set them be visible by default.

Is there a "Best" default set of columns in the find dialog to make visible by default. Currently they are all 
on. 
Comment 4 Andrew Korostelev 2007-06-08 10:55:18 UTC
not fixed for Associate dialog.
It seems that Find options are ignored there. 
Comment 5 Kris Richards 2007-06-08 20:23:59 UTC
Needed to change defaults in AssociateUtilities.buildColumns as well as FindUtilities.buildColumns.
Comment 6 Andrew Korostelev 2007-06-09 12:09:21 UTC
verified in netbeans-hudson-trunk-514-full.zip (070609)