Bug 28122 - [View Mgmt] Tasks view being held onto
Summary: [View Mgmt] Tasks view being held onto
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Eduardo Pereira CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-12-11 14:01 EST by Nick Edgar CLA
Modified: 2003-01-29 09:19 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 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!