Bug 20811

Summary: Refresh does not work in Update Manager
Product: [Eclipse Project] Platform Reporter: mobilae <studnev>
Component: Update (deprecated - use Eclipse>Equinox>p2)Assignee: Vlad Klicnik <klicnik>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: aldo_eisma, dzrobok
Version: 2.0   
Target Milestone: 2.0.1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description mobilae CLA 2002-06-21 12:15:22 EDT
Eclipse F2.
I open a site, change it content
(by modifying site.xml) and make Refresh from context menu.
No changes appears in the window.
I have to re-start Eclipse to see new site content.
Comment 1 Christophe Elek CLA 2002-06-25 13:32:17 EDT
Yes, There are code that caches the content of a site for performance issue.
need to revisit the code
Comment 2 Christophe Elek CLA 2002-06-25 13:34:58 EDT
*** Bug 20871 has been marked as a duplicate of this bug. ***
Comment 3 Dejan Glozic CLA 2002-08-21 13:58:41 EDT
We fixed the problem by adding an explicit API in SiteManager to force it to 
drop the cached site object, reconnect and reparse site.xml.