Bug 313388 - [performance] Reuse existing feature model manager in BundleLauncherHelper
Summary: [performance] Reuse existing feature model manager in BundleLauncherHelper
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 RC2   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on: 312278
Blocks: 309884
  Show dependency tree
 
Reported: 2010-05-18 12:22 EDT by Curtis Windatt CLA
Modified: 2010-05-18 16:39 EDT (History)
3 users (show)

See Also:
darin.eclipse: review+
ankur_sharma: review+


Attachments
Fix (1.54 KB, patch)
2010-05-18 12:31 EDT, Curtis Windatt CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Windatt CLA 2010-05-18 12:22:24 EDT
+++ This bug was initially created as a clone of Bug #312278 +++

Same fix as bug 312278 should be applied to BundleLauncherHelper.getMergedBundleMap()
Comment 1 Curtis Windatt CLA 2010-05-18 12:31:47 EDT
Created attachment 168964 [details]
Fix

Applies the same fix as in bug 312278.  Reuse the existing model manager, get the models from it, avoid calling shutdown()
Comment 2 Curtis Windatt CLA 2010-05-18 12:32:20 EDT
Darin, Ankur, please review.
Comment 3 Ankur Sharma CLA 2010-05-18 14:46:42 EDT
+1
Comment 4 Darin Wright CLA 2010-05-18 16:39:51 EDT
Applied/Fixed.