Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 506379

Summary: Ensure scoped instances within AdaptableScope can be properly garbage collected.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF CommonAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: markus.muehlbrandt
Version: 1.0.0   
Target Milestone: 5.0.100 (Photon) M5   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2016-10-22 05:46:54 EDT
We should ensure that the instances kept in the AdaptableScope can be properly garbage collected. I assume the scope will have to hold week references on them to make that possible.
Comment 1 Alexander Nyßen CLA 2018-01-02 04:24:18 EST
*** Bug 529014 has been marked as a duplicate of this bug. ***
Comment 2 Alexander Nyßen CLA 2018-01-02 05:02:50 EST
Ensured that an identity hash map with weak keys is used to store the scoped instances.  Resolved as fixed in 5.1.0 M5.