Bug 28122

Summary: [View Mgmt] Tasks view being held onto
Product: [Eclipse Project] Platform Reporter: Nick Edgar <n.a.edgar>
Component: UIAssignee: Eduardo Pereira <eduardo_pereira>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P2 Keywords: performance
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Nick Edgar CLA 2002-12-11 14:01:55 EST
build I200212101110

While profiling the large workspace, I saw references to the Tasks view being 
held onto even after closing it (and there were no other perspectives which 
could be referencing it).

The reference chain was:
PerspectivePresentation.mainLayout
 RootLayoutContainer.root
   PartTabFolder.children[i]
     LayoutTree.part
       ContainerPlaceHolder.realContainer
         PartTabFolder.current
           ViewPane.partReference
             ViewReference.part
               TaskList
Comment 1 Eduardo Pereira CLA 2002-12-16 13:06:44 EST
Yes, I have seen this bug before. We added a fix for it and got some side 
effect so we decided to not fix. The reference eventualy goes away when 
another view is selected in that partTabFolder.

Recomment defering this to 3.0.
Comment 2 Nick Edgar CLA 2003-01-13 14:05:08 EST
Should investigate if we can fix without side effects for M5.
Comment 3 Eduardo Pereira CLA 2003-01-28 15:07:12 EST
Fixed it by making sure that ViewReference.part is set to null.
Released in the HEAD stream.
Comment 4 Nick Edgar CLA 2003-01-29 09:19:57 EST
yay!