Bug 367606 - Share bundle info between Bundle Overview and Bundle Dependency Graph editor parts
Summary: Share bundle info between Bundle Overview and Bundle Dependency Graph editor ...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Libra (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Kaloyan Raev CLA
QA Contact: Kaloyan Raev CLA
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2011-12-28 12:53 EST by Kaloyan Raev CLA
Modified: 2022-02-24 11:24 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kaloyan Raev CLA 2011-12-28 12:53:51 EST
Currently each of the editor parts retrieves its own copy of the bundle info from the server. On servers with many bundles this may result in unexpected waiting for retrieving a new copy from the server when one already exists.
Comment 1 Kaloyan Raev CLA 2011-12-28 15:42:19 EST
Pushed to master: http://git.eclipse.org/c/libra/org.eclipse.libra.git/commit/?id=3635e9b19183d45bfc7d0f0928b09004a192b7a4

Whenever one of the editor parts is refreshed, it also sets the input of the other part if available. This behavior also greatly simplifies the 'Open Dependency Graph' and 'Show Bundle Overview' actions.