Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Bug #144232 Search results do not appear if not running in background

 
Created an attachment (id=43717): 
https://bugs.eclipse.org/bugs/attachment.cgi?id=43717&action=view

In brief, the line causing a problem:
            result.removeAll();
should be deleted because it's not required.

Every Search page is a separate object, 
we are creating new instance for new search . 
So we have nothing to clear on current page.

It's also applicable to "Search again" feature.
Althogh Search page is reused, its data is
refreshed OK without mentioned line.
-----------------------------------
With best regards, Oleg Krasilnikov
Software designer, Eclipse team. 
Intel corp.
+7 8312 162 444 ext. 2587 
(Russia, Nizhny Novgorod)


Back to the top