Bug 18078

Summary: memory leak - destroy a WorkingCopy remove and re-add his buffer
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.