Bug 18078 - memory leak - destroy a WorkingCopy remove and re-add his buffer
Summary: memory leak - destroy a WorkingCopy remove and re-add his buffer
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-28 13:10 EDT by David Audel CLA
Modified: 2002-06-03 13:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Audel CLA 2002-05-28 13:10:04 EDT
step to reproduce
1) open an empty workspace with debugger and put a disabled breakpoint at 
BufferManager#addBuffer().
2) import the plugin org.eclipse.ui and all required plugins as source.
3) open org.eclipse.jface.action.AbstractGroupMarker
4) enabled the breakpoint.
5) close the editor.

the buffer is re-added in cache.
Comment 1 David Audel CLA 2002-05-29 06:20:52 EDT
Fixed
Comment 2 Kent Johnson CLA 2002-06-03 13:17:00 EDT
Verified.