Bug 20811 - Refresh does not work in Update Manager
Summary: Refresh does not work in Update Manager
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Vlad Klicnik CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 20871 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-06-21 12:15 EDT by mobilae CLA
Modified: 2002-08-21 13:58 EDT (History)
2 users (show)

See Also:


Attachments

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